You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Henri Yandell (JIRA)" <ji...@apache.org> on 2008/02/05 06:49:08 UTC

[jira] Closed: (COLLECTIONS-284) CollectionUtils.removeAll() calls ListUtils.retainAll()

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

Henri Yandell closed COLLECTIONS-284.
-------------------------------------

    Resolution: Duplicate

Thanks Chuck, this is already fixed in trunk (COLLECTIONS-219).

> CollectionUtils.removeAll() calls ListUtils.retainAll()
> -------------------------------------------------------
>
>                 Key: COLLECTIONS-284
>                 URL: https://issues.apache.org/jira/browse/COLLECTIONS-284
>             Project: Commons Collections
>          Issue Type: Bug
>    Affects Versions: 3.2
>            Reporter: Chuck Deal
>
> CollectionUtils.removeAll() calls ListUtils.retainAll().  I believe it should actually be 
> public static Collection removeAll(Collection collection, Collection remove) {
>         return ListUtils.removeAll(collection, remove);
> }

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