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 34e1dcc6 Merge pull request #245 from 
apache/dependabot/github_actions/codecov/codecov-action-5.4.2
     new b0dd47e7 Remove LGTM badge
     new 9e2961a1 Update comment to avoid sonarcloud false positive
     new be8ea03f sonar fix: use method reference
     new b37586cb Remove public keyword from text fixture
     new 9176e0da Remove semi-colon to avoid false positive commented code 
analysis
     new 7fb91e55 Remove trailing semi-colon from comment
     new e0988e5f sonar fix: refactor lambda to only one source of runtime 
exception
     new 478afa56 sonar fix: Test negative facing splitter
     new a89dec7b sonar fix: Remove unused precision argument
     new bcaeacc0 sonar fix: test min max of full tree
     new 55df5e52 Use assertNotEquals
     new 70f19a03 sonar fix: remove unthrown exception from test method 
signature
     new e70f8eae sonar fix: one source of runtime exception in assertThrows
     new b4f00f12 Use assertNotEquals
     new 865d8c74 One source of exception in assertThrows
     new ae356507 Remove public modifier from test class
     new ce359dbc sonar fix: remove unthrown exception from test method 
signature
     new 766eb225 Remove public keyword from test fixture
     new b176f512 Use method reference
     new dd037c7a sonar fix: merge if statements
     new ca13a07c Comment unused method
     new bbf4b8a7 Use method reference
     new 359991ad Remove semi-colon from comment
     new 3eeb06c2 sonar fix: Remove useless parentheses
     new 3b1bcc4d sonar fix: test the double lune complement

The 25 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:
 README.md                                          |  1 -
 .../core/internal/AbstractBucketPointMap.java      |  2 +-
 .../geometry/core/collection/PointMapTestBase.java | 20 ++---
 .../geometry/core/collection/PointSetTestBase.java | 16 ++--
 .../bsp/AbstractRegionBSPTreeTest.java             |  2 +-
 .../test/TestLineSegmentCollection.java            |  2 +-
 .../euclidean/DocumentationExamplesTest.java       |  2 +-
 .../oned/AffineTransformMatrix1DTest.java          |  9 ++-
 .../geometry/euclidean/oned/IntervalTest.java      | 22 ++----
 .../euclidean/oned/RegionBSPTree1DTest.java        | 10 +--
 .../geometry/euclidean/oned/Vector1DTest.java      |  2 +-
 .../euclidean/threed/RegionBSPTree3DTest.java      |  6 +-
 .../euclidean/threed/SimpleTriangle3DTest.java     |  4 +-
 .../geometry/euclidean/threed/Vector3DTest.java    |  2 +-
 .../threed/VertexListConvexPolygon3DTest.java      |  4 +-
 .../euclidean/threed/hull/ConvexHull3DTest.java    |  4 +-
 .../euclidean/threed/shape/SphereTest.java         |  8 +-
 .../geometry/euclidean/twod/Vector2DTest.java      |  2 +-
 .../euclidean/twod/hull/ConvexHullBuilderTest.java | 12 ++-
 .../io/core/internal/CharReadBufferTest.java       |  1 +
 .../io/core/internal/SimpleTextParserTest.java     | 87 +++++++++-------------
 .../spherical/DocumentationExamplesTest.java       |  2 +-
 .../spherical/twod/RegionBSPTree2STest.java        | 12 +--
 23 files changed, 103 insertions(+), 129 deletions(-)

Reply via email to