// FIELD private ArrayList<Item> owned = new ArrayList<Item>(); // in the Constructor I inizialize this field to null ...
Java java.lang.NullPointerException
by okram87.myopenid.com,
May 25, 2009 20:25,
2 refactorings
why this.getOwned().add(ite...
Do you know how I can apply...