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

missing deprecation warning

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 5.0
    • 1.4.0
    • tools
    • 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[]) {
              }
      }

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: