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

[core] Remove return code in favor of throwing exceptions. #713

Merged
merged 2 commits into from
Feb 11, 2024

[misc] Update C++ dependencies to latest releases.

5eb8f2c
Select commit
Loading
Failed to load commit list.
Merged

[core] Remove return code in favor of throwing exceptions. #713

[misc] Update C++ dependencies to latest releases.
5eb8f2c
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Feb 11, 2024 in 0s

1 new issue (0 max.) of at least minor severity.

Codacy Here is an overview of what got changed by this pull request:

Issues
======
+ Solved 2
- Added 1
           

Complexity decreasing per file
==============================
+ python/jiminy_py/unit_py/utilities.py  -1
         

Clones added
============
- core/src/hardware/abstract_motor.cc  1
- core/src/robot/robot.cc  1
         

Clones removed
==============
+ core/src/constraints/frame_constraint.cc  -2
+ core/src/hardware/basic_sensors.cc  -5
+ core/src/hardware/basic_motors.cc  -1
+ core/src/constraints/joint_constraint.cc  -1
+ core/src/constraints/sphere_constraint.cc  -2
+ core/src/constraints/distance_constraint.cc  -1
+ core/src/constraints/wheel_constraint.cc  -2
         

See the complete overview on Codacy

Annotations

Check notice on line 146 in core/src/constraints/joint_constraint.cc

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

core/src/constraints/joint_constraint.cc#L146

Instance of 'std::logic_error' object is destroyed immediately.