RFR: 8300869: Make use of the Double.toString(double) algorithm in java.util.Formatter [v7]
Raffaello Giulietti
rgiulietti at openjdk.org
Wed Feb 1 10:26:27 UTC 2023
On Tue, 31 Jan 2023 22:19:25 GMT, Joe Darcy <darcy at openjdk.org> wrote:
>> Raffaello Giulietti has updated the pull request incrementally with one additional commit since the last revision:
>>
>> 8300869: Make use of the Double.toString(double) algorithm in java.util.Formatter
>
> src/java.base/share/classes/jdk/internal/math/FormattedFPDecimal.java line 28:
>
>> 26: package jdk.internal.math;
>> 27:
>> 28: public final class FormattedFPDecimal {
>
> I suggest adding a short explanation of what this class is used for.
Addressed.
-------------
PR: https://git.openjdk.org/jdk/pull/12259
More information about the core-libs-dev
mailing list