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

Gary Gregory resolved COLLECTIONS-437.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 4.0

Already reported and already fixed in trunk.
                
> CollectionUtils.removeAll invoke ListUtils.retainAll !!!
> --------------------------------------------------------
>
>                 Key: COLLECTIONS-437
>                 URL: https://issues.apache.org/jira/browse/COLLECTIONS-437
>             Project: Commons Collections
>          Issue Type: Bug
>            Reporter: qxo
>            Priority: Critical
>             Fix For: 4.0
>
>
>     public static Collection removeAll(Collection collection, Collection 
> remove) {
>         return ListUtils.retainAll(collection, remove);
>     }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to