-
Enhancement
-
Resolution: Fixed
-
P2
-
1.4.2
-
b18
-
sparc
-
solaris_9
The bug fix to 4216683 means that users are now finding their code no longer compiles clean with 1.4.2 compared to the 1.4.1 maintenance release.
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-4825090 missing deprecation warning
-
- Resolved
-