Sebb created BCEL-234:
-------------------------
Summary: Code must not swallow Throwable
Key: BCEL-234
URL: https://issues.apache.org/jira/browse/BCEL-234
Project: Commons BCEL
Issue Type: Bug
Reporter: Sebb
Code should never catch and ignore all Throwables - at least ThreadDeath and
VirtualMachineError must be rethrown.
EIther check for these specifically, and rethrow them, or else replace the
generic catch blocks with ones specific to the try block.
This issue applies to:
ClassLoader
NativeVerifier
VerifyDialog
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)