This method calls the BigDecimal constructor that takes a double, and passes a literal double constant value. Since the use of BigDecimal is to get better precision than double, by passing a double, you only get the precision of double number space. To take advantage of the BigDecimal space, pass the number as a string.
| 1 | org.jcoderz.phoenix.report.samples.SimplePmdFindings |
| [51] | |