RFR 8180410: ByteArrayOutputStream should not throw IOExceptions

Brian Burkhalter brian.burkhalter at oracle.com
Wed Mar 21 16:48:34 UTC 2018


On Mar 16, 2018, at 8:04 AM, Brian Burkhalter <brian.burkhalter at oracle.com> wrote:

> On Mar 16, 2018, at 7:59 AM, Roger Riggs <roger.riggs at oracle.com> wrote:
> 
>> ByteArrayOutputStream: 166:  Add spaces after "," in the code.
> 
> Done: webrev.01 updated in place.
> 
>> Write:
>>  Thanks for converting to TestNG.
>>  There are probably some more testng'ish ways of coding the test but its fine as is.
>> 
>> All set as far as I'm concerned.

The CSR for this has been approved with the comment that

 165      * <p> This method is equivalent to {@link #write(byte[],int,int)
 166      * write(b ,0, b.length)}

looks like an @implSpec tag.

Brian


More information about the core-libs-dev mailing list