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 6efbd703 Track changes
     new ed83e6a4 Remove unused range arguments when creating the updating 
interval.
     new 69611f4c Sonar fix: removed unused assignment
     new c0657cc3 Sonar fix: use method reference
     new d3e93169 Sonar fix: Remove commented out code (ported from Commons 
Math)
     new 1d23c599 Sonar fix: Remove unused code
     new 303a312b Sonar fix: use method reference
     new 545e60f4 Sonar fix: reuse identical method implementation
     new ed0ba099 Sonar fix: use method reference
     new e109a4b4 Sonar fix: reuse catch block
     new ea6b2acb Sonar fix: use method reference
     new aeed8e10 Sonar fix: remove useless assignment
     new 6490f24b Remove unused method
     new 06e3a2c2 Sonar fix: use method reference
     new e77df676 Sonar fix: combine catch blocks

The 14 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:
 .../commons/numbers/arrays/IndexSupport.java       |  6 +-
 .../apache/commons/numbers/arrays/QuickSelect.java |  8 +--
 .../commons/numbers/arrays/SelectionTest.java      |  4 +-
 .../apache/commons/numbers/arrays/SortingTest.java |  3 +-
 .../numbers/arrays/UpdatingIntervalTest.java       | 38 +++++-------
 .../numbers/combinatorics/CombinationsTest.java    |  4 +-
 .../commons/numbers/complex/CStandardTest.java     |  4 +-
 .../commons/numbers/complex/ComplexTest.java       | 11 +---
 .../org/apache/commons/numbers/core/DDTest.java    | 72 ++++++++++------------
 .../org/apache/commons/numbers/core/TestUtils.java |  4 +-
 .../apache/commons/numbers/core/UserGuideTest.java |  2 +-
 .../fraction/CommonsLangPortedFractionTest.java    |  1 -
 .../commons/numbers/gamma/BoostBetaTest.java       | 14 -----
 .../apache/commons/numbers/gamma/BoostErfTest.java |  2 +-
 .../apache/commons/numbers/gamma/LogBetaTest.java  |  8 +--
 15 files changed, 67 insertions(+), 114 deletions(-)

Reply via email to