Exception for the intersectionWith method #19
Annotations
8 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 intersectionBetweenLine3DAndRamp3DImpl(double, double, double, double, double, double, Point3DReadOnly, Vector3DReadOnly, Point3DBasics, Point3DBasics)
is not properly overloaded, expected to find in EuclidFrameTools:
int intersectionBetweenLine3DAndRamp3DImpl(double, double, double, double, double, double, FramePoint3DReadOnly, FrameVector3DReadOnly, FixedFramePoint3DBasics, FixedFramePoint3DBasics)
|
Sphere3DTest.testIntersectionWith():
src/test/java/us/ihmc/euclid/shape/primitives/Sphere3DTest.java#L331
org.opentest4j.AssertionFailedError: expected: <0> but was: <1>
|
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/.
|