Details
-
Improvement
-
Status: Resolved
-
P4
-
Resolution: Fixed
-
None
-
None
Description
Currently there are some instances of "new BigInteger/BigDecimal(0)" (or 1 or 10) in the code. Instead it's better to use BigInteger.ZERO etc. to avoid creating new objects that are not required.