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

Fri, 14 Jan 2011 09:46:44 +0000

author
mcimadamore
date
Fri, 14 Jan 2011 09:46:44 +0000
changeset 822
712be35e40b5
parent 815
d17f37522154
child 829
ce6175cfe11e
permissions
-rw-r--r--

6949040: java.dyn package must be compiled with -target 7 or better
Summary: issue error (rather than warning) when @PolymorphicSignature is found and target < 7
Reviewed-by: jjg

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

mercurial