This is an automated email from the ASF dual-hosted git repository.

mattjuntunen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-geometry.git.


    from ef65dd7  bumping pmd and spotbugs versions; using managed antrun 
version
     new 5403a8d  GEOMETRY-105 - Replace the try-catch pattern with 
assertThrows()
     new 73fe3c0  Fix javadoc comment remove extra line
     new 7f8c326  fixing test docs, formatting, and compile errors

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../commons/geometry/core/GeometryTestUtils.java   |  66 ++-------
 .../core/internal/IteratorTransformTest.java       |   4 +-
 .../AbstractConvexHyperplaneBoundedRegionTest.java |  21 +--
 .../bsp/AbstractPartitionedRegionBuilderTest.java  |   4 +-
 .../bsp/AbstractRegionBSPTreeTest.java             |   4 +-
 .../EpsilonDoublePrecisionContextTest.java         |  10 +-
 .../geometry/enclosing/EnclosingBallTest.java      |   4 +-
 .../euclidean/threed/WelzlEncloser3DTest.java      |   4 +-
 .../euclidean/twod/WelzlEncloser2DTest.java        |   4 +-
 .../geometry/euclidean/internal/MatricesTest.java  |  14 +-
 .../geometry/euclidean/internal/VectorsTest.java   |  16 +-
 .../oned/AffineTransformMatrix1DTest.java          |  30 ++--
 .../geometry/euclidean/oned/IntervalTest.java      | 112 +++++---------
 .../geometry/euclidean/oned/OrientedPointTest.java |   6 +-
 .../geometry/euclidean/oned/Vector1DTest.java      |  88 ++++-------
 .../threed/AffineTransformMatrix3DTest.java        |  30 ++--
 .../geometry/euclidean/threed/Bounds3DTest.java    |  20 ++-
 .../euclidean/threed/ConvexVolumeTest.java         |   4 +-
 .../threed/EmbeddedAreaPlaneConvexSubsetTest.java  |   6 +-
 .../threed/EmbeddedTreePlaneSubsetTest.java        |  23 ++-
 .../euclidean/threed/EmbeddingPlaneTest.java       |  19 +--
 .../geometry/euclidean/threed/PlaneTest.java       | 107 +++++---------
 .../geometry/euclidean/threed/PlanesTest.java      |  87 +++++------
 .../euclidean/threed/RegionBSPTree3DTest.java      |  12 +-
 .../euclidean/threed/SimpleTriangle3DTest.java     |   4 +-
 .../euclidean/threed/SphericalCoordinatesTest.java |   4 +-
 .../geometry/euclidean/threed/Vector3DTest.java    | 159 ++++++++------------
 .../threed/VertexListConvexPolygon3DTest.java      |   6 +-
 .../geometry/euclidean/threed/line/Line3DTest.java |   8 +-
 .../threed/line/LineConvexSubset3DTest.java        |   8 +-
 .../geometry/euclidean/threed/line/Ray3DTest.java  |   8 +-
 .../euclidean/threed/line/ReverseRay3DTest.java    |   8 +-
 .../euclidean/threed/line/Segment3DTest.java       |  20 +--
 .../threed/mesh/SimpleTriangleMeshTest.java        |  42 +++---
 .../threed/rotation/QuaternionRotationTest.java    |  95 +++++-------
 .../euclidean/threed/shape/ParallelepipedTest.java |  35 ++---
 .../euclidean/threed/shape/SphereTest.java         |  30 ++--
 .../twod/AffineTransformMatrix2DTest.java          |  30 ++--
 .../geometry/euclidean/twod/Bounds2DTest.java      |  19 +--
 .../geometry/euclidean/twod/ConvexAreaTest.java    |  44 +++---
 .../euclidean/twod/EmbeddedTreeLineSubsetTest.java |   9 +-
 .../euclidean/twod/LineConvexSubsetTest.java       |  12 +-
 .../commons/geometry/euclidean/twod/LineTest.java  |  10 +-
 .../euclidean/twod/PolarCoordinatesTest.java       |   4 +-
 .../commons/geometry/euclidean/twod/RayTest.java   |  14 +-
 .../euclidean/twod/RegionBSPTree2DTest.java        |  12 +-
 .../geometry/euclidean/twod/ReverseRayTest.java    |  14 +-
 .../geometry/euclidean/twod/SegmentTest.java       |  20 +--
 .../geometry/euclidean/twod/Vector2DTest.java      | 162 ++++++++-------------
 .../geometry/euclidean/twod/path/LinePathTest.java |  52 ++-----
 .../euclidean/twod/rotation/Rotation2DTest.java    |  35 +----
 .../geometry/euclidean/twod/shape/CircleTest.java  |  26 ++--
 .../euclidean/twod/shape/ParallelogramTest.java    |  28 +---
 .../io/threed/ModelIOHandlerRegistryTest.java      |  16 +-
 .../io/threed/obj/OBJModelIOHandlerTest.java       |  20 +--
 .../examples/io/threed/obj/OBJReaderTest.java      |  41 ++----
 .../examples/io/threed/obj/OBJWriterTest.java      |   4 +-
 .../hull/euclidean/twod/ConvexHull2DTest.java      |   5 +-
 .../hull/euclidean/twod/MonotoneChainTest.java     |   5 +-
 .../spherical/oned/AngularIntervalTest.java        | 138 ++++--------------
 .../geometry/spherical/oned/Point1STest.java       |  46 ++----
 .../geometry/spherical/twod/ConvexArea2STest.java  |  10 +-
 .../twod/EmbeddedTreeSubGreatCircleTest.java       |   5 +-
 .../geometry/spherical/twod/GreatArcPathTest.java  |  18 +--
 .../geometry/spherical/twod/GreatArcTest.java      |   9 +-
 .../geometry/spherical/twod/GreatCircleTest.java   |  25 +---
 .../geometry/spherical/twod/Point2STest.java       |   3 +-
 .../spherical/twod/RegionBSPTree2STest.java        |   5 +-
 68 files changed, 695 insertions(+), 1268 deletions(-)

Reply via email to