langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/resources/javac.properties
changeset 40308 274367a99f98
parent 37848 3c8ff4204d2d
child 40762 f8883aa0053c
equal deleted inserted replaced
40306:1a0fcaf3f2ed 40308:274367a99f98
   163 javac.opt.Xlint.all=\
   163 javac.opt.Xlint.all=\
   164     Enable all warnings
   164     Enable all warnings
   165 javac.opt.Xlint.none=\
   165 javac.opt.Xlint.none=\
   166     Disable all warnings
   166     Disable all warnings
   167 #L10N: do not localize: -Xlint
   167 #L10N: do not localize: -Xlint
   168 javac.opt.Xlint.subopts=\
   168 javac.opt.arg.Xlint=\
   169     -Xlint:key,...
   169     <key>(,<key>)*
   170 javac.opt.Xlint.suboptlist=\n\
   170 javac.opt.Xlint.custom=\
   171 \        Warnings to enable or disable, separated by comma.\n\
   171     Warnings to enable or disable, separated by comma.\n\
   172 \        Precede a key by '-' to disable the specified warning.\n\
   172     Precede a key by '-' to disable the specified warning.\n\
   173 \        Supported keys are:
   173     Supported keys are:
   174 javac.opt.Xlint.desc.auxiliaryclass=\
   174 javac.opt.Xlint.desc.auxiliaryclass=\
   175     Warn about an auxiliary class that is hidden in a source file, and is used from other files.
   175     Warn about an auxiliary class that is hidden in a source file, and is used from other files.
   176 
   176 
   177 javac.opt.Xlint.desc.cast=\
   177 javac.opt.Xlint.desc.cast=\
   178     Warn about use of unnecessary casts.
   178     Warn about use of unnecessary casts.
   237 javac.opt.Xdoclint.subopts = \
   237 javac.opt.Xdoclint.subopts = \
   238     (all|none|[-]<group>)[/<access>]
   238     (all|none|[-]<group>)[/<access>]
   239 
   239 
   240 # L10N: do not localize: accessibility html missing reference syntax
   240 # L10N: do not localize: accessibility html missing reference syntax
   241 # L10N: do not localize: public protected package private
   241 # L10N: do not localize: public protected package private
   242 javac.opt.Xdoclint.custom=\n\
   242 javac.opt.Xdoclint.custom=\
   243 \        Enable or disable specific checks for problems in javadoc comments,\n\
   243     Enable or disable specific checks for problems in javadoc comments,\n\
   244 \        where <group> is one of accessibility, html, missing, reference, or syntax,\n\
   244     where <group> is one of accessibility, html, missing, reference, or syntax,\n\
   245 \        and <access> is one of public, protected, package, or private.
   245     and <access> is one of public, protected, package, or private.
   246 
   246 
   247 javac.opt.Xdoclint.package.args = \
   247 javac.opt.Xdoclint.package.args = \
   248     ([-]<packages>)
   248     [-]<packages>(,[-]<package>)*
   249 
   249 
   250 javac.opt.Xdoclint.package.desc=\n\
   250 javac.opt.Xdoclint.package.desc=\
   251 \        Enable or disable checks in specific packages. <packages> is a comma separated\n\
   251     Enable or disable checks in specific packages. Each <package> is either the\n\
   252 \        list of package specifiers. Package specifier is either a qualified name of a package\n\
   252     qualified name of a package or a package name prefix followed by '.*', which\n\
   253 \        or a package name prefix followed by '.*', which expands to all sub-packages of\n\
   253     expands to all sub-packages of the given package. Each <package> can be prefixed\n\
   254 \        the given package. Prefix the package specifier with '-' to disable checks for\n\
   254     with '-' to disable checks for the specified package or packages.
   255 \        the specified packages.
       
   256 
   255 
   257 javac.opt.Xstdout=\
   256 javac.opt.Xstdout=\
   258     Redirect standard output
   257     Redirect standard output
   259 javac.opt.X=\
   258 javac.opt.X=\
   260     Print a synopsis of nonstandard options
   259     Print a synopsis of nonstandard options
   272     Specify which file to read when both a source file and class file are found for an implicitly compiled class
   271     Specify which file to read when both a source file and class file are found for an implicitly compiled class
   273 javac.opt.AT=\
   272 javac.opt.AT=\
   274     Read options and filenames from file
   273     Read options and filenames from file
   275 javac.opt.diags=\
   274 javac.opt.diags=\
   276     Select a diagnostic mode
   275     Select a diagnostic mode
   277 javac.opt.addExports=\n\
   276 javac.opt.addExports=\
   278 \        Specify a package to be considered as exported from its defining module\n\
   277     Specify a package to be considered as exported from its defining module\n\
   279 \        to additional modules, or to all unnamed modules if <other-module> is ALL-UNNAMED.
   278     to additional modules, or to all unnamed modules if <other-module> is ALL-UNNAMED.
   280 javac.opt.arg.addExports=\
   279 javac.opt.arg.addExports=\
   281     <module>/<package>=<other-module>(,<other-module>)*
   280     <module>/<package>=<other-module>(,<other-module>)*
   282 javac.opt.addReads=\n\
   281 javac.opt.addReads=\
   283 \        Specify additional modules to be considered as required by a given module.\n\
   282     Specify additional modules to be considered as required by a given module.\n\
   284 \        <other-module> may be ALL-UNNAMED to require the unnamed module.
   283     <other-module> may be ALL-UNNAMED to require the unnamed module.
   285 javac.opt.arg.addReads=\
   284 javac.opt.arg.addReads=\
   286     <module>=<other-module>(,<other-module>)*
   285     <module>=<other-module>(,<other-module>)*
   287 javac.opt.patch=\n\
   286 javac.opt.patch=\
   288 \        Override or augment a module with classes and resources\n\
   287     Override or augment a module with classes and resources\n\
   289 \        in JAR files or directories
   288     in JAR files or directories
   290 javac.opt.arg.patch=\
   289 javac.opt.arg.patch=\
   291     <module>=<file>(:<file>)*
   290     <module>=<file>(:<file>)*
   292 javac.opt.module=\
   291 javac.opt.module=\
   293     Specify a module to which the classes being compiled belong.
   292     Specify a module to which the classes being compiled belong.
   294 javac.opt.arg.module=\
   293 javac.opt.arg.module=\
   295     <module-name>
   294     <module>
   296 javac.opt.addmods=\n\
   295 javac.opt.addmods=\
   297 \        Root modules to resolve in addition to the initial modules, or all modules\n\
   296     Root modules to resolve in addition to the initial modules, or all modules\n\
   298 \        on the module path if <module> is ALL-MODULE-PATH.
   297     on the module path if <module> is ALL-MODULE-PATH.
   299 javac.opt.arg.addmods=\
   298 javac.opt.arg.addmods=\
   300     <module>(,<module>)*
   299     <module>(,<module>)*
   301 javac.opt.limitmods=\
   300 javac.opt.limitmods=\
   302     Limit the universe of observable modules
   301     Limit the universe of observable modules
   303 javac.opt.arg.limitmods=\
   302 javac.opt.arg.limitmods=\
   304     <module>(,<module>)*
   303     <module>(,<module>)*
       
   304 javac.opt.inherit_runtime_environment=\
       
   305     Inherit module system configuration options from the runtime environment.
   305 
   306 
   306 ## errors
   307 ## errors
   307 
   308 
   308 javac.err.empty.A.argument=\
   309 javac.err.empty.A.argument=\
   309     -A requires an argument; use ''-Akey'' or ''-Akey=value''
   310     -A requires an argument; use ''-Akey'' or ''-Akey=value''
   332 javac.err.invalid.source=\
   333 javac.err.invalid.source=\
   333     invalid source release: {0}
   334     invalid source release: {0}
   334 javac.err.error.writing.file=\
   335 javac.err.error.writing.file=\
   335     error writing {0}; {1}
   336     error writing {0}; {1}
   336 javac.err.sourcepath.modulesourcepath.conflict=\
   337 javac.err.sourcepath.modulesourcepath.conflict=\
   337     cannot specify both -sourcepath and -modulesourcepath
   338     cannot specify both --source-path and --module-source-path
   338 javac.warn.source.target.conflict=\
   339 javac.warn.source.target.conflict=\
   339     source release {0} requires target release {1}
   340     source release {0} requires target release {1}
   340 javac.warn.target.default.source.conflict=\
   341 javac.warn.target.default.source.conflict=\
   341     target release {0} conflicts with default source release {1}
   342     target release {0} conflicts with default source release {1}
   342 javac.warn.profile.target.conflict=\
   343 javac.warn.profile.target.conflict=\
   345     file not found: {0}
   346     file not found: {0}
   346 javac.err.file.not.directory=\
   347 javac.err.file.not.directory=\
   347     not a directory: {0}
   348     not a directory: {0}
   348 javac.err.file.not.file=\
   349 javac.err.file.not.file=\
   349     not a file: {0}
   350     not a file: {0}
       
   351 javac.err.cannot.access.runtime.env=\
       
   352     cannot access runtime environment
   350 
   353 
   351 ## messages
   354 ## messages
   352 
   355 
   353 javac.msg.usage.header=\
   356 javac.msg.usage.header=\
   354 Usage: {0} <options> <source files>\n\
   357 Usage: {0} <options> <source files>\n\
   355 where possible options include:
   358 where possible options include:
   356 
   359 
   357 javac.msg.usage=\
   360 javac.msg.usage=\
   358     Usage: {0} <options> <source files>\n\
   361     Usage: {0} <options> <source files>\n\
   359     use -help for a list of possible options
   362     use --help for a list of possible options
   360 
   363 
   361 javac.msg.usage.nonstandard.footer=\
   364 javac.msg.usage.nonstandard.footer=\
   362 These options are non-standard and subject to change without notice.
   365 These options are non-standard and subject to change without notice.
   363 
   366 
   364 javac.msg.bug=\
   367 javac.msg.bug=\