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 c93d0cd4 pmd change: allow increment/decrement in assignment
new 51007dd6 pmd fix: avoid reassigning parameters
new 885f2e5a pmd fix: avoid assignment in operand
new 6f2d0060 pmd fix: avoid reassigning loop control variables
new a51cb3f8 pmd fix: use final
new b8cb2dd0 pmd fix: remove unnecessary cast
new 3b61f726 pmd fix: use final
new 47116f30 pmd fix: remove unnecessary cast
new b5a65be1 pmd fix: use final
new a587b036 Update formula ASCII doc for clarity
new d983c16c Use @code in javadoc
new a7f45f14 Update condition tests to have literal on the right
new 7aea6ffa Use else if conditions
new 9c14dad8 Use @code in javadoc
new 6e723279 Remove c-style block comment
new cd1badad Correct javadoc to use @link tag
new d48a3c68 Use final for private class
The 16 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:
.../numbers/arrays/BitIndexUpdatingInterval.java | 6 +-
.../commons/numbers/arrays/IndexSupport.java | 6 +-
.../numbers/arrays/MultidimensionalCounter.java | 9 +-
.../apache/commons/numbers/arrays/QuickSelect.java | 24 +++---
.../org/apache/commons/numbers/arrays/Sorting.java | 2 +-
.../commons/numbers/core/ArithmeticUtils.java | 4 +-
.../java/org/apache/commons/numbers/core/DD.java | 12 +--
.../org/apache/commons/numbers/core/DDMath.java | 2 +-
.../commons/numbers/fraction/BigFraction.java | 4 +-
.../apache/commons/numbers/fraction/Fraction.java | 12 +--
.../fraction/GeneralizedContinuedFraction.java | 4 +-
.../org/apache/commons/numbers/gamma/Trigamma.java | 9 +-
.../org/apache/commons/numbers/primes/Primes.java | 20 ++---
.../apache/commons/numbers/primes/SmallPrimes.java | 99 ++++++++++------------
.../commons/numbers/quaternion/Quaternion.java | 2 +-
15 files changed, 106 insertions(+), 109 deletions(-)