langtools/test/tools/javac/6558548/T6558548_6.out
author mcimadamore
Fri, 29 Apr 2011 16:05:29 +0100
changeset 9601 a1b1716231ca
parent 8849 4189ac38ddc9
permissions -rw-r--r--
7039937: Improved catch analysis fails to handle a common idiom in the libraries Summary: Disable generation of 'unreachable catch' warnings for catch statements catching Exception/Throwable Reviewed-by: jjg
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
8849
4189ac38ddc9 6558548: The compiler needs to be aligned with clarified specification of throws
mcimadamore
parents:
diff changeset
     1
T6558548.java:168:9: compiler.err.except.never.thrown.in.try: java.lang.InterruptedException
9601
a1b1716231ca 7039937: Improved catch analysis fails to handle a common idiom in the libraries
mcimadamore
parents: 8849
diff changeset
     2
T6558548.java:177:9: compiler.err.except.never.thrown.in.try: java.lang.InterruptedException
a1b1716231ca 7039937: Improved catch analysis fails to handle a common idiom in the libraries
mcimadamore
parents: 8849
diff changeset
     3
T6558548.java:248:9: compiler.err.except.never.thrown.in.try: java.lang.InterruptedException
a1b1716231ca 7039937: Improved catch analysis fails to handle a common idiom in the libraries
mcimadamore
parents: 8849
diff changeset
     4
T6558548.java:258:9: compiler.err.except.never.thrown.in.try: java.lang.InterruptedException
a1b1716231ca 7039937: Improved catch analysis fails to handle a common idiom in the libraries
mcimadamore
parents: 8849
diff changeset
     5
T6558548.java:300:9: compiler.err.except.never.thrown.in.try: java.lang.InterruptedException
a1b1716231ca 7039937: Improved catch analysis fails to handle a common idiom in the libraries
mcimadamore
parents: 8849
diff changeset
     6
T6558548.java:307:9: compiler.err.except.never.thrown.in.try: java.lang.InterruptedException
8849
4189ac38ddc9 6558548: The compiler needs to be aligned with clarified specification of throws
mcimadamore
parents:
diff changeset
     7
6 errors