RFR: 8300591: @SuppressWarnings option "lossy-conversions" missing from jdk.compiler module javadoc
Adam Sotona
asotona at openjdk.org
Fri Jan 20 17:12:50 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
I've included also man page update.
-------------
PR: https://git.openjdk.org/jdk/pull/12111
More information about the compiler-dev
mailing list