mtedone / podam

PODAM - POjo DAta Mocker
https://mtedone.github.io/podam
MIT License
323 stars 750 forks source link

Setting BigDecimal BigDecimal.setScale(int) results in a performance issue #219

Closed daivanov closed 7 years ago

daivanov commented 7 years ago

After changes done for Issue #217 BigDecimal BigDecimal.setScale(int) is treated as a setter and calling this method with a large value result is a performance hit.

daivanov commented 7 years ago

Fixed.