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

        

Reply via email to