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 cae71f4  GEOMETRY-63: adding assertions to test case
     new c619eeb  fix javadocs
     new f53807a  fix typos.
     new b95ddb5  fix length-too-long
     new 6bba60a  fix javadocs 2
     new 735ebe6  upgrade dependencies
     new e1c958f  remove redundant group-id
     new bcfed9b  fix README.md in a sub-module.
     new 6c90e34  change a field to local variable, as I didn't see anywhere 
using it.
     new b06c457  add break to a loop.
     new c2f929e  simplify if
     new 3c25e07  change GeometryInternalError to GeometryInternalException to 
better reflect its actual type

The 11 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:
 ...ernalError.java => GeometryInternalException.java} |  4 ++--
 .../geometry/core/partitioning/HyperplaneSubset.java  |  2 +-
 .../core/partitioning/bsp/AbstractRegionBSPTree.java  |  2 +-
 ...orTest.java => GeometryInternalExceptionTest.java} |  4 ++--
 .../bsp/AbstractRegionBSPTreeBooleanTest.java         | 16 ++++++++--------
 .../partitioning/bsp/AbstractRegionBSPTreeTest.java   |  8 ++++----
 .../geometry/core/partitioning/bsp/MergeChecker.java  |  4 ++--
 .../core/partitioning/test/AttributeBSPTree.java      |  4 ++--
 .../core/partitioning/test/PartitionTestUtils.java    |  2 +-
 .../core/partitioning/test/TestLineSegment.java       |  2 +-
 .../commons/geometry/enclosing/WelzlEncloser.java     |  4 ++--
 .../enclosing/euclidean/twod/WelzlEncloser2DTest.java |  1 +
 .../commons/geometry/euclidean/internal/Vectors.java  |  2 +-
 .../commons/geometry/euclidean/oned/Interval.java     |  2 +-
 .../geometry/euclidean/oned/RegionBSPTree1D.java      |  8 ++++----
 .../commons/geometry/euclidean/threed/Planes.java     | 19 +++++++++----------
 .../geometry/euclidean/threed/RegionBSPTree3D.java    |  5 +++--
 .../euclidean/threed/SphericalCoordinates.java        |  2 +-
 .../euclidean/threed/VertexListConvexPolygon3D.java   |  2 +-
 .../euclidean/threed/rotation/AxisAngleSequence.java  |  4 ++--
 .../euclidean/threed/rotation/QuaternionRotation.java |  4 ++--
 .../geometry/euclidean/threed/LinecastChecker3D.java  | 16 ++++++++--------
 .../threed/rotation/QuaternionRotationTest.java       |  4 ++--
 .../geometry/euclidean/twod/LinecastChecker2D.java    | 10 +++++-----
 .../twod/path/InteriorAngleLinePathConnectorTest.java |  4 ++--
 .../examples-tutorials/README.md                      |  2 +-
 commons-geometry-examples/pom.xml                     |  1 -
 .../geometry/spherical/oned/RegionBSPTree1S.java      |  4 ++--
 .../geometry/spherical/SphericalTestUtils.java        |  2 +-
 pom.xml                                               |  4 ++--
 30 files changed, 74 insertions(+), 74 deletions(-)
 rename 
commons-geometry-core/src/main/java/org/apache/commons/geometry/core/internal/{GeometryInternalError.java
 => GeometryInternalException.java} (93%)
 rename 
commons-geometry-core/src/test/java/org/apache/commons/geometry/core/internal/{GeometryInternalErrorTest.java
 => GeometryInternalExceptionTest.java} (91%)

Reply via email to