test/tools/javac/TryWithResources/BadTwrSyntax.out

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

author
mcimadamore
date
Tue, 15 Feb 2011 11:51:04 +0000
changeset 878
fa0e4e1916f4
parent 850
2ab47c4cd618
child 2525
2eb010b6cb22
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

     1 BadTwrSyntax.java:14:43: compiler.err.illegal.start.of.type
     2 BadTwrSyntax.java:14:44: compiler.err.expected: =
     3 BadTwrSyntax.java:14:45: compiler.err.expected: ')'
     4 BadTwrSyntax.java:14:47: compiler.err.expected: '{'
     5 BadTwrSyntax.java:15:19: compiler.err.illegal.start.of.expr
     6 BadTwrSyntax.java:15:23: compiler.err.expected: ';'
     7 6 errors

mercurial