195 compiler.err.no.source.files.classes
196 compiler.err.no.value.for.option
197 compiler.err.option.not.allowed.with.target
198 compiler.err.option.too.many
199 compiler.err.profile.bootclasspath.conflict
200 compiler.err.release.bootclasspath.conflict
201 compiler.err.repeated.value.for.module.source.path
202 compiler.err.repeated.value.for.patch.module
203 compiler.err.req.arg
204 compiler.err.sourcepath.modulesourcepath.conflict
205 compiler.err.two.class.loaders.1
206 compiler.err.two.class.loaders.2
207 compiler.err.unmatched.quote
208 compiler.err.unsupported.release.version
209 compiler.warn.profile.target.conflict
210 compiler.err.source.target.conflict
211 compiler.err.target.default.source.conflict
212 compiler.err.preview.not.latest
213 compiler.err.preview.without.source.or.release
214 compiler.misc.illegal.signature # the compiler can now detect more non-denotable types before class writing
215
216 # this one needs a forged class file to be reproduced
217 compiler.err.annotation.unrecognized.attribute.name
218
219 # this one is transitional (waiting for FFM API to exit preview)
220 compiler.warn.restricted.method
221
222 # Pending removal
223 compiler.note.implicit.annotation.processing
224 compiler.warn.proc.use.proc.or.implicit
|
195 compiler.err.no.source.files.classes
196 compiler.err.no.value.for.option
197 compiler.err.option.not.allowed.with.target
198 compiler.err.option.too.many
199 compiler.err.profile.bootclasspath.conflict
200 compiler.err.release.bootclasspath.conflict
201 compiler.err.repeated.value.for.module.source.path
202 compiler.err.repeated.value.for.patch.module
203 compiler.err.req.arg
204 compiler.err.sourcepath.modulesourcepath.conflict
205 compiler.err.two.class.loaders.1
206 compiler.err.two.class.loaders.2
207 compiler.err.unmatched.quote
208 compiler.err.unsupported.release.version
209 compiler.warn.profile.target.conflict
210 compiler.err.source.target.conflict
211 compiler.err.target.default.source.conflict
212 compiler.err.preview.not.latest
213 compiler.err.preview.without.source.or.release
214 compiler.misc.illegal.signature # the compiler can now detect more non-denotable types before class writing
215 compiler.misc.feature.reflect.methods # code reflection
216 compiler.note.method.ir.dump # code reflection
217 compiler.note.method.ir.skip # code reflection
218 compiler.err.cant.infer.quoted.lambda.return.type # code reflection
219 compiler.err.quoted.lambda.must.be.explicit # code reflection
220 compiler.note.quoted.ir.dump # code reflection
221 compiler.note.quoted.ir.skip # code reflection
222
223 # this one needs a forged class file to be reproduced
224 compiler.err.annotation.unrecognized.attribute.name
225
226 # this one is transitional (waiting for FFM API to exit preview)
227 compiler.warn.restricted.method
228
229 # Pending removal
230 compiler.note.implicit.annotation.processing
231 compiler.warn.proc.use.proc.or.implicit
|