< prev index next >

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

Print this page




 165 javac.opt.Xlint.all=\
 166     Enable all warnings
 167 javac.opt.Xlint.none=\
 168     Disable all warnings
 169 #L10N: do not localize: -Xlint
 170 javac.opt.arg.Xlint=\
 171     <key>(,<key>)*
 172 javac.opt.Xlint.custom=\
 173     Warnings to enable or disable, separated by comma.\n\
 174     Precede a key by '-' to disable the specified warning.\n\
 175     Supported keys are:
 176 javac.opt.Xlint.desc.auxiliaryclass=\
 177     Warn about an auxiliary class that is hidden in a source file, and is used from other files.
 178 
 179 javac.opt.Xlint.desc.cast=\
 180     Warn about use of unnecessary casts.
 181 
 182 javac.opt.Xlint.desc.classfile=\
 183     Warn about issues related to classfile contents.
 184 



 185 javac.opt.Xlint.desc.deprecation=\
 186     Warn about use of deprecated items.
 187 
 188 javac.opt.Xlint.desc.dep-ann=\
 189     Warn about items marked as deprecated in JavaDoc but not using the @Deprecated annotation.
 190 
 191 javac.opt.Xlint.desc.divzero=\
 192     Warn about division by constant integer 0.
 193 
 194 javac.opt.Xlint.desc.empty=\
 195     Warn about empty statement after if.
 196 
 197 javac.opt.Xlint.desc.exports=\
 198     Warn about issues regarding module exports.
 199 
 200 javac.opt.Xlint.desc.fallthrough=\
 201     Warn about falling through from one case of a switch statement to the next.
 202 
 203 javac.opt.Xlint.desc.finally=\
 204     Warn about finally clauses that do not terminate normally.




 165 javac.opt.Xlint.all=\
 166     Enable all warnings
 167 javac.opt.Xlint.none=\
 168     Disable all warnings
 169 #L10N: do not localize: -Xlint
 170 javac.opt.arg.Xlint=\
 171     <key>(,<key>)*
 172 javac.opt.Xlint.custom=\
 173     Warnings to enable or disable, separated by comma.\n\
 174     Precede a key by '-' to disable the specified warning.\n\
 175     Supported keys are:
 176 javac.opt.Xlint.desc.auxiliaryclass=\
 177     Warn about an auxiliary class that is hidden in a source file, and is used from other files.
 178 
 179 javac.opt.Xlint.desc.cast=\
 180     Warn about use of unnecessary casts.
 181 
 182 javac.opt.Xlint.desc.classfile=\
 183     Warn about issues related to classfile contents.
 184 
 185 javac.opt.Xlint.desc.missing-declared-ctor=\
 186     Warn about missing declared constructors in public classes in exported packages.
 187 
 188 javac.opt.Xlint.desc.deprecation=\
 189     Warn about use of deprecated items.
 190 
 191 javac.opt.Xlint.desc.dep-ann=\
 192     Warn about items marked as deprecated in JavaDoc but not using the @Deprecated annotation.
 193 
 194 javac.opt.Xlint.desc.divzero=\
 195     Warn about division by constant integer 0.
 196 
 197 javac.opt.Xlint.desc.empty=\
 198     Warn about empty statement after if.
 199 
 200 javac.opt.Xlint.desc.exports=\
 201     Warn about issues regarding module exports.
 202 
 203 javac.opt.Xlint.desc.fallthrough=\
 204     Warn about falling through from one case of a switch statement to the next.
 205 
 206 javac.opt.Xlint.desc.finally=\
 207     Warn about finally clauses that do not terminate normally.


< prev index next >