Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
3.2
-
None
-
None
Description
The removeAll(Collection collection, Collection remove) method calls ListUtils.retainAll(collection, remove)
instead of ListUtils.removeAll(Collection collection, Collection remove)
Should be an easy fix
Attachments
Issue Links
- duplicates
-
COLLECTIONS-219 The CollectionUtils.removeAll method calls the ListUtils.retainAll method instead of the ListUtils.removeAll method.
- Closed