-
Bug
-
Resolution: Fixed
-
P3
-
1.2.0, 1.2.2
-
1.2.2
-
generic, sparc
-
generic, solaris_2.6
The List.add(String int) method does not throw ArrayIndexOutOfBoundsException if index < -1.
Instead, it adds the item to the end of the list.
This is a violation of the spec.
The spec was updated when bug 4112312 was fixed.
Jeff Dunn reviewed the material for 4112312.
Instead, it adds the item to the end of the list.
This is a violation of the spec.
The spec was updated when bug 4112312 was fixed.
Jeff Dunn reviewed the material for 4112312.
- duplicates
-
JDK-4235208 List method add(String n,int i) does not throw ArrayOutOfBoundsException.
-
- Closed
-
- relates to
-
JDK-4112312 AWT List spec has incorrect summary of method add(String,int) in Method Summary
-
- Closed
-