-
Bug
-
Resolution: Duplicate
-
P2
-
None
-
5.0
-
None
-
generic, x86
-
linux, solaris_8
The following program does not compile with Tiger under the default compiler
options, demonstrating that the generification of javax.swing.JList is not
compatible with the previous version of the platform:
import javax.swing.*;
import java.util.*;
class Test extends JList {
public void setListData(Vector v) {
super.setListData(v);
}
}
options, demonstrating that the generification of javax.swing.JList is not
compatible with the previous version of the platform:
import javax.swing.*;
import java.util.*;
class Test extends JList {
public void setListData(Vector v) {
super.setListData(v);
}
}
- duplicates
-
JDK-5071871 REGRESSION: REG: JList const., setList() involving vectors not typed correctly
-
- Closed
-
-
JDK-5073079 Allow unchecked override of generified methods in parameterless classes
-
- Resolved
-