You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/changes/changes.xml
+9-7Lines changed: 9 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -74,14 +74,16 @@ The <action> type attribute can be add,update,fix,remove.
74
74
<actiondev="ggregory"type="fix"due-to="Gary Gregory">Avoid NullPointerException in HiddenFileFilter.accept(Path, BasicFileAttributes) on null input.</action>
75
75
<actiondev="ggregory"type="fix"due-to="Gary Gregory">Avoid NullPointerException in IOCase.checkIndexOf(String, int, String) on null input.</action>
76
76
<actiondev="ggregory"type="fix"due-to="Gary Gregory">Avoid NullPointerException in IOCase.checkRegionMatches(String, int, String) on null input.</action>
77
+
<actiondev="ggregory"type="fix"due-to="Gary Gregory">BoundedInputStream.getCount() should not count EOF.</action>
77
78
<!-- Add -->
78
-
<actiondev="ggregory"type="fix"due-to="Gary Gregory">Add and use PathUtils.getFileName(Path, Function<Path, R>).</action>
79
-
<actiondev="ggregory"type="fix"due-to="Gary Gregory">Add and use PathUtils.getFileNameString().</action>
80
-
<actiondev="ggregory"type="fix"due-to="Gary Gregory">Make public Erase.rethrow(Throwable).</action>
81
-
<actiondev="ggregory"type="fix"issue="IO-826"due-to="markslater, Gary Gregory">Add BrokenInputStream.BrokenInputStream(Throwable).</action>
82
-
<actiondev="ggregory"type="fix"issue="IO-826"due-to="markslater, Gary Gregory">Add BrokenReader.BrokenReader(Throwable).</action>
83
-
<actiondev="ggregory"type="fix"issue="IO-826"due-to="markslater, Gary Gregory">Add BrokenOutputStream.BrokenOutputStream(Throwable).</action>
84
-
<actiondev="ggregory"type="fix"issue="IO-826"due-to="markslater, Gary Gregory">Add BrokenWriter.BrokenWriter(Throwable).</action>
79
+
<actiondev="ggregory"type="add"due-to="Gary Gregory">Add and use PathUtils.getFileName(Path, Function<Path, R>).</action>
80
+
<actiondev="ggregory"type="add"due-to="Gary Gregory">Add and use PathUtils.getFileNameString().</action>
81
+
<actiondev="ggregory"type="add"due-to="Gary Gregory">Make public Erase.rethrow(Throwable).</action>
82
+
<actiondev="ggregory"type="add"issue="IO-826"due-to="markslater, Gary Gregory">Add BrokenInputStream.BrokenInputStream(Throwable).</action>
83
+
<actiondev="ggregory"type="add"issue="IO-826"due-to="markslater, Gary Gregory">Add BrokenReader.BrokenReader(Throwable).</action>
84
+
<actiondev="ggregory"type="add"issue="IO-826"due-to="markslater, Gary Gregory">Add BrokenOutputStream.BrokenOutputStream(Throwable).</action>
85
+
<actiondev="ggregory"type="add"issue="IO-826"due-to="markslater, Gary Gregory">Add BrokenWriter.BrokenWriter(Throwable).</action>
0 commit comments