Svc/TimeConverter| File | Line | Rule | Severity | Message |
|---|---|---|---|---|
| Svc/TimeConverter/TimeConverter.cpp:94 | 94 | cpp/fprime/switch-default | medium | This switch statement does not have a default case. |
| Svc/TimeConverter/TimeConverter.cpp:150 | 150 | cpp/fprime/jpl-c/loop-bounds | medium | This loop does not have a fixed bound. |
| Svc/TimeConverter/TimeConverter.cpp:88 | 88 | cpp/fprime/jpl-c/use-of-assertions-density | low | All functions of more than 10 lines should have at least one assertion, unless they handle errors by returning a status enum or bool, or by emitting a WARNING/FATAL event. |