Uploaded image for project: 'Commons BCEL'
  1. Commons BCEL
  2. BCEL-234

Code must not swallow Throwable

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 6.0
    • None
    • None

    Description

      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

      Attachments

        Activity

          People

            Unassigned Unassigned
            sebb Sebb
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: