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

refactor(object_recognition_utils): add autoware prefix to object_recognition_utils #8946

Merged

refactor(object_recognition_utils): add autoware prefix to object_rec…

54c5031
Select commit
Loading
Failed to load commit list.
Merged

refactor(object_recognition_utils): add autoware prefix to object_recognition_utils #8946

refactor(object_recognition_utils): add autoware prefix to object_rec…
54c5031
Select commit
Loading
Failed to load commit list.
CodeScene Delta Analysis / CodeScene Cloud Delta Analysis (main) succeeded Oct 15, 2024 in 1m 1s

CodeScene PR Check

Code Health Quality Gates: OK

Change in average Code Health of affected files: +0.00 (6.92 -> 6.92)

View detailed results in CodeScene

Absence of Expected Change Pattern

  • autoware.universe/evaluator/perception_online_evaluator/src/metrics_calculator.cpp is usually changed with: autoware.universe/evaluator/perception_online_evaluator/test/test_perception_online_evaluator_node.cpp

Details

Annotations

Check notice on line 204 in perception/autoware_object_merger/src/object_association_merger_node.cpp

See this annotation in the file changed.

@codescene-delta-analysis codescene-delta-analysis / CodeScene Cloud Delta Analysis (main)

ℹ Getting worse: Complex Method

ObjectAssociationMergerNode::objectsCallback already has high cyclomatic complexity, and now it increases in Lines of Code from 91 to 93. This function has many conditional statements (e.g. if, for, while), leading to lower code health. Avoid adding more conditionals and code to it without refactoring.