Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #2341, Rename TimeA/TimeB parameter to improve consistency #2342

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Fix #2341, Rename TimeA/TimeB parameter to improve consistency

232e463
Select commit
Loading
Failed to load commit list.
Open

Fix #2341, Rename TimeA/TimeB parameter to improve consistency #2342

Fix #2341, Rename TimeA/TimeB parameter to improve consistency
232e463
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL-coding-standard succeeded Apr 19, 2024 in 4s

6 new alerts

New alerts in code changed by this pull request

  • 4 warnings
  • 2 notes

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 64 in modules/core_api/ut-stubs/src/cfe_time_stubs.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Uses of recursion Warning

The function CFE_TIME_Compare is indirectly recursive via this call to
UT_Stub_RegisterContextWithMetaData
.

Check warning on line 65 in modules/core_api/ut-stubs/src/cfe_time_stubs.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Uses of recursion Warning

The function CFE_TIME_Compare is indirectly recursive via this call to
UT_Stub_RegisterContextWithMetaData
.

Check warning on line 617 in modules/time/fsw/src/cfe_time_utils.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Uses of recursion Warning

The function CFE_TIME_GetReference is indirectly recursive via this call to
CFE_TIME_Compare
.
The function CFE_TIME_GetReference is indirectly recursive via this call to
CFE_TIME_Compare
.

Check warning on line 617 in modules/time/fsw/src/cfe_time_utils.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Side effect in a Boolean expression Warning

This Boolean expression is not side-effect free.

Check notice on line 60 in modules/core_api/ut-stubs/src/cfe_time_stubs.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Long function without assertion Note

All functions of more than 10 lines should have at least one assertion.

Check notice on line 455 in modules/time/fsw/src/cfe_time_api.c

See this annotation in the file changed.

Code scanning / CodeQL-coding-standard

Long function without assertion Note

All functions of more than 10 lines should have at least one assertion.