You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Taras Pushyk (Created) (JIRA)" <ji...@apache.org> on 2011/12/27 13:36:30 UTC

[jira] [Created] (COLLECTIONS-387) CollectionUtils.removeAll does retain instead of remove

CollectionUtils.removeAll does retain instead of remove
-------------------------------------------------------

                 Key: COLLECTIONS-387
                 URL: https://issues.apache.org/jira/browse/COLLECTIONS-387
             Project: Commons Collections
          Issue Type: Bug
          Components: Collection
    Affects Versions: 3.2.1
            Reporter: Taras Pushyk
             Fix For: 3.2.2


org.apache.commons.collections.CollectionUtils.removeAll(Collection, Collection) method calls org.apache.commons.collections.ListUtils.retainAll(Collection, Collection) instead of org.apache.commons.collections.ListUtils.removeAll(Collection, Collection).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (COLLECTIONS-387) CollectionUtils.removeAll does retain instead of remove

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

Taras Pushyk closed COLLECTIONS-387.
------------------------------------

    Resolution: Duplicate
    
> CollectionUtils.removeAll does retain instead of remove
> -------------------------------------------------------
>
>                 Key: COLLECTIONS-387
>                 URL: https://issues.apache.org/jira/browse/COLLECTIONS-387
>             Project: Commons Collections
>          Issue Type: Bug
>          Components: Collection
>    Affects Versions: 3.2.1
>            Reporter: Taras Pushyk
>              Labels: bug, removeAll
>             Fix For: 3.2.2
>
>
> org.apache.commons.collections.CollectionUtils.removeAll(Collection, Collection) method calls org.apache.commons.collections.ListUtils.retainAll(Collection, Collection) instead of org.apache.commons.collections.ListUtils.removeAll(Collection, Collection).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira