< prev index next >

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

Print this page
rev 3947 : imported patch xmodule-to-patch-module
   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.module.non.zero.opens                      # bad class file
  24 compiler.err.name.reserved.for.internal.use             # UNUSED
  25 compiler.err.no.annotation.member
  26 compiler.err.no.encl.instance.of.type.in.scope          # cannot occur; always followed by assert false;
  27 compiler.err.no.match.entry                             # UNUSED?


   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.file.patched.and.msp                       # needs the same dir on --module-source-path and --patch-module
   9 compiler.err.illegal.char.for.encoding
  10 compiler.err.invalid.repeatable.annotation              # should not happen
  11 compiler.err.invalid.repeatable.annotation.invalid.value # "can't" happen
  12 compiler.err.invalid.repeatable.annotation.multiple.values # can't happen
  13 compiler.err.io.exception                               # (javah.JavahTask?)
  14 compiler.err.limit.code                                 # Code
  15 compiler.err.limit.code.too.large.for.try.stmt          # Gen
  16 compiler.err.limit.dimensions                           # Gen
  17 compiler.err.limit.locals                               # Code
  18 compiler.err.limit.parameters                           # Gen
  19 compiler.err.limit.pool                                 # Gen,JavaCompiler
  20 compiler.err.limit.pool.in.class                        # UNUSED?
  21 compiler.err.limit.stack                                # Code
  22 compiler.err.limit.string                               # Gen
  23 compiler.err.limit.string.overflow                      # JavaCompiler
  24 compiler.err.module.non.zero.opens                      # bad class file
  25 compiler.err.name.reserved.for.internal.use             # UNUSED
  26 compiler.err.no.annotation.member
  27 compiler.err.no.encl.instance.of.type.in.scope          # cannot occur; always followed by assert false;
  28 compiler.err.no.match.entry                             # UNUSED?


< prev index next >