Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 83119 invoked from network); 10 Jul 2009 02:26:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Jul 2009 02:26:28 -0000 Received: (qmail 64849 invoked by uid 500); 10 Jul 2009 02:26:37 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 64754 invoked by uid 500); 10 Jul 2009 02:26:37 -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 64742 invoked by uid 99); 10 Jul 2009 02:26:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Jul 2009 02:26:36 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Jul 2009 02:26:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C8D9729A0011 for ; Thu, 9 Jul 2009 19:26:14 -0700 (PDT) Message-ID: <1330785951.1247192774809.JavaMail.jira@brutus> Date: Thu, 9 Jul 2009 19:26:14 -0700 (PDT) From: "Tom Parker (JIRA)" To: issues@commons.apache.org Subject: [jira] Created: (COLLECTIONS-332) ListOrderedMap not respecting underlying list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org ListOrderedMap not respecting underlying list --------------------------------------------- Key: COLLECTIONS-332 URL: https://issues.apache.org/jira/browse/COLLECTIONS-332 Project: Commons Collections Issue Type: Bug Components: Map Reporter: Tom Parker Priority: Minor When decorating either CaseInsensitiveMap or IdentityMap (and I believe this will impact any java.util.TreeMap built with a non-.equals() Comparator), ListOrderedMap responds inconsistently with the underlying map. The ordering seems to be operating off .equals() rather than the actual contents of the underlying map. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.