ionut.rachita
2 Nov 2010, 1:36 AM
ListStore.onLoad() doesn't check if config is null on line 571, which can cause a NullPointerException.
In version 2.1.3, before the sorting was extracted from the config, an "if (obj instanceof ListLoadConfig)" was present, which was preventing the NullPointerException.
Can somebody look into this? I think a check for config==null should be present on line ListStore:571.
Thank you.
In version 2.1.3, before the sorting was extracted from the config, an "if (obj instanceof ListLoadConfig)" was present, which was preventing the NullPointerException.
Can somebody look into this? I think a check for config==null should be present on line ListStore:571.
Thank you.