RFR: JDK-8250768: javac should be adapted to changes in JEP 12 [v13]
Jan Lahoda
jlahoda at openjdk.java.net
Fri Jan 8 15:26:04 UTC 2021
On Fri, 8 Jan 2021 01:51:52 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 57 commits:
>>
>> - Fixing tests after a merge.
>> - Merging master into JDK-8250768
>> - Merging recent master changes into JDK-8250768
>> - Fixing navigator for the PREVIEW page.
>> - Fixing typo.
>> - Removing obsolette @PreviewFeature.
>> - Merging master into JDK-8250768
>> - Removing unnecessary property keys.
>> - Cleanup - removing unnecessary code.
>> - Merging master into JDK-8250768-dev4
>> - ... and 47 more: https://git.openjdk.java.net/jdk/compare/81c06242...a8046dde
>
> src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/resources/doclets.properties line 154:
>
>> 152: doclet.Errors=Errors
>> 153: doclet.Classes=Classes
>> 154: doclet.Records=Records
>
> I guess I'm mildly surprised to see all these items being removed...
These were used from DeprecatedListWriter.getSummaryKey which is removed by this patch (and is unused in the current mainline, as far as I know).
-------------
PR: https://git.openjdk.java.net/jdk/pull/703
More information about the compiler-dev
mailing list