Default constructor not found for class with inner classes

XMLWordPrintable

    • Type: Bug
    • Resolution: Won't Fix
    • Priority: P4
    • None
    • Affects Version/s: 1.2.1
    • Component/s: 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)
      ======================================================================

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: