perf(autoware_universe_utils): introduce managed transform buffer with implicitly defined listener type #9197
+120
−661
CodeScene Delta Analysis / CodeScene Cloud Delta Analysis (main)
succeeded
Mar 5, 2025 in 51s
CodeScene PR Check
Quality Gate Passed
Gates Passed
4 Quality Gates Passed
See analysis details in CodeScene
Quality Gate Profile: Clean Code Collective
Want more control? Customize Code Health rules or catch issues early with our IDE extension and CLI tool.
Details
✅ Improving Code Health:
- Overall Code Complexity filter.cpp
- Lines of Code in a Single File test_concatenate_node_component.py
Annotations
Check notice on line 1 in sensing/autoware_pointcloud_preprocessor/src/filter.cpp
codescene-delta-analysis / CodeScene Cloud Delta Analysis (main)
✅ Getting better: Overall Code Complexity
The mean cyclomatic complexity decreases from 4.42 to 4.25, threshold = 4. This file has many conditional statements (e.g. if, for, while) across its implementation, leading to lower code health. Avoid adding more conditionals.
codescene-delta-analysis / CodeScene Cloud Delta Analysis (main)
✅ Getting better: Lines of Code in a Single File
The lines of code decreases from 690 to 689, improve code health by reducing it to 600. The number of Lines of Code in a single file. More Lines of Code lowers the code health.
Loading