Unused Code Subset is a check configuration included with CodeCheck, Understand's static-analysis engine — run it in the GUI, from the command line, or in CI.
Unused Code Subset
The checks used for the unused code interactive report.
Enable this configuration in the background or run it manually and sync the results to the Violation Browser to view the report.
Checks
| Check ID | Check Name | Supported |
|---|---|---|
| CPP_F003 | Unused Functions | Yes |
| CPP_V007 | Unused Local Variables | Yes |
| CPP_V008 | Yes | |
| RECOMMENDED_00 | Commented Out Code | Yes |
| RECOMMENDED_12 | Unreachable Code | Yes |
| RECOMMENDED_20 | Duplicate Code | Yes |