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