< prev index next >

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

Print this page


   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.bad.functional.intf.anno                   # seems to be masked by compiler.err.annotation.type.not.applicable
   4 compiler.err.annotation.value.not.allowable.type        # should be detected in advance by the annotation value visitor
   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?
  29 compiler.err.not.annotation.type                        # cannot occur given preceding checkType
  30 compiler.err.not.def.access.package.cant.access
  31 compiler.err.proc.bad.config.file                       # JavacProcessingEnvironment
  32 compiler.err.proc.cant.access                           # completion failure
  33 compiler.err.proc.cant.access.1                         # completion failure, no stack trace


   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.bad.functional.intf.anno                   # seems to be masked by compiler.err.annotation.type.not.applicable
   4 compiler.err.annotation.value.not.allowable.type        # should be detected in advance by the annotation value visitor
   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.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?
  28 compiler.err.not.annotation.type                        # cannot occur given preceding checkType
  29 compiler.err.not.def.access.package.cant.access
  30 compiler.err.proc.bad.config.file                       # JavacProcessingEnvironment
  31 compiler.err.proc.cant.access                           # completion failure
  32 compiler.err.proc.cant.access.1                         # completion failure, no stack trace


< prev index next >