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 2010/06/30 01:38:50 UTC

[jira] Closed: (COLLECTIONS-358) CollectionUtils.removeAll(Collection collection, Collection remove) calls ListUtils.retainAll(collection, remove)

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

Joerg Schaible closed COLLECTIONS-358.
--------------------------------------

    Resolution: Duplicate

> CollectionUtils.removeAll(Collection collection, Collection remove) calls ListUtils.retainAll(collection, remove)
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: COLLECTIONS-358
>                 URL: https://issues.apache.org/jira/browse/COLLECTIONS-358
>             Project: Commons Collections
>          Issue Type: Bug
>          Components: Collection
>    Affects Versions: 3.1
>         Environment: any
>            Reporter: Andreas Knees
>
> Inside CollectionUtils.removeAll(Collection collection, Collection remove) the retainAll() method of ListUtils is called in line 1122.
> It should read ListUtils.removeAll(collection, remove) instead.
> Workaround: use ListUtils.removeAll(Collection collection, Collection remove) instead.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.