...
Tool | Version | Checker | Description | |||||||
---|---|---|---|---|---|---|---|---|---|---|
CodeSonar |
| DIAG.UNEX.* | Code not exercised by analysis | |||||||
| DEADCODE
| Can detect the specific instance where code can never be reached because of a logical contradiction or a dead "default" in Can detect the instances where code block is unreachable because of the syntactic structure of the code | ||||||||
GCC |
| Can detect violations of this recommendation when the | ||||||||
Klocwork |
| LA_UNUSED | ||||||||
LDRA tool suite |
| 1 J | Fully implemented | |||||||
Parasoft C/C++test |
| MISRA2004-14_1_a, MISRA2004-14_1_b, MISRA2004-14_1_c, MISRA2004-14_1_d, MISRA2004-14_1_e, MISRA2004-14_1_f, MISRA2004-14_1_g, BD-PB-SWITCH | CERT_C-MSC07-a | There shall be no unreachable code in "else" block | ||||||
Polyspace Bug Finder | R2016a | Code does not execute Default case is missing and may be reached Code following control-flow statements | ||||||||
PRQA QA-C |
| 1501,1503,2008,2880,2881,2882,2883,2877,3196, 3202,3203,3205,3206,3207,3210,3219,3229,3404, 3422,3423,3425,3470,2980,2981,2982,2983,2984,2985,2986 | Fully implemented | |||||||
SonarQube C/C++ Plugin |
| S1763, S1751 | ||||||||
Splint |
| Can detect violations of this recommendation when the |
...