<i18n dev> RFR: 8300869: Make use of the Double.toString(double) algorithm in java.util.Formatter [v4]

Raffaello Giulietti rgiulietti at openjdk.org
Mon Jan 30 18:54:32 UTC 2023


On Mon, 30 Jan 2023 18:47:31 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
>
> test/jdk/java/util/Formatter/Basic-X.java.template line 935:
> 
>> 933: 
>> 934:         //---------------------------------------------------------------------
>> 935:         // %e - adoption of Double.toString(double) algorithm (8300869)
> 
> Nit: we generally don't use the bug ids in comments like this, usually at most relying on a bug listed in the test "@bug" line.

The bug id was added there because I'm not sure there's a way to add the @bug line to Basic-X.java.template`.

-------------

PR: https://git.openjdk.org/jdk/pull/12259


More information about the i18n-dev mailing list