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

Default constructor not found for class with inner classes

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: P4 P4
    • None
    • 1.2.1
    • tools
    • x86
    • windows_95



      Name: skT88420 Date: 05/07/99


      class A {
        static class B extends A {
          B (Number left, Number right) { }
          static class C extends B {
            C (Number left, Number right) { super(left, right); }
          }
        }
      }

      The 1.1.x compilers compiled this structure, the 1.2 and 1.2.1 compilers complain that they cannot find the default constructor for class A while looking at the constructor of class B.
      (Review ID: 57946)
      ======================================================================

            wmaddoxsunw William Maddox (Inactive)
            skonchad Sandeep Konchady
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: