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 398d9c8f Comment: Remove unnecessary Latin acronym
     add b04644cd Bump CP 59 to 81
     add cfd405a2 Update changes schema for maven changes plugin to validate
     add c2408e8f Use char for single character String append
     add be89d829 Exclude Spotbugs false positive
     add f36febc1 SpotBugs: Prevent Finalizer attack using validated 
constructor arguments
     add 3332c92e Use final
     add 7b64d409 Add default constructor (to avoid javadoc warnings failing 
the build)
     add 5fa62675 Lower jacoco tolerances from commons parent
     add 0dd34a73 Remove deprecated PMD rule exclusions
     add 9e19b9bf Exclude false positive Spotbugs errors
     add bc0a18ee SpotBugs: Prevent Finalizer attack using validated 
constructor arguments
     add 6f3ddb5f Remove unnecessary parentheses
     add 1354bd20 Use final
     add d74e10e1 Lower jacoco tolerances from commons parent
     add d7b72b1a Add default constructor (to avoid javadoc warnings failing 
the build)
     add fd1d6d68 Lower jacoco tolerances from commons parent
     add b9c7670a SpotBugs: Prevent Finalizer attack using validated 
constructor arguments
     add 634046e1 Removed unused clirr file
     add 5fb8e06d SpotBugs: Prevent Finalizer attack using validated 
constructor arguments
     add d69f7913 Lower jacoco tolerances from commons parent
     add 3729a5cd Ensure 100% method coverage
     add 8d106a18 Exclude false positive Spotbugs error
     add 75018a80 Relocate build resources out of the site distribution
     add 3a180da2 Lower jacoco tolerances from commons parent

No new revisions were added by this update.

Summary of changes:
 commons-geometry-core/pom.xml                      |  5 ++
 .../geometry/core/internal/SimpleTupleFormat.java  |  2 +-
 .../core/partitioning/bsp/AbstractBSPTree.java     |  5 ++
 .../bsp/AbstractBSPTreeMergeOperator.java          |  5 ++
 .../bsp/AbstractPartitionedRegionBuilder.java      | 32 ++++++++++--
 .../core/internal/SimpleTupleFormatTest.java       |  6 +--
 .../bsp/AbstractBSPTreeMergeOperatorTest.java      |  3 +-
 commons-geometry-enclosing/pom.xml                 |  5 ++
 commons-geometry-euclidean/pom.xml                 |  5 ++
 .../euclidean/AbstractAffineTransformMatrix.java   |  5 ++
 .../geometry/euclidean/AbstractNSphere.java        | 50 +++++++++++++++++--
 .../geometry/euclidean/EuclideanVector.java        |  5 ++
 .../geometry/euclidean/EuclideanVectorSum.java     |  5 ++
 .../euclidean/MultiDimensionalEuclideanVector.java |  5 ++
 .../euclidean/internal/AbstractPathConnector.java  | 10 ++++
 .../twod/path/AbstractLinePathConnector.java       |  6 +++
 .../twod/path/InteriorAngleLinePathConnector.java  | 15 ++++++
 .../geometry/euclidean/twod/shape/Circle.java      | 23 ++++++---
 .../euclidean/threed/RegionBSPTree3DTest.java      |  2 +-
 .../twod/path/AbstractLinePathConnectorTest.java   |  2 +-
 .../geometry/io/core/internal/CharReadBuffer.java  | 58 +++++++++++++++++++---
 commons-geometry-io-euclidean/pom.xml              |  5 ++
 .../io/euclidean/threed/SimpleFacetDefinition.java | 27 ++++++++--
 .../threed/txt/TextFacetDefinitionReader.java      | 36 ++++++++++----
 .../threed/txt/TextFacetDefinitionReaderTest.java  | 17 +++++--
 commons-geometry-spherical/pom.xml                 |  5 ++
 .../twod/AbstractGreatArcPathConnectorTest.java    |  2 +-
 pom.xml                                            | 22 ++++----
 src/changes/changes.xml                            |  4 +-
 .../checkstyle/checkstyle-suppressions.xml         |  0
 .../resources => conf}/checkstyle/checkstyle.xml   |  0
 .../checkstyle/license-header.txt                  |  0
 src/{main/resources => conf}/pmd/pmd-ruleset.xml   |  6 +--
 .../spotbugs/spotbugs-exclude-filter.xml           | 19 +++++++
 src/main/resources/clirr/clirr-ignored.xml         | 21 --------
 35 files changed, 333 insertions(+), 85 deletions(-)
 rename src/{main/resources => conf}/checkstyle/checkstyle-suppressions.xml 
(100%)
 rename src/{main/resources => conf}/checkstyle/checkstyle.xml (100%)
 rename src/{main/resources => conf}/checkstyle/license-header.txt (100%)
 rename src/{main/resources => conf}/pmd/pmd-ruleset.xml (93%)
 rename src/{main/resources => conf}/spotbugs/spotbugs-exclude-filter.xml (84%)
 delete mode 100644 src/main/resources/clirr/clirr-ignored.xml

Reply via email to