tags:

views:

9

answers:

0

Could someone suggest a PMD xpath rule to warn that calling the equals() method of java.math.BigDecimal will check for both value and scale which usually (unless for some engineering type apps) might be a mistake. sine 1.0 not equals 1.00, one should use compareTo.