...
Tool | Version | Checker | Description | CodeSonar | |||||
---|---|---|---|---|---|---|---|---|---|
Include Page | CodeSonar_V | CodeSonar_V | PMD.Strict-Exceptions.DoNotThrowExceptionInFinally | Do not throw exception in finally | |||||
Coverity | 7.5 | PW.ABNORMAL_TERMINATION_ OF_FINALLY_BLOCK | Implemented | ||||||
Parasoft Jtest |
| PBCERT.CUBERR04.ARCF PBCERT.CUBERR04.ATSF | Avoid using 'return's inside 'finally blocks if thare are other 'return's inside the try-catch block Do not exit "finally" blocks abruptly | ||||||
PVS-Studio |
| V6051 | |||||||
SonarQube |
| S1143 | Jump statements should not occur in "finally" blocks |
...