• Icon: Sub-task Sub-task
    • Resolution: Unresolved
    • Icon: P4 P4
    • None
    • None
    • core-libs

      After adding a warning for `{@link}` tags that refer to private/protected types, we see these warnings when building javadoc.

      ```
      src/java.sql/share/classes/java/sql/DriverManager.java:62: warning: reference to non-visible type: ServiceLoader.load(Class, ClassLoader, Module) (use -protected or -private options to document non-public types)
       * via the {@linkplain ServiceLoader#load service-provider loading} mechanism.
                 ^
      ```

      It should instead point to

            nbenalla Nizar Benalla
            nbenalla Nizar Benalla
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: