collab-uniba / econference-planning-poker-plugin

Automatically exported from code.google.com/p/econference-planning-poker-plugin
0 stars 0 forks source link

Problems with the ItemList model class with the BacklogView #53

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It looks like the ItemList.java class is not being properly handled as the 
model class behind the presenation UI BackLogView in the PlanningPoker product

ItemList.java throws 
* an index out of bound exception on line 134
* an ArrayIndexOutOfBoundException on line 118
* RemoveItem() is not even called when an user story is removed from the PP 
agenda
* no items are stored in ItemList when user stories are loaded.

Original issue reported on code.google.com by calefato.uniba@gmail.com on 3 Feb 2012 at 11:27