[
https://issues.apache.org/jira/browse/LANG-1391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gary Gregory resolved LANG-1391.
--------------------------------
Resolution: Fixed
Fix Version/s: 3.8
I updated the Javadoc in git master. Please verify and close.
If anyone of you would like to participate and volunteer to improve the Javadoc
for the other methods in this class, please provide a PR on GitHub at
[https://github.com/apache/commons-lang]
Thank you!
Gary
> 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)