[
https://issues.apache.org/jira/browse/LANG-1326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15990018#comment-15990018
]
ASF GitHub Bot commented on LANG-1326:
--------------------------------------
GitHub user arbasha opened a pull request:
https://github.com/apache/commons-lang/pull/267
LANG-1326 - Fixed isAllEmpty and isAllBlank
If the description of https://issues.apache.org/jira/browse/LANG-1271 is
what is the agreed behavior, then I believe isAllEmpty and isAllBlank method
should be updated as well. Please let me know if i'm missing something on this.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/arbasha/commons-lang bug_fix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/commons-lang/pull/267.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #267
----
commit 35ba1e2f344d87f77f2782a188ea436cbe596a53
Author: Basha <[email protected]>
Date: 2017-04-29T19:18:24Z
LANG-1326 - Fixed isAllEmpty and isAllBlank
----
> StringUtils#isAllEmpty and #isAllBlank should return false for an empty array
> -----------------------------------------------------------------------------
>
> Key: LANG-1326
> URL: https://issues.apache.org/jira/browse/LANG-1326
> Project: Commons Lang
> Issue Type: Bug
> Components: lang.*
> Affects Versions: 3.6
> Reporter: Arshad Basha
> Priority: Minor
>
> If the description of https://issues.apache.org/jira/browse/LANG-1271 is what
> is the agreed behavior, then I believe isAllEmpty and isAllBlank method
> should be updated as well. Please let me know if i'm missing something on
> this.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)