Checkstyle Results
The following document contains the results of Checkstyle 9.3 with checkstyle.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 34 | 0 | 0 | 180 |
Files
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | NeedBraces | 2 | |
| coding | DeclarationOrder | 3 | |
| HiddenField | 35 | ||
| MagicNumber | 49 | ||
| MultipleStringLiterals | 12 | ||
| ParameterAssignment | 1 | ||
| design | ThrowsCount
|
23 | |
VisibilityModifier
|
3 | ||
| imports | ImportOrder | 3 | |
| javadoc | JavadocPackage | 1 | |
| JavadocStyle | 33 | ||
| misc | TrailingComment | 6 | |
| modifier | RedundantModifier | 6 | |
| sizes | ParameterNumber | 2 | |
| whitespace | FileTabCharacter | 1 |
Details
com/irurueta/algebra/AlgebraException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 18 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 49 |
com/irurueta/algebra/ArrayUtils.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'for' construct must use '{}'s. | 392 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 461 |
com/irurueta/algebra/BuildInfo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'final' modifier. | 129 |
com/irurueta/algebra/CholeskyDecomposer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | ThrowsCount | Throws count is 3 (max allowed is 2). | 278 | |
| design | ThrowsCount | Throws count is 3 (max allowed is 2). | 359 |
com/irurueta/algebra/Complex.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'real' hides a field. | 49 | |
| coding | HiddenField | 'real' hides a field. | 60 | |
| coding | HiddenField | 'imaginary' hides a field. | 60 | |
| coding | HiddenField | 'real' hides a field. | 89 | |
| coding | HiddenField | 'imaginary' hides a field. | 107 | |
| coding | HiddenField | 'real' hides a field. | 117 | |
| coding | HiddenField | 'imaginary' hides a field. | 117 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 186 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 211 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 232 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 357 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 390 | |
| coding | MagicNumber | '0.5' is a magic number. | 406 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 421 |
com/irurueta/algebra/Decomposer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'inputMatrix' hides a field. | 45 | |
| coding | HiddenField | 'inputMatrix' hides a field. | 76 | |
| design | ThrowsCount | Throws count is 3 (max allowed is 2). | 135 |
com/irurueta/algebra/DecomposerException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 48 |
com/irurueta/algebra/EconomyQRDecomposer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | ThrowsCount | Throws count is 3 (max allowed is 2). | 494 | |
| design | ThrowsCount | Throws count is 3 (max allowed is 2). | 541 | |
| design | ThrowsCount | Throws count is 3 (max allowed is 2). | 645 | |
| design | ThrowsCount | Throws count is 3 (max allowed is 2). | 693 |
com/irurueta/algebra/GaussJordanElimination.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 183 |
com/irurueta/algebra/LUDecomposer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | DeclarationOrder | Variable access definition in wrong order. | 50 | |
| design | VisibilityModifier | Variable 'piv' must be private and have accessor methods. | 50 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 55 | |
| design | VisibilityModifier | Variable 'pivSign' must be private and have accessor methods. | 55 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 77 | |
| design | ThrowsCount | Throws count is 3 (max allowed is 2). | 626 | |
| design | ThrowsCount | Throws count is 3 (max allowed is 2). | 677 | |
| design | ThrowsCount | Throws count is 3 (max allowed is 2). | 779 | |
| design | ThrowsCount | Throws count is 3 (max allowed is 2). | 826 |
com/irurueta/algebra/Matrix.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'java.io.Serializable' | 21 | |
| coding | HiddenField | 'rows' hides a field. | 71 | |
| coding | HiddenField | 'columns' hides a field. | 71 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 729 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 854 | |
| coding | HiddenField | 'rows' hides a field. | 873 | |
| coding | HiddenField | 'columns' hides a field. | 873 | |
| coding | HiddenField | 'rows' hides a field. | 887 | |
| coding | HiddenField | 'columns' hides a field. | 887 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1201 | |
| sizes | ParameterNumber | More than 7 parameters (found 9). | 1224 | |
| sizes | ParameterNumber | More than 7 parameters (found 8). | 1387 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1521 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1570 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1608 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1676 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1686 | |
| coding | MagicNumber | '0.5' is a magic number. | 1780 | |
| coding | HiddenField | 'rows' hides a field. | 1961 | |
| coding | HiddenField | 'columns' hides a field. | 1961 |
com/irurueta/algebra/NoConvergenceException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 18 |
com/irurueta/algebra/NormComputer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'final' modifier. | 52 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 60 |
com/irurueta/algebra/QRDecomposer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | DeclarationOrder | Variable access definition in wrong order. | 52 | |
| design | VisibilityModifier | Variable 'sing' must be private and have accessor methods. | 52 | |
| coding | MagicNumber | '0.5' is a magic number. | 160 | |
| misc | TrailingComment | Don't use trailing comments. | 203 | |
| misc | TrailingComment | Don't use trailing comments. | 207 | |
| design | ThrowsCount | Throws count is 3 (max allowed is 2). | 369 | |
| design | ThrowsCount | Throws count is 3 (max allowed is 2). | 421 | |
| design | ThrowsCount | Throws count is 3 (max allowed is 2). | 510 | |
| design | ThrowsCount | Throws count is 3 (max allowed is 2). | 558 |
com/irurueta/algebra/RQDecomposer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 180 | |
| misc | TrailingComment | Don't use trailing comments. | 197 | |
| misc | TrailingComment | Don't use trailing comments. | 198 | |
| misc | TrailingComment | Don't use trailing comments. | 265 |
com/irurueta/algebra/RankDeficientMatrixException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 22 |
com/irurueta/algebra/SingularValueDecomposer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'maxIters' hides a field. | 109 | |
| coding | HiddenField | 'maxIters' hides a field. | 138 | |
| coding | MagicNumber | '0.5' is a magic number. | 238 | |
| coding | HiddenField | 'maxIters' hides a field. | 278 | |
| coding | MagicNumber | '3' is a magic number. | 1534 | |
| coding | MagicNumber | '3' is a magic number. | 1538 |
com/irurueta/algebra/Utils.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| design | ThrowsCount | Throws count is 3 (max allowed is 2). | 164 | |
| design | ThrowsCount | Throws count is 3 (max allowed is 2). | 206 | |
| design | ThrowsCount | Throws count is 3 (max allowed is 2). | 419 | |
| design | ThrowsCount | Throws count is 3 (max allowed is 2). | 442 | |
| design | ThrowsCount | Throws count is 3 (max allowed is 2). | 461 | |
| design | ThrowsCount | Throws count is 3 (max allowed is 2). | 481 | |
| coding | MagicNumber | '3' is a magic number. | 615 | |
| coding | MagicNumber | '3' is a magic number. | 619 | |
| coding | MagicNumber | '3' is a magic number. | 619 | |
| coding | MagicNumber | '3' is a magic number. | 620 | |
| coding | MagicNumber | '3' is a magic number. | 620 | |
| coding | MagicNumber | '9' is a magic number. | 661 | |
| coding | MagicNumber | '3' is a magic number. | 661 | |
| coding | MultipleStringLiterals | The String "jacobian must be 9x3" appears 2 times in the file. | 662 | |
| coding | MagicNumber | '5' is a magic number. | 669 | |
| coding | MagicNumber | '7' is a magic number. | 670 | |
| coding | MagicNumber | '6' is a magic number. | 673 | |
| coding | MagicNumber | '3' is a magic number. | 676 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 709 | |
| coding | MagicNumber | '3' is a magic number. | 721 | |
| coding | MagicNumber | '3' is a magic number. | 721 | |
| coding | MagicNumber | '3' is a magic number. | 723 | |
| coding | MagicNumber | '3' is a magic number. | 723 | |
| coding | MagicNumber | '3' is a magic number. | 764 | |
| coding | MagicNumber | '3' is a magic number. | 766 | |
| coding | MagicNumber | '9' is a magic number. | 804 | |
| coding | MagicNumber | '3' is a magic number. | 804 | |
| coding | MagicNumber | '5' is a magic number. | 812 | |
| coding | MagicNumber | '7' is a magic number. | 813 | |
| coding | MagicNumber | '6' is a magic number. | 816 | |
| coding | MagicNumber | '3' is a magic number. | 819 | |
| coding | MagicNumber | '3' is a magic number. | 849 | |
| coding | MagicNumber | '3' is a magic number. | 851 | |
| coding | MagicNumber | '3' is a magic number. | 893 | |
| coding | MagicNumber | '3' is a magic number. | 893 | |
| coding | MultipleStringLiterals | The String "if provided jacobian of v1 is not 3x3" appears 2 times in the file. | 894 | |
| coding | MagicNumber | '3' is a magic number. | 896 | |
| coding | MagicNumber | '3' is a magic number. | 896 | |
| coding | MultipleStringLiterals | The String "if provided jacobian of v2 is not 3x3" appears 2 times in the file. | 897 | |
| coding | MagicNumber | '3' is a magic number. | 939 | |
| coding | MagicNumber | '3' is a magic number. | 939 | |
| coding | MagicNumber | '3' is a magic number. | 939 | |
| coding | MagicNumber | '3' is a magic number. | 975 | |
| coding | MagicNumber | '3' is a magic number. | 975 | |
| coding | MagicNumber | '3' is a magic number. | 1014 | |
| coding | MagicNumber | '3' is a magic number. | 1014 | |
| coding | MagicNumber | '3' is a magic number. | 1017 | |
| coding | MagicNumber | '3' is a magic number. | 1017 | |
| coding | MagicNumber | '3' is a magic number. | 1063 | |
| coding | MagicNumber | '3' is a magic number. | 1063 | |
| coding | MagicNumber | '3' is a magic number. | 1097 | |
| coding | MagicNumber | '3' is a magic number. | 1097 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1200 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1214 | |
| coding | MultipleStringLiterals | The String "first operand must be 1xN, and second operand must be Nx1" appears 2 times in the file. | 1277 | |
| coding | MultipleStringLiterals | The String "matrix must be square" appears 2 times in the file. | 1368 | |
| coding | MultipleStringLiterals | The String "pos must be lower than rows" appears 2 times in the file. | 1371 | |
| coding | MultipleStringLiterals | The String "pos must be greater than 0" appears 2 times in the file. | 1374 | |
| coding | ParameterAssignment | Assignment of parameter 'pos' is not allowed. | 1404 | |
| misc | TrailingComment | Don't use trailing comments. | 1422 |
com/irurueta/statistics/MultivariateGaussianRandomizer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | 1 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Random' | 24 | |
| coding | HiddenField | 'internalRandom' hides a field. | 71 | |
| coding | HiddenField | 'mean' hides a field. | 96 | |
| coding | HiddenField | 'covariance' hides a field. | 96 | |
| coding | HiddenField | 'internalRandom' hides a field. | 116 | |
| coding | HiddenField | 'mean' hides a field. | 116 | |
| coding | HiddenField | 'covariance' hides a field. | 116 | |
| coding | HiddenField | 'mean' hides a field. | 155 | |
| coding | HiddenField | 'covariance' hides a field. | 155 |
com/irurueta/statistics/MultivariateNormalDist.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 20 | |
| coding | MultipleStringLiterals | The String "number of dimensions must be greater than zero" appears 2 times in the file. | 68 | |
| coding | HiddenField | 'mu' hides a field. | 143 | |
| coding | HiddenField | 'cov' hides a field. | 178 | |
| coding | HiddenField | 'cov' hides a field. | 192 | |
| coding | MultipleStringLiterals | The String "covariance matrix must be square" appears 2 times in the file. | 195 | |
| coding | HiddenField | 'mu' hides a field. | 230 | |
| coding | HiddenField | 'cov' hides a field. | 230 | |
| coding | HiddenField | 'mu' hides a field. | 252 | |
| coding | HiddenField | 'cov' hides a field. | 252 | |
| design | ThrowsCount | Throws count is 3 (max allowed is 2). | 332 | |
| coding | MultipleStringLiterals | The String "length of point must be equal to the length of mean" appears 2 times in the file. | 339 | |
| coding | MagicNumber | '-0.5' is a magic number. | 350 | |
| coding | MultipleStringLiterals | The String "mean and covariance not provided or invalid" appears 2 times in the file. | 472 | |
| coding | MultipleStringLiterals | The String "mean not defined" appears 2 times in the file. | 532 | |
| design | ThrowsCount | Throws count is 4 (max allowed is 2). | 772 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 958 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 966 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 966 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 966 |
