marinasundstrom / CheckedExceptionsAnalyzer

0 stars 0 forks source link

Detect unhandled exceptions in Try-Catch #3

Open marinasundstrom opened 4 days ago

marinasundstrom commented 4 days ago

Detect when a Try-Catch block is not handling a propagated exception.

Meaning there is no matching Catch block.

Code fix for adding a catch-block for the unhandled exception type.