langtools/test/tools/javac/generics/7015430/T7015430.out
author mcimadamore
Tue, 12 Feb 2013 19:25:09 +0000
changeset 15717 ab55670d2e62
parent 14048 308d1cf8fe46
child 18381 56a7f54f4166
permissions -rw-r--r--
8007464: Add graph inference support Summary: Add support for more aggressive type-inference scheme Reviewed-by: jjg
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
15717
ab55670d2e62 8007464: Add graph inference support
mcimadamore
parents: 14048
diff changeset
     1
T7015430.java:41:15: compiler.warn.prob.found.req: (compiler.misc.unchecked.assign), java.lang.Iterable, java.lang.Iterable<java.lang.Exception>
8616
5a47f5535883 7015430: Incorrect thrown type determined for unchecked invocations
mcimadamore
parents:
diff changeset
     2
T7015430.java:41:14: compiler.warn.unchecked.meth.invocation.applied: kindname.method, empty, java.lang.Iterable<E>, java.lang.Iterable, kindname.class, T7015430
5a47f5535883 7015430: Incorrect thrown type determined for unchecked invocations
mcimadamore
parents:
diff changeset
     3
T7015430.java:50:42: compiler.warn.prob.found.req: (compiler.misc.unchecked.assign), java.lang.Iterable, java.lang.Iterable<java.lang.RuntimeException>
5a47f5535883 7015430: Incorrect thrown type determined for unchecked invocations
mcimadamore
parents:
diff changeset
     4
T7015430.java:50:41: compiler.warn.unchecked.meth.invocation.applied: kindname.method, empty, java.lang.Iterable<E>, java.lang.Iterable, kindname.class, T7015430
15717
ab55670d2e62 8007464: Add graph inference support
mcimadamore
parents: 14048
diff changeset
     5
T7015430.java:68:22: compiler.warn.prob.found.req: (compiler.misc.unchecked.assign), java.lang.Iterable, java.lang.Iterable<java.lang.Exception>
8616
5a47f5535883 7015430: Incorrect thrown type determined for unchecked invocations
mcimadamore
parents:
diff changeset
     6
T7015430.java:68:9: compiler.warn.unchecked.meth.invocation.applied: kindname.constructor, <init>, java.lang.Iterable<E>, java.lang.Iterable, kindname.class, T7015430
5a47f5535883 7015430: Incorrect thrown type determined for unchecked invocations
mcimadamore
parents:
diff changeset
     7
T7015430.java:77:40: compiler.warn.prob.found.req: (compiler.misc.unchecked.assign), java.lang.Iterable, java.lang.Iterable<java.lang.RuntimeException>
5a47f5535883 7015430: Incorrect thrown type determined for unchecked invocations
mcimadamore
parents:
diff changeset
     8
T7015430.java:77:9: compiler.warn.unchecked.meth.invocation.applied: kindname.constructor, <init>, java.lang.Iterable<E>, java.lang.Iterable, kindname.class, T7015430
5a47f5535883 7015430: Incorrect thrown type determined for unchecked invocations
mcimadamore
parents:
diff changeset
     9
T7015430.java:104:41: compiler.warn.prob.found.req: (compiler.misc.unchecked.assign), java.lang.Iterable, java.lang.Iterable<java.lang.RuntimeException>
5a47f5535883 7015430: Incorrect thrown type determined for unchecked invocations
mcimadamore
parents:
diff changeset
    10
T7015430.java:104:9: compiler.warn.unchecked.meth.invocation.applied: kindname.constructor, <init>, java.lang.Iterable<E>, java.lang.Iterable, kindname.class, T7015430
15717
ab55670d2e62 8007464: Add graph inference support
mcimadamore
parents: 14048
diff changeset
    11
T7015430.java:113:22: compiler.warn.prob.found.req: (compiler.misc.unchecked.assign), java.lang.Iterable, java.lang.Iterable<java.lang.Exception>
8616
5a47f5535883 7015430: Incorrect thrown type determined for unchecked invocations
mcimadamore
parents:
diff changeset
    12
T7015430.java:113:9: compiler.warn.unchecked.meth.invocation.applied: kindname.constructor, <init>, java.lang.Iterable<E>, java.lang.Iterable, kindname.class, T7015430
5a47f5535883 7015430: Incorrect thrown type determined for unchecked invocations
mcimadamore
parents:
diff changeset
    13
T7015430.java:41:14: compiler.err.unreported.exception.need.to.catch.or.throw: java.lang.Exception
5a47f5535883 7015430: Incorrect thrown type determined for unchecked invocations
mcimadamore
parents:
diff changeset
    14
T7015430.java:68:9: compiler.err.unreported.exception.need.to.catch.or.throw: java.lang.Exception
5a47f5535883 7015430: Incorrect thrown type determined for unchecked invocations
mcimadamore
parents:
diff changeset
    15
T7015430.java:95:15: compiler.err.unreported.exception.need.to.catch.or.throw: java.lang.Exception
5a47f5535883 7015430: Incorrect thrown type determined for unchecked invocations
mcimadamore
parents:
diff changeset
    16
T7015430.java:113:9: compiler.err.unreported.exception.need.to.catch.or.throw: java.lang.Exception
5a47f5535883 7015430: Incorrect thrown type determined for unchecked invocations
mcimadamore
parents:
diff changeset
    17
T7015430.java:129:9: compiler.err.unreported.exception.need.to.catch.or.throw: java.lang.Exception
5a47f5535883 7015430: Incorrect thrown type determined for unchecked invocations
mcimadamore
parents:
diff changeset
    18
5 errors
5a47f5535883 7015430: Incorrect thrown type determined for unchecked invocations
mcimadamore
parents:
diff changeset
    19
12 warnings