On Tue, 14 Sep 2021 09:32:05 GMT, Pavel Rappo <[email protected]> wrote:
>> src/jdk.compiler/share/classes/com/sun/source/util/SimpleDocTreeVisitor.java
>> line 460:
>>
>>> 458: * @return the result of {@code defaultAction}
>>> 459: * @since 18
>>> 460: */
>>
>> optional: reformat the latter part of the comment to align param
>> descriptions ... i.e. use IntelliJ IDEA reformat code
>
> Optional? Then I choose not to do it; thanks. In this PR, I tried hard to
> respect the ambient formatting for consistency.
I'm not sure that my IDE code style is configured the way you'd expect it to
be. Please file a bug to reformat that and all similar methods in
`SimpleDocTreeVisitor.java`. We might want to agree on and apply common doc
comment style not only to this class but also to all classes in
`com.sun.source.util` and maybe even `com.sun.source.**`.
-------------
PR: https://git.openjdk.java.net/jdk/pull/4795