1 compiler.err.already.annotated                          # internal compiler error?
   2 compiler.err.already.defined.this.unit                  # seems to be masked by compiler.err.duplicate.class
   3 compiler.err.annotation.value.not.allowable.type        # cannot happen: precluded by complete type-specific tests
   4 compiler.err.bad.functional.intf.anno                   # seems to be masked by compiler.err.annotation.type.not.applicable
   5 compiler.err.cant.read.file                             # (apt.JavaCompiler?)
   6 compiler.err.cant.select.static.class.from.param.type
   7 compiler.err.dc.unterminated.string                     # cannot happen
   8 compiler.err.illegal.char.for.encoding
   9 compiler.err.invalid.repeatable.annotation              # should not happen
  10 compiler.err.invalid.repeatable.annotation.invalid.value # "can't" happen
  11 compiler.err.invalid.repeatable.annotation.multiple.values # can't happen
  12 compiler.err.io.exception                               # (javah.JavahTask?)
  13 compiler.err.limit.code                                 # Code
  14 compiler.err.limit.code.too.large.for.try.stmt          # Gen
  15 compiler.err.limit.dimensions                           # Gen
  16 compiler.err.limit.locals                               # Code
  17 compiler.err.limit.parameters                           # Gen
  18 compiler.err.limit.pool                                 # Gen,JavaCompiler
  19 compiler.err.limit.pool.in.class                        # UNUSED?
  20 compiler.err.limit.stack                                # Code
  21 compiler.err.limit.string                               # Gen
  22 compiler.err.limit.string.overflow                      # JavaCompiler
  23 compiler.err.name.reserved.for.internal.use             # UNUSED
  24 compiler.err.no.annotation.member
  25 compiler.err.no.encl.instance.of.type.in.scope          # cannot occur; always followed by assert false;
  26 compiler.err.no.match.entry                             # UNUSED?
  27 compiler.err.not.annotation.type                        # cannot occur given preceding checkType
  28 compiler.err.proc.bad.config.file                       # JavacProcessingEnvironment
  29 compiler.err.proc.cant.access                           # completion failure
  30 compiler.err.proc.cant.access.1                         # completion failure, no stack trace
  31 compiler.err.proc.cant.create.loader                    # security exception from service loader
  32 compiler.err.proc.no.service                            # JavacProcessingEnvironment: no service loader available
  33 compiler.err.proc.processor.bad.option.name             # cannot happen? masked by javac.err.invalid.A.key
  34 compiler.err.proc.service.problem                       # JavacProcessingEnvironment: catch Throwable from service loader
  35 compiler.err.signature.doesnt.match.intf                # UNUSED
  36 compiler.err.signature.doesnt.match.supertype           # UNUSED
  37 compiler.err.source.cant.overwrite.input.file
  38 compiler.err.stack.sim.error
  39 compiler.err.type.var.more.than.once                    # UNUSED
  40 compiler.err.type.var.more.than.once.in.result          # UNUSED
  41 compiler.err.unexpected.type
  42 compiler.err.unsupported.cross.fp.lit                   # Scanner: host system dependent
  43 compiler.misc.bad.class.signature                       # bad class file
  44 compiler.misc.bad.const.pool.tag                        # bad class file
  45 compiler.misc.bad.const.pool.tag.at                     # bad class file
  46 compiler.misc.bad.enclosing.class                       # bad class file
  47 compiler.misc.bad.enclosing.method                      # bad class file
  48 compiler.misc.bad.runtime.invisible.param.annotations   # bad class file
  49 compiler.misc.bad.signature                             # bad class file
  50 compiler.misc.bad.type.annotation.value
  51 compiler.misc.base.membership                           # UNUSED
  52 compiler.misc.ccf.found.later.version
  53 compiler.misc.ccf.unrecognized.attribute
  54 compiler.misc.class.file.not.found                      # ClassReader
  55 compiler.misc.class.file.wrong.class
  56 compiler.misc.fatal.err.cant.locate.ctor                # Resolve, from Lower
  57 compiler.misc.fatal.err.cant.locate.field               # Resolve, from Lower
  58 compiler.misc.fatal.err.cant.locate.meth                # Resolve, from Lower
  59 compiler.misc.fatal.err.cant.close                      # JavaCompiler
  60 compiler.misc.file.does.not.contain.package
  61 compiler.misc.illegal.start.of.class.file
  62 compiler.misc.inferred.do.not.conform.to.lower.bounds   # cannot happen?
  63 compiler.misc.kindname.annotation
  64 compiler.misc.kindname.enum
  65 compiler.misc.kindname.package
  66 compiler.misc.kindname.static
  67 compiler.misc.kindname.type.variable
  68 compiler.misc.kindname.type.variable.bound
  69 compiler.misc.kindname.value
  70 compiler.misc.incompatible.eq.lower.bounds              # cannot happen?
  71 compiler.misc.no.unique.minimal.instance.exists
  72 compiler.misc.no.unique.maximal.instance.exists         # cannot happen?
  73 compiler.misc.resume.abort                              # prompt for a response
  74 compiler.misc.source.unavailable                        # DiagnosticSource
  75 compiler.misc.token.bad-symbol
  76 compiler.misc.token.character
  77 compiler.misc.token.double
  78 compiler.misc.token.end-of-input
  79 compiler.misc.token.float
  80 compiler.misc.token.integer
  81 compiler.misc.token.long-integer
  82 compiler.misc.token.string
  83 compiler.misc.type.captureof
  84 compiler.misc.type.captureof.1
  85 compiler.misc.type.none
  86 compiler.misc.type.req.exact
  87 compiler.misc.unable.to.access.file                     # ClassFile
  88 compiler.misc.undecl.type.var                           # ClassReader
  89 compiler.misc.unicode.str.not.supported                 # ClassReader
  90 compiler.misc.verbose.retro                             # UNUSED
  91 compiler.misc.verbose.retro.with                        # UNUSED
  92 compiler.misc.verbose.retro.with.list                   # UNUSED
  93 compiler.misc.version.not.available                     # JavaCompiler; implies build error
  94 compiler.misc.where.description.captured
  95 compiler.misc.where.description.intersection.1
  96 compiler.misc.where.typevar.1
  97 compiler.misc.wrong.version                             # ClassReader
  98 compiler.warn.annotation.method.not.found               # ClassReader
  99 compiler.warn.annotation.method.not.found.reason        # ClassReader
 100 compiler.warn.big.major.version                         # ClassReader
 101 compiler.warn.future.attr                               # ClassReader
 102 compiler.warn.illegal.char.for.encoding
 103 compiler.warn.invalid.archive.file
 104 compiler.warn.override.bridge
 105 compiler.warn.position.overflow                         # CRTable: caused by files with long lines >= 1024 chars
 106 compiler.warn.proc.type.already.exists                  # JavacFiler: just mentioned in TODO
 107 compiler.warn.unchecked.assign                          # DEAD, replaced by compiler.misc.unchecked.assign
 108 compiler.warn.unchecked.cast.to.type                    # DEAD, replaced by compiler.misc.unchecked.cast.to.type
 109 compiler.warn.unexpected.archive.file                   # Paths: zip file with unknown extn
 110 compiler.warn.unknown.enum.constant                     # in bad class file
 111 compiler.warn.unknown.enum.constant.reason              # in bad class file
 112 compiler.warn.override.equals.but.not.hashcode          # when a class overrides equals but not hashCode method from Object
 113 compiler.err.cant.inherit.from.anon                     # error for subclass of anonymous class
 114 compiler.misc.bad.const.pool.entry                      # constant pool entry has wrong type