[
https://issues.apache.org/jira/browse/BEAM-3560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jean-Baptiste Onofré resolved BEAM-3560.
----------------------------------------
Resolution: Fixed
Fix Version/s: 2.3.0
> 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
> Priority: Trivial
> Fix For: 2.3.0
>
>
> 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)