-
Notifications
You must be signed in to change notification settings - Fork 718
Backport Objects.checkFromIndexSize to IOUtils
#790
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
bb3226a
Backport `Objects.checkFromIndexSize` to `IOUtils`
ppkarwasz 659b90b
Add changelog entry
ppkarwasz 5552d9b
fix: apply `IOUtils.checkIndexFromSize` to all streams
ppkarwasz 051a86a
fix: failing tests
ppkarwasz cbfb55c
fix: inline static import
ppkarwasz 8b45ad9
fix: add usage examples to Javadoc
ppkarwasz 2220753
fix: Javadoc for JDK 8 and 11
ppkarwasz 41c2a98
fix: remove `@Override` from code snippet
ppkarwasz 68c1ba4
fix: `ClosedReader` Javadoc and tests
ppkarwasz 48fe1c3
fix: revert `BrokenReader` and add tests
ppkarwasz bbde627
fix: remove `BrokenReader.read(char[]/CharBuffer)` overrides
ppkarwasz de2d1e3
fix: revert `BrokenWriter`
ppkarwasz b0bea24
fix: Checkstyle failures
ppkarwasz 06cb03b
fix: revert `ClosedWriter` and add tests
ppkarwasz 3678d1e
fix: revert `FilterCollectionWriter` changes
ppkarwasz d00d5ef
fix: fix `NullAppendable` Javadoc
ppkarwasz 1e558f5
fix: fix `NullOutputStream` Javadoc and enhance tests
ppkarwasz 6585383
fix: fix `NullWriter` Javadoc and enhance tests
ppkarwasz 14a2506
fix: `NullInputStream` Javadoc
ppkarwasz 1632fb2
fix: `ClosedOutputStream` Javadoc
ppkarwasz 9476028
fix: `StringBuilderWriter` behavior and Javadoc
ppkarwasz b809718
fix: restore `NullWriter` comment
ppkarwasz a70be15
fix: `checkFromToIndex` logical or
ppkarwasz 8d520f7
fix: document `IndexOutOfBoundsException`
ppkarwasz c4e4f3b
fix: `ClosedInputStream` and `ThresholdingOutputStream` javadoc
ppkarwasz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.