PMD Results
The following document contains the results of PMD 6.55.0.
PMD found no problems in your source code.
Suppressed Violations
Filename | Rule message | Suppression type | Reason |
---|---|---|---|
org/hipparchus/stat/LocalizedStatFormats.java | Avoid empty catch blocks | nopmd | |
org/hipparchus/stat/descriptive/AbstractStorelessUnivariateStatistic.java | Avoid unnecessary constructors - the compiler will generate these for you | nopmd | - unnecessary constructor added intentionally to make javadoc happy |
org/hipparchus/stat/descriptive/AbstractUnivariateStatistic.java | Returning 'storedData' may expose an internal array. | nopmd | - returning an internal array is intentional and documented here |
org/hipparchus/stat/fitting/EmpiricalDistribution.java | The user-supplied array 'in' is stored directly. | nopmd | - storing a reference to the array is intentional and documented here |
org/hipparchus/stat/fitting/MultivariateNormalMixtureExpectationMaximization.java | The user-supplied array 'data' is stored directly. | nopmd | - storing a reference to the array is intentional and documented here |
org/hipparchus/stat/fitting/MultivariateNormalMixtureExpectationMaximization.java | Returning 'row' may expose an internal array. | nopmd | - returning a reference to an internal array is documented here |
org/hipparchus/stat/inference/BinomialTest.java | The class 'BinomialTest' might be a test class, but it contains no test cases. | nopmd | - this is not a Junit test class, PMD false positive here |
org/hipparchus/stat/inference/BinomialTest.java | Avoid unnecessary constructors - the compiler will generate these for you | nopmd | - unnecessary constructor added intentionally to make javadoc happy |
org/hipparchus/stat/inference/ChiSquareTest.java | The class 'ChiSquareTest' might be a test class, but it contains no test cases. | nopmd | - this is not a Junit test class, PMD false positive here |
org/hipparchus/stat/inference/ChiSquareTest.java | Avoid unnecessary constructors - the compiler will generate these for you | nopmd | - unnecessary constructor added intentionally to make javadoc happy |
org/hipparchus/stat/inference/GTest.java | The class 'GTest' might be a test class, but it contains no test cases. | nopmd | - this is not a Junit test class, PMD false positive here |
org/hipparchus/stat/inference/GTest.java | Avoid unnecessary constructors - the compiler will generate these for you | nopmd | - unnecessary constructor added intentionally to make javadoc happy |
org/hipparchus/stat/inference/KolmogorovSmirnovTest.java | The class 'KolmogorovSmirnovTest' might be a test class, but it contains no test cases. | nopmd | - this is not a Junit test class, PMD false positive here |
org/hipparchus/stat/inference/MannWhitneyUTest.java | The class 'MannWhitneyUTest' might be a test class, but it contains no test cases. | nopmd | - this is not a Junit test class, PMD false positive here |
org/hipparchus/stat/inference/OneWayAnova.java | Avoid unnecessary constructors - the compiler will generate these for you | nopmd | - unnecessary constructor added intentionally to make javadoc happy |
org/hipparchus/stat/inference/TTest.java | The class 'TTest' might be a test class, but it contains no test cases. | nopmd | - this is not a Junit test class, PMD false positive here |
org/hipparchus/stat/inference/TTest.java | Avoid unnecessary constructors - the compiler will generate these for you | nopmd | - unnecessary constructor added intentionally to make javadoc happy |
org/hipparchus/stat/inference/WilcoxonSignedRankTest.java | The class 'WilcoxonSignedRankTest' might be a test class, but it contains no test cases. | nopmd | - this is not a Junit test class, PMD false positive here |
org/hipparchus/stat/regression/AbstractMultipleLinearRegression.java | Avoid unnecessary constructors - the compiler will generate these for you | nopmd | - unnecessary constructor added intentionally to make javadoc happy |
org/hipparchus/stat/regression/GLSMultipleLinearRegression.java | Avoid unnecessary constructors - the compiler will generate these for you | nopmd | - unnecessary constructor added intentionally to make javadoc happy |
org/hipparchus/stat/regression/MillerUpdatingRegression.java | Return an empty collection rather than null. | nopmd | |
org/hipparchus/stat/regression/MillerUpdatingRegression.java | Return an empty collection rather than null. | nopmd | |
org/hipparchus/stat/regression/RegressionResults.java | Return an empty collection rather than null. | nopmd | |
org/hipparchus/stat/regression/RegressionResults.java | Return an empty collection rather than null. | nopmd | |
org/hipparchus/stat/regression/RegressionResults.java | The user-supplied array 'parameters' is stored directly. | nopmd | - storing a reference to the array is controlled by a user-supplied parameter |
org/hipparchus/stat/regression/RegressionResults.java | The user-supplied array 'varcov' is stored directly. | nopmd | - storing a reference to the array is controlled by a user-supplied parameter |