202 Warn about items marked as deprecated in JavaDoc but not using the @Deprecated annotation.
203
204 javac.opt.Xlint.desc.divzero=\
205 Warn about division by constant integer 0.
206
207 javac.opt.Xlint.desc.empty=\
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=\
|
202 Warn about items marked as deprecated in JavaDoc but not using the @Deprecated annotation.
203
204 javac.opt.Xlint.desc.divzero=\
205 Warn about division by constant integer 0.
206
207 javac.opt.Xlint.desc.empty=\
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.initialization=\
223 Warn about code in identity classes that wouldn''t be allowed in early\n\
224 \ construction due to a this dependency.
225
226 javac.opt.Xlint.desc.lossy-conversions=\
227 Warn about possible lossy conversions in compound assignment.
228
229 javac.opt.Xlint.desc.module=\
230 Warn about module system related issues.
231
232 javac.opt.Xlint.desc.migration=\
233 Warn about issues related to migration of JDK classes.
234
235 javac.opt.Xlint.desc.opens=\
236 Warn about issues regarding module opens.
237
238 javac.opt.Xlint.desc.options=\
239 Warn about issues relating to use of command line options.
240
241 javac.opt.Xlint.desc.output-file-clash=\
242 Warn when an output file is overwritten during compilation. This can occur, for example,\n\
243 \ on case-insensitive filesystems. Covers class files, native header files, and source files.
244
245 javac.opt.Xlint.desc.overloads=\
246 Warn about issues regarding method overloads.
247
248 javac.opt.Xlint.desc.overrides=\
249 Warn about issues regarding method overrides.
250
251 javac.opt.Xlint.desc.path=\
252 Warn about invalid path elements on the command line.
253
254 javac.opt.Xlint.desc.processing=\
|