test/tools/javac/TryWithResources/TwrLint.out

Tue, 15 Feb 2011 11:51:04 +0000

author
mcimadamore
date
Tue, 15 Feb 2011 11:51:04 +0000
changeset 878
fa0e4e1916f4
parent 743
6a99b741a1b0
child 1074
04f983e3e825
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

mcimadamore@743 1 TwrLint.java:14:15: compiler.warn.try.explicit.close.call
mcimadamore@743 2 TwrLint.java:13:13: compiler.warn.try.resource.not.referenced: r3
mcimadamore@743 3 2 warnings

mercurial