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

Roger Riggs rriggs at openjdk.org
Fri Jan 27 22:13:19 UTC 2023


On Fri, 27 Jan 2023 21:27:57 GMT, Raffaello Giulietti <rgiulietti at openjdk.org> wrote:

>> 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.

Fine with me, I figured it was the script that changed the copyright and otherwise generated the same as before.  tnx

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

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


More information about the i18n-dev mailing list