• b26

      We'd like to add warnings for incorrect `{@link}/{@linkplain}` tags that refer to private/protected types.
      In order to do that we need to remove incorrect uses of these tags from the JDK documentation.

      After adding the new warning, we see the following warning when building the JDK docs:

      ```
       src/jdk.incubator.vector/share/classes/jdk/incubator/vector/Vector.java:163: warning: reference to non-visible type: VectorShape.largestShapeFor(Class) (use -protected or -private options to document non-public types)
       * {@linkplain VectorShape#largestShapeFor(Class) largest
         ^
      ```

            igraves Ian Graves
            nbenalla Nizar Benalla
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: