You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2020/01/28 10:37:40 UTC

[commons-geometry] branch master updated (f8127fc -> 0df749c)

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

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


    from f8127fc  Merge branch 'GEOMETRY-80__Matt'
     new 5b80ca5  GEOMETRY-63: using method references where possible; simplifying logic for AbstractConvexHyperplaneBoundedRegion.splitInternal
     new 09fb252  Merge remote-tracking branch 'origin/master' into geometry-63
     new fb28076  changing LinecastCheckerXD returns() and returnsNothing() methods to expect() and expectNothing() for better sonarqube reporting
     new 0df749c  Merge pull request #61 from darkma773r/geometry-63

The 299 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:
 .../threed/BoundarySourceLinecaster3DTest.java     | 42 +++++++++++-----------
 .../euclidean/threed/ConvexVolumeTest.java         | 10 +++---
 .../euclidean/threed/LinecastChecker3D.java        |  6 ++--
 .../euclidean/threed/RegionBSPTree3DTest.java      | 26 +++++++-------
 .../twod/BoundarySourceLinecaster2DTest.java       | 42 +++++++++++-----------
 .../geometry/euclidean/twod/ConvexAreaTest.java    | 10 +++---
 .../geometry/euclidean/twod/LinecastChecker2D.java |  6 ++--
 .../geometry/euclidean/twod/PolylineTest.java      | 10 +++---
 .../euclidean/twod/RegionBSPTree2DTest.java        | 26 +++++++-------
 9 files changed, 89 insertions(+), 89 deletions(-)