Hello, I've got a nullPointerException and I don't understand why.
This is the place where the error is :
the int fiels stats is equal to 0,
the items field is an Integer List. It is not initialized, or initialized to Null.
Thank you for your help
if(stats == 0){items.add(items.size()+1,1);}