| Os/File.cpp:305 | 305 | cpp/fprime/jpl-c/loop-bounds | medium | This loop does not have a fixed bound. |
| Os/FilePathUtils.cpp:88 | 88 | cpp/fprime/jpl-c/loop-bounds | medium | The loop counter readPos is not always incremented in the loop body. |
| Os/Stub/Queue.hpp:96 | 96 | cpp/fprime/public-data-member | low | Data member m_handle of class StubQueue is public; consider making it private or protected. |
| Os/Task.cpp:10 | 10 | cpp/jpl-c/function-size-limits | low | Arguments has too many parameters (7, while 6 are allowed). |
| Os/Task.cpp:47 | 47 | cpp/fprime/jpl-c/non-const-function-pointer | low | This call does not go through a const function pointer. |
| Os/Task.cpp:84 | 84 | cpp/jpl-c/function-size-limits | low | start has too many parameters (7, while 6 are allowed). |
| Os/Task.hpp:84 | 84 | cpp/fprime/incomplete-code | low | Comment contains the incomplete-code marker TODO. |