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 7d6f68ea NUMBERS-213: Restore signed zeros within the [from, to) range
new ff171f40 Checkstyle: Remove deprecated JavadocStyle check
new 4e0f4208 Checkstyle: Remove unnecessary parentheses
new 5d9315e7 PMD fix: Remove public keyword from package-private class
new 068e2c11 PMD: Increase declaration usage max distance threshold
new 055e06fe Add summary javadoc
new 6be39335 Checkstyle: Add SummaryJavadoc check
new 280c4ee4 Update commons-parent 103 to 104
The 7 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:
.../main/java/org/apache/commons/numbers/angle/Angle.java | 7 ++++---
.../apache/commons/numbers/arrays/KeyUpdatingInterval.java | 2 +-
.../java/org/apache/commons/numbers/arrays/SortInPlace.java | 10 ++++++----
.../apache/commons/numbers/combinatorics/Combinations.java | 8 ++++----
.../java/org/apache/commons/numbers/complex/Complex.java | 8 ++++++--
.../src/main/java/org/apache/commons/numbers/core/Norm.java | 13 +++++++------
.../java/org/apache/commons/numbers/core/Precision.java | 4 ++--
.../main/java/org/apache/commons/numbers/field/FP64.java | 2 +-
.../org/apache/commons/numbers/fraction/BigFraction.java | 4 ++--
.../numbers/fraction/GeneralizedContinuedFraction.java | 2 +-
.../java/org/apache/commons/numbers/gamma/InvGamma1pm1.java | 2 +-
.../java/org/apache/commons/numbers/gamma/LogGamma1p.java | 2 +-
.../org/apache/commons/numbers/quaternion/Quaternion.java | 12 ++++++------
.../java/org/apache/commons/numbers/quaternion/Slerp.java | 2 +-
.../apache/commons/numbers/quaternion/QuaternionTest.java | 2 +-
pom.xml | 2 +-
src/conf/checkstyle/checkstyle-suppressions.xml | 2 ++
src/conf/checkstyle/checkstyle.xml | 2 +-
src/conf/pmd/pmd-ruleset.xml | 5 +++++
19 files changed, 53 insertions(+), 38 deletions(-)