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

Archie L. Cobbs duke at openjdk.org
Fri Jan 20 15:11:28 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

The current patch doesn't include a man page update (the bug refers to both Javadoc and man page).

That's OK but if so then maybe the bug should be split into two as well so the man page part of the issue can be tracked?

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

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


More information about the compiler-dev mailing list