Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos info Warnings warning Errors error
244 0 0 292

Files

Files info warning error
org/apache/commons/math/stat/descriptive/summary/Product.java 0 0 3
org/apache/commons/math/stat/descriptive/summary/SumOfSquares.java 0 0 3
org/apache/commons/math/stat/descriptive/moment/StandardDeviation.java 0 0 3
org/apache/commons/math/stat/descriptive/AbstractStorelessUnivariateStatistic.java 0 0 8
org/apache/commons/math/stat/descriptive/rank/Min.java 0 0 3
org/apache/commons/math/stat/descriptive/moment/Skewness.java 0 0 2
org/apache/commons/math/stat/descriptive/moment/ThirdMoment.java 0 0 2
org/apache/commons/math/stat/descriptive/moment/FirstMoment.java 0 0 3
org/apache/commons/math/stat/inference/OneWayAnovaImpl.java 0 0 3
org/apache/commons/math/stat/descriptive/moment/FourthMoment.java 0 0 2
org/apache/commons/math/stat/inference/ChiSquareTestImpl.java 0 0 1
org/apache/commons/math/stat/descriptive/moment/GeometricMean.java 0 0 4
org/apache/commons/math/stat/descriptive/SynchronizedMultivariateSummaryStatistics.java 0 0 38
org/apache/commons/math/stat/descriptive/moment/Mean.java 0 0 3
org/apache/commons/math/stat/descriptive/moment/Kurtosis.java 0 0 3
org/apache/commons/math/stat/descriptive/SynchronizedDescriptiveStatistics.java 0 0 6
org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.java 0 0 31
org/apache/commons/math/stat/descriptive/AbstractUnivariateStatistic.java 0 0 6
org/apache/commons/math/stat/descriptive/summary/Sum.java 0 0 3
org/apache/commons/math/stat/inference/TestUtils.java 0 0 155
org/apache/commons/math/stat/descriptive/moment/SecondMoment.java 0 0 2
org/apache/commons/math/stat/descriptive/rank/Max.java 0 0 3
org/apache/commons/math/stat/descriptive/summary/SumOfLogs.java 0 0 3
org/apache/commons/math/stat/descriptive/moment/Variance.java 0 0 2

Details

org/apache/commons/math/stat/descriptive/summary/Product.java

Violation Message Line
error Expected @param tag for 'd'. 60
error Expected an @return tag. 72
error Expected an @return tag. 79

org/apache/commons/math/stat/descriptive/summary/SumOfSquares.java

Violation Message Line
error Expected @param tag for 'd'. 60
error Expected an @return tag. 72
error Expected an @return tag. 79

org/apache/commons/math/stat/descriptive/moment/StandardDeviation.java

Violation Message Line
error Expected @param tag for 'd'. 98
error Expected an @return tag. 105
error Expected an @return tag. 112

org/apache/commons/math/stat/descriptive/AbstractStorelessUnivariateStatistic.java

Violation Message Line
error Expected an @return tag. 57
error Expected @param tag for 'values'. 57
error Expected an @return tag. 82
error Expected @param tag for 'values'. 82
error Expected @param tag for 'begin'. 82
error Expected @param tag for 'length'. 82
error Expected an @return tag. 98
error Expected @param tag for 'd'. 103

org/apache/commons/math/stat/descriptive/rank/Min.java

Violation Message Line
error Expected @param tag for 'd'. 62
error Expected an @return tag. 80
error Expected an @return tag. 87

org/apache/commons/math/stat/descriptive/moment/Skewness.java

Violation Message Line
error Expected @param tag for 'd'. 76
error Expected an @return tag. 107

org/apache/commons/math/stat/descriptive/moment/ThirdMoment.java

Violation Message Line
error Expected @param tag for 'd'. 73
error Expected an @return tag. 88

org/apache/commons/math/stat/descriptive/moment/FirstMoment.java

Violation Message Line
error Expected @param tag for 'd'. 86
error Expected an @return tag. 110
error Expected an @return tag. 117

org/apache/commons/math/stat/inference/OneWayAnovaImpl.java

Violation Message Line
error Missing a Javadoc comment. 191
error Missing a Javadoc comment. 192
error Missing a Javadoc comment. 193

org/apache/commons/math/stat/descriptive/moment/FourthMoment.java

Violation Message Line
error Expected @param tag for 'd'. 72
error Expected an @return tag. 94

org/apache/commons/math/stat/inference/ChiSquareTestImpl.java

Violation Message Line
error Expected an @return tag. 338

org/apache/commons/math/stat/descriptive/moment/GeometricMean.java

Violation Message Line
error Expected @param tag for 'sumOfLogs'. 65
error Expected @param tag for 'd'. 72
error Expected an @return tag. 79
error Expected an @return tag. 119

org/apache/commons/math/stat/descriptive/SynchronizedMultivariateSummaryStatistics.java

Violation Message Line
error Expected @param tag for 'value'. 54
error Expected @throws tag for 'DimensionMismatchException'. 55
error Expected an @return tag. 62
error Expected an @return tag. 69
error Expected an @return tag. 76
error Expected an @return tag. 83
error Expected an @return tag. 90
error Expected an @return tag. 97
error Expected an @return tag. 104
error Expected an @return tag. 111
error Expected an @return tag. 118
error Expected an @return tag. 125
error Expected an @return tag. 132
error Expected an @return tag. 139
error Expected an @return tag. 153
error Expected @param tag for 'object'. 153
error Expected an @return tag. 160
error Expected an @return tag. 167
error Expected @param tag for 'sumImpl'. 174
error Expected @throws tag for 'DimensionMismatchException'. 175
error Expected an @return tag. 182
error Expected @param tag for 'sumsqImpl'. 189
error Expected @throws tag for 'DimensionMismatchException'. 190
error Expected an @return tag. 197
error Expected @param tag for 'minImpl'. 204
error Expected @throws tag for 'DimensionMismatchException'. 205
error Expected an @return tag. 212
error Expected @param tag for 'maxImpl'. 219
error Expected @throws tag for 'DimensionMismatchException'. 220
error Expected an @return tag. 227
error Expected @param tag for 'sumLogImpl'. 234
error Expected @throws tag for 'DimensionMismatchException'. 235
error Expected an @return tag. 242
error Expected @param tag for 'geoMeanImpl'. 249
error Expected @throws tag for 'DimensionMismatchException'. 250
error Expected an @return tag. 257
error Expected @param tag for 'meanImpl'. 264
error Expected @throws tag for 'DimensionMismatchException'. 265

org/apache/commons/math/stat/descriptive/moment/Mean.java

Violation Message Line
error Expected @param tag for 'd'. 94
error Expected an @return tag. 112
error Expected an @return tag. 119

org/apache/commons/math/stat/descriptive/moment/Kurtosis.java

Violation Message Line
error Expected @param tag for 'd'. 78
error Expected an @return tag. 90
error Expected an @return tag. 122

org/apache/commons/math/stat/descriptive/SynchronizedDescriptiveStatistics.java

Violation Message Line
error Expected @param tag for 'v'. 55
error Expected an @return tag. 78
error Expected @param tag for 'index'. 78
error Expected an @return tag. 85
error Expected an @return tag. 101
error Expected @param tag for 'windowSize'. 116

org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.java

Violation Message Line
error Expected an @return tag. 47
error Expected @param tag for 'value'. 54
error Expected an @return tag. 61
error Expected an @return tag. 68
error Expected an @return tag. 75
error Expected an @return tag. 82
error Expected an @return tag. 89
error Expected an @return tag. 96
error Expected an @return tag. 103
error Expected an @return tag. 110
error Expected an @return tag. 117
error Expected an @return tag. 124
error Expected an @return tag. 138
error Expected @param tag for 'object'. 138
error Expected an @return tag. 145
error Expected an @return tag. 152
error Expected @param tag for 'sumImpl'. 159
error Expected an @return tag. 166
error Expected @param tag for 'sumsqImpl'. 173
error Expected an @return tag. 180
error Expected @param tag for 'minImpl'. 187
error Expected an @return tag. 194
error Expected @param tag for 'maxImpl'. 201
error Expected an @return tag. 208
error Expected @param tag for 'sumLogImpl'. 215
error Expected an @return tag. 222
error Expected @param tag for 'geoMeanImpl'. 229
error Expected an @return tag. 236
error Expected @param tag for 'meanImpl'. 243
error Expected an @return tag. 250
error Expected @param tag for 'varianceImpl'. 257

org/apache/commons/math/stat/descriptive/AbstractUnivariateStatistic.java

Violation Message Line
error Expected an @return tag. 43
error Expected @param tag for 'values'. 43
error Expected an @return tag. 51
error Expected @param tag for 'values'. 51
error Expected @param tag for 'begin'. 51
error Expected @param tag for 'length'. 51

org/apache/commons/math/stat/descriptive/summary/Sum.java

Violation Message Line
error Expected @param tag for 'd'. 60
error Expected an @return tag. 72
error Expected an @return tag. 79

org/apache/commons/math/stat/inference/TestUtils.java

Violation Message Line
error Expected an @return tag. 134
error Expected @param tag for 'sample1'. 134
error Expected @param tag for 'sample2'. 134
error Expected @throws tag for 'IllegalArgumentException'. 135
error Expected an @return tag. 142
error Expected @param tag for 'sampleStats1'. 142
error Expected @param tag for 'sampleStats2'. 143
error Expected @throws tag for 'IllegalArgumentException'. 144
error Expected an @return tag. 151
error Expected @param tag for 'sample1'. 151
error Expected @param tag for 'sample2'. 151
error Expected @param tag for 'alpha'. 152
error Expected @throws tag for 'IllegalArgumentException'. 153
error Expected @throws tag for 'MathException'. 153
error Expected an @return tag. 160
error Expected @param tag for 'sample1'. 160
error Expected @param tag for 'sample2'. 160
error Expected @throws tag for 'IllegalArgumentException'. 161
error Expected @throws tag for 'MathException'. 161
error Expected an @return tag. 168
error Expected @param tag for 'sampleStats1'. 168
error Expected @param tag for 'sampleStats2'. 169
error Expected @throws tag for 'IllegalArgumentException'. 170
error Expected @throws tag for 'MathException'. 170
error Expected an @return tag. 177
error Expected @param tag for 'sample1'. 177
error Expected @param tag for 'sample2'. 177
error Expected @throws tag for 'IllegalArgumentException'. 178
error Expected @throws tag for 'MathException'. 178
error Expected an @return tag. 185
error Expected @param tag for 'sample1'. 185
error Expected @param tag for 'sample2'. 185
error Expected @param tag for 'alpha'. 186
error Expected @throws tag for 'IllegalArgumentException'. 187
error Expected @throws tag for 'MathException'. 187
error Expected an @return tag. 194
error Expected @param tag for 'sample1'. 194
error Expected @param tag for 'sample2'. 194
error Expected @throws tag for 'IllegalArgumentException'. 195
error Expected @throws tag for 'MathException'. 195
error Expected an @return tag. 202
error Expected @param tag for 'mu'. 202
error Expected @param tag for 'observed'. 202
error Expected @throws tag for 'IllegalArgumentException'. 203
error Expected an @return tag. 210
error Expected @param tag for 'mu'. 210
error Expected @param tag for 'sampleStats'. 210
error Expected @throws tag for 'IllegalArgumentException'. 211
error Expected an @return tag. 218
error Expected @param tag for 'sample1'. 218
error Expected @param tag for 'sample2'. 218
error Expected @throws tag for 'IllegalArgumentException'. 219
error Expected an @return tag. 226
error Expected @param tag for 'sampleStats1'. 226
error Expected @param tag for 'sampleStats2'. 227
error Expected @throws tag for 'IllegalArgumentException'. 228
error Expected an @return tag. 235
error Expected @param tag for 'mu'. 235
error Expected @param tag for 'sample'. 235
error Expected @param tag for 'alpha'. 235
error Expected @throws tag for 'IllegalArgumentException'. 236
error Expected @throws tag for 'MathException'. 236
error Expected an @return tag. 243
error Expected @param tag for 'mu'. 243
error Expected @param tag for 'sample'. 243
error Expected @throws tag for 'IllegalArgumentException'. 244
error Expected @throws tag for 'MathException'. 244
error Expected an @return tag. 251
error Expected @param tag for 'mu'. 251
error Expected @param tag for 'sampleStats'. 251
error Expected @param tag for 'alpha'. 252
error Expected @throws tag for 'IllegalArgumentException'. 253
error Expected @throws tag for 'MathException'. 253
error Expected an @return tag. 260
error Expected @param tag for 'mu'. 260
error Expected @param tag for 'sampleStats'. 260
error Expected @throws tag for 'IllegalArgumentException'. 261
error Expected @throws tag for 'MathException'. 261
error Expected an @return tag. 268
error Expected @param tag for 'sample1'. 268
error Expected @param tag for 'sample2'. 268
error Expected @param tag for 'alpha'. 268
error Expected @throws tag for 'IllegalArgumentException'. 269
error Expected @throws tag for 'MathException'. 269
error Expected an @return tag. 276
error Expected @param tag for 'sample1'. 276
error Expected @param tag for 'sample2'. 276
error Expected @throws tag for 'IllegalArgumentException'. 277
error Expected @throws tag for 'MathException'. 277
error Expected an @return tag. 284
error Expected @param tag for 'sampleStats1'. 284
error Expected @param tag for 'sampleStats2'. 285
error Expected @param tag for 'alpha'. 285
error Expected @throws tag for 'IllegalArgumentException'. 286
error Expected @throws tag for 'MathException'. 286
error Expected an @return tag. 293
error Expected @param tag for 'sampleStats1'. 293
error Expected @param tag for 'sampleStats2'. 294
error Expected @throws tag for 'IllegalArgumentException'. 295
error Expected @throws tag for 'MathException'. 295
error Expected an @return tag. 302
error Expected @param tag for 'expected'. 302
error Expected @param tag for 'observed'. 302
error Expected @throws tag for 'IllegalArgumentException'. 303
error Expected an @return tag. 310
error Expected @param tag for 'counts'. 310
error Expected @throws tag for 'IllegalArgumentException'. 311
error Expected an @return tag. 318
error Expected @param tag for 'expected'. 318
error Expected @param tag for 'observed'. 318
error Expected @param tag for 'alpha'. 319
error Expected @throws tag for 'IllegalArgumentException'. 320
error Expected @throws tag for 'MathException'. 320
error Expected an @return tag. 327
error Expected @param tag for 'expected'. 327
error Expected @param tag for 'observed'. 327
error Expected @throws tag for 'IllegalArgumentException'. 328
error Expected @throws tag for 'MathException'. 328
error Expected an @return tag. 335
error Expected @param tag for 'counts'. 335
error Expected @param tag for 'alpha'. 335
error Expected @throws tag for 'IllegalArgumentException'. 336
error Expected @throws tag for 'MathException'. 336
error Expected an @return tag. 343
error Expected @param tag for 'counts'. 343
error Expected @throws tag for 'IllegalArgumentException'. 344
error Expected @throws tag for 'MathException'. 344
error Expected an @return tag. 353
error Expected @param tag for 'observed1'. 353
error Expected @param tag for 'observed2'. 353
error Expected @throws tag for 'IllegalArgumentException'. 354
error Expected an @return tag. 363
error Expected @param tag for 'observed1'. 363
error Expected @param tag for 'observed2'. 363
error Expected @throws tag for 'IllegalArgumentException'. 364
error Expected @throws tag for 'MathException'. 364
error Expected an @return tag. 374
error Expected @param tag for 'observed1'. 374
error Expected @param tag for 'observed2'. 374
error Expected @param tag for 'alpha'. 375
error Expected @throws tag for 'IllegalArgumentException'. 376
error Expected @throws tag for 'MathException'. 376
error Expected an @return tag. 385
error Expected @param tag for 'categoryData'. 385
error Expected @throws tag for 'IllegalArgumentException'. 386
error Expected @throws tag for 'MathException'. 386
error Expected an @return tag. 395
error Expected @param tag for 'categoryData'. 395
error Expected @throws tag for 'IllegalArgumentException'. 396
error Expected @throws tag for 'MathException'. 396
error Expected an @return tag. 405
error Expected @param tag for 'categoryData'. 405
error Expected @param tag for 'alpha'. 405
error Expected @throws tag for 'IllegalArgumentException'. 406
error Expected @throws tag for 'MathException'. 406

org/apache/commons/math/stat/descriptive/moment/SecondMoment.java

Violation Message Line
error Expected @param tag for 'd'. 64
error Expected an @return tag. 83

org/apache/commons/math/stat/descriptive/rank/Max.java

Violation Message Line
error Expected @param tag for 'd'. 60
error Expected an @return tag. 78
error Expected an @return tag. 85

org/apache/commons/math/stat/descriptive/summary/SumOfLogs.java

Violation Message Line
error Expected @param tag for 'd'. 68
error Expected an @return tag. 76
error Expected an @return tag. 87

org/apache/commons/math/stat/descriptive/moment/Variance.java

Violation Message Line
error Expected an @return tag. 152
error Expected an @return tag. 169