RFR: 8244146: javac changes for JEP 306 [v3]
Joe Darcy
darcy at openjdk.java.net
Wed May 5 19:37:21 UTC 2021
On Wed, 5 May 2021 18:53:50 GMT, Joe Darcy <darcy at openjdk.org> wrote:
>> src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties line 1769:
>>
>>> 1767: compiler.warn.strictfp=\
>>> 1768: as of release 17, all floating-point expressions are evaluated strictly and ''strictfp'' is not required
>>> 1769:
>>
>> Nitpick: Three other uses of floating point in the same file use the non-hyphenated form.
>
> As an adjective "floating-point" rather than "floating point" is the more correct construction. JLS uses "floating-point" consistently. I'd prefer to change the other three occurrences to "floating-point" for consistency rather than changing this one to "floating point".
Pushed an update to use "floating-point" consistently.
-------------
PR: https://git.openjdk.java.net/jdk/pull/3831
More information about the compiler-dev
mailing list