The NumericUtils class functionality needs to be part of the BigDecimalCalculationsWrapper class
GENERAL
TESTING
GENERAL
TESTING
Description
I just found another area where we define "isolated" calculations in a utility classe called: NumericUtils.java
It uses a math context and rounding mode of HALF_EVEN to perform a division. We need to move the divideWithPrecision(...) method into the BigDecimalCalculationsWrapper class.
Attachments
1
Activity
Show:
Thomas Amsler March 26, 2011 at 9:02 PM
NO QA action required for this. This will be tested as part of the regression test
Nancy Wilkison March 26, 2011 at 7:12 PM
I don't have a clue how to test this. can someone please translate into english for me so I can figure it out? or give me a test plan of some sort?
Thomas Amsler January 27, 2011 at 10:53 PM
Applied patch to trunk
Thomas Amsler January 26, 2011 at 2:24 PM
TODO: Apply patch to trunk as soon as trunk is 1.4.1
Thomas Amsler January 26, 2011 at 2:23 PM
This is fixed now. I have moved the divideWithPrecision(...) method to the BigDecimalCalculationsWrapper class, and have updated the two references.
I just found another area where we define "isolated" calculations in a utility classe called:
NumericUtils.java
It uses a math context and rounding mode of HALF_EVEN to perform a division. We need to move the divideWithPrecision(...) method into the BigDecimalCalculationsWrapper class.