test/tools/javac/diags/examples.not-yet.txt

changeset 0
959103a6100f
child 2525
2eb010b6cb22
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/test/tools/javac/diags/examples.not-yet.txt	Wed Apr 27 01:34:52 2016 +0800
     1.3 @@ -0,0 +1,114 @@
     1.4 +compiler.err.already.annotated                          # internal compiler error?
     1.5 +compiler.err.already.defined.this.unit                  # seems to be masked by compiler.err.duplicate.class
     1.6 +compiler.err.annotation.value.not.allowable.type        # cannot happen: precluded by complete type-specific tests
     1.7 +compiler.err.bad.functional.intf.anno                   # seems to be masked by compiler.err.annotation.type.not.applicable
     1.8 +compiler.err.cant.read.file                             # (apt.JavaCompiler?)
     1.9 +compiler.err.cant.select.static.class.from.param.type
    1.10 +compiler.err.dc.unterminated.string                     # cannot happen
    1.11 +compiler.err.illegal.char.for.encoding
    1.12 +compiler.err.invalid.repeatable.annotation              # should not happen
    1.13 +compiler.err.invalid.repeatable.annotation.invalid.value # "can't" happen
    1.14 +compiler.err.invalid.repeatable.annotation.multiple.values # can't happen
    1.15 +compiler.err.io.exception                               # (javah.JavahTask?)
    1.16 +compiler.err.limit.code                                 # Code
    1.17 +compiler.err.limit.code.too.large.for.try.stmt          # Gen
    1.18 +compiler.err.limit.dimensions                           # Gen
    1.19 +compiler.err.limit.locals                               # Code
    1.20 +compiler.err.limit.parameters                           # Gen
    1.21 +compiler.err.limit.pool                                 # Gen,JavaCompiler
    1.22 +compiler.err.limit.pool.in.class                        # UNUSED?
    1.23 +compiler.err.limit.stack                                # Code
    1.24 +compiler.err.limit.string                               # Gen
    1.25 +compiler.err.limit.string.overflow                      # JavaCompiler
    1.26 +compiler.err.name.reserved.for.internal.use             # UNUSED
    1.27 +compiler.err.no.annotation.member
    1.28 +compiler.err.no.encl.instance.of.type.in.scope          # cannot occur; always followed by assert false;
    1.29 +compiler.err.no.match.entry                             # UNUSED?
    1.30 +compiler.err.not.annotation.type                        # cannot occur given preceding checkType
    1.31 +compiler.err.proc.bad.config.file                       # JavacProcessingEnvironment
    1.32 +compiler.err.proc.cant.access                           # completion failure
    1.33 +compiler.err.proc.cant.access.1                         # completion failure, no stack trace
    1.34 +compiler.err.proc.cant.create.loader                    # security exception from service loader
    1.35 +compiler.err.proc.no.service                            # JavacProcessingEnvironment: no service loader available
    1.36 +compiler.err.proc.processor.bad.option.name             # cannot happen? masked by javac.err.invalid.A.key
    1.37 +compiler.err.proc.service.problem                       # JavacProcessingEnvironment: catch Throwable from service loader
    1.38 +compiler.err.signature.doesnt.match.intf                # UNUSED
    1.39 +compiler.err.signature.doesnt.match.supertype           # UNUSED
    1.40 +compiler.err.source.cant.overwrite.input.file
    1.41 +compiler.err.stack.sim.error
    1.42 +compiler.err.type.var.more.than.once                    # UNUSED
    1.43 +compiler.err.type.var.more.than.once.in.result          # UNUSED
    1.44 +compiler.err.unexpected.type
    1.45 +compiler.err.unsupported.cross.fp.lit                   # Scanner: host system dependent
    1.46 +compiler.misc.bad.class.signature                       # bad class file
    1.47 +compiler.misc.bad.const.pool.tag                        # bad class file
    1.48 +compiler.misc.bad.const.pool.tag.at                     # bad class file
    1.49 +compiler.misc.bad.enclosing.class                       # bad class file
    1.50 +compiler.misc.bad.enclosing.method                      # bad class file
    1.51 +compiler.misc.bad.runtime.invisible.param.annotations   # bad class file
    1.52 +compiler.misc.bad.signature                             # bad class file
    1.53 +compiler.misc.bad.type.annotation.value
    1.54 +compiler.misc.base.membership                           # UNUSED
    1.55 +compiler.misc.ccf.found.later.version
    1.56 +compiler.misc.ccf.unrecognized.attribute
    1.57 +compiler.misc.class.file.not.found                      # ClassReader
    1.58 +compiler.misc.class.file.wrong.class
    1.59 +compiler.misc.fatal.err.cant.locate.ctor                # Resolve, from Lower
    1.60 +compiler.misc.fatal.err.cant.locate.field               # Resolve, from Lower
    1.61 +compiler.misc.fatal.err.cant.locate.meth                # Resolve, from Lower
    1.62 +compiler.misc.fatal.err.cant.close	                # JavaCompiler
    1.63 +compiler.misc.file.does.not.contain.package
    1.64 +compiler.misc.illegal.start.of.class.file
    1.65 +compiler.misc.inferred.do.not.conform.to.lower.bounds   # cannot happen?
    1.66 +compiler.misc.kindname.annotation
    1.67 +compiler.misc.kindname.enum
    1.68 +compiler.misc.kindname.package
    1.69 +compiler.misc.kindname.static
    1.70 +compiler.misc.kindname.type.variable
    1.71 +compiler.misc.kindname.type.variable.bound
    1.72 +compiler.misc.kindname.value
    1.73 +compiler.misc.incompatible.eq.lower.bounds              # cannot happen?
    1.74 +compiler.misc.no.unique.minimal.instance.exists
    1.75 +compiler.misc.no.unique.maximal.instance.exists         # cannot happen?
    1.76 +compiler.misc.resume.abort                              # prompt for a response
    1.77 +compiler.misc.source.unavailable                        # DiagnosticSource
    1.78 +compiler.misc.token.bad-symbol
    1.79 +compiler.misc.token.character
    1.80 +compiler.misc.token.double
    1.81 +compiler.misc.token.end-of-input
    1.82 +compiler.misc.token.float
    1.83 +compiler.misc.token.integer
    1.84 +compiler.misc.token.long-integer
    1.85 +compiler.misc.token.string
    1.86 +compiler.misc.type.captureof
    1.87 +compiler.misc.type.captureof.1
    1.88 +compiler.misc.type.none
    1.89 +compiler.misc.type.req.exact
    1.90 +compiler.misc.unable.to.access.file                     # ClassFile
    1.91 +compiler.misc.undecl.type.var                           # ClassReader
    1.92 +compiler.misc.unicode.str.not.supported                 # ClassReader
    1.93 +compiler.misc.verbose.retro                             # UNUSED
    1.94 +compiler.misc.verbose.retro.with                        # UNUSED
    1.95 +compiler.misc.verbose.retro.with.list                   # UNUSED
    1.96 +compiler.misc.version.not.available                     # JavaCompiler; implies build error
    1.97 +compiler.misc.where.description.captured
    1.98 +compiler.misc.where.description.intersection.1
    1.99 +compiler.misc.where.typevar.1
   1.100 +compiler.misc.wrong.version                             # ClassReader
   1.101 +compiler.warn.annotation.method.not.found               # ClassReader
   1.102 +compiler.warn.annotation.method.not.found.reason        # ClassReader
   1.103 +compiler.warn.big.major.version                         # ClassReader
   1.104 +compiler.warn.future.attr                               # ClassReader
   1.105 +compiler.warn.illegal.char.for.encoding
   1.106 +compiler.warn.invalid.archive.file
   1.107 +compiler.warn.override.bridge
   1.108 +compiler.warn.position.overflow                         # CRTable: caused by files with long lines >= 1024 chars
   1.109 +compiler.warn.proc.type.already.exists                  # JavacFiler: just mentioned in TODO
   1.110 +compiler.warn.unchecked.assign                          # DEAD, replaced by compiler.misc.unchecked.assign
   1.111 +compiler.warn.unchecked.cast.to.type                    # DEAD, replaced by compiler.misc.unchecked.cast.to.type
   1.112 +compiler.warn.unexpected.archive.file                   # Paths: zip file with unknown extn
   1.113 +compiler.warn.unknown.enum.constant                     # in bad class file
   1.114 +compiler.warn.unknown.enum.constant.reason              # in bad class file
   1.115 +compiler.warn.override.equals.but.not.hashcode          # when a class overrides equals but not hashCode method from Object
   1.116 +compiler.err.cant.inherit.from.anon                     # error for subclass of anonymous class
   1.117 +compiler.misc.bad.const.pool.entry                      # constant pool entry has wrong type

mercurial