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

Broken links in ConcurrentMap javadoc

XMLWordPrintable

    • 9
    • b08
    • Verified

        java.util.concurrent.ConcurrentMap contains several broken links to Collection.html#optional-restrictions. See
          http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ConcurrentMap.html

        The issue is caused by the use of '{@inheritDoc}' in many '@throws' definitions. ConcurrentMap's superType is Map, is in the java.util package. Map has documentation references to Collection.html, which is in the same package as Map, java.util, but since ConcurrentMap is not in java.util it needs different relative links.

              chegar Chris Hegarty
              lshikhva Ludmila Shikhvarg (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: