You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Andrei (JIRA)" <ji...@apache.org> on 2018/09/06 06:37:00 UTC

[jira] [Created] (LANG-1418) Incorrect Javadoc for StringUtils.isAnyBlank(null)

Andrei created LANG-1418:
----------------------------

             Summary: Incorrect Javadoc for StringUtils.isAnyBlank(null)
                 Key: LANG-1418
                 URL: https://issues.apache.org/jira/browse/LANG-1418
             Project: Commons Lang
          Issue Type: Bug
          Components: lang.*
    Affects Versions: 3.8
            Reporter: Andrei
         Attachments: apache-common.isAnyBlank(null).png

As of [https://commons.apache.org/proper/commons-lang/apidocs/org/apache/commons/lang3/StringUtils.html#isAnyBlank-java.lang.CharSequence...-] isAnyBlank((String) null) -> true

But test isAnyBlank((String) null) -> false.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)