langtools/test/tools/javac/multicatch/7030606/T7030606.out
author mcimadamore
Tue, 29 Mar 2011 16:40:31 +0100
changeset 9074 76b505d19026
permissions -rw-r--r--
7030606: Project-coin: multi-catch types should be pairwise disjoint Summary: Bring javac in sync with latest Project Coin EDR Reviewed-by: jjg
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9074
76b505d19026 7030606: Project-coin: multi-catch types should be pairwise disjoint
mcimadamore
parents:
diff changeset
     1
T7030606.java:20:18: compiler.err.cant.resolve.location: kindname.class, NonExistentType, , , (compiler.misc.location: kindname.class, T7030606, null)
76b505d19026 7030606: Project-coin: multi-catch types should be pairwise disjoint
mcimadamore
parents:
diff changeset
     2
T7030606.java:20:41: compiler.err.multicatch.types.must.be.disjoint: T7030606.E2, T7030606.E1
76b505d19026 7030606: Project-coin: multi-catch types should be pairwise disjoint
mcimadamore
parents:
diff changeset
     3
T7030606.java:27:18: compiler.err.cant.resolve.location: kindname.class, NonExistentType, , , (compiler.misc.location: kindname.class, T7030606, null)
76b505d19026 7030606: Project-coin: multi-catch types should be pairwise disjoint
mcimadamore
parents:
diff changeset
     4
T7030606.java:27:41: compiler.err.multicatch.types.must.be.disjoint: T7030606.E2, T7030606.E1
76b505d19026 7030606: Project-coin: multi-catch types should be pairwise disjoint
mcimadamore
parents:
diff changeset
     5
T7030606.java:34:23: compiler.err.cant.resolve.location: kindname.class, NonExistentType, , , (compiler.misc.location: kindname.class, T7030606, null)
76b505d19026 7030606: Project-coin: multi-catch types should be pairwise disjoint
mcimadamore
parents:
diff changeset
     6
T7030606.java:34:41: compiler.err.multicatch.types.must.be.disjoint: T7030606.E2, T7030606.E1
76b505d19026 7030606: Project-coin: multi-catch types should be pairwise disjoint
mcimadamore
parents:
diff changeset
     7
T7030606.java:41:23: compiler.err.cant.resolve.location: kindname.class, NonExistentType, , , (compiler.misc.location: kindname.class, T7030606, null)
76b505d19026 7030606: Project-coin: multi-catch types should be pairwise disjoint
mcimadamore
parents:
diff changeset
     8
T7030606.java:41:41: compiler.err.multicatch.types.must.be.disjoint: T7030606.E2, T7030606.E1
76b505d19026 7030606: Project-coin: multi-catch types should be pairwise disjoint
mcimadamore
parents:
diff changeset
     9
T7030606.java:48:23: compiler.err.multicatch.types.must.be.disjoint: T7030606.E2, T7030606.E1
76b505d19026 7030606: Project-coin: multi-catch types should be pairwise disjoint
mcimadamore
parents:
diff changeset
    10
T7030606.java:48:28: compiler.err.cant.resolve.location: kindname.class, NonExistentType, , , (compiler.misc.location: kindname.class, T7030606, null)
76b505d19026 7030606: Project-coin: multi-catch types should be pairwise disjoint
mcimadamore
parents:
diff changeset
    11
T7030606.java:55:23: compiler.err.multicatch.types.must.be.disjoint: T7030606.E2, T7030606.E1
76b505d19026 7030606: Project-coin: multi-catch types should be pairwise disjoint
mcimadamore
parents:
diff changeset
    12
T7030606.java:55:28: compiler.err.cant.resolve.location: kindname.class, NonExistentType, , , (compiler.misc.location: kindname.class, T7030606, null)
76b505d19026 7030606: Project-coin: multi-catch types should be pairwise disjoint
mcimadamore
parents:
diff changeset
    13
12 errors