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(autoware_costmap_generator): fix unusedFunction #8641

Merged

fix:unusedFunction

4e5eaab
Select commit
Loading
Failed to load commit list.
Merged

fix(autoware_costmap_generator): fix unusedFunction #8641

fix:unusedFunction
4e5eaab
Select commit
Loading
Failed to load commit list.
CodeScene Delta Analysis / CodeScene Cloud Delta Analysis (main) succeeded Aug 27, 2024 in 52s

CodeScene PR Check

Code Health Quality Gates: OK

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

  • Improving Code Health: 1 findings(s) ✅

View detailed results in CodeScene

Details

✅ Improving Code Health:

  • Excess Number of Function Arguments object_map_utils.cpp: PublishOccupancyGrid

Annotations

Check notice on line 39 in planning/autoware_costmap_generator/nodes/autoware_costmap_generator/object_map_utils.cpp

See this annotation in the file changed.

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

✅ No longer an issue: Excess Number of Function Arguments

PublishOccupancyGrid is no longer above the threshold for number of arguments. This function has too many arguments, indicating a lack of encapsulation. Avoid adding more arguments.