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 32b8ad6 Update comments to avoid Sonarcloud false positives new 69851eb Sonar fix: Avoid use of restricted keyword new b58bd96 Sonar fix: encapsulate division logic in Int128 new 935c09e Correct comment new 2c0a454 Remove useless parentheses new 42e8eb1 Sonar fix: Use all arguments to String format new 48f46c6 Sonar fix: Remove useless assignment in test The 6 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/statistics/descriptive/Int128.java | 18 +++++++++++++ .../commons/statistics/descriptive/IntMath.java | 20 -------------- .../commons/statistics/descriptive/IntMean.java | 2 +- .../commons/statistics/descriptive/LongMean.java | 2 +- .../commons/statistics/descriptive/Int128Test.java | 29 ++++++++++++++++++++ .../statistics/descriptive/IntMathTest.java | 31 ---------------------- .../statistics/descriptive/VarianceTest.java | 4 +-- .../HypergeometricDistributionTest.java | 4 +-- .../TruncatedNormalDistributionTest.java | 2 +- .../commons/statistics/inference/TestUtils.java | 2 +- .../inference/WilcoxonSignedRankTestTest.java | 3 --- 11 files changed, 55 insertions(+), 62 deletions(-)