206 compiler.err.unsupported.release.version
207 compiler.warn.profile.target.conflict
208 compiler.err.source.target.conflict
209 compiler.err.target.default.source.conflict
210 compiler.err.preview.not.latest
211 compiler.err.preview.without.source.or.release
212
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 # Value Objects
221 compiler.misc.feature.value.classes
222
223 # Pending removal
224 compiler.note.implicit.annotation.processing
225 compiler.warn.proc.use.proc.or.implicit
|
206 compiler.err.unsupported.release.version
207 compiler.warn.profile.target.conflict
208 compiler.err.source.target.conflict
209 compiler.err.target.default.source.conflict
210 compiler.err.preview.not.latest
211 compiler.err.preview.without.source.or.release
212
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 # Value Objects
221 compiler.misc.feature.value.classes
222
223 # Pending removal
224 compiler.note.implicit.annotation.processing
225 compiler.warn.proc.use.proc.or.implicit
226
227 # code reflection
228 compiler.misc.feature.reflect.methods
229 compiler.note.reflectable.method.ir.dump
230 compiler.note.reflectable.lambda.ir.dump
231 compiler.note.reflectable.mref.ir.dump
232 compiler.warn.reflectable.method.inner.class
233 compiler.warn.reflectable.lambda.inner.class
234 compiler.warn.reflectable.mref.inner.class
|