[
https://issues.apache.org/jira/browse/LANG-533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Henri Yandell closed LANG-533.
------------------------------
Resolution: Fixed
Thanks Tomasz. Patch applied:
svn ci -m "Applying Tomasz Nurkiewicz's patch from LANG-533 adding notBlank
methods to Validate"
Sending src/java/org/apache/commons/lang/Validate.java
Sending src/test/org/apache/commons/lang/ValidateTest.java
Transmitting file data ..
Committed revision 828310.
> Validate: support for validating blank strings
> ----------------------------------------------
>
> Key: LANG-533
> URL: https://issues.apache.org/jira/browse/LANG-533
> Project: Commons Lang
> Issue Type: New Feature
> Affects Versions: 2.4
> Reporter: Tomasz Nurkiewicz
> Priority: Trivial
> Fix For: 3.0
>
> Attachments: LANG-533.patch
>
>
> Validate class lacks of blank string (not null and not whitespace)
> validation, based on StringUtils#isBlank. There is only notEmpty method,
> which does not trim examined string. Example implementation with javadocs
> attached.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.