You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Mathieu (JIRA)" <ji...@apache.org> on 2010/01/07 11:48:01 UTC

[jira] Created: (COLLECTIONS-349) The method CollectionUtils.removeAll() call wrongly ListUtils.retainAll()

The method CollectionUtils.removeAll() call wrongly ListUtils.retainAll()
-------------------------------------------------------------------------

                 Key: COLLECTIONS-349
                 URL: https://issues.apache.org/jira/browse/COLLECTIONS-349
             Project: Commons Collections
          Issue Type: Bug
          Components: Collection
    Affects Versions: 3.2
            Reporter: Mathieu


The method CollectionUtils.removeAll() calls wrongly ListUtils.retainAll() instead of ListUtils.removeAll().

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


[jira] Closed: (COLLECTIONS-349) The method CollectionUtils.removeAll() call wrongly ListUtils.retainAll()

Posted by "Henri Yandell (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COLLECTIONS-349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Henri Yandell closed COLLECTIONS-349.
-------------------------------------

    Resolution: Duplicate

Closing as dupe.

> The method CollectionUtils.removeAll() call wrongly ListUtils.retainAll()
> -------------------------------------------------------------------------
>
>                 Key: COLLECTIONS-349
>                 URL: https://issues.apache.org/jira/browse/COLLECTIONS-349
>             Project: Commons Collections
>          Issue Type: Bug
>          Components: Collection
>    Affects Versions: 3.2
>            Reporter: Mathieu
>
> The method CollectionUtils.removeAll() calls wrongly ListUtils.retainAll() instead of ListUtils.removeAll().

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


[jira] Commented: (COLLECTIONS-349) The method CollectionUtils.removeAll() call wrongly ListUtils.retainAll()

Posted by "Valentin Rocher (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/COLLECTIONS-349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12828355#action_12828355 ] 

Valentin Rocher commented on COLLECTIONS-349:
---------------------------------------------

In the last trunk, it seems to be fixed.

> The method CollectionUtils.removeAll() call wrongly ListUtils.retainAll()
> -------------------------------------------------------------------------
>
>                 Key: COLLECTIONS-349
>                 URL: https://issues.apache.org/jira/browse/COLLECTIONS-349
>             Project: Commons Collections
>          Issue Type: Bug
>          Components: Collection
>    Affects Versions: 3.2
>            Reporter: Mathieu
>
> The method CollectionUtils.removeAll() calls wrongly ListUtils.retainAll() instead of ListUtils.removeAll().

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


[jira] Updated: (COLLECTIONS-349) The method CollectionUtils.removeAll() call wrongly ListUtils.retainAll()

Posted by "Henri Yandell (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COLLECTIONS-349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Henri Yandell updated COLLECTIONS-349:
--------------------------------------

    Fix Version/s: 4.0-beta-1

> The method CollectionUtils.removeAll() call wrongly ListUtils.retainAll()
> -------------------------------------------------------------------------
>
>                 Key: COLLECTIONS-349
>                 URL: https://issues.apache.org/jira/browse/COLLECTIONS-349
>             Project: Commons Collections
>          Issue Type: Bug
>          Components: Collection
>    Affects Versions: 3.2
>            Reporter: Mathieu
>             Fix For: 4.0-beta-1
>
>
> The method CollectionUtils.removeAll() calls wrongly ListUtils.retainAll() instead of ListUtils.removeAll().

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