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

inconsistent treatment of nested classes of non-public classes (-classpath)

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: P4 P4
    • None
    • 1.4.1
    • tools

      Consider a package x with these classes:

          interface Foo {
              static class Baz { }
          }

          class Bar {
              public static class Baz { }
          }

          public class Test { }

      If you javadoc this package with only a -sourcepath, no -classpath, only Test
      will be in the resulting documentation. That seems correct to me. However, if
      you javadoc this package with both a -sourcepath and a -classpath (of compiled
      classes), both Foo.Baz and Bar.Baz will appear in the resulting documentation.
      This seems incorrect to me, since neither of these classes is accessible
      outside the package.

      (If the package contained some other public class that implemented Foo or extended Bar, then Foo.Baz or Bar.Baz would be accessible via inheritance, but that isn't the case in the example.)

            jhosunw Jamie Ho (Inactive)
            bscheiflsunw Bob Scheifler (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: