langtools/src/share/classes/com/sun/tools/javac/resources/javac.properties
changeset 23114 7fe55d6324d5
parent 19489 387a4dd51adf
child 24298 cc4f0f71a505
equal deleted inserted replaced
23113:5d44044f4f64 23114:7fe55d6324d5
     1 #
     1 #
     2 # Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 1999, 2014, Oracle and/or its affiliates. All rights reserved.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 #
     4 #
     5 # This code is free software; you can redistribute it and/or modify it
     5 # This code is free software; you can redistribute it and/or modify it
     6 # under the terms of the GNU General Public License version 2 only, as
     6 # under the terms of the GNU General Public License version 2 only, as
     7 # published by the Free Software Foundation.  Oracle designates this
     7 # published by the Free Software Foundation.  Oracle designates this
   140     <pathname>
   140     <pathname>
   141 javac.opt.arg.file=\
   141 javac.opt.arg.file=\
   142     <filename>
   142     <filename>
   143 javac.opt.Xlint=\
   143 javac.opt.Xlint=\
   144     Enable recommended warnings
   144     Enable recommended warnings
   145 javac.opt.Xlint.suboptlist=\
   145 javac.opt.Xlint.all=\
   146     Enable or disable specific warnings
   146     Enable all warnings
       
   147 javac.opt.Xlint.none=\
       
   148     Disable all warnings
       
   149 #L10N: do not localize: -Xlint
       
   150 javac.opt.Xlint.subopts=\
       
   151     -Xlint:key,...
       
   152 javac.opt.Xlint.suboptlist=\n\
       
   153 \        Warnings to enable or disable, separated by comma.\n\
       
   154 \        Precede a key by '-' to disable the specified warning.\n\
       
   155 \        Supported keys are:
       
   156 javac.opt.Xlint.desc.auxiliaryclass=\
       
   157     Warn about an auxiliary class that is hidden in a source file, and is used from other files.
       
   158 
       
   159 javac.opt.Xlint.desc.cast=\
       
   160     Warn about use of unnecessary casts.
       
   161 
       
   162 javac.opt.Xlint.desc.classfile=\
       
   163     Warn about issues related to classfile contents.
       
   164 
       
   165 javac.opt.Xlint.desc.deprecation=\
       
   166     Warn about use of deprecated items.
       
   167 
       
   168 javac.opt.Xlint.desc.dep-ann=\
       
   169     Warn about items marked as deprecated in JavaDoc but not using the @Deprecated annotation.
       
   170 
       
   171 javac.opt.Xlint.desc.divzero=\
       
   172     Warn about division by constant integer 0.
       
   173 
       
   174 javac.opt.Xlint.desc.empty=\
       
   175     Warn about empty statement after if.
       
   176 
       
   177 javac.opt.Xlint.desc.fallthrough=\
       
   178     Warn about falling through from one case of a switch statement to the next.
       
   179 
       
   180 javac.opt.Xlint.desc.finally=\
       
   181     Warn about finally clauses that do not terminate normally.
       
   182 
       
   183 javac.opt.Xlint.desc.options=\
       
   184     Warn about issues relating to use of command line options.
       
   185 
       
   186 javac.opt.Xlint.desc.overloads=\
       
   187     Warn about issues regarding method overloads.
       
   188 
       
   189 javac.opt.Xlint.desc.overrides=\
       
   190     Warn about issues regarding method overrides.
       
   191 
       
   192 javac.opt.Xlint.desc.path=\
       
   193     Warn about invalid path elements on the command line.
       
   194 
       
   195 javac.opt.Xlint.desc.processing=\
       
   196     Warn about issues regarding annotation processing.
       
   197 
       
   198 javac.opt.Xlint.desc.rawtypes=\
       
   199     Warn about use of raw types.
       
   200 
       
   201 javac.opt.Xlint.desc.serial=\
       
   202     Warn about Serializable classes that do not provide a serial version ID.
       
   203 
       
   204 javac.opt.Xlint.desc.static=\
       
   205     Warn about accessing a static member using an instance.
       
   206 
       
   207 javac.opt.Xlint.desc.sunapi=\
       
   208     Warn about proprietary API that may be removed in a future release.
       
   209 
       
   210 javac.opt.Xlint.desc.try=\
       
   211     Warn about issues relating to use of try blocks (i.e. try-with-resources).
       
   212 
       
   213 javac.opt.Xlint.desc.unchecked=\
       
   214     Warn about unchecked operations.
       
   215 
       
   216 javac.opt.Xlint.desc.varargs=\
       
   217     Warn about potentially unsafe vararg methods
       
   218 
   147 javac.opt.Xdoclint=\
   219 javac.opt.Xdoclint=\
   148     Enable recommended checks for problems in javadoc comments
   220     Enable recommended checks for problems in javadoc comments
   149 # L10N: do not localize: all none
   221 # L10N: do not localize: all none
   150 javac.opt.Xdoclint.subopts = \
   222 javac.opt.Xdoclint.subopts = \
   151     (all|none|[-]<group>)[/<access>]
   223     (all|none|[-]<group>)[/<access>]