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