On Mon, 30 Jan 2023 18:52:11 GMT, Raffaello Giulietti <rgiulie...@openjdk.org> wrote:
>> 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`. I see; it might suffice in this case to rely on the bug information in the SCM history, but I don't have a strong opinion. ------------- PR: https://git.openjdk.org/jdk/pull/12259