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
While the latter does a trim() (
trim()
plexus-utils/src/main/java/org/codehaus/plexus/util/StringUtils.java
Lines 184 to 187 in 8a9147a
StringUtils.isBlank()
See also the note added in plexus-utils 1.5.2 (released in 2008): 800c53c
The text was updated successfully, but these errors were encountered:
I'd push a 3.5.0 with this fixed finally after 14 years.
Sorry, something went wrong.
isEmpty(String) must not return false for whitespace-only values
0c99d39
This closes codehaus-plexus#214
2a6073d
6247863
7f5114a
This closes #214
Successfully merging a pull request may close this issue.
While the latter does a
trim()
(plexus-utils/src/main/java/org/codehaus/plexus/util/StringUtils.java
Lines 184 to 187 in 8a9147a
StringUtils.isBlank()
the former does never trim.See also the note added in plexus-utils 1.5.2 (released in 2008): 800c53c
The text was updated successfully, but these errors were encountered: