[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jakarta-commons-dev
Subject:    [jira] Updated: (COLLECTIONS-284) CollectionUtils.removeAll() calls
From:       "Chuck Deal (JIRA)" <jira () apache ! org>
Date:       2008-01-30 21:03:35
Message-ID: 30547658.1201727015421.JavaMail.jira () brutus
[Download RAW message or body]


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

Chuck Deal updated COLLECTIONS-284:
-----------------------------------

    Description: 
CollectionUtils.removeAll() calls ListUtils.retainAll().  I believe it should \
actually be 

public static Collection removeAll(Collection collection, Collection remove) {
        return ListUtils.removeAll(collection, remove);
}


  was:
CollectionUtils.removeAll() calls ListUtils.retainAll().  I believe it should \
actually be 

    public static Collection removeAll(Collection collection, Collection remove) {
        return ListUtils.removeAll(collection, remove);
    }



> 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.


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic