examples.not-yet.txt revision 3382:4ccabc2f6346
1compiler.err.already.annotated                          # internal compiler error?
2compiler.err.already.defined.this.unit                  # seems to be masked by compiler.err.duplicate.class
3compiler.err.annotation.value.not.allowable.type        # cannot happen: precluded by complete type-specific tests
4compiler.err.bad.functional.intf.anno                   # seems to be masked by compiler.err.annotation.type.not.applicable
5compiler.err.cant.read.file                             # (apt.JavaCompiler?)
6compiler.err.cant.select.static.class.from.param.type
7compiler.err.dc.unterminated.string                     # cannot happen
8compiler.err.illegal.char.for.encoding
9compiler.err.invalid.repeatable.annotation              # should not happen
10compiler.err.invalid.repeatable.annotation.invalid.value # "can't" happen
11compiler.err.invalid.repeatable.annotation.multiple.values # can't happen
12compiler.err.io.exception                               # (javah.JavahTask?)
13compiler.err.limit.code                                 # Code
14compiler.err.limit.code.too.large.for.try.stmt          # Gen
15compiler.err.limit.dimensions                           # Gen
16compiler.err.limit.locals                               # Code
17compiler.err.limit.parameters                           # Gen
18compiler.err.limit.pool                                 # Gen,JavaCompiler
19compiler.err.limit.pool.in.class                        # UNUSED?
20compiler.err.limit.stack                                # Code
21compiler.err.limit.string                               # Gen
22compiler.err.limit.string.overflow                      # JavaCompiler
23compiler.err.name.reserved.for.internal.use             # UNUSED
24compiler.err.no.annotation.member
25compiler.err.no.encl.instance.of.type.in.scope          # cannot occur; always followed by assert false;
26compiler.err.no.match.entry                             # UNUSED?
27compiler.err.not.annotation.type                        # cannot occur given preceding checkType
28compiler.err.proc.bad.config.file                       # JavacProcessingEnvironment
29compiler.err.proc.cant.access                           # completion failure
30compiler.err.proc.cant.access.1                         # completion failure, no stack trace
31compiler.err.proc.cant.create.loader                    # security exception from service loader
32compiler.err.proc.no.service                            # JavacProcessingEnvironment: no service loader available
33compiler.err.proc.processor.bad.option.name             # cannot happen? masked by javac.err.invalid.A.key
34compiler.err.proc.service.problem                       # JavacProcessingEnvironment: catch Throwable from service loader
35compiler.err.signature.doesnt.match.intf                # UNUSED
36compiler.err.signature.doesnt.match.supertype           # UNUSED
37compiler.err.source.cant.overwrite.input.file
38compiler.err.stack.sim.error
39compiler.err.type.var.more.than.once                    # UNUSED
40compiler.err.type.var.more.than.once.in.result          # UNUSED
41compiler.err.unexpected.type
42compiler.err.unsupported.cross.fp.lit                   # Scanner: host system dependent
43compiler.misc.bad.class.signature                       # bad class file
44compiler.misc.bad.const.pool.tag                        # bad class file
45compiler.misc.bad.const.pool.tag.at                     # bad class file
46compiler.misc.bad.enclosing.class                       # bad class file
47compiler.misc.bad.enclosing.method                      # bad class file
48compiler.misc.bad.runtime.invisible.param.annotations   # bad class file
49compiler.misc.bad.signature                             # bad class file
50compiler.misc.bad.type.annotation.value
51compiler.misc.base.membership                           # UNUSED
52compiler.misc.class.file.not.found                      # ClassReader
53compiler.misc.class.file.wrong.class
54compiler.misc.fatal.err.cant.locate.ctor                # Resolve, from Lower
55compiler.misc.fatal.err.cant.locate.field               # Resolve, from Lower
56compiler.misc.fatal.err.cant.locate.meth                # Resolve, from Lower
57compiler.misc.fatal.err.cant.close	                # JavaCompiler
58compiler.misc.file.does.not.contain.package
59compiler.misc.illegal.start.of.class.file
60compiler.misc.inferred.do.not.conform.to.lower.bounds   # cannot happen?
61compiler.misc.kindname.annotation
62compiler.misc.kindname.enum
63compiler.misc.kindname.package
64compiler.misc.kindname.static
65compiler.misc.kindname.type.variable
66compiler.misc.kindname.type.variable.bound
67compiler.misc.kindname.value
68compiler.misc.incompatible.eq.lower.bounds              # cannot happen?
69compiler.misc.no.unique.minimal.instance.exists
70compiler.misc.no.unique.maximal.instance.exists         # cannot happen?
71compiler.misc.resume.abort                              # prompt for a response
72compiler.misc.source.unavailable                        # DiagnosticSource
73compiler.misc.token.bad-symbol
74compiler.misc.token.character
75compiler.misc.token.double
76compiler.misc.token.end-of-input
77compiler.misc.token.float
78compiler.misc.token.integer
79compiler.misc.token.long-integer
80compiler.misc.token.string
81compiler.misc.type.captureof
82compiler.misc.type.captureof.1
83compiler.misc.type.none
84compiler.misc.type.req.exact
85compiler.misc.unable.to.access.file                     # ClassFile
86compiler.misc.undecl.type.var                           # ClassReader
87compiler.misc.unicode.str.not.supported                 # ClassReader
88compiler.misc.malformed.vararg.method                   # ClassReader
89compiler.misc.version.not.available                     # JavaCompiler; implies build error
90compiler.misc.where.description.captured
91compiler.misc.where.typevar.1
92compiler.misc.wrong.version                             # ClassReader
93compiler.warn.annotation.method.not.found               # ClassReader
94compiler.warn.annotation.method.not.found.reason        # ClassReader
95compiler.warn.big.major.version                         # ClassReader
96compiler.warn.future.attr                               # ClassReader
97compiler.warn.illegal.char.for.encoding
98compiler.warn.invalid.archive.file
99compiler.warn.override.bridge
100compiler.warn.position.overflow                         # CRTable: caused by files with long lines >= 1024 chars
101compiler.warn.proc.type.already.exists                  # JavacFiler: just mentioned in TODO
102compiler.warn.unchecked.assign                          # DEAD, replaced by compiler.misc.unchecked.assign
103compiler.warn.unchecked.cast.to.type                    # DEAD, replaced by compiler.misc.unchecked.cast.to.type
104compiler.warn.unexpected.archive.file                   # Paths: zip file with unknown extn
105compiler.warn.unknown.enum.constant                     # in bad class file
106compiler.warn.unknown.enum.constant.reason              # in bad class file
107compiler.warn.override.equals.but.not.hashcode          # when a class overrides equals but not hashCode method from Object
108compiler.warn.file.from.future                          # warning for future modification times on files
109compiler.err.cant.inherit.from.anon                     # error for subclass of anonymous class
110compiler.misc.bad.class.file                            # class file is malformed
111compiler.misc.bad.const.pool.entry                      # constant pool entry has wrong type
112
113# The following are new module-related messages, that need new examples to be created
114compiler.err.addmods.all.module.path.invalid
115compiler.err.cant.find.module
116compiler.err.cyclic.requires
117compiler.err.duplicate.exports
118compiler.err.duplicate.module
119compiler.err.duplicate.module.on.path
120compiler.err.duplicate.provides
121compiler.err.duplicate.requires
122compiler.err.duplicate.uses
123compiler.err.expected.module
124compiler.err.illegal.argument.for.option
125compiler.err.invalid.module.specifier
126compiler.err.locn.bad.module-info
127compiler.err.locn.cant.get.module.name.for.jar
128compiler.err.locn.cant.read.directory
129compiler.err.locn.cant.read.file
130compiler.err.locn.invalid.arg.for.xpatch
131compiler.err.locn.module-info.not.allowed.on.patch.path
132compiler.err.module-info.with.xmodule.classpath
133compiler.err.module-info.with.xmodule.sourcepath
134compiler.err.module.decl.sb.in.module-info.java
135compiler.err.module.name.mismatch
136compiler.err.module.not.found
137compiler.err.module.not.found.in.module.source.path
138compiler.err.modules.not.supported.in.source
139compiler.err.modulesourcepath.must.be.specified.with.dash.m.option
140compiler.err.multi-module.outdir.cannot.be.exploded.module
141compiler.err.no.output.dir
142compiler.err.not.def.access.package.cant.access
143compiler.err.output.dir.must.be.specified.with.dash.m.option
144compiler.err.package.clash.from.requires
145compiler.err.package.empty.or.not.found
146compiler.err.package.in.other.module
147compiler.err.processorpath.no.processormodulepath
148compiler.err.service.definition.is.inner
149compiler.err.service.definition.is.enum
150compiler.err.service.implementation.doesnt.have.a.no.args.constructor
151compiler.err.service.implementation.is.abstract
152compiler.err.service.implementation.is.inner
153compiler.err.service.implementation.no.args.constructor.not.public
154compiler.err.service.implementation.not.in.right.module
155compiler.err.too.many.modules
156compiler.err.unexpected.after.module
157compiler.err.unnamed.pkg.not.allowed.named.modules
158compiler.err.xaddexports.malformed.entry
159compiler.err.xaddexports.too.many
160compiler.err.xaddreads.malformed.entry
161compiler.err.xaddreads.too.many
162compiler.err.xmodule.no.module.sourcepath
163compiler.misc.bad.module-info.name
164compiler.misc.cant.resolve.modules
165compiler.misc.file.does.not.contain.module
166compiler.misc.kindname.module
167compiler.misc.locn.module_path
168compiler.misc.locn.module_source_path
169compiler.misc.locn.system_modules
170compiler.misc.locn.upgrade_module_path
171compiler.misc.unnamed.module
172compiler.warn.dir.path.element.not.directory
173compiler.warn.locn.unknown.file.on.module.path
174compiler.warn.outdir.is.in.exploded.module
175compiler.warn.service.provided.but.not.exported.or.used
176
177