'return' inside 'finally' block

Last modified: 03 December 2024

Reports a return statement inside a finally block. Such return statements may mask exceptions thrown, and complicate debugging.