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


    from 0998fa6  Track changes
     new e23ed4f  Sonar fix: Replace lambda with function reference
     new c4257cd  Update comments to avoid Sonarcloud false positive
     new fdad1f8  Sonar fix: assert throws lambda to have one invocation under 
test
     new ef2a769  Sonar fix: replace lambda with method reference
     new f7f2623  Correct comment
     new 84e42ef  Sonar fix: replace lambda with method reference
     new 070d928  Sonar fix: remove useless assignment
     new e17836c  Sonar fix: remove use of restricted keyword var
     new 510579a  Update comments to avoid Sonarcloud code detection
     new 5174f56  Comment out timing code
     new 32b8ad6  Update comments to avoid Sonarcloud false positives

The 11 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:
 .../descriptive/BaseDoubleStatisticTest.java       |  2 +-
 .../descriptive/BaseIntStatisticTest.java          |  2 +-
 .../descriptive/BaseLongStatisticTest.java         |  2 +-
 .../descriptive/DoubleStatisticsTest.java          |  2 +-
 .../commons/statistics/descriptive/Int128Test.java |  4 ++--
 .../statistics/descriptive/IntStatisticsTest.java  |  2 +-
 .../statistics/descriptive/LongStatisticsTest.java |  2 +-
 .../commons/statistics/descriptive/MeanTest.java   |  4 ++--
 .../commons/statistics/descriptive/MedianTest.java |  6 +++--
 .../statistics/descriptive/QuantileTest.java       | 26 ++++++++++++----------
 .../descriptive/StatisticResultTest.java           | 12 +++++-----
 .../commons/statistics/descriptive/TestData.java   |  2 +-
 .../commons/statistics/descriptive/TestHelper.java |  8 +++----
 .../statistics/descriptive/UInt128Test.java        | 10 ++++-----
 .../statistics/descriptive/UInt192Test.java        | 18 +++++++--------
 .../statistics/descriptive/VarianceTest.java       |  4 ++--
 .../distribution/NakagamiDistributionTest.java     |  2 +-
 .../distribution/PoissonDistributionTest.java      |  3 +--
 .../distribution/TrapezoidalDistributionTest.java  |  4 ++--
 .../TruncatedNormalDistributionTest.java           | 18 +++++++--------
 .../statistics/distribution/UserGuideTest.java     |  4 ++--
 .../KolmogorovSmirnovDistributionTest.java         | 23 ++++++++++---------
 .../inference/KolmogorovSmirnovTestTest.java       |  3 +--
 23 files changed, 83 insertions(+), 80 deletions(-)

Reply via email to