CWE Rule 563
説明
ルールの説明
The variable's value is assigned but never used, making it a dead store.
Polyspace 実装
ルール チェッカーは、"読み取りのない書き込み" をチェックします。
例
チェック情報
カテゴリ: Bad Coding Practices |
バージョン履歴
R2023a で導入
The variable's value is assigned but never used, making it a dead store.
ルール チェッカーは、"読み取りのない書き込み" をチェックします。
カテゴリ: Bad Coding Practices |
R2023a で導入