You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Sauro Matulli (JIRA)" <ji...@apache.org> on 2018/04/19 07:44:01 UTC

[jira] [Closed] (LANG-1391) Improve Javadoc for StringUtils.isAnyEmpty(null)

     [ https://issues.apache.org/jira/browse/LANG-1391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sauro Matulli closed LANG-1391.
-------------------------------

> Improve Javadoc for StringUtils.isAnyEmpty(null) 
> -------------------------------------------------
>
>                 Key: LANG-1391
>                 URL: https://issues.apache.org/jira/browse/LANG-1391
>             Project: Commons Lang
>          Issue Type: Bug
>          Components: lang.*
>    Affects Versions: 3.7
>            Reporter: Sauro Matulli
>            Priority: Major
>             Fix For: 3.8
>
>
>  
> The StringUtils.isAnyEmpty(null) method returns an incorrect value from what is specified in the javadoc.
> JAVADOC:   StringUtils.isAnyEmpty(null) = true
> Test: System.out.println("" + StringUtils.isAnyEmpty(null));  --> false
>  
>  
>  



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