From issues-return-5706-apmail-commons-issues-archive=commons.apache.org@commons.apache.org Fri Nov 07 00:06:37 2008 Return-Path: Delivered-To: apmail-commons-issues-archive@locus.apache.org Received: (qmail 1111 invoked from network); 7 Nov 2008 00:06:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Nov 2008 00:06:36 -0000 Received: (qmail 55929 invoked by uid 500); 7 Nov 2008 00:06:42 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 55860 invoked by uid 500); 7 Nov 2008 00:06:41 -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 55849 invoked by uid 99); 7 Nov 2008 00:06:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Nov 2008 16:06:41 -0800 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, 07 Nov 2008 00:05:32 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8B16C234C284 for ; Thu, 6 Nov 2008 16:05:44 -0800 (PST) Message-ID: <1239520981.1226016344568.JavaMail.jira@brutus> Date: Thu, 6 Nov 2008 16:05:44 -0800 (PST) From: "Henri Yandell (JIRA)" To: issues@commons.apache.org Subject: [jira] Commented: (LANG-393) EqualsBuilder don't compare BigDecimals correctly In-Reply-To: <17055025.1199368054116.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LANG-393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12645629#action_12645629 ] Henri Yandell commented on LANG-393: ------------------------------------ Btw - this is fixed in trunk now. Separate issue is whether this change needs to be reverted or not. > EqualsBuilder don't compare BigDecimals correctly > -------------------------------------------------- > > Key: LANG-393 > URL: https://issues.apache.org/jira/browse/LANG-393 > Project: Commons Lang > Issue Type: Bug > Affects Versions: 2.3 > Reporter: Luis Henriques > Priority: Minor > Fix For: 2.4 > > Attachments: LANG-393.patch > > > When comparing a BigDecimal, the comparing is made using equals, not compareTo, which is more appropriate in the case of BigDecimal. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.