RFR: 8262297: ImageIO.write() method will throw IndexOutOfBoundsException

Alan Bateman alanb at openjdk.java.net
Fri Oct 29 07:16:14 UTC 2021


On Fri, 29 Oct 2021 07:01:04 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:

> Unfortunately the parent class does not specify this exception via javadoc tags like "@throws IndexOutOfBoundsException", but instead just describe it in the method description
> 
> should we fix it separately from the imageio fix?

Yes, it might be better to separate them because we'll like need a CSR if we are missing @throws in a few places.

-------------

PR: https://git.openjdk.java.net/jdk/pull/6151


More information about the core-libs-dev mailing list