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

compiler allows instanciation of abstract classes

XMLWordPrintable

    • 1.0alpha
    • sparc
    • solaris_2.4
    • Not verified


      The following is NOT legal but it is allowed by the compiler:

      interface Foo {
          void foo();
      }

      class Test implements Foo {
          void foo(int r) {
              new Test();
          }
      }

            ahoffsunw Arthur Hoff (Inactive)
            ahoffsunw Arthur Hoff (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: