examples.not-yet.txt revision 634:dc550520ed6f
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.assignment.from.super-bound                # DEAD
5compiler.err.assignment.to.extends-bound                # DEAD
6compiler.err.cant.apply.symbol.1
7compiler.err.cant.read.file                             # (apt.JavaCompiler?)
8compiler.err.cant.select.static.class.from.param.type
9compiler.err.illegal.char.for.encoding
10compiler.err.internal.error.cant.instantiate            # Attr: should not happen
11compiler.err.io.exception                               # (javah.JavahTask?)
12compiler.err.limit.code                                 # Code
13compiler.err.limit.code.too.large.for.try.stmt          # Gen
14compiler.err.limit.dimensions                           # Gen
15compiler.err.limit.locals                               # Code
16compiler.err.limit.parameters                           # Gen
17compiler.err.limit.pool                                 # Gen,JavaCompiler
18compiler.err.limit.pool.in.class                        # UNUSED?
19compiler.err.limit.stack                                # Code
20compiler.err.limit.string                               # Gen
21compiler.err.limit.string.overflow                      # JavaCompiler
22compiler.err.name.reserved.for.internal.use             # UNUSED
23compiler.err.no.annotation.member
24compiler.err.no.encl.instance.of.type.in.scope          # cannot occur; always followed by assert false;
25compiler.err.no.match.entry                             # UNUSED?
26compiler.err.not.annotation.type                        # cannot occur given preceding checkType
27compiler.err.not.within.bounds.explain                  # UNUSED?
28compiler.err.prob.found.req.1                           # Check: DEAD, in unused method
29compiler.err.proc.bad.config.file                       # JavacProcessingEnvironment
30compiler.err.proc.cant.access                           # completion failure
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.processor.constructor.error
35compiler.err.proc.service.problem                       # JavacProcessingEnvironment: catch Throwable from service loader
36compiler.err.signature.doesnt.match.intf                # UNUSED
37compiler.err.signature.doesnt.match.supertype           # UNUSED
38compiler.err.source.cant.overwrite.input.file
39compiler.err.stack.sim.error
40compiler.err.type.var.more.than.once                    # UNUSED
41compiler.err.type.var.more.than.once.in.result          # UNUSED
42compiler.err.undetermined.type
43compiler.err.unexpected.type
44compiler.err.unknown.enum.constant                      # in bad class file
45compiler.err.unsupported.cross.fp.lit                   # Scanner: host system dependent
46compiler.misc.arg.length.mismatch
47compiler.misc.assignment.from.super-bound
48compiler.misc.assignment.to.extends-bound
49compiler.misc.bad.class.file.header                     # bad class file
50compiler.misc.bad.class.signature                       # bad class file
51compiler.misc.bad.const.pool.tag                        # bad class file
52compiler.misc.bad.const.pool.tag.at                     # bad class file
53compiler.misc.bad.enclosing.method                      # bad class file
54compiler.misc.bad.runtime.invisible.param.annotations   # bad class file
55compiler.misc.bad.signature                             # bad class file
56compiler.misc.bad.type.annotation.value
57compiler.misc.base.membership                           # UNUSED
58compiler.misc.ccf.found.later.version
59compiler.misc.ccf.unrecognized.attribute
60compiler.misc.class.file.not.found                      # ClassReader
61compiler.misc.class.file.wrong.class
62compiler.misc.fatal.err.cant.locate.ctor                # Resolve, from Lower
63compiler.misc.fatal.err.cant.locate.field               # Resolve, from Lower
64compiler.misc.fatal.err.cant.locate.meth                # Resolve, from Lower
65compiler.misc.file.does.not.contain.package
66compiler.misc.illegal.start.of.class.file
67compiler.misc.inferred.do.not.conform.to.params         # UNUSED (hard to see if very complex inference scenario might require this though, so leaving it in, as per JLS3)
68compiler.misc.kindname.annotation
69compiler.misc.kindname.enum
70compiler.misc.kindname.package
71compiler.misc.kindname.static
72compiler.misc.kindname.type.variable
73compiler.misc.kindname.type.variable.bound
74compiler.misc.kindname.value
75compiler.misc.no.conforming.assignment.exists
76compiler.misc.non.denotable.type
77compiler.misc.no.unique.minimal.instance.exists
78compiler.misc.resume.abort                              # prompt for a response
79compiler.misc.source.unavailable                        # DiagnosticSource
80compiler.misc.token.bad-symbol
81compiler.misc.token.character
82compiler.misc.token.double
83compiler.misc.token.end-of-input
84compiler.misc.token.float
85compiler.misc.token.integer
86compiler.misc.token.long-integer
87compiler.misc.token.string
88compiler.misc.type.captureof
89compiler.misc.type.captureof.1
90compiler.misc.type.none
91compiler.misc.type.req.exact
92compiler.misc.type.variable.has.undetermined.type
93compiler.misc.unable.to.access.file                     # ClassFile
94compiler.misc.undecl.type.var                           # ClassReader
95compiler.misc.undetermined.type
96compiler.misc.unicode.str.not.supported                 # ClassReader
97compiler.misc.verbose.retro                             # UNUSED
98compiler.misc.verbose.retro.with                        # UNUSED
99compiler.misc.verbose.retro.with.list                   # UNUSED
100compiler.misc.version.not.available                     # JavaCompiler; implies build error
101compiler.misc.where.description.captured
102compiler.misc.where.description.intersection.1
103compiler.misc.where.typevar.1
104compiler.misc.wrong.version                             # ClassReader
105compiler.warn.annotation.method.not.found               # ClassReader
106compiler.warn.annotation.method.not.found.reason        # ClassReader
107compiler.warn.big.major.version                         # ClassReader
108compiler.warn.illegal.char.for.encoding
109compiler.warn.invalid.archive.file
110compiler.warn.override.bridge
111compiler.warn.position.overflow                         # CRTable: caused by files with long lines >= 1024 chars
112compiler.warn.proc.type.already.exists                  # JavacFiler: just mentioned in TODO
113compiler.warn.unchecked.assign                          # DEAD, replaced by compiler.misc.unchecked.assign
114compiler.warn.unchecked.cast.to.type                    # DEAD, replaced by compiler.misc.unchecked.cast.to.type
115compiler.warn.unexpected.archive.file                   # Paths: zip file with unknown extn
116