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

Private field does not obscure nested class

XMLWordPrintable

    • generic, x86
    • generic, windows_xp

      From: ###@###.###
      Date: Tue, 29 Mar 2005 15:57:37 -0800

      The following program should fail to compile, but it compiles using
      the JDK5 compiler without complaint:

      public final class Api {
          public static class Entry {
              public static int foo;
          }
          private static int Entry;
      }

      class Client {
          int x = Api.Entry.foo;
      }
      ###@###.### 2005-03-30 04:38:07 GMT

            Unassigned Unassigned
            ahe Peter Ahe
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: