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

Jonathan Gibbons jjg at openjdk.java.net
Wed May 18 18:25:00 UTC 2022


On Tue, 3 May 2022 21:58:29 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:

>> src/jdk.compiler/share/classes/com/sun/source/util/DocTreeFactory.java line 340:
>> 
>>> 338:     SnippetTree newSnippetTree(List<? extends DocTree> attributes, TextTree text);
>>> 339: 
>>> 340:     /**
>> 
>> Similar comment to that of DocTreeVisitor: consider adhering to the file style.
>
> I see there is a missing `@since` tag, which I'll fix.
> I'd prefer to leave the extra whitespace for now, and maybe cleanup the style of the other comments later.

Added @since. Removed the whitespace for now.

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

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


More information about the compiler-dev mailing list