> Could you please review the 8262297 bug fixes?
>
> In this case, ImageIO.write() should throw java.io.IOException rather than
> java.lang.IndexOutOfBoundsException. IndexOutOfBoundsException is caught and
> wrapped in IIOException in ImageIO.write() with this fix. In addition,
> IndexOutOfBou
On Fri, 29 Oct 2021 07:13:32 GMT, Alan Bateman 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
On Thu, 28 Oct 2021 09:29:13 GMT, Masanori Yano wrote:
> Could you please review the 8262297 bug fixes?
>
> In this case, ImageIO.write() should throw java.io.IOException rather than
> java.lang.IndexOutOfBoundsException. IndexOutOfBoundsException is caught and
> wrapped in IIOException in Ima
On Fri, 29 Oct 2021 07:01:04 GMT, Sergey Bylokhov 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?
On Thu, 28 Oct 2021 14:30:20 GMT, Alan Bateman wrote:
>> Could you please review the 8262297 bug fixes?
>>
>> In this case, ImageIO.write() should throw java.io.IOException rather than
>> java.lang.IndexOutOfBoundsException. IndexOutOfBoundsException is caught and
>> wrapped in IIOException in
On Thu, 28 Oct 2021 09:29:13 GMT, Masanori Yano wrote:
> Could you please review the 8262297 bug fixes?
>
> In this case, ImageIO.write() should throw java.io.IOException rather than
> java.lang.IndexOutOfBoundsException. IndexOutOfBoundsException is caught and
> wrapped in IIOException in Ima
Could you please review the 8262297 bug fixes?
In this case, ImageIO.write() should throw java.io.IOException rather than
java.lang.IndexOutOfBoundsException. IndexOutOfBoundsException is caught and
wrapped in IIOException in ImageIO.write() with this fix. In addition,
IndexOutOfBoundsException