Skip to content

Exception for the intersectionWith method #20

Exception for the intersectionWith method

Exception for the intersectionWith method #20

Triggered via pull request May 13, 2024 19:36
Status Failure
Total duration 5m 53s
Artifacts

gradle.yml

on: pull_request
build
build
Fit to window
Zoom out
Zoom in

Annotations

7 errors
FrameCapsule3DTest.testAPIOverloading(): src/test/java/us/ihmc/euclid/referenceFrame/FrameCapsule3DTest.java#L31
java.lang.AssertionError: The original method in Capsule3DReadOnly: int intersectionWith(Point3DReadOnly, Vector3DReadOnly, Point3DBasics, Point3DBasics) is not properly overloaded, expected to find in FrameCapsule3DReadOnly: int intersectionWith(FramePoint3DReadOnly, FrameVector3DReadOnly, FixedFramePoint3DBasics, FixedFramePoint3DBasics)
FramePointShape3DTest.testAPIOverloading(): src/test/java/us/ihmc/euclid/referenceFrame/FramePointShape3DTest.java#L30
java.lang.AssertionError: The original method in PointShape3DReadOnly: int intersectionWith(Line3DReadOnly, Point3DBasics, Point3DBasics) is not properly overloaded, expected to find in FramePointShape3DReadOnly: int intersectionWith(FrameLine3DReadOnly, FixedFramePoint3DBasics, FixedFramePoint3DBasics)
FrameRamp3DTest.testAPIOverloading(): src/test/java/us/ihmc/euclid/referenceFrame/FrameRamp3DTest.java#L36
java.lang.AssertionError: The original method in Ramp3DReadOnly: int intersectionWith(Line3DReadOnly, Point3DBasics, Point3DBasics) is not properly overloaded, expected to find in FrameRamp3DReadOnly: int intersectionWith(FrameLine3DReadOnly, FixedFramePoint3DBasics, FixedFramePoint3DBasics)
FrameTorus3DTest.testAPIOverloading(): src/test/java/us/ihmc/euclid/referenceFrame/FrameTorus3DTest.java#L31
java.lang.AssertionError: The original method in Torus3DReadOnly: int intersectionWith(Line3DReadOnly, Point3DBasics, Point3DBasics) is not properly overloaded, expected to find in FrameTorus3DReadOnly: int intersectionWith(FrameLine3DReadOnly, FixedFramePoint3DBasics, FixedFramePoint3DBasics)
FrameConvexPolytope3DTest.testAPIOverloading(): src/test/java/us/ihmc/euclid/referenceFrame/polytope/FrameConvexPolytope3DTest.java#L42
java.lang.AssertionError: The original method in ConvexPolytope3DReadOnly: int intersectionWith(Point3DReadOnly, Vector3DReadOnly, Point3DBasics, Point3DBasics) is not properly overloaded, expected to find in FrameConvexPolytope3DReadOnly: int intersectionWith(FramePoint3DReadOnly, FrameVector3DReadOnly, FixedFramePoint3DBasics, FixedFramePoint3DBasics)
EuclidFrameToolsTest.testAPIIsComplete(): src/test/java/us/ihmc/euclid/referenceFrame/tools/EuclidFrameToolsTest.java#L60
java.lang.AssertionError: The original method in EuclidGeometryTools: int intersectionBetweenLine3DAndTorusImpl(double, double, double, double, double, double, double, double, double, double, double, Point3DBasics, Point3DBasics) is not properly overloaded, expected to find in EuclidFrameTools: int intersectionBetweenLine3DAndTorusImpl(double, double, double, double, double, double, double, double, double, double, double, FixedFramePoint3DBasics, FixedFramePoint3DBasics)
Sphere3DTest.testIntersectionWith(): src/test/java/us/ihmc/euclid/shape/primitives/Sphere3DTest.java#L331
org.opentest4j.AssertionFailedError: expected: <0> but was: <1>