test/tools/javac/TryWithResources/TwrFlow.out

Thu, 19 Aug 2010 11:52:58 +0100

author
mcimadamore
date
Thu, 19 Aug 2010 11:52:58 +0100
changeset 638
d6fe0ea070aa
parent 609
13354e1abba7
child 840
7f8794f9cc14
permissions
-rw-r--r--

6885255: Improve usability of raw warnings
Summary: raw warnings should be disabled in (i) instanceof expressions and (ii) when java.lang.Class is not parameterized
Reviewed-by: jjg

     1 TwrFlow.java:14:11: compiler.err.except.never.thrown.in.try: java.io.IOException
     2 TwrFlow.java:24:11: compiler.err.except.never.thrown.in.try: java.io.IOException
     3 TwrFlow.java:12:46: compiler.err.unreported.exception.need.to.catch.or.throw: CustomCloseException
     4 TwrFlow.java:22:26: compiler.err.unreported.exception.need.to.catch.or.throw: CustomCloseException
     5 4 errors

mercurial