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

changeset 1409
33abf479f202
parent 1352
d4b3cb1ece84
child 1492
df694c775e8a
equal deleted inserted replaced
1408:b486794d160d 1409:33abf479f202
1 compiler.err.already.annotated # internal compiler error? 1 compiler.err.already.annotated # internal compiler error?
2 compiler.err.already.defined.this.unit # seems to be masked by compiler.err.duplicate.class 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 3 compiler.err.annotation.value.not.allowable.type # cannot happen: precluded by complete type-specific tests
4 compiler.err.cant.read.file # (apt.JavaCompiler?) 4 compiler.err.cant.read.file # (apt.JavaCompiler?)
5 compiler.err.cant.select.static.class.from.param.type 5 compiler.err.cant.select.static.class.from.param.type
6 compiler.err.dc.unterminated.string # cannot happen
6 compiler.err.illegal.char.for.encoding 7 compiler.err.illegal.char.for.encoding
7 compiler.err.invalid.containedby.annotation # should not happen 8 compiler.err.invalid.containedby.annotation # should not happen
8 compiler.err.invalid.containedby.annotation.invalid.value # "can't" happen 9 compiler.err.invalid.containedby.annotation.invalid.value # "can't" happen
9 compiler.err.invalid.containedby.annotation.multiple.values # can't happen 10 compiler.err.invalid.containedby.annotation.multiple.values # can't happen
10 compiler.err.io.exception # (javah.JavahTask?) 11 compiler.err.io.exception # (javah.JavahTask?)
103 compiler.warn.unchecked.assign # DEAD, replaced by compiler.misc.unchecked.assign 104 compiler.warn.unchecked.assign # DEAD, replaced by compiler.misc.unchecked.assign
104 compiler.warn.unchecked.cast.to.type # DEAD, replaced by compiler.misc.unchecked.cast.to.type 105 compiler.warn.unchecked.cast.to.type # DEAD, replaced by compiler.misc.unchecked.cast.to.type
105 compiler.warn.unexpected.archive.file # Paths: zip file with unknown extn 106 compiler.warn.unexpected.archive.file # Paths: zip file with unknown extn
106 compiler.warn.unknown.enum.constant # in bad class file 107 compiler.warn.unknown.enum.constant # in bad class file
107 compiler.warn.unknown.enum.constant.reason # in bad class file 108 compiler.warn.unknown.enum.constant.reason # in bad class file
109

mercurial