Skip to content

Exception for the intersectionWith method #32

Exception for the intersectionWith method

Exception for the intersectionWith method #32

Triggered via pull request May 28, 2024 13:59
Status Failure
Total duration 5m 20s
Artifacts

gradle.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
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 intersectionBetweenLine3DAndRampImpl(double, double, double, double, double, double, double, double, double, Point3DBasics, Point3DBasics) is not properly overloaded, expected to find in EuclidFrameTools: int intersectionBetweenLine3DAndRampImpl(double, double, double, double, double, double, double, double, double, FixedFramePoint3DBasics, FixedFramePoint3DBasics)
Ramp3DTest.testIntersectionWithRamp(): src/test/java/us/ihmc/euclid/shape/primitives/Ramp3DTest.java#L977
org.opentest4j.AssertionFailedError: Iteration: 3, Face: 4, Neighbor: 1 ==> expected: <1> but was: <2>
build
Process completed with exit code 1.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-java@v3, gradle/gradle-build-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.