Github user PascalSchumacher commented on the issue:

    https://github.com/apache/commons-lang/pull/193
  
    I agree with both of you.
    
    An empty array does not contain any non-empty/non-blank `CharSequence`s, so 
`isAnyNotEmpty`/`isAnyNotBlank` should return `false` for an empty array.
    
    An empty array does not contain any empty/blank `CharSequence`s, so 
`isAnyEmpty`/`isAnyBlank` should return `false` for an empty array.
    
    I created two jira issues: one for the addition: 
https://issues.apache.org/jira/browse/LANG-1270 and one the purposed change: 
https://issues.apache.org/jira/browse/LANG-1271 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to