examples.not-yet.txt revision 3886:03f48cd283f5
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.module.non.zero.opens                      # bad class file
24compiler.err.name.reserved.for.internal.use             # UNUSED
25compiler.err.no.annotation.member
26compiler.err.no.encl.instance.of.type.in.scope          # cannot occur; always followed by assert false;
27compiler.err.no.match.entry                             # UNUSED?
28compiler.err.not.annotation.type                        # cannot occur given preceding checkType
29compiler.err.not.def.access.package.cant.access
30compiler.err.proc.bad.config.file                       # JavacProcessingEnvironment
31compiler.err.proc.cant.access                           # completion failure
32compiler.err.proc.cant.access.1                         # completion failure, no stack trace
33compiler.err.proc.cant.create.loader                    # security exception from service loader
34compiler.err.proc.no.service                            # JavacProcessingEnvironment: no service loader available
35compiler.err.proc.processor.bad.option.name             # cannot happen? masked by javac.err.invalid.A.key
36compiler.err.proc.service.problem                       # JavacProcessingEnvironment: catch Throwable from service loader
37compiler.err.signature.doesnt.match.intf                # UNUSED
38compiler.err.signature.doesnt.match.supertype           # UNUSED
39compiler.err.source.cant.overwrite.input.file
40compiler.err.stack.sim.error
41compiler.err.type.var.more.than.once                    # UNUSED
42compiler.err.type.var.more.than.once.in.result          # UNUSED
43compiler.err.unexpected.type
44compiler.err.unsupported.cross.fp.lit                   # Scanner: host system dependent
45compiler.misc.bad.class.signature                       # bad class file
46compiler.misc.bad.const.pool.tag                        # bad class file
47compiler.misc.bad.const.pool.tag.at                     # bad class file
48compiler.misc.bad.constant.range                        # bad class file
49compiler.misc.bad.constant.value                        # bad class file
50compiler.misc.bad.enclosing.class                       # bad class file
51compiler.misc.bad.enclosing.method                      # bad class file
52compiler.misc.bad.runtime.invisible.param.annotations   # bad class file
53compiler.misc.bad.signature                             # bad class file
54compiler.misc.bad.type.annotation.value
55compiler.misc.base.membership                           # UNUSED
56compiler.misc.class.file.not.found                      # ClassReader
57compiler.misc.class.file.wrong.class
58compiler.misc.fatal.err.cant.locate.ctor                # Resolve, from Lower
59compiler.misc.fatal.err.cant.locate.field               # Resolve, from Lower
60compiler.misc.fatal.err.cant.locate.meth                # Resolve, from Lower
61compiler.misc.fatal.err.cant.close	                # JavaCompiler
62compiler.misc.file.does.not.contain.package
63compiler.misc.illegal.start.of.class.file
64compiler.misc.inferred.do.not.conform.to.lower.bounds   # cannot happen?
65compiler.misc.kindname.annotation
66compiler.misc.kindname.enum
67compiler.misc.kindname.package
68compiler.misc.kindname.static
69compiler.misc.kindname.type.variable
70compiler.misc.kindname.type.variable.bound
71compiler.misc.kindname.value
72compiler.misc.incompatible.eq.lower.bounds              # cannot happen?
73compiler.misc.module.name.mismatch
74compiler.misc.module.non.zero.opens                     # bad class file
75compiler.misc.no.unique.minimal.instance.exists
76compiler.misc.no.unique.maximal.instance.exists         # cannot happen?
77compiler.misc.not.def.access.package.cant.access
78compiler.misc.package.not.visible
79compiler.misc.resume.abort                              # prompt for a response
80compiler.misc.source.unavailable                        # DiagnosticSource
81compiler.misc.token.bad-symbol
82compiler.misc.token.character
83compiler.misc.token.double
84compiler.misc.token.end-of-input
85compiler.misc.token.float
86compiler.misc.token.integer
87compiler.misc.token.long-integer
88compiler.misc.token.string
89compiler.misc.type.captureof
90compiler.misc.type.captureof.1
91compiler.misc.type.none
92compiler.misc.type.req.exact
93compiler.misc.unable.to.access.file                     # ClassFile
94compiler.misc.undecl.type.var                           # ClassReader
95compiler.misc.unicode.str.not.supported                 # ClassReader
96compiler.misc.malformed.vararg.method                   # ClassReader
97compiler.misc.version.not.available                     # JavaCompiler; implies build error
98compiler.misc.where.description.captured
99compiler.misc.where.typevar.1
100compiler.misc.wrong.version                             # ClassReader
101compiler.warn.annotation.method.not.found               # ClassReader
102compiler.warn.annotation.method.not.found.reason        # ClassReader
103compiler.warn.big.major.version                         # ClassReader
104compiler.warn.future.attr                               # ClassReader
105compiler.warn.illegal.char.for.encoding
106compiler.warn.invalid.archive.file
107compiler.warn.override.bridge
108compiler.warn.position.overflow                         # CRTable: caused by files with long lines >= 1024 chars
109compiler.warn.proc.type.already.exists                  # JavacFiler: just mentioned in TODO
110compiler.warn.unchecked.assign                          # DEAD, replaced by compiler.misc.unchecked.assign
111compiler.warn.unchecked.cast.to.type                    # DEAD, replaced by compiler.misc.unchecked.cast.to.type
112compiler.warn.unexpected.archive.file                   # Paths: zip file with unknown extn
113compiler.err.no.zipfs.for.archive                       # would need zip/jar file
114compiler.warn.unknown.enum.constant                     # in bad class file
115compiler.warn.unknown.enum.constant.reason              # in bad class file
116compiler.warn.override.equals.but.not.hashcode          # when a class overrides equals but not hashCode method from Object
117compiler.warn.file.from.future                          # warning for future modification times on files
118compiler.err.cant.inherit.from.anon                     # error for subclass of anonymous class
119compiler.misc.bad.class.file                            # class file is malformed
120compiler.misc.bad.const.pool.entry                      # constant pool entry has wrong type
121compiler.warn.access.to.member.from.serializable.lambda # in order to generate it we need to modify a restricted package
122compiler.warn.invalid.path                              # this warning is generated only in Windows systems
123compiler.note.multiple.elements                         # needs user code
124
125# The following module-related messages will have to stay on the not-yet list for various reasons:
126compiler.warn.locn.unknown.file.on.module.path                # Never issued ATM (short circuited with an if (false))
127compiler.err.no.output.dir                                    # -d is always specified by test infrastructure
128compiler.err.output.dir.must.be.specified.with.dash.m.option  # -d is always specified by test infrastructure
129compiler.warn.outdir.is.in.exploded.module                    # No control over -d specified by test infrastructure
130compiler.err.invalid.module.specifier                         # Not possible (?)
131compiler.err.locn.cant.get.module.name.for.jar                # bad binary ? Infer module name failure
132compiler.misc.anachronistic.module.info                       # requires binaries compiled with EA compilers.
133compiler.misc.bad.module-info.name                            # bad class file
134compiler.err.locn.bad.module-info                             # bad class file
135compiler.err.locn.cant.read.file                              # bad class file
136compiler.misc.module.info.invalid.super.class                 # bad class file
137compiler.err.locn.cant.read.directory                         # file system issue
138compiler.err.locn.invalid.arg.for.xpatch                      # command line option error
139compiler.misc.unnamed.module                                  # fragment uninteresting in and of itself
140compiler.misc.kindname.module                                 # fragment uninteresting in and of itself
141compiler.misc.locn.module_path                                # fragment uninteresting in and of itself
142compiler.misc.locn.module_source_path                         # fragment uninteresting in and of itself
143compiler.misc.locn.system_modules                             # fragment uninteresting in and of itself
144compiler.misc.locn.upgrade_module_path                        # fragment uninteresting in and of itself
145
146# The following are new module-related messages, that need new  examples to be created
147compiler.err.duplicate.module.on.path
148compiler.err.locn.module-info.not.allowed.on.patch.path
149compiler.misc.cant.resolve.modules
150compiler.misc.file.does.not.contain.module
151