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