[GitHub] [commons-io] sebbASF commented on a change in pull request #118: [IO-670] refine IOUtils.contentEquals(Reader, Reader)

2020-08-05 Thread GitBox
sebbASF commented on a change in pull request #118: URL: https://github.com/apache/commons-io/pull/118#discussion_r465638699 ## File path: src/main/java/org/apache/commons/io/input/buffer/UnsyncBufferedInputStream.java ## @@ -0,0 +1,207 @@ +/* + * Licensed to the Apache

[GitHub] [commons-io] sebbASF commented on a change in pull request #118: [IO-670] refine IOUtils.contentEquals(Reader, Reader)

2020-08-05 Thread GitBox
sebbASF commented on a change in pull request #118: URL: https://github.com/apache/commons-io/pull/118#discussion_r465616775 ## File path: src/test/java/org/apache/commons/io/IOUtilsTestCase.java ## @@ -311,28 +314,38 @@ public synchronized void close() throws IOException {

[GitHub] [commons-io] sebbASF commented on a change in pull request #118: [IO-670] refine IOUtils.contentEquals(Reader, Reader)

2020-08-05 Thread GitBox
sebbASF commented on a change in pull request #118: URL: https://github.com/apache/commons-io/pull/118#discussion_r465613818 ## File path: src/main/java/org/apache/commons/io/input/buffer/UnsyncBufferedInputStream.java ## @@ -0,0 +1,207 @@ +/* + * Licensed to the Apache

[GitHub] [commons-io] sebbASF commented on a change in pull request #118: [IO-670] refine IOUtils.contentEquals(Reader, Reader)

2020-08-05 Thread GitBox
sebbASF commented on a change in pull request #118: URL: https://github.com/apache/commons-io/pull/118#discussion_r465608614 ## File path: src/test/java/org/apache/commons/io/IOUtilsTestCase.java ## @@ -311,28 +314,38 @@ public synchronized void close() throws IOException {

[GitHub] [commons-io] sebbASF commented on a change in pull request #118: [IO-670] refine IOUtils.contentEquals(Reader, Reader)

2020-08-05 Thread GitBox
sebbASF commented on a change in pull request #118: URL: https://github.com/apache/commons-io/pull/118#discussion_r465608459 ## File path: src/test/java/org/apache/commons/io/input/buffer/CircularBufferInputStreamTest.java ## @@ -70,6 +70,8 @@ public void testRandomRead()

[GitHub] [commons-io] sebbASF commented on a change in pull request #118: [IO-670] refine IOUtils.contentEquals(Reader, Reader)

2020-07-29 Thread GitBox
sebbASF commented on a change in pull request #118: URL: https://github.com/apache/commons-io/pull/118#discussion_r462250040 ## File path: src/main/java/org/apache/commons/io/IOUtils.java ## @@ -882,15 +894,26 @@ public static boolean contentEqualsIgnoreEOL(final Reader