Integrated: 8289260: BigDecimal movePointLeft() and movePointRight() do not follow their API spec
Raffaello Giulietti
duke at openjdk.org
Wed Jul 6 16:26:47 UTC 2022
On Tue, 28 Jun 2022 10:09:36 GMT, Raffaello Giulietti <duke at openjdk.org> wrote:
> `BigDecimal.morePoint[Left|Right]()` should return the target `this` when the argument is 0 _and_ the scale is non-negative.
This pull request has now been integrated.
Changeset: 35387d5c
Author: Raffaello Giulietti <rgiulietti at openjdk.org>
Committer: Joe Darcy <darcy at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/35387d5cb6aa9e59d62b8e1b137b53ec88521310
Stats: 108 lines in 2 files changed: 106 ins; 0 del; 2 mod
8289260: BigDecimal movePointLeft() and movePointRight() do not follow their API spec
Reviewed-by: darcy
-------------
PR: https://git.openjdk.org/jdk/pull/9307
More information about the core-libs-dev
mailing list