RFR: JDK-8250768: javac should be adapted to changes in JEP 12 [v6]
Jan Lahoda
jlahoda at openjdk.java.net
Wed Nov 4 10:59:02 UTC 2020
On Mon, 2 Nov 2020 19:41:08 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:
>> Jan Lahoda has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 46 commits:
>>
>> - Removing trailing whitespace.
>> - Merging master into JDK-8250768.
>> - Updating tests after records are a final feature.
>> - Fixing tests.
>> - Finalizing removal of record preview hooks.
>> - Merging master into JDK-8250768
>> - Reflecting review comments.
>> - Merge branch 'master' into JDK-8250768
>> - Removing unnecessary cast.
>> - Using a more correct way to get URLs.
>> - ... and 36 more: https://git.openjdk.java.net/jdk/compare/d93e3a7d...2e403900
>
> src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/resources/doclets.properties line 213:
>
>> 211: doclet.Preview=Preview.
>> 212: doclet.Properties=Properties
>> 213: doclet.constructors=constructors
>
> Is the period after `Preview` intentional? It seems inconsistent.
This is consistent with doclet.Deprecated key a few lines up. In the javadoc it then says something along these lines:
Preview.
A binding pattern tree
-------------
PR: https://git.openjdk.java.net/jdk/pull/703
More information about the build-dev
mailing list