We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
e.g. This results in OOM error
assertThat(LazyString.of("hello world").dropRight(Integer.MAX_VALUE),equalTo(empty));
This can be solved by checking if the size of the String (or List) is less than max value.
The text was updated successfully, but these errors were encountered:
Related to #1013
Sorry, something went wrong.
add tests and impls for #1012 and #1013
4328dc6
Merged in #1016
8a6848a
No branches or pull requests
e.g. This results in OOM error
This can be solved by checking if the size of the String (or List) is less than max value.
The text was updated successfully, but these errors were encountered: