CollectionUtils.removeAll invokes wrong Listutils method
--------------------------------------------------------
Key: COLLECTIONS-357
URL: https://issues.apache.org/jira/browse/COLLECTIONS-357
Project: Commons Collections
Issue Type: Bug
Components: Collection
Affects Versions: 3.2
Reporter: Fabian Lange
Priority: Critical
{code}
public static Collection removeAll(Collection collection, Collection
remove) {
return ListUtils.retainAll(collection, remove);
}
{code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.