Utils| File | Line | Rule | Severity | Message |
|---|---|---|---|---|
| Utils/TokenBucket.cpp:82 | 82 | cpp/fprime/jpl-c/loop-bounds | medium | The loop counter m_tokens is not always incremented in the loop body. |
| Utils/CRCChecker.cpp:22 | 22 | cpp/jpl-c/function-size-limits | low | create_checksum_file has too many lines (90, while 60 are allowed). |
| Utils/CRCChecker.cpp:149 | 149 | cpp/jpl-c/function-size-limits | low | verify_checksum has too many lines (73, while 60 are allowed). |