Tool | Version | Checker | Description |
---|
Astrée | | switch-clause-break | Fully checked |
CodeSonar | | LANG.STRUCT.SW.MB | Missing break |
Compass/ROSE |
|
|
|
Coverity | | MISSING_BREAK | Can find instances of missing break statement between cases in switch statement |
ECLAIR | | CC2.MSC17
| Fully implemented |
Klocwork | | MISRA.SWITCH.WELL_FORMED.BREAK.2012 |
|
LDRA tool suite | | 62 S | Fully implemented |
Parasoft C/C++test | | CERT_C-MSC17-a | Missing break statement between cases in a switch statement |
Polyspace Bug Finder R2016b | Include Page |
---|
| Polyspace Bug Finder_V |
---|
| Polyspace Bug Finder_V |
---|
|
| Missing break of switch caseNo comments at the end of switch case without a break statement | Sswitch cases that do not end in a break statement |
PRQA QA-C | | 2003 |
|
PVS-Studio | | V796 |
|
RuleChecker | Include Page |
---|
| RuleChecker_V |
---|
| RuleChecker_V |
---|
|
| switch-clause-break | Fully checked |
SonarQube C/C++ Plugin | Include Page |
---|
| SonarQube C/C++ Plugin_V |
---|
| SonarQube C/C++ Plugin_V |
---|
|
| NonEmptyCaseWithoutBreak |
|