RFR: 8282149: Some -Xlint keys are missing in javac man page

Ethan McCue duke at openjdk.java.net
Sat Mar 26 18:24:39 UTC 2022


On Sat, 26 Mar 2022 14:33:57 GMT, Ethan McCue <duke at openjdk.java.net> wrote:

> Adds all the XLint options that were noted as missing in the man page by the issue.

The thought had crossed my mind, but i was unable to find such a file searching for snippets of the man file.


$ rg "Warns about the accessing a static member using an"
src/jdk.compiler/share/man/javac.1
816:\f[CB]static\f[R]: Warns about the accessing a static member using an


Is the file in a separate repo?

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

PR: https://git.openjdk.java.net/jdk/pull/7971


More information about the compiler-dev mailing list