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

Thomas Neidhart reopened COLLECTIONS-357:
-----------------------------------------

    
> CollectionUtils.removeAll invokes wrong Listutils method
> --------------------------------------------------------
>
>                 Key: COLLECTIONS-357
>                 URL: https://issues.apache.org/jira/browse/COLLECTIONS-357
>             Project: Commons Collections
>          Issue Type: Bug
>          Components: Collection
>    Affects Versions: 3.2
>            Reporter: Fabian Lange
>            Priority: Critical
>             Fix For: 4.0
>
>
> {code}
>     public static Collection removeAll(Collection collection, Collection 
> remove) {
>         return ListUtils.retainAll(collection, remove);
>     }
> {code}

--
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