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

javac allows selecting inner class name from expression

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 1.4.0
    • 1.3.0, 1.4.0
    • tools
    • beta3
    • generic
    • generic, solaris_7
    • Verified

      The code from 4347611 should be an error, not accepted by the compiler.
      The compiler now accepts the code, but it shouldn't.

      frog:~/workspaces/test/4347611 $ cat -n T.java
           1 class Outer{
           2 public static class Inner{
           3 public static int a = 1;
           4 }
           5 public static void main(String[] args)
           6 {
           7 System.out.println(new Outer().Inner.a);
           8 }
           9 }
      frog:~/workspaces/test/4347611 $ newjavac T.java
      frog:~/workspaces/test/4347611 $

      neal.gafter@Eng 2001-08-06

            gafter Neal Gafter (Inactive)
            gafter Neal Gafter (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: