author | mcimadamore |
Thu, 02 Aug 2012 18:22:41 +0100 | |
changeset 13438 | 83729994273a |
parent 12334 | 29e1bfdcba4e |
child 14062 | b7439971a094 |
permissions | -rw-r--r-- |
4699
e58edf3542b3
6326754: Compiler will fail to handle -Xmaxerrs with -ve numbers
jjg
parents:
diff
changeset
|
1 |
T6326754.java:44:12: compiler.err.name.clash.same.erasure: TestConstructor(T), TestConstructor(K) |
e58edf3542b3
6326754: Compiler will fail to handle -Xmaxerrs with -ve numbers
jjg
parents:
diff
changeset
|
2 |
T6326754.java:52:17: compiler.err.name.clash.same.erasure: setT(K), setT(T) |
13438
83729994273a
7175911: Simplify error reporting API in Check.CheckContext interface
mcimadamore
parents:
12334
diff
changeset
|
3 |
T6326754.java:64:18: compiler.err.prob.found.req: (compiler.misc.inconvertible.types: T, T) |
6710
b14e6fe7b290
5088624: cannot find symbol message should be more intelligent
mcimadamore
parents:
4699
diff
changeset
|
4 |
T6326754.java:70:11: compiler.err.cant.apply.symbol.1: kindname.method, setT, java.lang.Object, compiler.misc.no.args, kindname.class, TestC<T>, (compiler.misc.arg.length.mismatch) |
4699
e58edf3542b3
6326754: Compiler will fail to handle -Xmaxerrs with -ve numbers
jjg
parents:
diff
changeset
|
5 |
- compiler.note.unchecked.filename: T6326754.java |
e58edf3542b3
6326754: Compiler will fail to handle -Xmaxerrs with -ve numbers
jjg
parents:
diff
changeset
|
6 |
- compiler.note.unchecked.recompile |
e58edf3542b3
6326754: Compiler will fail to handle -Xmaxerrs with -ve numbers
jjg
parents:
diff
changeset
|
7 |
4 errors |