Skip to content

Exception for the intersectionWith method #30

Exception for the intersectionWith method

Exception for the intersectionWith method #30

Triggered via pull request May 24, 2024 15:21
Status Failure
Total duration 5m 33s
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)
FrameConvexPolytope3DTest.testConsistencyWithBox3D(): src/test/java/us/ihmc/euclid/referenceFrame/polytope/FrameConvexPolytope3DTest.java#L82
us.ihmc.euclid.referenceFrame.api.ReflectionBasedBuilder$ReflectionBasedBuilderException: Unknown class: Random This class can be handled simply by registering a class that declares random generator as method with the following signature: Random generatorNameDoesNotMatter(Random) or: Random generatorNameDoesNotMatter(Random, ReferenceFrame) if the type is a frame type. Note that the return type can be any sub-class of Random The class declaring the generator is to be registered using ReflectionBasedBuilder.registerRandomGeneratorClasses(Class<?>...).
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)
ConvexPolytope3DTest.testIntersectionWith(): src/test/java/us/ihmc/euclid/shape/convexPolytope/ConvexPolytope3DTest.java#L2141
java.lang.RuntimeException: Percentage must be between 0.0 and 1.0. Was: 83.5318559853124
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/.