Integrated: 8330179: Clean up non-standard use of /** comments in `jdk.compiler`
Jonathan Gibbons
jjg at openjdk.org
Fri Apr 19 19:06:01 UTC 2024
On Fri, 12 Apr 2024 21:45:18 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:
> Please review a fix to preempt warnings that would otherwise be introduced by [JDK-8303689](https://bugs.openjdk.org/browse/JDK-8303689), which introduces a new `javac` lint warning to detect documentation comments in unusual places.
>
> The majority of the warnings are caused by "box comments" beginning with `/*****`. To minimize change and to address these, the second `*` is replaced by a space. An alternative solution might be to change the overall style of the box comment to use something like `/*---------`
This pull request has now been integrated.
Changeset: df043582
Author: Jonathan Gibbons <jjg at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/df04358223e8ae24009187d9c5a7e12701f4191f
Stats: 51 lines in 15 files changed: 0 ins; 0 del; 51 mod
8330179: Clean up non-standard use of /** comments in `jdk.compiler`
Reviewed-by: darcy
-------------
PR: https://git.openjdk.org/jdk/pull/18767
More information about the compiler-dev
mailing list