RFR: 8262297: ImageIO.write() method will throw IndexOutOfBoundsException
Masanori Yano
myano at openjdk.java.net
Fri Oct 29 09:32:14 UTC 2021
On Fri, 29 Oct 2021 07:13:32 GMT, Alan Bateman <alanb 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?
>
>> 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.
-------------
PR: https://git.openjdk.java.net/jdk/pull/6151
More information about the core-libs-dev
mailing list