Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 283 Bytes

ReturnFromFinallyBlock.md

File metadata and controls

8 lines (6 loc) · 283 Bytes

ReturnFromFinallyBlock

Category: pmd
Rule Key: pmd:ReturnFromFinallyBlock

⚠️ This rule is deprecated in favour of S1143.


Avoid returning from a finally block - this can discard exceptions.