Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Implemented
-
Trunk
-
None
Description
3 years ago I wrote about that in dev ML: https://s.apache.org/EVxA
I just read at http://docs.oracle.com/javase/7/docs/api/java/math/BigDecimal.html : <<Using the integer fields in this class (such as ROUND_HALF_UP) to represent rounding mode is largely obsolete; the enumeration values of the RoundingMode enum, (such as RoundingMode.HALF_UP) should be used instead.
It's time for action...
Attachments
Issue Links
- relates to
-
OFBIZ-9572 Replace all "BigDecimal ZERO" by BigDecimal.ZERO
- Closed