examples.not-yet.txt revision 3711:3fc90eaaf922
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.module.name.mismatch
70compiler.misc.no.unique.minimal.instance.exists
71compiler.misc.no.unique.maximal.instance.exists         # cannot happen?
72compiler.misc.resume.abort                              # prompt for a response
73compiler.misc.source.unavailable                        # DiagnosticSource
74compiler.misc.token.bad-symbol
75compiler.misc.token.character
76compiler.misc.token.double
77compiler.misc.token.end-of-input
78compiler.misc.token.float
79compiler.misc.token.integer
80compiler.misc.token.long-integer
81compiler.misc.token.string
82compiler.misc.type.captureof
83compiler.misc.type.captureof.1
84compiler.misc.type.none
85compiler.misc.type.req.exact
86compiler.misc.unable.to.access.file                     # ClassFile
87compiler.misc.undecl.type.var                           # ClassReader
88compiler.misc.unicode.str.not.supported                 # ClassReader
89compiler.misc.malformed.vararg.method                   # ClassReader
90compiler.misc.version.not.available                     # JavaCompiler; implies build error
91compiler.misc.where.description.captured
92compiler.misc.where.typevar.1
93compiler.misc.wrong.version                             # ClassReader
94compiler.warn.annotation.method.not.found               # ClassReader
95compiler.warn.annotation.method.not.found.reason        # ClassReader
96compiler.warn.big.major.version                         # ClassReader
97compiler.warn.future.attr                               # ClassReader
98compiler.warn.illegal.char.for.encoding
99compiler.warn.invalid.archive.file
100compiler.warn.override.bridge
101compiler.warn.position.overflow                         # CRTable: caused by files with long lines >= 1024 chars
102compiler.warn.proc.type.already.exists                  # JavacFiler: just mentioned in TODO
103compiler.warn.unchecked.assign                          # DEAD, replaced by compiler.misc.unchecked.assign
104compiler.warn.unchecked.cast.to.type                    # DEAD, replaced by compiler.misc.unchecked.cast.to.type
105compiler.warn.unexpected.archive.file                   # Paths: zip file with unknown extn
106compiler.err.no.zipfs.for.archive                       # would need zip/jar file
107compiler.warn.unknown.enum.constant                     # in bad class file
108compiler.warn.unknown.enum.constant.reason              # in bad class file
109compiler.warn.override.equals.but.not.hashcode          # when a class overrides equals but not hashCode method from Object
110compiler.warn.file.from.future                          # warning for future modification times on files
111compiler.err.cant.inherit.from.anon                     # error for subclass of anonymous class
112compiler.misc.bad.class.file                            # class file is malformed
113compiler.misc.bad.const.pool.entry                      # constant pool entry has wrong type
114compiler.warn.access.to.member.from.serializable.lambda # in order to generate it we need to modify a restricted package
115
116# The following module-related messages will have to stay on the not-yet list for various reasons:
117compiler.warn.locn.unknown.file.on.module.path                # Never issued ATM (short circuited with an if (false))
118compiler.err.no.output.dir                                    # -d is always specified by test infrastructure
119compiler.err.output.dir.must.be.specified.with.dash.m.option  # -d is always specified by test infrastructure
120compiler.warn.outdir.is.in.exploded.module                    # No control over -d specified by test infrastructure
121compiler.err.invalid.module.specifier                         # Not possible (?)
122compiler.err.locn.cant.get.module.name.for.jar                # bad binary ? Infer module name failure
123compiler.misc.anachronistic.module.info                       # requires binaries compiled with EA compilers.
124compiler.misc.bad.module-info.name                            # bad class file
125compiler.err.locn.bad.module-info                             # bad class file
126compiler.err.locn.cant.read.file                              # bad class file
127compiler.misc.module.info.invalid.super.class                 # bad class file
128compiler.err.locn.cant.read.directory                         # file system issue
129compiler.err.locn.invalid.arg.for.xpatch                      # command line option error
130compiler.misc.unnamed.module                                  # fragment uninteresting in and of itself
131compiler.misc.kindname.module                                 # fragment uninteresting in and of itself
132compiler.misc.locn.module_path                                # fragment uninteresting in and of itself
133compiler.misc.locn.module_source_path                         # fragment uninteresting in and of itself
134compiler.misc.locn.system_modules                             # fragment uninteresting in and of itself
135compiler.misc.locn.upgrade_module_path                        # fragment uninteresting in and of itself
136
137# The following are new module-related messages, that need new  examples to be created
138compiler.err.duplicate.module.on.path
139compiler.err.locn.module-info.not.allowed.on.patch.path
140compiler.misc.cant.resolve.modules
141compiler.misc.file.does.not.contain.module
142