You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I performed a cursory search to see if the bug report is relevant, not redundant, nor in conflict with other tickets.
Describe the bug CFE_EVS_EnableAppEventTypeCmd() and CFE_EVS_DisableAppEventTypeCmd() have a redundant repeat check of if (Status == CFE_SUCCESS).
Can be refactored to combine them, without any change to the underlying logic.
Expected behavior
Refactor to remove (unnecessary) duplicate if block.
Checklist
Describe the bug
CFE_EVS_EnableAppEventTypeCmd()
andCFE_EVS_DisableAppEventTypeCmd()
have a redundant repeat check ofif (Status == CFE_SUCCESS)
.Can be refactored to combine them, without any change to the underlying logic.
Expected behavior
Refactor to remove (unnecessary) duplicate
if
block.Code snips
cFE/modules/evs/fsw/src/cfe_evs_task.c
Lines 981 to 1019 in 6d96c6e
Identical case for
CFE_EVS_DisableAppEventTypeCmd()
.Reporter Info
Avi Weiss @thnkslprpt
The text was updated successfully, but these errors were encountered: