< prev index next >

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

Print this page
rev 3467 : [mq]: 8153362-phase1


 196     Warn about falling through from one case of a switch statement to the next.
 197 
 198 javac.opt.Xlint.desc.finally=\
 199     Warn about finally clauses that do not terminate normally.
 200 
 201 javac.opt.Xlint.desc.options=\
 202     Warn about issues relating to use of command line options.
 203 
 204 javac.opt.Xlint.desc.overloads=\
 205     Warn about issues regarding method overloads.
 206 
 207 javac.opt.Xlint.desc.overrides=\
 208     Warn about issues regarding method overrides.
 209 
 210 javac.opt.Xlint.desc.path=\
 211     Warn about invalid path elements on the command line.
 212 
 213 javac.opt.Xlint.desc.processing=\
 214     Warn about issues regarding annotation processing.
 215 



 216 javac.opt.Xlint.desc.rawtypes=\
 217     Warn about use of raw types.
 218 
 219 javac.opt.Xlint.desc.serial=\
 220     Warn about Serializable classes that do not provide a serial version ID.
 221 
 222 javac.opt.Xlint.desc.static=\
 223     Warn about accessing a static member using an instance.
 224 
 225 javac.opt.Xlint.desc.try=\
 226     Warn about issues relating to use of try blocks (i.e. try-with-resources).
 227 
 228 javac.opt.Xlint.desc.unchecked=\
 229     Warn about unchecked operations.
 230 
 231 javac.opt.Xlint.desc.varargs=\
 232     Warn about potentially unsafe vararg methods
 233 
 234 javac.opt.Xdoclint=\
 235     Enable recommended checks for problems in javadoc comments




 196     Warn about falling through from one case of a switch statement to the next.
 197 
 198 javac.opt.Xlint.desc.finally=\
 199     Warn about finally clauses that do not terminate normally.
 200 
 201 javac.opt.Xlint.desc.options=\
 202     Warn about issues relating to use of command line options.
 203 
 204 javac.opt.Xlint.desc.overloads=\
 205     Warn about issues regarding method overloads.
 206 
 207 javac.opt.Xlint.desc.overrides=\
 208     Warn about issues regarding method overrides.
 209 
 210 javac.opt.Xlint.desc.path=\
 211     Warn about invalid path elements on the command line.
 212 
 213 javac.opt.Xlint.desc.processing=\
 214     Warn about issues regarding annotation processing.
 215 
 216 javac.opt.Xlint.desc.leaksnotaccessible=\
 217     Warn about use of types not accessible to clients in exported API
 218 
 219 javac.opt.Xlint.desc.rawtypes=\
 220     Warn about use of raw types.
 221 
 222 javac.opt.Xlint.desc.serial=\
 223     Warn about Serializable classes that do not provide a serial version ID.
 224 
 225 javac.opt.Xlint.desc.static=\
 226     Warn about accessing a static member using an instance.
 227 
 228 javac.opt.Xlint.desc.try=\
 229     Warn about issues relating to use of try blocks (i.e. try-with-resources).
 230 
 231 javac.opt.Xlint.desc.unchecked=\
 232     Warn about unchecked operations.
 233 
 234 javac.opt.Xlint.desc.varargs=\
 235     Warn about potentially unsafe vararg methods
 236 
 237 javac.opt.Xdoclint=\
 238     Enable recommended checks for problems in javadoc comments


< prev index next >