RFR [9] 8039527: Broken links in ConcurrentMap javadoc

Alan Bateman Alan.Bateman at oracle.com
Wed Apr 9 18:43:46 UTC 2014


On 09/04/2014 15:07, Chris Hegarty wrote:
> 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 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, or better still links 
> relative to the docRoot.
>
Looks good to me too.

-Alan



More information about the core-libs-dev mailing list