Inspectopedia
 
2024.3

Call to 'BigDecimal' method without a rounding mode argument

Warning
New
Last modified: 03 December 2024

Reports calls to divide() or setScale() without a rounding mode argument.

Such calls can lead to an ArithmeticException when the exact value cannot be represented in the result (for example, because it has a non-terminating decimal expansion).

Specifying a rounding mode prevents the ArithmeticException.

Example: