JDK 9 RFR of 8130679: Writer/StringWriter.write methods do not specify index out bounds

Brian Burkhalter brian.burkhalter at oracle.com
Wed May 4 23:17:59 UTC 2016


Please review at your convenience.

Issue:	https://bugs.openjdk.java.net/browse/JDK-8130679
Patch:	http://cr.openjdk.java.net/~bpb/8130679/webrev.00/

Summary: Add “@throws IndexOutOfBoundsException […]” to all write() methods which accept an index parameter and for which no such throws tag is already present.

Thanks,

Brian


More information about the core-libs-dev mailing list