langtools/test/tools/javac/TryWithResources/ResourceInterface.out
author mcimadamore
Tue, 15 Feb 2011 11:51:04 +0000
changeset 8428 1e9935b883cd
parent 6156 e15c221efaac
child 10455 3d070be0fff8
permissions -rw-r--r--
7017104: improve error reporting for uncaught/undeclared exceptions from try-with-resources Summary: twr should generate better error message when uncaught exceptions are thrown by implicit call of close() method Reviewed-by: jjg
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
8428
1e9935b883cd 7017104: improve error reporting for uncaught/undeclared exceptions from try-with-resources
mcimadamore
parents: 6156
diff changeset
     1
ResourceInterface.java:38:13: compiler.err.unreported.exception.implicit.close: ResourceInterface.E1, r2
6156
e15c221efaac 6970833: Try-with-resource implementation throws an NPE during Flow analysis
mcimadamore
parents:
diff changeset
     2
1 error