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

Alan Bateman alanb at openjdk.java.net
Fri Oct 29 09:50:12 UTC 2021


On Fri, 29 Oct 2021 09:28:57 GMT, Masanori Yano <myano 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.
>
> I understood to separate javadoc fix. I will remove the javadoc fix from this PR and issue another Bug ID.

Thanks, this means this PR will be image I/O only so I'll remove the core-libs label.

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

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



More information about the client-libs-dev mailing list