Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
3.2
-
None
-
None
Description
Using version 3.2.1 as downloaded from maven's public repository.
CollectionUtils.removeAll should call ListUtils.removeAll instead of ListUtils.retainAll.
Currently
{{public static Collection removeAll(Collection collection, Collection remove)
}}
Suggested
{{public static Collection removeAll(Collection collection, Collection remove)
}}
Attachments
Issue Links
- duplicates
-
COLLECTIONS-219 The CollectionUtils.removeAll method calls the ListUtils.retainAll method instead of the ListUtils.removeAll method.
- Closed