8300591: @SuppressWarnings option "lossy-conversions" missing from jdk.compiler module javadoc
Reviewed-by: jjg, darcy
This commit is contained in:
parent
45e4e00981
commit
836198a400
@ -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
|
* <tr><th scope="row">{@code fallthrough} <td>falling through from one case of a {@code switch} statement to
|
||||||
* the next
|
* the next
|
||||||
* <tr><th scope="row">{@code finally} <td>{@code finally} clauses that do not terminate normally
|
* <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
|
* <tr><th scope="row">{@code missing-explicit-ctor} <td>missing explicit constructors in public and protected classes
|
||||||
* in exported packages
|
* in exported packages
|
||||||
* <tr><th scope="row">{@code module} <td>module system related issues
|
* <tr><th scope="row">{@code module} <td>module system related issues
|
||||||
|
@ -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
|
\f[V]finally\f[R]: Warns about \f[V]finally\f[R] clauses that do not
|
||||||
terminate normally.
|
terminate normally.
|
||||||
.IP \[bu] 2
|
.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
|
\f[V]missing-explicit-ctor\f[R]: Warns about missing explicit
|
||||||
constructors in public and protected classes in exported packages.
|
constructors in public and protected classes in exported packages.
|
||||||
.IP \[bu] 2
|
.IP \[bu] 2
|
||||||
|
Loading…
Reference in New Issue
Block a user