Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8045640 | 8u25 | Chris Hegarty | P3 | Resolved | Fixed | b01 |
JDK-8040071 | 8u20 | Chris Hegarty | P3 | Resolved | Fixed | b11 |
JDK-8053868 | emb-8u26 | Chris Hegarty | P3 | Resolved | Fixed | b17 |
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.
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.
- backported by
-
JDK-8040071 Broken links in ConcurrentMap javadoc
-
- Resolved
-
-
JDK-8045640 Broken links in ConcurrentMap javadoc
-
- Resolved
-
-
JDK-8053868 Broken links in ConcurrentMap javadoc
-
- Resolved
-