Comment 1 for bug 842429

Revision history for this message
Jens Rauch (jnsrch) wrote :

ObjectTools.filterNewest(ArrayList<dbObject> objects) was called on startup and returned -1 which is not a valid parameter for ArrayLists. I checked whether this value is used elsewhere - it is not: Each time turned over to another ArrayList.get(i) call. Changed it to 0.
However, now two blank book entries have appeared.