...
Recommendation | Severity | Likelihood | Detectable | RepairableRemediation Cost | Priority | Level |
|---|---|---|---|---|---|---|
INT09-C | Low | Probable | Yes | NoMedium | P4 | L3 |
Automated Detection
Tool | Version | Checker | Description | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Astrée |
| enum-implicit-value | Fully checked | ||||||||||||
| Axivion Bauhaus Suite |
| CertC-INT09 | |||||||||||||
| CodeSonar |
| LANG.STRUCT.INIT.ENUM | Inconsistent Enumerator Initialization | ||||||||||||
| Compass/ROSE | |||||||||||||||
| CC2.INT09 | Fully implemented | |||||||||||||
| Helix QAC |
| C0724 | |||||||||||||
| Klocwork |
| MISRA.ENUM.IMPLICIT.VAL.NON_UNIQUE.2012 | |||||||||||||
| LDRA tool suite |
| 85 S, 630 S | Fully implemented | ||||||||||||
| Parasoft C/C++test |
| MISRA2004-9_3 | Fully implemented | PRQA QA-C | |||||||||||
| Include Page | PRQA QA-C_v | PRQA QA-C_v | CERT_C-INT09-a | In an enumerator list, the "=" construct shall not be used to explicitly initialise members other than the first, unless all items are explicitly initialised | |||||||||||
| PC-lint Plus |
| 488, 9148 | Partially supported | ||||||||||||
| Polyspace Bug Finder |
| CERT C: Rec. INT09-C | Checks for situations where enumeration constants map to same value (rec. fully covered) | 0724 | Fully implemented | ||||||||||
| RuleChecker |
| enum-implicit-value | Fully checked |
...