Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4814671

deprecation warning not desired for indirect overrider

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P2 P2
    • 1.4.2
    • 1.4.2
    • tools
    • 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[]) {
              }
      }

            gafter Neal Gafter (Inactive)
            caustinsunw Calvin Austin (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: