8157677: Subclasses of Reader do not inherit the contents in the exception tag from the parent Reader class in the latest spec

Aleksey Shipilev aleksey.shipilev at oracle.com
Tue May 24 14:16:27 UTC 2016


On 05/24/2016 05:08 PM, Pavel Rappo wrote:
> Could you please review a trivial change for JDK-8157677?
> 
>    http://cr.openjdk.java.net/~prappo/8157677/webrev.00/

 *) CharArrayReader: code changes

 *) It's weird to see @exception and @throws side-by-side:

      * @exception  IOException  If an I/O error occurs
      * @throws     IndexOutOfBoundsException {@inheritDoc}


Wouldn't it be better to raise the priority for the javadoc bug, and fix
it there?

> The problem is caused by a glitch in handling '@exception' tag by javadoc tool:
> 
>    https://bugs.openjdk.java.net/browse/JDK-8157682

Thanks,
-Aleksey





More information about the core-libs-dev mailing list