208 Warn about empty statement after if.
209
210 javac.opt.Xlint.desc.exports=\
211 Warn about issues regarding module exports.
212
213 javac.opt.Xlint.desc.fallthrough=\
214 Warn about falling through from one case of a switch statement to the next.
215
216 javac.opt.Xlint.desc.finally=\
217 Warn about finally clauses that do not terminate normally.
218
219 javac.opt.Xlint.desc.incubating=\
220 Warn about use of incubating modules.
221
222 javac.opt.Xlint.desc.lossy-conversions=\
223 Warn about possible lossy conversions in compound assignment.
224
225 javac.opt.Xlint.desc.module=\
226 Warn about module system related issues.
227
228 javac.opt.Xlint.desc.opens=\
229 Warn about issues regarding module opens.
230
231 javac.opt.Xlint.desc.options=\
232 Warn about issues relating to use of command line options.
233
234 javac.opt.Xlint.desc.output-file-clash=\
235 Warn when an output file is overwritten during compilation. This can occur, for example,\n\
236 \ on case-insensitive filesystems. Covers class files, native header files, and source files.
237
238 javac.opt.Xlint.desc.overloads=\
239 Warn about issues regarding method overloads.
240
241 javac.opt.Xlint.desc.overrides=\
242 Warn about issues regarding method overrides.
243
244 javac.opt.Xlint.desc.path=\
245 Warn about invalid path elements on the command line.
246
247 javac.opt.Xlint.desc.processing=\
|
208 Warn about empty statement after if.
209
210 javac.opt.Xlint.desc.exports=\
211 Warn about issues regarding module exports.
212
213 javac.opt.Xlint.desc.fallthrough=\
214 Warn about falling through from one case of a switch statement to the next.
215
216 javac.opt.Xlint.desc.finally=\
217 Warn about finally clauses that do not terminate normally.
218
219 javac.opt.Xlint.desc.incubating=\
220 Warn about use of incubating modules.
221
222 javac.opt.Xlint.desc.lossy-conversions=\
223 Warn about possible lossy conversions in compound assignment.
224
225 javac.opt.Xlint.desc.module=\
226 Warn about module system related issues.
227
228 javac.opt.Xlint.desc.migration=\
229 Warn about issues related to migration of JDK classes.
230
231 javac.opt.Xlint.desc.opens=\
232 Warn about issues regarding module opens.
233
234 javac.opt.Xlint.desc.options=\
235 Warn about issues relating to use of command line options.
236
237 javac.opt.Xlint.desc.output-file-clash=\
238 Warn when an output file is overwritten during compilation. This can occur, for example,\n\
239 \ on case-insensitive filesystems. Covers class files, native header files, and source files.
240
241 javac.opt.Xlint.desc.overloads=\
242 Warn about issues regarding method overloads.
243
244 javac.opt.Xlint.desc.overrides=\
245 Warn about issues regarding method overrides.
246
247 javac.opt.Xlint.desc.path=\
248 Warn about invalid path elements on the command line.
249
250 javac.opt.Xlint.desc.processing=\
|