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

Adam Sotona asotona at openjdk.org
Mon Jan 23 08:23:11 UTC 2023


On Fri, 20 Jan 2023 10:59:48 GMT, Adam Sotona <asotona at openjdk.org> wrote:

> Hi,
> @SuppressWarnings option "lossy-conversions" has been added to JDK 20 (see JDK-8286377), however the option description is missing in jdk.compiler module javadoc and javac man page.
> This patch add missing javadoc decription to jdk.compiler module-info.java
> 
> Please review.
> 
> Thanks,
> Adam

This pull request has now been integrated.

Changeset: 836198a4
Author:    Adam Sotona <asotona at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/836198a4009c4a3f10a76dc8734e4792bb2509ba
Stats:     4 lines in 2 files changed: 4 ins; 0 del; 0 mod

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

Reviewed-by: jjg, darcy

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

PR: https://git.openjdk.org/jdk/pull/12111


More information about the compiler-dev mailing list