Main Content
AUTOSAR C++14 Rule M0-1-1
A project shall not contain unreachable code
Description
Rule Definition
A project shall not contain unreachable code.
Rationale
This rule flags situations where a group of statements is unreachable because of
syntactic reasons. For instance, code following a return
statement are always unreachable.
Unreachable code involve unnecessary maintenance and can often indicate programming errors.
Polyspace Implementation
Polyspace® reports a defect if a statement in your code is not reachable.
Troubleshooting
If you expect a rule violation but Polyspace does not report it, see Diagnose Why Coding Standard Violations Do Not Appear as Expected.
Examples
Check Information
Group: Language Independent Issues |
Category: Required, Automated |
Version History
Introduced in R2019a