Re: Redundant condition in java.math.MutableBigInteger#divideMagnitude

2022-11-28 Thread Joseph D. Darcy
Filed https://bugs.openjdk.org/browse/JDK-8297731. Thanks, -Joe On 11/28/2022 4:35 AM, Raffaello Giulietti wrote: I can confirm that testing that condition is indeed useless *From: *core-libs-dev on behalf of Andrey Turbanov *Date: *Friday, 2022-November-25 at 14:18 *To: *core-libs-dev

Re: Redundant condition in java.math.MutableBigInteger#divideMagnitude

2022-11-28 Thread Raffaello Giulietti
I can confirm that testing that condition is indeed useless From: core-libs-dev on behalf of Andrey Turbanov Date: Friday, 2022-November-25 at 14:18 To: core-libs-dev Subject: Redundant condition in java.math.MutableBigInteger#divideMagnitude Hello. I noticed that IntelliJ IDEA show warning i