< prev index next >

src/jdk.compiler/share/classes/com/sun/tools/javac/resources/javac.properties

Print this page

        

*** 199,208 **** --- 199,211 ---- Warn about falling through from one case of a switch statement to the next. javac.opt.Xlint.desc.finally=\ Warn about finally clauses that do not terminate normally. + javac.opt.Xlint.desc.module=\ + Warn about module system related issues. + javac.opt.Xlint.desc.options=\ Warn about issues relating to use of command line options. javac.opt.Xlint.desc.overloads=\ Warn about issues regarding method overloads.
*** 306,315 **** --- 309,322 ---- <module>(,<module>)* javac.opt.limitmods=\ Limit the universe of observable modules javac.opt.arg.limitmods=\ <module>(,<module>)* + javac.opt.module.version=\ + Specify version of modules that are being compiled + javac.opt.arg.module.version=\ + <version> javac.opt.inherit_runtime_environment=\ Inherit module system configuration options from the runtime environment. ## errors
< prev index next >