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-numbers.git


    from 0962c68a Sonar fix: Remove useless assignment
     new 5a4299d5 Update commons parent 65 to 71
     new 2000790f Remove redundant cliir config
     new cbfd89e8 Move plugin resources to src/conf
     new dab4955e Update for PMD 7
     new 852f10b2 PMD fix: Add package-private constructor for private class
     new 0bbab44b Spotbugs exclusions for the core module
     new 37fb692a Drop redundant jacoco change from commons parent
     new bbd622ff Increase coverage for PrecisionTest
     new 143c5c0c PMD fix: use final
     new 00c3dc0b PMD fix: Remove unnecessary qualification of scope
     new 8f21bece Increase coverage for Primes test
     new e3fe38bd Remove unreachable code
     new 99ecbe1d Locally cache the array of equivalence classes
     new cc3566ef Remove unused return value
     new 3a47692b PMD fix: Remove explicit boxing
     new 85ec2ccb PMD fix: Add package-private constructor
     new 35e0bbf1 Update jacoco limits for quaternion module
     new 609e7674 Remove unreachable code in conversion to floating-point value
     new b84ac704 PMD fix: use package-private constructor
     new 930ce2c6 PMD fix: Remove unnecessary qualifier
     new e5d4e05a Update spotbugs exclusions for gamma module
     new b55d7911 PMD fix: Use final
     new cb4c791b Remove unreachable code
     new 00036b01 Update jacoco limits for gamma module
     new 1af7b47b PMD fix: Use final
     new f2f1d6f3 PMD fix: Remove unused parameters
     new 1bb7e76c PMD fix: Use final
     new aa56c587 Skip CPD for BOM and JMH modules
     new d9cbc0c2 Increase coverage for BrentSolver
     new a143d531 Use assertThrows
     new c7b38b3f Update jacoco limits for root solver module

The 31 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:
 .../org/apache/commons/numbers/angle/Angle.java    | 12 ++---
 .../commons/numbers/arrays/IndexSupport.java       | 12 ++---
 .../apache/commons/numbers/arrays/QuickSelect.java | 40 ++++++++--------
 commons-numbers-bom/pom.xml                        |  6 ++-
 .../numbers/combinatorics/LogFactorial.java        |  2 +-
 .../apache/commons/numbers/complex/Complex.java    | 30 ++++++------
 .../org/apache/commons/numbers/core/DDMath.java    |  3 ++
 .../apache/commons/numbers/core/PrecisionTest.java |  6 +++
 commons-numbers-docs/pom.xml                       |  5 +-
 commons-numbers-examples/examples-jmh/pom.xml      |  1 +
 .../commons/numbers/fraction/BigFraction.java      |  6 +--
 commons-numbers-gamma/pom.xml                      |  4 ++
 .../apache/commons/numbers/gamma/BoostBeta.java    | 15 +++---
 .../org/apache/commons/numbers/gamma/BoostErf.java | 14 +++---
 .../apache/commons/numbers/gamma/BoostGamma.java   | 12 ++---
 .../org/apache/commons/numbers/gamma/LogBeta.java  | 29 ++++--------
 .../apache/commons/numbers/primes/SmallPrimes.java | 39 +++++++---------
 .../apache/commons/numbers/primes/PrimesTest.java  | 10 +++-
 .../commons/numbers/primes/SmallPrimesTest.java    |  8 +---
 commons-numbers-quaternion/pom.xml                 |  6 +++
 .../apache/commons/numbers/quaternion/Slerp.java   |  3 ++
 commons-numbers-rootfinder/pom.xml                 |  4 ++
 .../numbers/rootfinder/BrentSolverTest.java        | 54 ++++++++++------------
 pom.xml                                            | 23 +++++----
 .../checkstyle/checkstyle-suppressions.xml         |  0
 .../resources => conf}/checkstyle/checkstyle.xml   |  0
 .../checkstyle/license-header.txt                  |  0
 src/{main/resources => conf}/pmd/pmd-ruleset.xml   | 44 ++++++++----------
 .../spotbugs/spotbugs-exclude-filter.xml           | 34 +++++++++++++-
 src/main/resources/clirr/clirr-ignored.xml         | 21 ---------
 30 files changed, 228 insertions(+), 215 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 (82%)
 rename src/{main/resources => conf}/spotbugs/spotbugs-exclude-filter.xml (75%)
 delete mode 100644 src/main/resources/clirr/clirr-ignored.xml

Reply via email to