204 compiler.err.two.class.loaders.1
205 compiler.err.two.class.loaders.2
206 compiler.err.unmatched.quote
207 compiler.err.unsupported.release.version
208 compiler.warn.profile.target.conflict
209 compiler.err.source.target.conflict
210 compiler.err.target.default.source.conflict
211 compiler.err.preview.not.latest
212 compiler.err.preview.without.source.or.release
213 compiler.misc.illegal.signature # the compiler can now detect more non-denotable types before class writing
214
215 # this one needs a forged class file to be reproduced
216 compiler.err.annotation.unrecognized.attribute.name
217
218 # this one is transitional (waiting for FFM API to exit preview)
219 compiler.warn.restricted.method
220
221 # Pending removal
222 compiler.note.implicit.annotation.processing
223 compiler.warn.proc.use.proc.or.implicit
|
204 compiler.err.two.class.loaders.1
205 compiler.err.two.class.loaders.2
206 compiler.err.unmatched.quote
207 compiler.err.unsupported.release.version
208 compiler.warn.profile.target.conflict
209 compiler.err.source.target.conflict
210 compiler.err.target.default.source.conflict
211 compiler.err.preview.not.latest
212 compiler.err.preview.without.source.or.release
213 compiler.misc.illegal.signature # the compiler can now detect more non-denotable types before class writing
214
215 # this one needs a forged class file to be reproduced
216 compiler.err.annotation.unrecognized.attribute.name
217
218 # this one is transitional (waiting for FFM API to exit preview)
219 compiler.warn.restricted.method
220
221 # Pending removal
222 compiler.note.implicit.annotation.processing
223 compiler.warn.proc.use.proc.or.implicit
224
225 # code reflection
226 compiler.misc.feature.reflect.methods
227 compiler.note.method.ir.dump
228 compiler.note.quoted.ir.dump
229 compiler.err.quoted.method.inner.class
230 compiler.err.quoted.lambda.inner.class
231 compiler.err.quoted.mref.inner.class
|