-
Bug
-
Resolution: Fixed
-
P2
-
1.2.0
-
None
-
1.2beta4
-
generic, x86
-
generic, windows_95
-
Not verified
ArrayList a = ...;
a.add(a.size(), newElement);
should work, but throws an IndexOutOfBoundsException.
a.add(a.size(), newElement);
should work, but throws an IndexOutOfBoundsException.