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

Thu, 05 Sep 2019 18:58:59 +0800

author
aoqi
date
Thu, 05 Sep 2019 18:58:59 +0800
changeset 3826
3fdfb200c295
parent 2525
2eb010b6cb22
parent 3814
12045c5cae33
permissions
-rw-r--r--

Merge

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

mercurial