History log of /openjdk10/langtools/test/tools/javac/6558548/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
989:9a847a77205d 29-Apr-2011 mcimadamore

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

934:5b29f2a85085 16-Mar-2011 mcimadamore

6558548: The compiler needs to be aligned with clarified specification of throws
Summary: Javac should issue unconditional warnings when 'dead' catch clauses are detected
Reviewed-by: jjg