[
https://issues.apache.org/jira/browse/COLLECTIONS-783?focusedWorklogId=558736&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-558736
]
ASF GitHub Bot logged work on COLLECTIONS-783:
----------------------------------------------
Author: ASF GitHub Bot
Created on: 26/Feb/21 21:01
Start Date: 26/Feb/21 21:01
Worklog Time Spent: 10m
Work Description: arturobernalg commented on pull request #216:
URL:
https://github.com/apache/commons-collections/pull/216#issuecomment-786891734
CollectionUtils.containsAny check bjects.requireNonNull and throw NPE. IMO
this will break the binary. I keep checking `IterableUtils.matchesAny`
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 558736)
Time Spent: 20m (was: 10m)
> Checks if any value in the given Collections is null or empty.
> --------------------------------------------------------------
>
> Key: COLLECTIONS-783
> URL: https://issues.apache.org/jira/browse/COLLECTIONS-783
> Project: Commons Collections
> Issue Type: Improvement
> Reporter: Arturo Bernal
> Priority: Minor
> Time Spent: 20m
> Remaining Estimate: 0h
>
> |Checks if any value in the given Collections is null or empty. Return true
> if there is at least one null value in the Collection, and return false if
> all the values are non-null and not empty.|
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)