Return-Path: X-Original-To: apmail-commons-issues-archive@minotaur.apache.org Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BECB8D265 for ; Wed, 14 Nov 2012 10:28:13 +0000 (UTC) Received: (qmail 10799 invoked by uid 500); 14 Nov 2012 10:28:13 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 10644 invoked by uid 500); 14 Nov 2012 10:28:13 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 10626 invoked by uid 99); 14 Nov 2012 10:28:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Nov 2012 10:28:12 +0000 Date: Wed, 14 Nov 2012 10:28:12 +0000 (UTC) From: "Joerg Schaible (JIRA)" To: issues@commons.apache.org Message-ID: <1531815414.113268.1352888892354.JavaMail.jiratomcat@arcas> In-Reply-To: <549584745.113245.1352888051890.JavaMail.jiratomcat@arcas> Subject: [jira] [Closed] (COLLECTIONS-435) CollectionUtils.removeAll() calls ListUtils.retainAll() MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/COLLECTIONS-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joerg Schaible closed COLLECTIONS-435. -------------------------------------- Resolution: Duplicate > CollectionUtils.removeAll() calls ListUtils.retainAll() > ------------------------------------------------------- > > Key: COLLECTIONS-435 > URL: https://issues.apache.org/jira/browse/COLLECTIONS-435 > Project: Commons Collections > Issue Type: Bug > Components: Collection > Affects Versions: 3.2.1 > Reporter: Mikolaj Rydzewski > > A snippet from CollectionUtils.java: > {code:title=CollectionUtils.java} > public static Collection removeAll(Collection collection, Collection remove) { > return ListUtils.retainAll(collection, remove); > } > {code} > It should call ListUtils.removeAll() instead. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira