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

Misuse of super permitted for inner classes

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P5 P5
    • None
    • 1.2.0
    • tools
    • None
    • generic
    • solaris_2.5.1

      Specifying the enclosing instance in the explicit ctor invocation should
      only
      be allowed for inner class constructors. The inner class spec and javac
      both have this problem.
       

      class bug38 {
          static class S {
           S( bug38 p ) {
               p.super(); // why no diagnostic?
           }
          };
      }

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: