RFR: JDK-6251738: Want a top-level summary page that itemizes all spec documents referenced from javadocs (OEM spec) [v4]

Jonathan Gibbons jjg at openjdk.java.net
Tue May 24 21:07:54 UTC 2022


On Tue, 24 May 2022 16:18:55 GMT, Pavel Rappo <prappo at openjdk.org> wrote:

>> Jonathan Gibbons has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   address review feedback
>
> src/jdk.compiler/share/classes/com/sun/source/doctree/DocTreeVisitor.java line 302:
> 
>> 300:      * @since 19
>> 301:      */
>> 302:     default R visitSpec(SpecTree node, P p) {
> 
> Nit: this method breaks the alphabetic order of visitor methods. Although `visitOther` also breaks it, we should not address it in this PR.

Actually, fixed. Another merge issue.

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

PR: https://git.openjdk.java.net/jdk/pull/8439


More information about the compiler-dev mailing list