commit | baa96d066926f21eab7ed8c7dab2e1c504ef1ea6 | [log] [tgz] |
---|---|---|
author | bpb <none@none> | Mon Sep 15 13:05:04 2014 -0700 |
committer | bpb <none@none> | Mon Sep 15 13:05:04 2014 -0700 |
tree | b906e04ebcf801a72daddc91272dff5341f25e1c | |
parent | 316594bbdde22b87fca216e827e3cea0d62da22a [diff] |
8057793: BigDecimal is no longer effectively immutable Summary: Modify MutableBigInteger.divideAndRemainderBurnikelZiegler() to copy the instance (this) to a new MutableBigInteger to use as the dividend. Reviewed-by: darcy Contributed-by: robbiexgibson@yahoo.com