CWE Rule 478
Description
Rule Description
The code does not have a default case in an expression with multiple conditions, such as a switch statement.
Polyspace Implementation
The rule checker checks for Missing case for switch condition.
Examples
Check Information
Category: Bad Coding Practices |
Version History
Introduced in R2023a