Fixed
Details
Assignee
UnassignedUnassignedReporter
Hardy FerentschikHardy FerentschikBug Testcase Reminder (view)
Bug reports should generally be accompanied by a test case!
Bug Testcase Reminder (edit)
Bug reports should generally be accompanied by a test case!
Participants
Gunnar MorlingHardy FerentschikComponents
Fix versions
Affects versions
Priority
Major
Details
Details
Assignee
Unassigned
UnassignedReporter
Hardy Ferentschik
Hardy FerentschikBug Testcase Reminder (view)
Bug reports should generally be accompanied by a test case!
Bug Testcase Reminder (edit)
Bug reports should generally be accompanied by a test case!
Participants
Gunnar Morling
Hardy Ferentschik
Components
Fix versions
Affects versions
Priority
Created April 21, 2011 at 11:01 AM
Updated May 31, 2012 at 1:02 PM
Resolved April 27, 2011 at 9:57 PM
from the mailing list:
class Foo { private Collection<Bar> bar1 = new ArrayList<Bar>(); private List<Bar> bar2 = new ArrayList<Bar>(); }