Below 5 -Xlint keys are listed in output of `javac --help-lint` but not in javac man page.
• missing-explicit-ctor
• strictfp
• synchronization
• text-blocks
• preview
javac man page should be updated to include them.
• missing-explicit-ctor
• strictfp
• synchronization
• text-blocks
• preview
javac man page should be updated to include them.
- is cloned by
-
JDK-8286028 Some -Xlint keys are missing in javac man page
-
- Resolved
-
- links to
-
Review openjdk/jdk/7971