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

Raffaello Giulietti rgiulietti at openjdk.org
Fri Jan 27 21:30:18 UTC 2023


On Fri, 27 Jan 2023 19:56:28 GMT, Roger Riggs <rriggs 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
>>   
>>   Added tests for known differences between current and new behavior.
>
> test/jdk/java/util/Formatter/BasicInt.java line 1:
> 
>> 1: /*
> 
> It looks line the non-float/double test classes are unchanged, they could be dropped from the PR.

The only changes I made myself in the test files are in Basic-X.java.template (including the copyright year). The other files were generated by a script, which happens to also change the copyright year for otherwise unmodified files.

If you agree, I'll happily remove the trivial copyright year changes and only retain those files containing more substantial modifications.

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

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


More information about the i18n-dev mailing list