CWE Rule 483
Description
Rule Description
The code does not explicitly delimit a block that is intended to contain 2 or more statements, creating a logic error.
Polyspace Implementation
The rule checker checks for these issues:
Incorrectly indented statement
Semicolon on the same line as an if, for or while statement
Examples
Check Information
| Category: Behavioral Problems |
Version History
Introduced in R2023a