@@ -70,14 +70,14 @@ The <action> type attribute can be add,update,fix,remove.
7070 <action dev =" ggregory" type =" fix" due-to =" Gary Gregory" >CircularInputStream.available() should return 0 when the stream is closed.</action >
7171 <action dev =" ggregory" type =" fix" due-to =" Gary Gregory" >InfiniteCircularInputStream.available() should return 0 when the stream is closed.</action >
7272 <action dev =" ggregory" type =" fix" due-to =" Gary Gregory" >ChecksumInputStream(InputStream, Checksum, long, long) should fail-fast on null Checksum input.</action >
73- <action dev =" ggregory" type =" fix" due-to =" Gary Gregory" >BufferedFileChannelInputStream.read() should return -1 after the stream is closed.</action >
74- <action dev =" ggregory" type =" fix" due-to =" Gary Gregory" >BOMInputStream.read() should return -1 after the stream is closed.</action >
73+ <action dev =" ggregory" type =" fix" due-to =" Gary Gregory" >BufferedFileChannelInputStream.read() should return -1 (EOF) after the stream is closed.</action >
74+ <action dev =" ggregory" type =" fix" due-to =" Gary Gregory" >BOMInputStream.read() should return -1 (EOF) after the stream is closed.</action >
7575 <action dev =" ggregory" type =" fix" due-to =" Gary Gregory" >Deprecate NullInputStream.INSTANCE in favor of constructors.</action >
7676 <action dev =" ggregory" type =" fix" due-to =" Gary Gregory" >NullInputStream.available() should return 0 after the stream is closed.</action >
77- <action dev =" ggregory" type =" fix" due-to =" Gary Gregory" >NullInputStream.read() should return -1 after the stream is closed.</action >
77+ <action dev =" ggregory" type =" fix" due-to =" Gary Gregory" >NullInputStream.read() should return -1 (EOF) after the stream is closed.</action >
7878 <action dev =" ggregory" type =" fix" due-to =" Gary Gregory" >MemoryMappedFileInputStream.available() should return 0 after the stream is closed.</action >
79- <action dev =" ggregory" type =" fix" due-to =" Gary Gregory" >MemoryMappedFileInputStream.read() should return -1 after the stream is closed.</action >
80- <action dev =" ggregory" type =" fix" due-to =" Gary Gregory" >ProxyInputStream.read() should return -1 after the stream is closed.</action >
79+ <action dev =" ggregory" type =" fix" due-to =" Gary Gregory" >MemoryMappedFileInputStream.read() should return -1 (EOF) after the stream is closed.</action >
80+ <action dev =" ggregory" type =" fix" due-to =" Gary Gregory" >ProxyInputStream.read() should return -1 (EOF) after the stream is closed.</action >
8181 <action dev =" ggregory" type =" fix" due-to =" Gary Gregory" >RandomAccessFileInputStream.available() should return 0 after the stream is closed.</action >
8282 <action dev =" ggregory" type =" fix" due-to =" Gary Gregory" >RandomAccessFileInputStream.read() should return -1 (EOF) after the stream is closed.</action >
8383 <!-- UPDATE -->
0 commit comments