test/tools/javac/TryWithResources/BadTwrSyntax.out

Tue, 29 Mar 2011 16:41:18 +0100

author
mcimadamore
date
Tue, 29 Mar 2011 16:41:18 +0100
changeset 951
de1c65ecfec2
parent 850
2ab47c4cd618
child 2525
2eb010b6cb22
permissions
-rw-r--r--

7027157: Project Coin: javac warnings for AutoCloseable.close throwing InterruptedException
Summary: javac should warn about use/declaration of AutoCloseable subclasses that can throw InterruptedException
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