Skip to content

Exception for the intersectionWith method #18

Exception for the intersectionWith method

Exception for the intersectionWith method #18

Triggered via pull request May 1, 2024 16:26
Status Failure
Total duration 5m 3s
Artifacts

gradle.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 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(Point3DReadOnly, Vector3DReadOnly, Point3DBasics, Point3DBasics) is not properly overloaded, expected to find in FramePointShape3DReadOnly: int intersectionWith(FramePoint3DReadOnly, FrameVector3DReadOnly, FixedFramePoint3DBasics, FixedFramePoint3DBasics)
FrameRamp3DTest.testAPIOverloading(): src/test/java/us/ihmc/euclid/referenceFrame/FrameRamp3DTest.java#L36
java.lang.AssertionError: The original method in Ramp3DReadOnly: int intersectionWith(Point3DReadOnly, Vector3DReadOnly, Point3DBasics, Point3DBasics) is not properly overloaded, expected to find in FrameRamp3DReadOnly: int intersectionWith(FramePoint3DReadOnly, FrameVector3DReadOnly, FixedFramePoint3DBasics, FixedFramePoint3DBasics)
FrameTorus3DTest.testAPIOverloading(): src/test/java/us/ihmc/euclid/referenceFrame/FrameTorus3DTest.java#L31
java.lang.AssertionError: The original method in Torus3DReadOnly: int intersectionWith(Point3DReadOnly, Vector3DReadOnly, Point3DBasics, Point3DBasics) is not properly overloaded, expected to find in FrameTorus3DReadOnly: int intersectionWith(FramePoint3DReadOnly, FrameVector3DReadOnly, 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)
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/.