...
Using the BigDecimal(double val)
constructor with decimal floating-point literals can lead to loss of precision.
Guideline Rule | Severity | Likelihood | Remediation Cost | Priority | Level |
---|---|---|---|---|---|
NUM13-J | low | probable | low | P6 | L2 |
...
...
Using the BigDecimal(double val)
constructor with decimal floating-point literals can lead to loss of precision.
Guideline Rule | Severity | Likelihood | Remediation Cost | Priority | Level |
---|---|---|---|---|---|
NUM13-J | low | probable | low | P6 | L2 |
...