You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Joerg Schaible (JIRA)" <ji...@apache.org> on 2011/02/01 08:20:28 UTC

[jira] Closed: (COLLECTIONS-371) BUG in org.apache.commons.collections.CollectionUtils.removeAll(Collection, Collection)

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

Joerg Schaible closed COLLECTIONS-371.
--------------------------------------

    Resolution: Duplicate

> BUG in org.apache.commons.collections.CollectionUtils.removeAll(Collection, Collection)   
> ------------------------------------------------------------------------------------------
>
>                 Key: COLLECTIONS-371
>                 URL: https://issues.apache.org/jira/browse/COLLECTIONS-371
>             Project: Commons Collections
>          Issue Type: Bug
>          Components: Collection
>    Affects Versions: 3.2
>            Reporter: li gui
>            Priority: Critical
>
> line: 1121
> public static Collection removeAll(Collection collection, Collection remove) {
>     return ListUtils.retainAll(collection, remove); //<<<<<-------- here absolutely wrong!
> }

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira