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

CollectionUtils.removeAll() calls ListUtils.retainAll()

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • 3.2
    • None
    • None
    • None

    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);
      }

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              cdeal Chuck Deal
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: