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

javac accepts illegally qualified use of super

XMLWordPrintable

    • generic, x86
    • generic, solaris_2.5, solaris_2.5.1, windows_nt

      the following compiles under jdk1.1 and jdk1.1.1:
       
              class T
              {
                T()
                {
                  System.out.super();
                }
              }
       
      the generated bytecode is equivalent to
       
              class T
              {
                T()
                {
                  super();
                }
              }

            wmaddoxsunw William Maddox (Inactive)
            dstoutamsunw David Stoutamire (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: