42 compiler.err.source.cant.overwrite.input.file
43 compiler.err.stack.sim.error
44 compiler.err.cant.attach.type.annotations # bad class file
45 compiler.err.type.var.more.than.once # UNUSED
46 compiler.err.type.var.more.than.once.in.result # UNUSED
47 compiler.err.unexpected.type
48 compiler.misc.bad.class.signature # bad class file
49 compiler.misc.bad.class.truncated.at.offset # bad class file
50 compiler.misc.bad.const.pool.tag # bad class file
51 compiler.misc.bad.const.pool.tag.at # bad class file
52 compiler.misc.unexpected.const.pool.tag.at # bad class file
53 compiler.misc.bad.const.pool.index # bad class file
54 compiler.misc.bad.constant.range # bad class file
55 compiler.misc.bad.constant.value # bad class file
56 compiler.misc.bad.enclosing.class # bad class file
57 compiler.misc.bad.enclosing.method # bad class file
58 compiler.warn.runtime.invisible.parameter.annotations # bad class file
59 compiler.warn.runtime.visible.invisible.param.annotations.mismatch # bad class file
60 compiler.misc.bad.signature # bad class file
61 compiler.misc.bad.requires.flag # bad class file
62 compiler.misc.bad.utf8.byte.sequence.at # bad class file
63 compiler.misc.bad.type.annotation.value
64 compiler.misc.class.file.not.found # ClassReader
65 compiler.misc.class.file.wrong.class
66 compiler.misc.exception.message # uncommon completion failure based on a string
67 compiler.misc.fatal.err.cant.locate.ctor # Resolve, from Lower
68 compiler.misc.fatal.err.cant.locate.field # Resolve, from Lower
69 compiler.misc.fatal.err.cant.locate.meth # Resolve, from Lower
70 compiler.misc.fatal.err.cant.close # JavaCompiler
71 compiler.misc.feature.not.supported.in.source.plural # cannot happen (for now)
72 compiler.misc.file.does.not.contain.package
73 compiler.misc.illegal.flag.combo # ClassReader
74 compiler.misc.illegal.start.of.class.file
75 compiler.misc.inferred.do.not.conform.to.lower.bounds # cannot happen?
76 compiler.misc.kindname.annotation
77 compiler.misc.kindname.enum
78 compiler.misc.kindname.package
79 compiler.misc.kindname.static
80 compiler.misc.kindname.type.variable
81 compiler.misc.kindname.type.variable.bound
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
|
42 compiler.err.source.cant.overwrite.input.file
43 compiler.err.stack.sim.error
44 compiler.err.cant.attach.type.annotations # bad class file
45 compiler.err.type.var.more.than.once # UNUSED
46 compiler.err.type.var.more.than.once.in.result # UNUSED
47 compiler.err.unexpected.type
48 compiler.misc.bad.class.signature # bad class file
49 compiler.misc.bad.class.truncated.at.offset # bad class file
50 compiler.misc.bad.const.pool.tag # bad class file
51 compiler.misc.bad.const.pool.tag.at # bad class file
52 compiler.misc.unexpected.const.pool.tag.at # bad class file
53 compiler.misc.bad.const.pool.index # bad class file
54 compiler.misc.bad.constant.range # bad class file
55 compiler.misc.bad.constant.value # bad class file
56 compiler.misc.bad.enclosing.class # bad class file
57 compiler.misc.bad.enclosing.method # bad class file
58 compiler.warn.runtime.invisible.parameter.annotations # bad class file
59 compiler.warn.runtime.visible.invisible.param.annotations.mismatch # bad class file
60 compiler.misc.bad.signature # bad class file
61 compiler.misc.bad.requires.flag # bad class file
62 compiler.misc.bad.access.flags # bad class file
63 compiler.misc.bad.utf8.byte.sequence.at # bad class file
64 compiler.misc.bad.type.annotation.value
65 compiler.misc.class.file.not.found # ClassReader
66 compiler.misc.class.file.wrong.class
67 compiler.misc.exception.message # uncommon completion failure based on a string
68 compiler.misc.fatal.err.cant.locate.ctor # Resolve, from Lower
69 compiler.misc.fatal.err.cant.locate.field # Resolve, from Lower
70 compiler.misc.fatal.err.cant.locate.meth # Resolve, from Lower
71 compiler.misc.fatal.err.cant.close # JavaCompiler
72 compiler.misc.feature.not.supported.in.source.plural # cannot happen (for now)
73 compiler.misc.file.does.not.contain.package
74 compiler.misc.illegal.flag.combo # ClassReader
75 compiler.misc.illegal.start.of.class.file
76 compiler.misc.inferred.do.not.conform.to.lower.bounds # cannot happen?
77 compiler.misc.kindname.annotation
78 compiler.misc.kindname.enum
79 compiler.misc.kindname.package
80 compiler.misc.kindname.static
81 compiler.misc.kindname.type.variable
82 compiler.misc.kindname.type.variable.bound
127 compiler.warn.override.bridge
128 compiler.warn.position.overflow # CRTable: caused by files with long lines >= 1024 chars
129 compiler.warn.proc.type.already.exists # JavacFiler: just mentioned in TODO
130 compiler.warn.restricted.type.not.allowed.preview # not produced by the compiler right now
131 compiler.warn.unchecked.assign # DEAD, replaced by compiler.misc.unchecked.assign
132 compiler.warn.unchecked.cast.to.type # DEAD, replaced by compiler.misc.unchecked.cast.to.type
133 compiler.warn.unexpected.archive.file # Paths: zip file with unknown extn
134 compiler.err.no.zipfs.for.archive # would need zip/jar file
135 compiler.warn.unknown.enum.constant # in bad class file
136 compiler.warn.unknown.enum.constant.reason # in bad class file
137 compiler.warn.override.equals.but.not.hashcode # when a class overrides equals but not hashCode method from Object
138 compiler.warn.file.from.future # warning for future modification times on files
139 compiler.err.cant.inherit.from.anon # error for subclass of anonymous class
140 compiler.misc.bad.class.file # class file is malformed
141 compiler.misc.bad.const.pool.entry # constant pool entry has wrong type
142 compiler.warn.access.to.member.from.serializable.lambda # in order to generate it we need to modify a restricted package
143 compiler.warn.invalid.path # this warning is generated only in Windows systems
144 compiler.err.invalid.path # this error is generated only in Windows systems
145 compiler.note.multiple.elements # needs user code
146 compiler.err.preview.feature.disabled.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
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 # Value Objects
222 compiler.misc.feature.value.classes
223
224 # Pending removal
225 compiler.note.implicit.annotation.processing
226 compiler.warn.proc.use.proc.or.implicit
|