8300591: @SuppressWarnings option "lossy-conversions" missing from jdk.compiler module javadoc

Reviewed-by: jjg, darcy
This commit is contained in:
Adam Sotona 2023-01-23 08:14:51 +00:00
parent 45e4e00981
commit 836198a400
2 changed files with 4 additions and 0 deletions

View File

@ -162,6 +162,7 @@ import javax.tools.StandardLocation;
* <tr><th scope="row">{@code fallthrough} <td>falling through from one case of a {@code switch} statement to
* the next
* <tr><th scope="row">{@code finally} <td>{@code finally} clauses that do not terminate normally
* <tr><th scope="row">{@code lossy-conversions} <td>possible lossy conversions in compound assignment
* <tr><th scope="row">{@code missing-explicit-ctor} <td>missing explicit constructors in public and protected classes
* in exported packages
* <tr><th scope="row">{@code module} <td>module system related issues

View File

@ -722,6 +722,9 @@ a switch statement to the next.
\f[V]finally\f[R]: Warns about \f[V]finally\f[R] clauses that do not
terminate normally.
.IP \[bu] 2
\f[V]lossy-conversions\f[R]: Warns about possible lossy conversion in
compound assignment.
.IP \[bu] 2
\f[V]missing-explicit-ctor\f[R]: Warns about missing explicit
constructors in public and protected classes in exported packages.
.IP \[bu] 2