Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 35008 invoked from network); 20 Feb 2006 14:29:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Feb 2006 14:29:38 -0000 Received: (qmail 28013 invoked by uid 500); 20 Feb 2006 14:29:31 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 27945 invoked by uid 500); 20 Feb 2006 14:29:31 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 27934 invoked by uid 99); 20 Feb 2006 14:29:30 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Feb 2006 06:29:30 -0800 X-ASF-Spam-Status: No, hits=2.3 required=10.0 tests=DNS_FROM_RFC_POST,DNS_FROM_RFC_WHOIS X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [62.24.64.34] (HELO smtp.dkm.cz) (62.24.64.34) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 20 Feb 2006 06:29:30 -0800 Received: (qmail 46323 invoked by uid 0); 20 Feb 2006 14:03:25 -0000 Received: from r2d58.chello.upc.cz (62.245.67.58) by smtp.dkm.cz with SMTP; 20 Feb 2006 14:03:25 -0000 Date: Mon, 20 Feb 2006 15:03:23 +0100 From: =?utf-8?B?VG9tw6HFocKgUHJvY2jDoXprYQ==?= X-Mailer: The Bat! (v3.70.08 "Qigong" (Beta)) UNREG / CD5BF9353B3B7091 Reply-To: =?utf-8?B?VG9tw6HFoSBQcm9jaMOhemth?= Organization: ATomSoft X-Priority: 3 (Normal) Message-ID: <1948117858.20060220150323@centrum.cz> To: commons-dev@jakarta.apache.org Subject: [dbutils] toMap conversion (bug) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi. I found some problem with toMap conversion, it use HashMap, but this collec= tion not preserve order of items, which is sometimes useful. Why you don't = use LinkedHashMap in http://cvs.apache.org/viewcvs.cgi/jakarta/commons/proper/dbutils/trunk/src/= java/org/apache/commons/dbutils/BasicRowProcessor.java?view=3Dmarkup on the line: private static class CaseInsensitiveHashMap extends HashMap { What is yours opinion? --=20 Tomas Prochazka --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org