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
Improve the doxygen documentation on the various helper functions
and common patterns dealing with Resource IDs. Specifially, document
that the "IsMatch()" functions specifically accept NULL pointers to
allow use with initial validation (gatekeeper), but all other helper
functions assume a non-NULL pointer.
Improve the doxygen documentation on the various helper functions
and common patterns dealing with Resource IDs. Specifically, document
that the "IsMatch()" functions specifically accept NULL pointers to
allow use with initial validation (gatekeeper), but all other helper
functions assume a non-NULL pointer.
Improve the doxygen documentation on the various helper functions
and common patterns dealing with Resource IDs. Specifically, document
that the "IsMatch()" functions specifically accept NULL pointers to
allow use with initial validation (gatekeeper), but all other helper
functions assume a non-NULL pointer.
Is your feature request related to a problem? Please describe.
IsMatch functions check for NULL pointer, others don't:
cFE/modules/es/fsw/src/cfe_es_resource.h
Lines 160 to 163 in e80aae9
cFE/modules/es/fsw/src/cfe_es_resource.h
Lines 173 to 176 in e80aae9
Describe the solution you'd like
Document justification behind pattern (IsMatch is used first, then all other's are "safe")
Describe alternatives you've considered
None
Additional context
Code review
Requester Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered: