Colm O hEigeartaigh created BEAM-3560:
-----------------------------------------
Summary: Switch to use BigInteger/BigDecimal.ZERO/ONE/TEN
Key: BEAM-3560
URL: https://issues.apache.org/jira/browse/BEAM-3560
Project: Beam
Issue Type: Improvement
Components: beam-model
Reporter: Colm O hEigeartaigh
Assignee: Colm O hEigeartaigh
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.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)