You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2003/07/21 00:27:35 UTC

DO NOT REPLY [Bug 21750] New: - [lang] StringUtils javadoc and test enhancements

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21750>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21750

[lang] StringUtils javadoc and test enhancements

           Summary: [lang] StringUtils javadoc and test enhancements
           Product: Commons
           Version: Nightly Builds
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Lang
        AssignedTo: commons-dev@jakarta.apache.org
        ReportedBy: phil@steitz.com


The attached patch fixes some javadoc typos and adds some more examples and test
cases for StringUtils.

It does include one code change -- isNotBlank is changed to return !isBlank
instead of including the negated search logic. Apologies if the intention is not
for isNotBlank <-> !isBlank.  The examples, tests and docs suggest that this
should be true now.  Of course, it is possible that I am missing something.

I also introduced (with no explanation) the * notation discussed on the list to
make the examples more expressive.  I will submit a replacement patch if we
don't want to use this.

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org