< prev index next >

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

Print this page

 94 javac.opt.source=\
 95     Provide source compatibility with the specified Java SE release.\n\
 96     Supported releases: \n    {0}
 97 javac.opt.Werror=\
 98     Terminate compilation if any warnings occur
 99 javac.opt.arg.Werror=\
100     <key>(,<key>)*
101 javac.opt.Werror.custom=\
102     Specify lint categories for which warnings should terminate compilation,\n\
103     separated by comma.\n\
104     Precede a key by ''-'' to exclude the specified category.\n\
105     Use --help-lint to see the supported keys.
106 javac.opt.A=\
107     Options to pass to annotation processors
108 javac.opt.implicit=\
109     Specify whether to generate class files for implicitly referenced files
110 javac.opt.pkginfo=\
111     Specify handling of package-info files
112 javac.opt.multi-release=\
113     Specify which release to use in multi-release jars


114 javac.opt.arg.class=\
115     <class>
116 javac.opt.arg.class.list=\
117     <class1>[,<class2>,<class3>...]
118 javac.opt.arg.flag=\
119     <flag>
120 javac.opt.arg.key.equals.value=\
121     key[=value]
122 javac.opt.arg.path=\
123     <path>
124 javac.opt.arg.mspath=\
125     <module-source-path>
126 javac.opt.arg.m=\
127     <module>(,<module>)*
128 javac.opt.arg.jdk=\
129     <jdk>|none
130 javac.opt.arg.dirs=\
131     <dirs>
132 javac.opt.arg.directory=\
133     <directory>
134 javac.opt.arg.encoding=\
135     <encoding>
136 javac.opt.arg.profile=\
137     <profile>
138 javac.opt.arg.release=\
139     <release>
140 javac.opt.arg.number=\
141     <number>
142 javac.opt.plugin=\
143     Name and optional arguments for a plug-in to be run
144 javac.opt.arg.plugin=\
145     "name args"
146 javac.opt.arg.multi-release=\
147     <release>


148 javac.opt.arg.default.module.for.created.files=\
149     <module-name>
150 
151 ## extended options
152 
153 javac.opt.maxerrs=\
154     Set the maximum number of errors to print
155 javac.opt.maxwarns=\
156     Set the maximum number of warnings to print
157 javac.opt.nogj=\
158     Don''t accept generics in the language
159 javac.opt.moreinfo=\
160     Print extended information for type variables
161 javac.opt.printsearch=\
162     Print information where classfiles are searched
163 javac.opt.prompt=\
164     Stop after each error
165 javac.opt.s=\
166     Emit java sources instead of classfiles
167 javac.opt.version=\

211     Warn about items marked as deprecated in JavaDoc but not using the @Deprecated annotation.
212 
213 javac.opt.Xlint.desc.divzero=\
214     Warn about division by constant integer 0.
215 
216 javac.opt.Xlint.desc.empty=\
217     Warn about empty statement after if.
218 
219 javac.opt.Xlint.desc.exports=\
220     Warn about issues regarding module exports.
221 
222 javac.opt.Xlint.desc.fallthrough=\
223     Warn about falling through from one case of a switch statement to the next.
224 
225 javac.opt.Xlint.desc.finally=\
226     Warn about finally clauses that do not terminate normally.
227 
228 javac.opt.Xlint.desc.incubating=\
229     Warn about use of incubating modules.
230 




231 javac.opt.Xlint.desc.lossy-conversions=\
232     Warn about possible lossy conversions in compound assignment and bit shift operations.
233 
234 javac.opt.Xlint.desc.module=\
235     Warn about module system related issues.
236 



237 javac.opt.Xlint.desc.opens=\
238     Warn about issues regarding module opens.
239 
240 javac.opt.Xlint.desc.options=\
241     Warn about issues relating to use of command line options.
242 
243 javac.opt.Xlint.desc.output-file-clash=\
244     Warn when an output file is overwritten during compilation. This can occur, for example,\n\
245 \                         on case-insensitive filesystems. Covers class files, native header files, and source files.
246 
247 javac.opt.Xlint.desc.overloads=\
248     Warn about issues regarding method overloads.
249 
250 javac.opt.Xlint.desc.overrides=\
251     Warn about issues regarding method overrides.
252 
253 javac.opt.Xlint.desc.path=\
254     Warn about invalid path elements on the command line.
255 
256 javac.opt.Xlint.desc.processing=\

 94 javac.opt.source=\
 95     Provide source compatibility with the specified Java SE release.\n\
 96     Supported releases: \n    {0}
 97 javac.opt.Werror=\
 98     Terminate compilation if any warnings occur
 99 javac.opt.arg.Werror=\
100     <key>(,<key>)*
101 javac.opt.Werror.custom=\
102     Specify lint categories for which warnings should terminate compilation,\n\
103     separated by comma.\n\
104     Precede a key by ''-'' to exclude the specified category.\n\
105     Use --help-lint to see the supported keys.
106 javac.opt.A=\
107     Options to pass to annotation processors
108 javac.opt.implicit=\
109     Specify whether to generate class files for implicitly referenced files
110 javac.opt.pkginfo=\
111     Specify handling of package-info files
112 javac.opt.multi-release=\
113     Specify which release to use in multi-release jars
114 javac.opt.preview-mode=\
115     Specify whether preview mode should be enabled
116 javac.opt.arg.class=\
117     <class>
118 javac.opt.arg.class.list=\
119     <class1>[,<class2>,<class3>...]
120 javac.opt.arg.flag=\
121     <flag>
122 javac.opt.arg.key.equals.value=\
123     key[=value]
124 javac.opt.arg.path=\
125     <path>
126 javac.opt.arg.mspath=\
127     <module-source-path>
128 javac.opt.arg.m=\
129     <module>(,<module>)*
130 javac.opt.arg.jdk=\
131     <jdk>|none
132 javac.opt.arg.dirs=\
133     <dirs>
134 javac.opt.arg.directory=\
135     <directory>
136 javac.opt.arg.encoding=\
137     <encoding>
138 javac.opt.arg.profile=\
139     <profile>
140 javac.opt.arg.release=\
141     <release>
142 javac.opt.arg.number=\
143     <number>
144 javac.opt.plugin=\
145     Name and optional arguments for a plug-in to be run
146 javac.opt.arg.plugin=\
147     "name args"
148 javac.opt.arg.multi-release=\
149     <release>
150 javac.opt.arg.preview-mode=\
151     true/false
152 javac.opt.arg.default.module.for.created.files=\
153     <module-name>
154 
155 ## extended options
156 
157 javac.opt.maxerrs=\
158     Set the maximum number of errors to print
159 javac.opt.maxwarns=\
160     Set the maximum number of warnings to print
161 javac.opt.nogj=\
162     Don''t accept generics in the language
163 javac.opt.moreinfo=\
164     Print extended information for type variables
165 javac.opt.printsearch=\
166     Print information where classfiles are searched
167 javac.opt.prompt=\
168     Stop after each error
169 javac.opt.s=\
170     Emit java sources instead of classfiles
171 javac.opt.version=\

215     Warn about items marked as deprecated in JavaDoc but not using the @Deprecated annotation.
216 
217 javac.opt.Xlint.desc.divzero=\
218     Warn about division by constant integer 0.
219 
220 javac.opt.Xlint.desc.empty=\
221     Warn about empty statement after if.
222 
223 javac.opt.Xlint.desc.exports=\
224     Warn about issues regarding module exports.
225 
226 javac.opt.Xlint.desc.fallthrough=\
227     Warn about falling through from one case of a switch statement to the next.
228 
229 javac.opt.Xlint.desc.finally=\
230     Warn about finally clauses that do not terminate normally.
231 
232 javac.opt.Xlint.desc.incubating=\
233     Warn about use of incubating modules.
234 
235 javac.opt.Xlint.desc.initialization=\
236     Warn about code in identity classes that wouldn''t be allowed in early\n\
237 \                         construction due to a this dependency.
238 
239 javac.opt.Xlint.desc.lossy-conversions=\
240     Warn about possible lossy conversions in compound assignment and bit shift operations.
241 
242 javac.opt.Xlint.desc.module=\
243     Warn about module system related issues.
244 
245 javac.opt.Xlint.desc.migration=\
246     Warn about issues related to migration of JDK classes.
247 
248 javac.opt.Xlint.desc.opens=\
249     Warn about issues regarding module opens.
250 
251 javac.opt.Xlint.desc.options=\
252     Warn about issues relating to use of command line options.
253 
254 javac.opt.Xlint.desc.output-file-clash=\
255     Warn when an output file is overwritten during compilation. This can occur, for example,\n\
256 \                         on case-insensitive filesystems. Covers class files, native header files, and source files.
257 
258 javac.opt.Xlint.desc.overloads=\
259     Warn about issues regarding method overloads.
260 
261 javac.opt.Xlint.desc.overrides=\
262     Warn about issues regarding method overrides.
263 
264 javac.opt.Xlint.desc.path=\
265     Warn about invalid path elements on the command line.
266 
267 javac.opt.Xlint.desc.processing=\
< prev index next >