langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/resources/javac.properties
equal
deleted
inserted
replaced
199 Warn about falling through from one case of a switch statement to the next. |
199 Warn about falling through from one case of a switch statement to the next. |
200 |
200 |
201 javac.opt.Xlint.desc.finally=\ |
201 javac.opt.Xlint.desc.finally=\ |
202 Warn about finally clauses that do not terminate normally. |
202 Warn about finally clauses that do not terminate normally. |
203 |
203 |
|
204 javac.opt.Xlint.desc.module=\ |
|
205 Warn about module system related issues. |
|
206 |
204 javac.opt.Xlint.desc.options=\ |
207 javac.opt.Xlint.desc.options=\ |
205 Warn about issues relating to use of command line options. |
208 Warn about issues relating to use of command line options. |
206 |
209 |
207 javac.opt.Xlint.desc.overloads=\ |
210 javac.opt.Xlint.desc.overloads=\ |
208 Warn about issues regarding method overloads. |
211 Warn about issues regarding method overloads. |
306 <module>(,<module>)* |
309 <module>(,<module>)* |
307 javac.opt.limitmods=\ |
310 javac.opt.limitmods=\ |
308 Limit the universe of observable modules |
311 Limit the universe of observable modules |
309 javac.opt.arg.limitmods=\ |
312 javac.opt.arg.limitmods=\ |
310 <module>(,<module>)* |
313 <module>(,<module>)* |
|
314 javac.opt.module.version=\ |
|
315 Specify version of modules that are being compiled |
|
316 javac.opt.arg.module.version=\ |
|
317 <version> |
311 javac.opt.inherit_runtime_environment=\ |
318 javac.opt.inherit_runtime_environment=\ |
312 Inherit module system configuration options from the runtime environment. |
319 Inherit module system configuration options from the runtime environment. |
313 |
320 |
314 ## errors |
321 ## errors |
315 |
322 |