[ https://issues.apache.org/jira/browse/LANG-393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12636190#action_12636190 ] Matt Benson commented on LANG-393: ---------------------------------- @Stephen: Might be late now; @Nicolas: The compilation error only happens with Java 5, so yes, when [lang] moves to Java 5 it must be corrected. > 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.