< prev index next >

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

Print this page

205     Warn about empty statement after if.
206 
207 javac.opt.Xlint.desc.exports=\
208     Warn about issues regarding module exports.
209 
210 javac.opt.Xlint.desc.fallthrough=\
211     Warn about falling through from one case of a switch statement to the next.
212 
213 javac.opt.Xlint.desc.finally=\
214     Warn about finally clauses that do not terminate normally.
215 
216 javac.opt.Xlint.desc.incubating=\
217     Warn about use of incubating modules.
218 
219 javac.opt.Xlint.desc.lossy-conversions=\
220     Warn about possible lossy conversions in compound assignment.
221 
222 javac.opt.Xlint.desc.module=\
223     Warn about module system related issues.
224 



225 javac.opt.Xlint.desc.opens=\
226     Warn about issues regarding module opens.
227 
228 javac.opt.Xlint.desc.options=\
229     Warn about issues relating to use of command line options.
230 
231 javac.opt.Xlint.desc.output-file-clash=\
232     Warn when an output file is overwritten during compilation. This can occur, for example,\n\
233 \                         on case-insensitive filesystems. Covers class files, native header files, and source files.
234 
235 javac.opt.Xlint.desc.overloads=\
236     Warn about issues regarding method overloads.
237 
238 javac.opt.Xlint.desc.overrides=\
239     Warn about issues regarding method overrides.
240 
241 javac.opt.Xlint.desc.path=\
242     Warn about invalid path elements on the command line.
243 
244 javac.opt.Xlint.desc.processing=\

205     Warn about empty statement after if.
206 
207 javac.opt.Xlint.desc.exports=\
208     Warn about issues regarding module exports.
209 
210 javac.opt.Xlint.desc.fallthrough=\
211     Warn about falling through from one case of a switch statement to the next.
212 
213 javac.opt.Xlint.desc.finally=\
214     Warn about finally clauses that do not terminate normally.
215 
216 javac.opt.Xlint.desc.incubating=\
217     Warn about use of incubating modules.
218 
219 javac.opt.Xlint.desc.lossy-conversions=\
220     Warn about possible lossy conversions in compound assignment.
221 
222 javac.opt.Xlint.desc.module=\
223     Warn about module system related issues.
224 
225 javac.opt.Xlint.desc.migration=\
226     Warn about issues related to migration of JDK classes.
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=\
< prev index next >