RFR 4358774: Add null InputStream and OutputStream

Brian Burkhalter brian.burkhalter at oracle.com
Sat Dec 9 01:03:06 UTC 2017


Hi Brent,

On Dec 8, 2017, at 4:50 PM, Brent Christian <brent.christian at oracle.com> wrote:

> I just noticed a couple small things in the test:
> 
> test/jdk/java/io/InputStream/NullInputStream.java
> 
> […]
> 
> Line 113 should read "... != 0", yes?
> 
> […]
> 
> On 132, it's "skip() != 0".

You are correct on both accounts. I shuffled that test completely around today converting it to TestNG and obviously made some typos. Webrev updated in place http://cr.openjdk.java.net/~bpb/4358774/webrev.03/.

Thanks,

Brian



More information about the core-libs-dev mailing list