You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Sebb (JIRA)" <ji...@apache.org> on 2015/08/10 18:20:45 UTC

[jira] [Created] (BCEL-234) Code must not swallow Throwable

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)