126 compiler.warn.override.bridge
127 compiler.warn.position.overflow # CRTable: caused by files with long lines >= 1024 chars
128 compiler.warn.proc.type.already.exists # JavacFiler: just mentioned in TODO
129 compiler.warn.restricted.type.not.allowed.preview # not produced by the compiler right now
130 compiler.warn.unchecked.assign # DEAD, replaced by compiler.misc.unchecked.assign
131 compiler.warn.unchecked.cast.to.type # DEAD, replaced by compiler.misc.unchecked.cast.to.type
132 compiler.warn.unexpected.archive.file # Paths: zip file with unknown extn
133 compiler.err.no.zipfs.for.archive # would need zip/jar file
134 compiler.warn.unknown.enum.constant # in bad class file
135 compiler.warn.unknown.enum.constant.reason # in bad class file
136 compiler.warn.override.equals.but.not.hashcode # when a class overrides equals but not hashCode method from Object
137 compiler.warn.file.from.future # warning for future modification times on files
138 compiler.err.cant.inherit.from.anon # error for subclass of anonymous class
139 compiler.misc.bad.class.file # class file is malformed
140 compiler.misc.bad.const.pool.entry # constant pool entry has wrong type
141 compiler.warn.access.to.member.from.serializable.lambda # in order to generate it we need to modify a restricted package
142 compiler.warn.invalid.path # this warning is generated only in Windows systems
143 compiler.err.invalid.path # this error is generated only in Windows systems
144 compiler.note.multiple.elements # needs user code
145 compiler.err.preview.feature.disabled.classfile # preview feature support: needs compilation against classfile
146 compiler.warn.preview.feature.use.classfile # preview feature support: needs compilation against classfile
147 compiler.note.preview.plural.additional # preview feature support: diag test causes intermittent failures (see JDK-8201498)
148 compiler.warn.declared.using.preview # after making sealed classes a final feature there is no other
149 # preview feature but we should keep this key for future use just
150 # in case
151
152 # The following module-related messages will have to stay on the not-yet list for various reasons:
153 compiler.warn.locn.unknown.file.on.module.path # Never issued ATM (short circuited with an if (false))
154 compiler.err.no.output.dir # -d is always specified by test infrastructure
155 compiler.err.output.dir.must.be.specified.with.dash.m.option # -d is always specified by test infrastructure
156 compiler.warn.outdir.is.in.exploded.module # No control over -d specified by test infrastructure
157 compiler.err.invalid.module.specifier # Not possible (?)
158 compiler.err.locn.cant.get.module.name.for.jar # bad binary ? Infer module name failure
159 compiler.misc.anachronistic.module.info # requires binaries compiled with EA compilers.
160 compiler.misc.bad.module-info.name # bad class file
161 compiler.err.locn.bad.module-info # bad class file
162 compiler.err.locn.cant.read.file # bad class file
163 compiler.misc.module.info.invalid.super.class # bad class file
164 compiler.err.locn.cant.read.directory # file system issue
165 compiler.err.locn.invalid.arg.for.xpatch # command line option error
166 compiler.misc.unnamed.module # fragment uninteresting in and of itself
193 compiler.err.multiple.values.for.module.source.path
194 compiler.err.no.source.files.classes
195 compiler.err.no.value.for.option
196 compiler.err.option.not.allowed.with.target
197 compiler.err.option.too.many
198 compiler.err.profile.bootclasspath.conflict
199 compiler.err.release.bootclasspath.conflict
200 compiler.err.repeated.value.for.module.source.path
201 compiler.err.repeated.value.for.patch.module
202 compiler.err.req.arg
203 compiler.err.sourcepath.modulesourcepath.conflict
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
|
126 compiler.warn.override.bridge
127 compiler.warn.position.overflow # CRTable: caused by files with long lines >= 1024 chars
128 compiler.warn.proc.type.already.exists # JavacFiler: just mentioned in TODO
129 compiler.warn.restricted.type.not.allowed.preview # not produced by the compiler right now
130 compiler.warn.unchecked.assign # DEAD, replaced by compiler.misc.unchecked.assign
131 compiler.warn.unchecked.cast.to.type # DEAD, replaced by compiler.misc.unchecked.cast.to.type
132 compiler.warn.unexpected.archive.file # Paths: zip file with unknown extn
133 compiler.err.no.zipfs.for.archive # would need zip/jar file
134 compiler.warn.unknown.enum.constant # in bad class file
135 compiler.warn.unknown.enum.constant.reason # in bad class file
136 compiler.warn.override.equals.but.not.hashcode # when a class overrides equals but not hashCode method from Object
137 compiler.warn.file.from.future # warning for future modification times on files
138 compiler.err.cant.inherit.from.anon # error for subclass of anonymous class
139 compiler.misc.bad.class.file # class file is malformed
140 compiler.misc.bad.const.pool.entry # constant pool entry has wrong type
141 compiler.warn.access.to.member.from.serializable.lambda # in order to generate it we need to modify a restricted package
142 compiler.warn.invalid.path # this warning is generated only in Windows systems
143 compiler.err.invalid.path # this error is generated only in Windows systems
144 compiler.note.multiple.elements # needs user code
145 compiler.err.preview.feature.disabled.classfile # preview feature support: needs compilation against classfile
146 compiler.note.preview.plural.additional # preview feature support: diag test causes intermittent failures (see JDK-8201498)
147 compiler.warn.declared.using.preview # after making sealed classes a final feature there is no other
148 # preview feature but we should keep this key for future use just
149 # in case
150
151 # The following module-related messages will have to stay on the not-yet list for various reasons:
152 compiler.warn.locn.unknown.file.on.module.path # Never issued ATM (short circuited with an if (false))
153 compiler.err.no.output.dir # -d is always specified by test infrastructure
154 compiler.err.output.dir.must.be.specified.with.dash.m.option # -d is always specified by test infrastructure
155 compiler.warn.outdir.is.in.exploded.module # No control over -d specified by test infrastructure
156 compiler.err.invalid.module.specifier # Not possible (?)
157 compiler.err.locn.cant.get.module.name.for.jar # bad binary ? Infer module name failure
158 compiler.misc.anachronistic.module.info # requires binaries compiled with EA compilers.
159 compiler.misc.bad.module-info.name # bad class file
160 compiler.err.locn.bad.module-info # bad class file
161 compiler.err.locn.cant.read.file # bad class file
162 compiler.misc.module.info.invalid.super.class # bad class file
163 compiler.err.locn.cant.read.directory # file system issue
164 compiler.err.locn.invalid.arg.for.xpatch # command line option error
165 compiler.misc.unnamed.module # fragment uninteresting in and of itself
192 compiler.err.multiple.values.for.module.source.path
193 compiler.err.no.source.files.classes
194 compiler.err.no.value.for.option
195 compiler.err.option.not.allowed.with.target
196 compiler.err.option.too.many
197 compiler.err.profile.bootclasspath.conflict
198 compiler.err.release.bootclasspath.conflict
199 compiler.err.repeated.value.for.module.source.path
200 compiler.err.repeated.value.for.patch.module
201 compiler.err.req.arg
202 compiler.err.sourcepath.modulesourcepath.conflict
203 compiler.err.two.class.loaders.1
204 compiler.err.two.class.loaders.2
205 compiler.err.unmatched.quote
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
|