Uploaded image for project: 'Commons Collections'
  1. Commons Collections
  2. COLLECTIONS-222

CollectionUtils removeAll is actually retainAll

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • 3.2
    • None
    • Collection
    • 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

          Activity

            People

              Unassigned Unassigned
              seabamirum Tim Lenz
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: