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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

2020-07-30 Thread GitBox
XenoAmess commented on a change in pull request #118: URL: https://github.com/apache/commons-io/pull/118#discussion_r462755702 ## File path: src/main/java/org/apache/commons/io/IOUtils.java ## @@ -790,16 +842,342 @@ public static boolean contentEqualsIgnoreEOL(final Reader

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

2020-07-29 Thread GitBox
XenoAmess commented on a change in pull request #118: URL: https://github.com/apache/commons-io/pull/118#discussion_r462150050 ## File path: src/test/java/org/apache/commons/io/performance/IOUtilsContentEqualsPerformanceTest.java ## @@ -0,0 +1,178 @@ +/* + * Licensed to the