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

javadoc tool: @link to nested class is not correctly resolved against imports

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: P4 P4
    • None
    • 1.4.0, 5.0
    • tools
    • generic, x86
    • generic, linux

      javadoc does not resolve {@link Foo.Nested} correctly if only Foo has been imported.

      Take this simple example:

      package foo;

      public class Foo {
          public static class Nested {}
      }

      package bar;

      import foo.Foo;

      /**
       * {@link Foo.Nested}
       */
      public class Bar {
          private Foo.Nested x = new Foo.Nested();
      }

      javadoc will complain:

      javadoc: warning - Tag @link: Class or Package not found: Foo.Nested

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: