-
Bug
-
Resolution: Fixed
-
P3
-
1.2.0
-
1.2fcs
-
generic, sparc
-
generic, solaris_2.5
-
Verified
The List spec says the following about the add(String,int) method in
the Method Summary section:
void add(String item, int index)
Adds the specified item to the end of the scrolling list.
The description is incorrect; it should state that the item is added
to the list at the specified index.
- duplicates
-
JDK-4112346 AWT List spec has incomplete info about the add(String,int) method
-
- Closed
-
-
JDK-4150126 spec for java.awt.List.add(String item, int index) is wrong
-
- Closed
-
- relates to
-
JDK-4166217 List.add(String int) does not throw ArrayIndexOutOfBoundsException if index < -1
-
- Resolved
-