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

Compiler allows new of private classes

XMLWordPrintable

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

      Try to compile this:

      class test {
          public static void main(String argv[]) {
      java.util.HashtableEntry e = new java.util.HashtableEntry();
      System.out.println(e.hash);
          }
      }

      It should not allow the new java.util.HashtableEntry.

            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: