Closed marschall closed 6 years ago
Currently in some places a BigDecimal is created from an unscaled value and a scale using an intermediate BigDecimal. This creates unnecessary object churn. Such a BigDecimal can be created directly.
This change is
Currently in some places a BigDecimal is created from an unscaled value and a scale using an intermediate BigDecimal. This creates unnecessary object churn. Such a BigDecimal can be created directly.
This change is