commit | 8d4136370bc3670244107cd1505e83985c87748a | [log] [tgz] |
---|---|---|
author | bpb <none@none> | Fri Oct 17 11:45:59 2014 -0700 |
committer | bpb <none@none> | Fri Oct 17 11:45:59 2014 -0700 |
tree | 7bf5a76acfa21399d49f0dad378fd7a1a8b69525 | |
parent | 04b0ca49652bfe44022bb78d056a2c85697b6165 [diff] |
8039915: Wrong NumberFormat.format() HALF_UP rounding when last digit exactly at rounding position greater than 5 Summary: Fixes erroneous rounding in DigitList for corner cases uncovered previously. Adds dedicated unit tests to TieRoundingTest Reviewed-by: bpb, darcy Contributed-by: Olivier Lagneau <olivier.lagneau@oracle.com>