langtools/test/tools/javac/generics/7015430/T7015430_1.out
author mcimadamore
Wed, 17 Jul 2013 14:04:01 +0100
changeset 18909 8f9fc5d876e4
child 19506 9314c30fef42
permissions -rw-r--r--
8012242: Lambda compatibility and checked exceptions Summary: Inference variables in 'throws' clause with no constraints should be inferred as RuntimeException Reviewed-by: jjg, vromero
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
18909
8f9fc5d876e4 8012242: Lambda compatibility and checked exceptions
mcimadamore
parents:
diff changeset
     1
T7015430.java:42:14: compiler.warn.unchecked.meth.invocation.applied: kindname.method, empty, java.lang.Iterable<E>, java.lang.Iterable, kindname.class, T7015430
8f9fc5d876e4 8012242: Lambda compatibility and checked exceptions
mcimadamore
parents:
diff changeset
     2
T7015430.java:42:15: compiler.warn.prob.found.req: (compiler.misc.unchecked.assign), java.lang.Iterable, java.lang.Iterable<E>
8f9fc5d876e4 8012242: Lambda compatibility and checked exceptions
mcimadamore
parents:
diff changeset
     3
T7015430.java:51:41: compiler.warn.unchecked.meth.invocation.applied: kindname.method, empty, java.lang.Iterable<E>, java.lang.Iterable, kindname.class, T7015430
8f9fc5d876e4 8012242: Lambda compatibility and checked exceptions
mcimadamore
parents:
diff changeset
     4
T7015430.java:51:42: compiler.warn.prob.found.req: (compiler.misc.unchecked.assign), java.lang.Iterable, java.lang.Iterable<java.lang.RuntimeException>
8f9fc5d876e4 8012242: Lambda compatibility and checked exceptions
mcimadamore
parents:
diff changeset
     5
T7015430.java:69:9: compiler.warn.unchecked.meth.invocation.applied: kindname.constructor, <init>, java.lang.Iterable<E>, java.lang.Iterable, kindname.class, T7015430
8f9fc5d876e4 8012242: Lambda compatibility and checked exceptions
mcimadamore
parents:
diff changeset
     6
T7015430.java:69:22: compiler.warn.prob.found.req: (compiler.misc.unchecked.assign), java.lang.Iterable, java.lang.Iterable<E>
8f9fc5d876e4 8012242: Lambda compatibility and checked exceptions
mcimadamore
parents:
diff changeset
     7
T7015430.java:78:9: compiler.warn.unchecked.meth.invocation.applied: kindname.constructor, <init>, java.lang.Iterable<E>, java.lang.Iterable, kindname.class, T7015430
8f9fc5d876e4 8012242: Lambda compatibility and checked exceptions
mcimadamore
parents:
diff changeset
     8
T7015430.java:78:40: compiler.warn.prob.found.req: (compiler.misc.unchecked.assign), java.lang.Iterable, java.lang.Iterable<java.lang.RuntimeException>
8f9fc5d876e4 8012242: Lambda compatibility and checked exceptions
mcimadamore
parents:
diff changeset
     9
T7015430.java:105:9: compiler.warn.unchecked.meth.invocation.applied: kindname.constructor, <init>, java.lang.Iterable<E>, java.lang.Iterable, kindname.class, T7015430
8f9fc5d876e4 8012242: Lambda compatibility and checked exceptions
mcimadamore
parents:
diff changeset
    10
T7015430.java:105:41: compiler.warn.prob.found.req: (compiler.misc.unchecked.assign), java.lang.Iterable, java.lang.Iterable<java.lang.RuntimeException>
8f9fc5d876e4 8012242: Lambda compatibility and checked exceptions
mcimadamore
parents:
diff changeset
    11
T7015430.java:114:9: compiler.warn.unchecked.meth.invocation.applied: kindname.constructor, <init>, java.lang.Iterable<E>, java.lang.Iterable, kindname.class, T7015430
8f9fc5d876e4 8012242: Lambda compatibility and checked exceptions
mcimadamore
parents:
diff changeset
    12
T7015430.java:114:22: compiler.warn.prob.found.req: (compiler.misc.unchecked.assign), java.lang.Iterable, java.lang.Iterable<E>
8f9fc5d876e4 8012242: Lambda compatibility and checked exceptions
mcimadamore
parents:
diff changeset
    13
T7015430.java:42:14: compiler.err.unreported.exception.need.to.catch.or.throw: java.lang.Exception
8f9fc5d876e4 8012242: Lambda compatibility and checked exceptions
mcimadamore
parents:
diff changeset
    14
T7015430.java:69:9: compiler.err.unreported.exception.need.to.catch.or.throw: java.lang.Exception
8f9fc5d876e4 8012242: Lambda compatibility and checked exceptions
mcimadamore
parents:
diff changeset
    15
T7015430.java:96:15: compiler.err.unreported.exception.need.to.catch.or.throw: java.lang.Exception
8f9fc5d876e4 8012242: Lambda compatibility and checked exceptions
mcimadamore
parents:
diff changeset
    16
T7015430.java:114:9: compiler.err.unreported.exception.need.to.catch.or.throw: java.lang.Exception
8f9fc5d876e4 8012242: Lambda compatibility and checked exceptions
mcimadamore
parents:
diff changeset
    17
T7015430.java:130:9: compiler.err.unreported.exception.need.to.catch.or.throw: java.lang.Exception
8f9fc5d876e4 8012242: Lambda compatibility and checked exceptions
mcimadamore
parents:
diff changeset
    18
5 errors
8f9fc5d876e4 8012242: Lambda compatibility and checked exceptions
mcimadamore
parents:
diff changeset
    19
12 warnings