Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 62451 invoked from network); 20 Feb 2011 06:10:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 Feb 2011 06:10:17 -0000 Received: (qmail 51669 invoked by uid 500); 20 Feb 2011 06:10:17 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 51097 invoked by uid 500); 20 Feb 2011 06:10:14 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 51089 invoked by uid 99); 20 Feb 2011 06:10:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Feb 2011 06:10:13 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of flamefew@gmail.com designates 74.125.82.171 as permitted sender) Received: from [74.125.82.171] (HELO mail-wy0-f171.google.com) (74.125.82.171) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Feb 2011 06:10:06 +0000 Received: by wyg36 with SMTP id 36so293757wyg.30 for ; Sat, 19 Feb 2011 22:09:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=g+Z40Jyh7GI5PQftJuiVAEXhptZskBqRneU5Q1K0D5s=; b=eYbYhnd51xWl21ybUlXTQoVfHKtEy7MRocKHk6OoUOVeN1SiZHTE/ZCubpFI2xk+Se TN/n3Tx4d031gIF/WIyYwSnJmyge1hek/h2HerwcNmNtDzpj+dF39476fZ5iM7YvEju7 bMEXCZ6DadBHoxvkqgMdYjixwhgozk3zsxLzU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=w3glsarQmTCrmpwmxWBiw+hlFAJtgJo0HPFTnfxdF1PNodVLodQbz7vgQaGrGRiOb5 T56H9j7SgSYHObelb2XtI9lhn2Xhox9qo33yj7RUfAAPwUrVojmb26PAdY4oALzyEgnQ WSENaJ77pxNCR0Y9R/tvF2wTwSjrA7ZrspcKM= MIME-Version: 1.0 Received: by 10.216.59.143 with SMTP id s15mr967115wec.49.1298182184393; Sat, 19 Feb 2011 22:09:44 -0800 (PST) Received: by 10.216.170.21 with HTTP; Sat, 19 Feb 2011 22:09:44 -0800 (PST) Date: Sat, 19 Feb 2011 22:09:44 -0800 Message-ID: Subject: [collections] retire or release? From: Henri Yandell To: Commons Developers List Content-Type: text/plain; charset=ISO-8859-1 Seeing this bug reported for the Nth time: https://issues.apache.org/jira/browse/COLLECTIONS-371 I wonder if collections should be declared dead. It's a dumb bug, (removeAll calling retainAll), and users have had to put up with it for years now. Hen --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org