-
Bug
-
Resolution: Fixed
-
P4
-
1.4.0
-
tiger
-
generic
-
solaris_8
The 1.4.x compilers fail to report the deprecation in the following code:
import javax.swing.*;
public class testcompile extends JDialog {
public void show() {
super.show();
}
public static void main(String args[]) {
}
}
import javax.swing.*;
public class testcompile extends JDialog {
public void show() {
super.show();
}
public static void main(String args[]) {
}
}
- relates to
-
JDK-4686148 compiler allows non-public implementation of interface methods
-
- Closed
-
-
JDK-4814671 deprecation warning not desired for indirect overrider
-
- Resolved
-