Checkstyle Results
The following document contains the results of Checkstyle 9.3 with checkstyle.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 227 | 0 | 0 | 992 |
Files
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | NeedBraces | 2 | |
| coding | DeclarationOrder | 11 | |
| ExplicitInitialization | 9 | ||
| HiddenField | 420 | ||
| MagicNumber | 105 | ||
| MultipleStringLiterals | 1 | ||
| ParameterAssignment | 9 | ||
| design | ThrowsCount
|
14 | |
VisibilityModifier
|
4 | ||
| imports | ImportOrder | 28 | |
| indentation | Indentation | 203 | |
| javadoc | JavadocMethod | 1 | |
| JavadocPackage | 7 | ||
| JavadocStyle | 88 | ||
| JavadocVariable | 12 | ||
| misc | NewlineAtEndOfFile | 2 | |
| TrailingComment | 4 | ||
| modifier | RedundantModifier | 67 | |
| naming | ConstantName | 1 | |
| sizes | ParameterNumber | 3 | |
| whitespace | WhitespaceAround | 1 |
Details
com/irurueta/numerical/AccurateMaximumLikelihoodEstimator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'useHistogramInitialSolution' hides a field. | 78 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 95 | |
| coding | HiddenField | 'useHistogramInitialSolution' hides a field. | 109 | |
| coding | HiddenField | 'useHistogramInitialSolution' hides a field. | 135 | |
| coding | MagicNumber | '0.5' is a magic number. | 254 |
com/irurueta/numerical/BuildInfo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'final' modifier. | 129 |
com/irurueta/numerical/ComplexPolynomialEvaluator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'polyParams' hides a field. | 42 |
com/irurueta/numerical/DerivativeEstimator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| coding | HiddenField | 'listener' hides a field. | 43 |
com/irurueta/numerical/DirectionalDerivativeEvaluator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | DeclarationOrder | Variable access definition in wrong order. | 34 | |
| design | VisibilityModifier | Variable 'dft' must be private and have accessor methods. | 34 | |
| coding | HiddenField | 'gradientListener' hides a field. | 51 | |
| coding | HiddenField | 'gradientListener' hides a field. | 80 |
com/irurueta/numerical/DirectionalEvaluator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'listener' hides a field. | 61 | |
| coding | HiddenField | 'point' hides a field. | 61 | |
| coding | HiddenField | 'direction' hides a field. | 61 | |
| coding | HiddenField | 'listener' hides a field. | 82 | |
| coding | HiddenField | 'point' hides a field. | 120 | |
| coding | HiddenField | 'direction' hides a field. | 120 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 129 |
com/irurueta/numerical/ExponentialMatrixEstimator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | ExplicitInitialization | Variable 'rows' explicitly initialized to '0' (default value for its type). | 44 | |
| coding | HiddenField | 'rows' hides a field. | 208 | |
| coding | MagicNumber | '3.0' is a magic number. | 247 |
com/irurueta/numerical/GradientEstimator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'listener' hides a field. | 45 |
com/irurueta/numerical/GradientFunctionEvaluatorListener.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'final' modifier. | 33 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 33 |
com/irurueta/numerical/HistogramMaximumLikelihoodEstimator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 20 | |
| coding | HiddenField | 'numberOfBins' hides a field. | 92 | |
| coding | HiddenField | 'numberOfBins' hides a field. | 111 | |
| coding | HiddenField | 'numberOfBins' hides a field. | 135 | |
| coding | HiddenField | 'numberOfBins' hides a field. | 180 | |
| coding | MagicNumber | '0.5' is a magic number. | 217 | |
| coding | HiddenField | 'gaussian' hides a field. | 272 | |
| coding | HiddenField | 'numberOfBins' hides a field. | 293 |
com/irurueta/numerical/JacobianEstimator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'listener' hides a field. | 49 |
com/irurueta/numerical/MaximumLikelihoodEstimator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'gaussianSigma' hides a field. | 96 | |
| coding | HiddenField | 'inputData' hides a field. | 124 | |
| coding | HiddenField | 'gaussianSigma' hides a field. | 124 | |
| coding | HiddenField | 'minValue' hides a field. | 145 | |
| coding | HiddenField | 'maxValue' hides a field. | 145 | |
| coding | HiddenField | 'inputData' hides a field. | 145 | |
| coding | HiddenField | 'gaussianSigma' hides a field. | 146 | |
| coding | HiddenField | 'minValue' hides a field. | 199 | |
| coding | HiddenField | 'maxValue' hides a field. | 199 | |
| coding | HiddenField | 'inputData' hides a field. | 252 | |
| coding | HiddenField | 'inputData' hides a field. | 274 | |
| coding | HiddenField | 'minValue' hides a field. | 274 | |
| coding | HiddenField | 'maxValue' hides a field. | 274 | |
| coding | HiddenField | 'gaussianSigma' hides a field. | 324 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 412 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 427 | |
| coding | HiddenField | 'minValue' hides a field. | 540 | |
| coding | HiddenField | 'maxValue' hides a field. | 540 | |
| coding | HiddenField | 'gaussianSigma' hides a field. | 558 |
com/irurueta/numerical/MultiDimensionFunctionEvaluatorListener.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'final' modifier. | 35 |
com/irurueta/numerical/MultiVariateFunctionEvaluatorListener.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 31 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 31 |
com/irurueta/numerical/PadeApproximantEstimator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'improveTimes' hides a field. | 92 | |
| coding | HiddenField | 'n' hides a field. | 150 | |
| coding | MagicNumber | '3' is a magic number. | 152 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 158 | |
| coding | HiddenField | 'x' hides a field. | 214 | |
| coding | HiddenField | 'n' hides a field. | 238 | |
| coding | HiddenField | 'numerators' hides a field. | 273 | |
| coding | HiddenField | 'denominators' hides a field. | 273 |
com/irurueta/numerical/RealPolynomialEvaluator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'polyParams' hides a field. | 40 |
com/irurueta/numerical/SingleDimensionFunctionEvaluatorListener.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'final' modifier. | 33 |
com/irurueta/numerical/fitting/Fitter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 |
com/irurueta/numerical/fitting/FittingException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 51 |
com/irurueta/numerical/fitting/LevenbergMarquardtMultiDimensionFitter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 27 | |
| coding | ExplicitInitialization | Variable 'mfit' explicitly initialized to '0' (default value for its type). | 98 | |
| coding | ExplicitInitialization | Variable 'mse' explicitly initialized to '0' (default value for its type). | 109 | |
| coding | HiddenField | 'evaluator' hides a field. | 174 | |
| coding | HiddenField | 'evaluator' hides a field. | 193 | |
| coding | HiddenField | 'evaluator' hides a field. | 214 | |
| coding | HiddenField | 'ndone' hides a field. | 235 | |
| coding | HiddenField | 'itmax' hides a field. | 257 | |
| coding | HiddenField | 'tol' hides a field. | 279 | |
| coding | HiddenField | 'evaluator' hides a field. | 304 | |
| coding | HiddenField | 'adjustCovariance' hides a field. | 426 | |
| coding | MagicNumber | '0.001' is a magic number. | 457 | |
| coding | MagicNumber | '0.1' is a magic number. | 537 | |
| coding | MagicNumber | '10.0' is a magic number. | 548 | |
| coding | HiddenField | 'evaluator' hides a field. | 644 | |
| coding | HiddenField | 'alpha' hides a field. | 674 |
com/irurueta/numerical/fitting/LevenbergMarquardtMultiDimensionFunctionEvaluator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'final' modifier. | 60 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 60 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 60 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 61 |
com/irurueta/numerical/fitting/LevenbergMarquardtMultiVariateFitter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 27 | |
| coding | ExplicitInitialization | Variable 'mfit' explicitly initialized to '0' (default value for its type). | 98 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 113 | |
| design | VisibilityModifier | Variable 'jacobian' must be private and have accessor methods. | 113 | |
| coding | ExplicitInitialization | Variable 'mse' explicitly initialized to '0' (default value for its type). | 118 | |
| coding | HiddenField | 'evaluator' hides a field. | 185 | |
| coding | HiddenField | 'evaluator' hides a field. | 205 | |
| coding | HiddenField | 'evaluator' hides a field. | 227 | |
| coding | HiddenField | 'ndone' hides a field. | 248 | |
| coding | HiddenField | 'itmax' hides a field. | 270 | |
| coding | HiddenField | 'tol' hides a field. | 292 | |
| coding | HiddenField | 'evaluator' hides a field. | 317 | |
| coding | HiddenField | 'adjustCovariance' hides a field. | 440 | |
| coding | MagicNumber | '0.001' is a magic number. | 471 | |
| coding | MagicNumber | '0.1' is a magic number. | 551 | |
| coding | MagicNumber | '10.0' is a magic number. | 562 | |
| coding | HiddenField | 'evaluator' hides a field. | 660 | |
| coding | HiddenField | 'alpha' hides a field. | 690 |
com/irurueta/numerical/fitting/LevenbergMarquardtMultiVariateFunctionEvaluator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 57 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 73 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 73 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 73 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 73 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 74 |
com/irurueta/numerical/fitting/LevenbergMarquardtSingleDimensionFitter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 27 | |
| coding | ExplicitInitialization | Variable 'mfit' explicitly initialized to '0' (default value for its type). | 98 | |
| coding | ExplicitInitialization | Variable 'mse' explicitly initialized to '0' (default value for its type). | 103 | |
| coding | HiddenField | 'evaluator' hides a field. | 168 | |
| coding | HiddenField | 'evaluator' hides a field. | 187 | |
| coding | HiddenField | 'evaluator' hides a field. | 208 | |
| coding | HiddenField | 'ndone' hides a field. | 229 | |
| coding | HiddenField | 'itmax' hides a field. | 251 | |
| coding | HiddenField | 'tol' hides a field. | 273 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 280 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 290 | |
| coding | HiddenField | 'evaluator' hides a field. | 298 | |
| coding | HiddenField | 'adjustCovariance' hides a field. | 426 | |
| coding | MagicNumber | '0.001' is a magic number. | 457 | |
| coding | MagicNumber | '0.1' is a magic number. | 537 | |
| coding | MagicNumber | '10.0' is a magic number. | 548 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 630 | |
| coding | HiddenField | 'evaluator' hides a field. | 637 | |
| coding | HiddenField | 'alpha' hides a field. | 666 |
com/irurueta/numerical/fitting/LevenbergMarquardtSingleDimensionFunctionEvaluator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 53 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 53 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 53 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 53 |
com/irurueta/numerical/fitting/LinearFitterMultiDimensionFunctionEvaluator.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. | 46 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 55 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 55 |
com/irurueta/numerical/fitting/LinearFitterSingleDimensionFunctionEvaluator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 47 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 47 |
com/irurueta/numerical/fitting/MultiDimensionFitter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 20 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 51 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 56 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 61 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 66 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 72 | |
| coding | HiddenField | 'x' hides a field. | 83 | |
| coding | HiddenField | 'y' hides a field. | 83 | |
| coding | HiddenField | 'sig' hides a field. | 83 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 87 | |
| coding | HiddenField | 'x' hides a field. | 99 | |
| coding | HiddenField | 'y' hides a field. | 99 | |
| coding | HiddenField | 'sig' hides a field. | 99 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 103 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 134 | |
| coding | HiddenField | 'x' hides a field. | 148 | |
| coding | HiddenField | 'y' hides a field. | 148 | |
| coding | HiddenField | 'sig' hides a field. | 148 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 160 | |
| coding | HiddenField | 'x' hides a field. | 176 | |
| coding | HiddenField | 'y' hides a field. | 176 | |
| coding | HiddenField | 'sig' hides a field. | 176 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 190 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 199 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 209 |
com/irurueta/numerical/fitting/MultiDimensionLinearFitter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 53 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 68 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 84 | |
| coding | HiddenField | 'evaluator' hides a field. | 91 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 97 | |
| coding | HiddenField | 'evaluator' hides a field. | 112 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 118 | |
| coding | HiddenField | 'evaluator' hides a field. | 134 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 140 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 150 | |
| coding | HiddenField | 'evaluator' hides a field. | 158 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 162 | |
| coding | HiddenField | 'evaluator' hides a field. | 171 |
com/irurueta/numerical/fitting/MultiVariateFitter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 20 | |
| coding | HiddenField | 'x' hides a field. | 85 | |
| coding | HiddenField | 'y' hides a field. | 85 | |
| coding | HiddenField | 'sig' hides a field. | 85 | |
| coding | HiddenField | 'x' hides a field. | 101 | |
| coding | HiddenField | 'y' hides a field. | 101 | |
| coding | HiddenField | 'sig' hides a field. | 101 | |
| coding | HiddenField | 'x' hides a field. | 150 | |
| coding | HiddenField | 'y' hides a field. | 150 | |
| coding | HiddenField | 'sig' hides a field. | 150 | |
| coding | HiddenField | 'x' hides a field. | 177 | |
| coding | HiddenField | 'y' hides a field. | 177 | |
| coding | HiddenField | 'sig' hides a field. | 177 |
com/irurueta/numerical/fitting/SimpleSingleDimensionLinearFitter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 198 |
com/irurueta/numerical/fitting/SingleDimensionFitter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 20 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| coding | HiddenField | 'x' hides a field. | 79 | |
| coding | HiddenField | 'y' hides a field. | 79 | |
| coding | HiddenField | 'sig' hides a field. | 79 | |
| coding | HiddenField | 'x' hides a field. | 94 | |
| coding | HiddenField | 'y' hides a field. | 94 | |
| coding | HiddenField | 'sig' hides a field. | 94 | |
| coding | HiddenField | 'x' hides a field. | 137 | |
| coding | HiddenField | 'y' hides a field. | 137 | |
| coding | HiddenField | 'sig' hides a field. | 137 | |
| coding | HiddenField | 'x' hides a field. | 162 | |
| coding | HiddenField | 'y' hides a field. | 162 | |
| coding | HiddenField | 'sig' hides a field. | 162 |
com/irurueta/numerical/fitting/SingleDimensionLinearFitter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'evaluator' hides a field. | 92 | |
| coding | HiddenField | 'evaluator' hides a field. | 112 | |
| coding | HiddenField | 'evaluator' hides a field. | 134 | |
| coding | HiddenField | 'evaluator' hides a field. | 158 | |
| coding | HiddenField | 'evaluator' hides a field. | 171 |
com/irurueta/numerical/fitting/StraightLineFitter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 55 | |
| coding | HiddenField | 'x' hides a field. | 103 | |
| coding | HiddenField | 'y' hides a field. | 103 | |
| coding | HiddenField | 'x' hides a field. | 119 | |
| coding | HiddenField | 'y' hides a field. | 119 | |
| coding | HiddenField | 'sig' hides a field. | 119 | |
| coding | HiddenField | 'x' hides a field. | 164 | |
| coding | HiddenField | 'y' hides a field. | 164 | |
| coding | HiddenField | 'x' hides a field. | 186 | |
| coding | HiddenField | 'y' hides a field. | 186 | |
| coding | HiddenField | 'sig' hides a field. | 186 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 212 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 221 | |
| coding | MagicNumber | '0.5' is a magic number. | 340 | |
| coding | MagicNumber | '0.5' is a magic number. | 340 |
com/irurueta/numerical/fitting/SvdMultiDimensionLinearFitter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'tol' hides a field. | 156 |
com/irurueta/numerical/fitting/SvdSingleDimensionLinearFitter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | 1 | |
| coding | HiddenField | 'tol' hides a field. | 159 |
com/irurueta/numerical/integration/DoubleExponentialMatrixSingleDimensionFunctionEvaluatorListener.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'final' modifier. | 36 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 36 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 36 |
com/irurueta/numerical/integration/DoubleExponentialRuleMatrixQuadrature.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'listener' hides a field. | 105 | |
| coding | HiddenField | 'a' hides a field. | 105 | |
| coding | HiddenField | 'b' hides a field. | 106 | |
| coding | HiddenField | 'hmax' hides a field. | 106 | |
| coding | HiddenField | 'listener' hides a field. | 132 | |
| coding | HiddenField | 'a' hides a field. | 132 | |
| coding | HiddenField | 'b' hides a field. | 133 | |
| coding | HiddenField | 'listener' hides a field. | 148 | |
| coding | HiddenField | 'a' hides a field. | 148 | |
| coding | HiddenField | 'b' hides a field. | 148 | |
| coding | HiddenField | 'hmax' hides a field. | 149 | |
| coding | HiddenField | 'listener' hides a field. | 177 | |
| coding | HiddenField | 'a' hides a field. | 177 | |
| coding | HiddenField | 'b' hides a field. | 177 | |
| coding | MagicNumber | '0.25' is a magic number. | 206 | |
| coding | MagicNumber | '0.5' is a magic number. | 208 | |
| coding | MagicNumber | '0.5' is a magic number. | 208 | |
| coding | MagicNumber | '0.5' is a magic number. | 219 | |
| coding | MagicNumber | '-2.0' is a magic number. | 222 | |
| coding | MagicNumber | '0.5' is a magic number. | 238 |
com/irurueta/numerical/integration/DoubleExponentialRuleQuadrature.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| coding | HiddenField | 'listener' hides a field. | 68 | |
| coding | HiddenField | 'a' hides a field. | 68 | |
| coding | HiddenField | 'b' hides a field. | 68 | |
| coding | HiddenField | 'hmax' hides a field. | 69 | |
| coding | HiddenField | 'listener' hides a field. | 85 | |
| coding | HiddenField | 'a' hides a field. | 85 | |
| coding | HiddenField | 'b' hides a field. | 85 | |
| coding | HiddenField | 'listener' hides a field. | 99 | |
| coding | HiddenField | 'a' hides a field. | 99 | |
| coding | HiddenField | 'b' hides a field. | 99 | |
| coding | HiddenField | 'hmax' hides a field. | 100 | |
| coding | HiddenField | 'listener' hides a field. | 112 | |
| coding | HiddenField | 'a' hides a field. | 112 | |
| coding | HiddenField | 'b' hides a field. | 112 | |
| coding | MagicNumber | '0.25' is a magic number. | 138 | |
| coding | MagicNumber | '0.5' is a magic number. | 139 | |
| coding | MagicNumber | '0.5' is a magic number. | 139 | |
| coding | MagicNumber | '0.5' is a magic number. | 147 | |
| coding | MagicNumber | '-2.0' is a magic number. | 149 | |
| coding | MagicNumber | '0.5' is a magic number. | 158 |
com/irurueta/numerical/integration/DoubleExponentialRuleQuadratureIntegrator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. | 40 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 6, expected level should be 8. | 43 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. | 44 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. | 54 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 6, expected level should be 8. | 56 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. | 57 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. | 68 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 6, expected level should be 8. | 70 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. | 71 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. | 80 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 6, expected level should be 8. | 82 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. | 83 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. | 97 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 6, expected level should be 8. | 100 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. | 101 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. | 113 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 6, expected level should be 8. | 116 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. | 117 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. | 130 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 6, expected level should be 8. | 133 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. | 134 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. | 145 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 6, expected level should be 8. | 147 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. | 148 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 3, expected level should be 4. | 155 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 8. | 157 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 3, expected level should be 4. | 158 |
com/irurueta/numerical/integration/DoubleExponentialSingleDimensionFunctionEvaluatorListener.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'final' modifier. | 35 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 35 |
com/irurueta/numerical/integration/ExponentialMidPointMatrixQuadrature.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. | 35 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 6, expected level should be 8. | 37 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. | 38 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 3, expected level should be 4. | 45 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 8. | 47 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 3, expected level should be 4. | 48 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 3, expected level should be 4. | 57 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 8. | 59 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 8. | 60 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 3, expected level should be 4. | 61 |
com/irurueta/numerical/integration/InfinityMidPointQuadratureMatrixIntegrator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. | 43 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 6, expected level should be 8. | 46 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. | 47 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. | 57 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 6, expected level should be 8. | 60 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. | 61 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 3, expected level should be 4. | 68 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 8. | 70 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 3, expected level should be 4. | 71 |
com/irurueta/numerical/integration/LowerSquareRootMidPointQuadratureIntegrator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. | 35 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 6, expected level should be 8. | 37 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. | 38 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. | 47 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 6, expected level should be 8. | 49 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. | 50 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 3, expected level should be 4. | 57 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 8. | 59 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 3, expected level should be 4. | 60 |
com/irurueta/numerical/integration/MatrixIntegrator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'final' modifier. | 58 |
com/irurueta/numerical/integration/MatrixQuadrature.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'final' modifier. | 47 |
com/irurueta/numerical/integration/MatrixSingleDimensionFunctionEvaluatorListener.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'final' modifier. | 33 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 33 |
com/irurueta/numerical/integration/MidPointMatrixQuadrature.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | DeclarationOrder | Variable access definition in wrong order. | 66 | |
| coding | HiddenField | 'a' hides a field. | 92 | |
| coding | HiddenField | 'b' hides a field. | 92 | |
| coding | HiddenField | 'listener' hides a field. | 92 | |
| coding | MagicNumber | '0.5' is a magic number. | 155 | |
| coding | MagicNumber | '3' is a magic number. | 161 | |
| coding | MagicNumber | '3.0' is a magic number. | 164 | |
| coding | MagicNumber | '0.5' is a magic number. | 167 | |
| coding | MagicNumber | '3.0' is a magic number. | 182 |
com/irurueta/numerical/integration/MidPointQuadrature.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | DeclarationOrder | Variable access definition in wrong order. | 56 | |
| coding | HiddenField | 'a' hides a field. | 66 | |
| coding | HiddenField | 'b' hides a field. | 66 | |
| coding | HiddenField | 'listener' hides a field. | 66 | |
| coding | MagicNumber | '0.5' is a magic number. | 119 | |
| coding | MagicNumber | '3' is a magic number. | 123 | |
| coding | MagicNumber | '3.0' is a magic number. | 126 | |
| coding | MagicNumber | '0.5' is a magic number. | 129 | |
| coding | MagicNumber | '3.0' is a magic number. | 138 |
com/irurueta/numerical/integration/Quadrature.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'member def modifier' has incorrect indentation level 3, expected level should be 4. | 27 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 3, expected level should be 4. | 34 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 8. | 35 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 3, expected level should be 4. | 36 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 3, expected level should be 4. | 44 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 3, expected level should be 4. | 51 |
com/irurueta/numerical/integration/QuadratureIntegrator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'q' hides a field. | 63 | |
| coding | HiddenField | 'eps' hides a field. | 63 |
com/irurueta/numerical/integration/QuadratureMatrixIntegrator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'q' hides a field. | 65 | |
| coding | HiddenField | 'eps' hides a field. | 65 |
com/irurueta/numerical/integration/QuadratureType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | 1 |
com/irurueta/numerical/integration/RombergDoubleExponentialRuleQuadratureMatrixIntegrator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. | 42 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 6, expected level should be 8. | 45 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. | 46 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. | 58 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 6, expected level should be 8. | 61 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. | 62 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. | 75 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 6, expected level should be 8. | 78 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. | 79 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. | 90 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 6, expected level should be 8. | 93 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. | 94 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. | 108 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 6, expected level should be 8. | 112 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. | 113 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. | 125 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 6, expected level should be 8. | 129 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. | 130 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. | 143 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 6, expected level should be 8. | 146 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. | 147 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. | 158 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 6, expected level should be 8. | 161 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. | 162 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 3, expected level should be 4. | 169 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 8. | 171 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 3, expected level should be 4. | 172 |
com/irurueta/numerical/integration/RombergIntegrator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'q' hides a field. | 88 | |
| coding | HiddenField | 'eps' hides a field. | 88 | |
| coding | MagicNumber | '9.0' is a magic number. | 112 |
com/irurueta/numerical/integration/RombergMatrixIntegrator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'q' hides a field. | 84 | |
| coding | HiddenField | 'eps' hides a field. | 84 | |
| coding | MagicNumber | '9.0' is a magic number. | 137 |
com/irurueta/numerical/integration/RombergTrapezoidalQuadratureIntegrator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | MagicNumber | '0.25' is a magic number. | 107 |
com/irurueta/numerical/integration/RombergTrapezoidalQuadratureMatrixIntegrator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | MagicNumber | '0.25' is a magic number. | 138 |
com/irurueta/numerical/integration/SimpsonDoubleExponentialRuleQuadratureMatrixIntegrator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. | 42 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 6, expected level should be 8. | 45 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. | 46 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. | 58 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 6, expected level should be 8. | 61 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. | 62 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. | 75 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 6, expected level should be 8. | 78 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. | 79 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. | 90 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 6, expected level should be 8. | 93 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. | 94 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. | 109 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 6, expected level should be 8. | 113 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. | 114 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. | 127 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 6, expected level should be 8. | 131 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. | 132 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. | 146 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 6, expected level should be 8. | 149 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. | 150 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. | 162 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 6, expected level should be 8. | 165 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. | 166 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 3, expected level should be 4. | 173 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 8. | 175 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 3, expected level should be 4. | 176 |
com/irurueta/numerical/integration/SimpsonIntegrator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'q' hides a field. | 63 | |
| coding | HiddenField | 'eps' hides a field. | 63 | |
| coding | MagicNumber | '4.0' is a magic number. | 83 | |
| coding | MagicNumber | '3.0' is a magic number. | 83 |
com/irurueta/numerical/integration/SimpsonLowerSquareRootMidPointQuadratureMatrixIntegrator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. | 37 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 6, expected level should be 8. | 40 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. | 41 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. | 51 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 6, expected level should be 8. | 54 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. | 55 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 3, expected level should be 4. | 62 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 8. | 64 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 3, expected level should be 4. | 65 |
com/irurueta/numerical/integration/SimpsonMatrixIntegrator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'q' hides a field. | 66 | |
| coding | HiddenField | 'eps' hides a field. | 66 | |
| coding | MagicNumber | '4.0' is a magic number. | 93 | |
| coding | MagicNumber | '3.0' is a magic number. | 95 |
com/irurueta/numerical/integration/SimpsonUpperSquareRootMidPointQuadratureMatrixIntegrator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. | 37 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 6, expected level should be 8. | 40 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. | 41 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. | 51 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 6, expected level should be 8. | 54 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. | 55 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 3, expected level should be 4. | 62 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 8. | 64 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 3, expected level should be 4. | 65 |
com/irurueta/numerical/integration/TrapezoidalMatrixQuadrature.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'a' hides a field. | 89 | |
| coding | HiddenField | 'b' hides a field. | 89 | |
| coding | HiddenField | 'listener' hides a field. | 89 | |
| coding | MagicNumber | '0.5' is a magic number. | 155 | |
| coding | MagicNumber | '0.5' is a magic number. | 164 | |
| coding | MagicNumber | '0.5' is a magic number. | 174 |
com/irurueta/numerical/integration/TrapezoidalQuadrature.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'member def modifier' has incorrect indentation level 3, expected level should be 4. | 32 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 3, expected level should be 4. | 37 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 3, expected level should be 4. | 42 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 3, expected level should be 4. | 47 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. | 56 | |
| coding | HiddenField | 'a' hides a field. | 57 | |
| coding | HiddenField | 'b' hides a field. | 57 | |
| coding | HiddenField | 'listener' hides a field. | 57 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 6, expected level should be 8. | 58 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 6, expected level should be 8. | 59 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 6, expected level should be 8. | 60 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 6, expected level should be 8. | 61 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 6, expected level should be 8. | 62 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. | 63 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 3, expected level should be 4. | 70 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 8. | 71 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 3, expected level should be 4. | 72 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 3, expected level should be 4. | 79 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 8. | 80 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 3, expected level should be 4. | 81 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 3, expected level should be 4. | 87 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 8. | 88 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 3, expected level should be 4. | 89 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 3, expected level should be 4. | 97 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 8. | 99 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 8. | 100 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 8. | 101 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 8. | 102 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 8. | 103 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 8. | 104 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 8. | 105 | |
| indentation | Indentation | 'if' has incorrect indentation level 6, expected level should be 8. | 106 | |
| indentation | Indentation | 'if' child has incorrect indentation level 9, expected level should be 12. | 107 | |
| coding | MagicNumber | '0.5' is a magic number. | 107 | |
| indentation | Indentation | 'if' child has incorrect indentation level 9, expected level should be 12. | 108 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 6, expected level should be 8. | 109 | |
| indentation | Indentation | 'for' has incorrect indentation level 9, expected level should be 12. | 110 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 16. | 111 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 9, expected level should be 12. | 112 | |
| indentation | Indentation | 'else' child has incorrect indentation level 9, expected level should be 12. | 113 | |
| indentation | Indentation | 'else' child has incorrect indentation level 9, expected level should be 12. | 115 | |
| indentation | Indentation | 'else' child has incorrect indentation level 9, expected level should be 12. | 116 | |
| coding | MagicNumber | '0.5' is a magic number. | 116 | |
| indentation | Indentation | 'for' has incorrect indentation level 9, expected level should be 12. | 117 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 16. | 118 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 9, expected level should be 12. | 119 | |
| indentation | Indentation | 'else' child has incorrect indentation level 9, expected level should be 12. | 121 | |
| coding | MagicNumber | '0.5' is a magic number. | 121 | |
| indentation | Indentation | 'else' child has incorrect indentation level 9, expected level should be 12. | 122 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 6, expected level should be 8. | 123 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 3, expected level should be 4. | 124 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 3, expected level should be 4. | 131 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 8. | 133 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 3, expected level should be 4. | 134 |
com/irurueta/numerical/integration/UpperSquareRootMidPointQuadratureIntegrator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. | 35 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 6, expected level should be 8. | 37 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. | 38 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. | 47 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 6, expected level should be 8. | 49 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. | 50 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 3, expected level should be 4. | 57 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 8. | 59 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 3, expected level should be 4. | 60 |
com/irurueta/numerical/interpolation/AccurateInterpolatingPolynomialEstimator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | MagicNumber | '1.0e99' is a magic number. | 59 |
com/irurueta/numerical/interpolation/BarycentricRationalInterpolator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'd' hides a field. | 41 |
com/irurueta/numerical/interpolation/BaseInterpolator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| coding | ExplicitInitialization | Variable 'cor' explicitly initialized to '0' (default value for its type). | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| coding | ExplicitInitialization | Variable 'jsav' explicitly initialized to '0' (default value for its type). | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 42 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 47 | |
| coding | MagicNumber | '0.25' is a magic number. | 79 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 117 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 117 |
com/irurueta/numerical/interpolation/BaseRadialBasisFunctionInterpolator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'final' modifier. | 67 |
com/irurueta/numerical/interpolation/CubicSplineInterpolator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| coding | MagicNumber | '6.0' is a magic number. | 85 | |
| coding | MagicNumber | '0.99e99' is a magic number. | 111 | |
| coding | MagicNumber | '-0.5' is a magic number. | 116 | |
| coding | MagicNumber | '3.0' is a magic number. | 117 | |
| coding | MagicNumber | '6.0' is a magic number. | 127 | |
| coding | MagicNumber | '0.99e99' is a magic number. | 130 | |
| coding | MagicNumber | '0.5' is a magic number. | 135 | |
| coding | MagicNumber | '3.0' is a magic number. | 136 |
com/irurueta/numerical/interpolation/CurveInterpolator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | MagicNumber | '4' is a magic number. | 117 | |
| coding | MagicNumber | '1.e99' is a magic number. | 118 | |
| coding | MagicNumber | '1.e99' is a magic number. | 119 | |
| coding | ParameterAssignment | Assignment of parameter 't' is not allowed. | 156 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 176 | |
| coding | MagicNumber | '3' is a magic number. | 179 | |
| coding | MagicNumber | '3' is a magic number. | 183 |
com/irurueta/numerical/interpolation/GaussianRadialBasisFunction.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | MagicNumber | '-0.5' is a magic number. | 54 |
com/irurueta/numerical/interpolation/InterpolatingPolynomialEstimator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'final' modifier. | 77 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 77 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 77 |
com/irurueta/numerical/interpolation/InterpolationException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. | 28 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 6, expected level should be 8. | 29 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. | 30 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. | 37 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 6, expected level should be 8. | 38 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. | 39 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. | 47 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 6, expected level should be 8. | 48 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. | 49 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. | 56 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 6, expected level should be 8. | 57 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. | 58 |
com/irurueta/numerical/interpolation/KrigingInterpolator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| coding | MagicNumber | '0.5' is a magic number. | 342 | |
| coding | MagicNumber | '0.5' is a magic number. | 343 |
com/irurueta/numerical/interpolation/RadialBasisFunction.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | 1 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 28 |
com/irurueta/numerical/interpolation/ShepardInterpolator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | 1 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 96 |
com/irurueta/numerical/optimization/BracketedSingleOptimizer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 205 | |
| design | ThrowsCount | Throws count is 4 (max allowed is 2). | 318 | |
| design | ThrowsCount | Throws count is 4 (max allowed is 2). | 475 | |
| design | ThrowsCount | Throws count is 3 (max allowed is 2). | 500 | |
| design | ThrowsCount | Throws count is 3 (max allowed is 2). | 519 |
com/irurueta/numerical/optimization/BrentSingleOptimizer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'tolerance' hides a field. | 93 | |
| coding | HiddenField | 'tolerance' hides a field. | 115 | |
| coding | HiddenField | 'tolerance' hides a field. | 147 | |
| coding | MagicNumber | '3' is a magic number. | 184 | |
| coding | MagicNumber | '0.5' is a magic number. | 218 | |
| coding | MagicNumber | '0.5' is a magic number. | 222 | |
| coding | MagicNumber | '0.5' is a magic number. | 245 | |
| coding | HiddenField | 'tolerance' hides a field. | 351 |
com/irurueta/numerical/optimization/ConjugateGradientMultiOptimizer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'gradientListener' hides a field. | 135 | |
| coding | HiddenField | 'tolerance' hides a field. | 136 | |
| coding | HiddenField | 'usePolakRibiere' hides a field. | 136 | |
| coding | HiddenField | 'gradientListener' hides a field. | 163 | |
| coding | HiddenField | 'tolerance' hides a field. | 163 | |
| coding | HiddenField | 'usePolakRibiere' hides a field. | 164 | |
| coding | HiddenField | 'tolerance' hides a field. | 349 | |
| coding | HiddenField | 'gradientListener' hides a field. | 378 | |
| coding | HiddenField | 'tolerance' hides a field. | 455 |
com/irurueta/numerical/optimization/DerivativeBrentSingleOptimizer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'derivativeListener' hides a field. | 99 | |
| coding | HiddenField | 'tolerance' hides a field. | 100 | |
| coding | HiddenField | 'derivativeListener' hides a field. | 127 | |
| coding | HiddenField | 'tolerance' hides a field. | 163 | |
| coding | MagicNumber | '3' is a magic number. | 202 | |
| coding | MagicNumber | '0.5' is a magic number. | 245 | |
| coding | MagicNumber | '0.5' is a magic number. | 248 | |
| coding | MagicNumber | '0.5' is a magic number. | 291 | |
| coding | MagicNumber | '0.5' is a magic number. | 299 | |
| coding | MagicNumber | '0.5' is a magic number. | 304 | |
| coding | MagicNumber | '0.5' is a magic number. | 308 | |
| coding | HiddenField | 'tolerance' hides a field. | 429 |
com/irurueta/numerical/optimization/DerivativeConjugateGradientMultiOptimizer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'tolerance' hides a field. | 126 | |
| coding | HiddenField | 'usePolakRibiere' hides a field. | 126 | |
| coding | HiddenField | 'tolerance' hides a field. | 309 | |
| coding | HiddenField | 'tolerance' hides a field. | 375 |
com/irurueta/numerical/optimization/DerivativeLineMultiOptimizer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | DeclarationOrder | Variable access definition in wrong order. | 57 | |
| coding | HiddenField | 'gradientListener' hides a field. | 102 | |
| coding | HiddenField | 'gradientListener' hides a field. | 256 |
com/irurueta/numerical/optimization/GoldenSingleOptimizer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'tolerance' hides a field. | 82 | |
| coding | HiddenField | 'tolerance' hides a field. | 114 | |
| coding | MagicNumber | '3' is a magic number. | 152 | |
| coding | HiddenField | 'tolerance' hides a field. | 260 |
com/irurueta/numerical/optimization/MultiOptimizer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'listener' hides a field. | 63 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 70 | |
| coding | HiddenField | 'listener' hides a field. | 90 |
com/irurueta/numerical/optimization/OnIterationCompletedListener.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'final' modifier. | 30 |
com/irurueta/numerical/optimization/Optimizer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'iterationCompletedListener' hides a field. | 59 | |
| design | ThrowsCount | Throws count is 3 (max allowed is 2). | 86 |
com/irurueta/numerical/optimization/PowellMultiOptimizer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'tolerance' hides a field. | 98 | |
| coding | HiddenField | 'tolerance' hides a field. | 126 | |
| coding | HiddenField | 'tolerance' hides a field. | 217 | |
| coding | HiddenField | 'tolerance' hides a field. | 233 |
com/irurueta/numerical/optimization/QuasiNewtonMultiOptimizer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 90 | |
| design | VisibilityModifier | Variable 'gradientListener' must be private and have accessor methods. | 90 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 95 | |
| design | VisibilityModifier | Variable 'fret' must be private and have accessor methods. | 95 | |
| coding | HiddenField | 'gradientListener' hides a field. | 120 | |
| coding | HiddenField | 'tolerance' hides a field. | 120 | |
| coding | HiddenField | 'gradientListener' hides a field. | 145 | |
| coding | HiddenField | 'tolerance' hides a field. | 146 | |
| coding | HiddenField | 'tolerance' hides a field. | 358 | |
| coding | HiddenField | 'tolerance' hides a field. | 374 | |
| coding | HiddenField | 'gradientListener' hides a field. | 442 | |
| sizes | ParameterNumber | More than 7 parameters (found 8). | 492 | |
| coding | HiddenField | 'p' hides a field. | 492 | |
| coding | MagicNumber | '3.0' is a magic number. | 564 | |
| coding | MagicNumber | '0.5' is a magic number. | 566 | |
| coding | MagicNumber | '3.0' is a magic number. | 568 | |
| coding | MagicNumber | '0.5' is a magic number. | 573 | |
| coding | MagicNumber | '0.5' is a magic number. | 574 | |
| coding | MagicNumber | '0.1' is a magic number. | 580 |
com/irurueta/numerical/optimization/SimplexMultiOptimizer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 26 | |
| coding | MagicNumber | '0.5' is a magic number. | 496 | |
| coding | MagicNumber | '0.5' is a magic number. | 501 | |
| coding | HiddenField | 'p' hides a field. | 545 | |
| coding | HiddenField | 'p' hides a field. | 567 | |
| coding | HiddenField | 'y' hides a field. | 567 |
com/irurueta/numerical/optimization/SingleOptimizer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | 1 | |
| coding | HiddenField | 'listener' hides a field. | 68 | |
| coding | HiddenField | 'listener' hides a field. | 96 |
com/irurueta/numerical/polynomials/Polynomial.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | 1 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.Serializable' | 28 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 45 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| coding | DeclarationOrder | Variable access definition in wrong order. | 50 | |
| coding | HiddenField | 'polyParams' hides a field. | 89 | |
| coding | HiddenField | 'polyParams' hides a field. | 114 | |
| coding | MagicNumber | '3' is a magic number. | 356 | |
| coding | MultipleStringLiterals | The String "order must be at least 1" appears 2 times in the file. | 584 |
com/irurueta/numerical/polynomials/estimators/DerivativePolynomialEvaluation.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'x' hides a field. | 55 | |
| coding | HiddenField | 'derivativeOrder' hides a field. | 55 | |
| coding | HiddenField | 'x' hides a field. | 65 | |
| coding | HiddenField | 'x' hides a field. | 83 | |
| coding | HiddenField | 'derivativeOrder' hides a field. | 102 |
com/irurueta/numerical/polynomials/estimators/DirectPolynomialEvaluation.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'x' hides a field. | 41 | |
| coding | HiddenField | 'x' hides a field. | 60 |
com/irurueta/numerical/polynomials/estimators/IntegralIntervalPolynomialEvaluation.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'startX' hides a field. | 67 | |
| coding | HiddenField | 'endX' hides a field. | 67 | |
| coding | HiddenField | 'integralOrder' hides a field. | 67 | |
| coding | HiddenField | 'startX' hides a field. | 82 | |
| coding | HiddenField | 'endX' hides a field. | 82 | |
| coding | HiddenField | 'startX' hides a field. | 100 | |
| coding | HiddenField | 'endX' hides a field. | 118 | |
| coding | HiddenField | 'integralOrder' hides a field. | 137 | |
| coding | HiddenField | 'constants' hides a field. | 159 |
com/irurueta/numerical/polynomials/estimators/IntegralPolynomialEvaluation.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'x' hides a field. | 62 | |
| coding | HiddenField | 'constants' hides a field. | 62 | |
| coding | HiddenField | 'integralOrder' hides a field. | 62 | |
| coding | HiddenField | 'x' hides a field. | 76 | |
| coding | HiddenField | 'constants' hides a field. | 76 | |
| coding | HiddenField | 'x' hides a field. | 88 | |
| coding | HiddenField | 'integralOrder' hides a field. | 88 | |
| coding | HiddenField | 'x' hides a field. | 98 | |
| coding | HiddenField | 'x' hides a field. | 116 | |
| coding | HiddenField | 'constants' hides a field. | 134 | |
| coding | HiddenField | 'integralOrder' hides a field. | 153 |
com/irurueta/numerical/polynomials/estimators/LMSEPolynomialEstimator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 25 |
com/irurueta/numerical/polynomials/estimators/LMedSPolynomialRobustEstimator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 27 | |
| coding | HiddenField | 'stopThreshold' hides a field. | 216 |
com/irurueta/numerical/polynomials/estimators/MSACPolynomialRobustEstimator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 49 | |
| coding | HiddenField | 'threshold' hides a field. | 178 |
com/irurueta/numerical/polynomials/estimators/PROMedSPolynomialRobustEstimator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 53 | |
| coding | HiddenField | 'stopThreshold' hides a field. | 229 | |
| coding | HiddenField | 'qualityScores' hides a field. | 262 | |
| coding | HiddenField | 'qualityScores' hides a field. | 419 |
com/irurueta/numerical/polynomials/estimators/PROSACPolynomialRobustEstimator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 49 | |
| coding | HiddenField | 'threshold' hides a field. | 184 | |
| coding | HiddenField | 'qualityScores' hides a field. | 216 | |
| coding | HiddenField | 'qualityScores' hides a field. | 374 |
com/irurueta/numerical/polynomials/estimators/PolynomialEstimator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 23 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| coding | HiddenField | 'degree' hides a field. | 79 | |
| coding | HiddenField | 'evaluations' hides a field. | 88 | |
| coding | HiddenField | 'listener' hides a field. | 98 | |
| coding | HiddenField | 'degree' hides a field. | 110 | |
| coding | HiddenField | 'evaluations' hides a field. | 110 | |
| coding | HiddenField | 'degree' hides a field. | 122 | |
| coding | HiddenField | 'listener' hides a field. | 122 | |
| coding | HiddenField | 'evaluations' hides a field. | 134 | |
| coding | HiddenField | 'listener' hides a field. | 134 | |
| coding | HiddenField | 'degree' hides a field. | 148 | |
| coding | HiddenField | 'evaluations' hides a field. | 148 | |
| coding | HiddenField | 'listener' hides a field. | 149 | |
| coding | HiddenField | 'degree' hides a field. | 170 | |
| coding | HiddenField | 'evaluations' hides a field. | 195 | |
| coding | HiddenField | 'degree' hides a field. | 214 | |
| coding | HiddenField | 'evaluations' hides a field. | 214 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 219 | |
| coding | HiddenField | 'listener' hides a field. | 298 | |
| design | ThrowsCount | Throws count is 3 (max allowed is 2). | 314 | |
| coding | HiddenField | 'degree' hides a field. | 760 |
com/irurueta/numerical/polynomials/estimators/PolynomialEstimatorListener.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'final' modifier. | 29 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 36 |
com/irurueta/numerical/polynomials/estimators/PolynomialEvaluation.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | 1 | |
| coding | HiddenField | 'evaluation' hides a field. | 41 | |
| coding | HiddenField | 'evaluation' hides a field. | 59 |
com/irurueta/numerical/polynomials/estimators/PolynomialEvaluationType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 33 |
com/irurueta/numerical/polynomials/estimators/PolynomialRobustEstimator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 24 | |
| coding | HiddenField | 'evaluations' hides a field. | 173 | |
| coding | HiddenField | 'listener' hides a field. | 184 | |
| coding | HiddenField | 'evaluations' hides a field. | 199 | |
| coding | HiddenField | 'listener' hides a field. | 213 | |
| coding | HiddenField | 'evaluations' hides a field. | 228 | |
| coding | HiddenField | 'listener' hides a field. | 228 | |
| coding | HiddenField | 'evaluations' hides a field. | 244 | |
| coding | HiddenField | 'listener' hides a field. | 245 | |
| coding | HiddenField | 'evaluations' hides a field. | 270 | |
| coding | HiddenField | 'listener' hides a field. | 303 | |
| coding | HiddenField | 'progressDelta' hides a field. | 339 | |
| coding | HiddenField | 'confidence' hides a field. | 373 | |
| coding | HiddenField | 'maxIterations' hides a field. | 404 | |
| design | ThrowsCount | Throws count is 3 (max allowed is 2). | 527 | |
| coding | HiddenField | 'evaluations' hides a field. | 958 |
com/irurueta/numerical/polynomials/estimators/PolynomialRobustEstimatorListener.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'final' modifier. | 29 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 36 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 44 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 44 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 53 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 53 |
com/irurueta/numerical/polynomials/estimators/RANSACPolynomialRobustEstimator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 27 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 49 | |
| coding | HiddenField | 'threshold' hides a field. | 178 |
com/irurueta/numerical/polynomials/estimators/WeightedPolynomialEstimator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 27 | |
| coding | HiddenField | 'weights' hides a field. | 95 | |
| coding | HiddenField | 'weights' hides a field. | 121 | |
| coding | HiddenField | 'weights' hides a field. | 149 | |
| coding | HiddenField | 'weights' hides a field. | 168 | |
| coding | HiddenField | 'weights' hides a field. | 201 | |
| coding | HiddenField | 'weights' hides a field. | 223 | |
| coding | HiddenField | 'maxEvaluations' hides a field. | 272 | |
| coding | HiddenField | 'sortWeights' hides a field. | 299 | |
| coding | HiddenField | 'weights' hides a field. | 441 |
com/irurueta/numerical/robust/FastRandomSubsetSelector.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'java.util.HashSet' | 20 |
com/irurueta/numerical/robust/InvalidSubsetSizeException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 18 |
com/irurueta/numerical/robust/LMedSRobustEstimator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 22 | |
| misc | TrailingComment | Don't use trailing comments. | 98 | |
| coding | HiddenField | 'confidence' hides a field. | 220 | |
| coding | HiddenField | 'maxIterations' hides a field. | 251 | |
| coding | HiddenField | 'stopThreshold' hides a field. | 285 | |
| coding | HiddenField | 'inlierFactor' hides a field. | 324 | |
| misc | TrailingComment | Don't use trailing comments. | 411 | |
| coding | HiddenField | 'bestMedianResidual' hides a field. | 733 | |
| coding | HiddenField | 'standardDeviation' hides a field. | 733 | |
| coding | HiddenField | 'inliers' hides a field. | 734 | |
| coding | HiddenField | 'estimatedThreshold' hides a field. | 735 | |
| coding | HiddenField | 'medianResidualImproved' hides a field. | 735 |
com/irurueta/numerical/robust/LMedSRobustEstimatorListener.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'final' modifier. | 53 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 53 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 64 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 64 |
com/irurueta/numerical/robust/MSACRobustEstimator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 22 | |
| coding | HiddenField | 'confidence' hides a field. | 166 | |
| coding | HiddenField | 'maxIterations' hides a field. | 197 | |
| misc | TrailingComment | Don't use trailing comments. | 299 | |
| coding | HiddenField | 'bestMedianResidual' hides a field. | 579 | |
| coding | HiddenField | 'inliers' hides a field. | 579 | |
| coding | HiddenField | 'medianResidualImproved' hides a field. | 580 |
com/irurueta/numerical/robust/MSACRobustEstimatorListener.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 18 |
com/irurueta/numerical/robust/PROMedSRobustEstimator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 23 | |
| misc | TrailingComment | Don't use trailing comments. | 158 | |
| coding | HiddenField | 'confidence' hides a field. | 334 | |
| coding | HiddenField | 'maxIterations' hides a field. | 365 | |
| coding | HiddenField | 'stopThresholdEnabled' hides a field. | 404 | |
| coding | HiddenField | 'inlierFactor' hides a field. | 439 | |
| coding | HiddenField | 'useInlierThresholds' hides a field. | 471 | |
| coding | HiddenField | 'maxOutliersProportion' hides a field. | 507 | |
| coding | HiddenField | 'eta0' hides a field. | 541 | |
| coding | HiddenField | 'beta' hides a field. | 580 | |
| sizes | ParameterNumber | More than 7 parameters (found 9). | 998 | |
| coding | ParameterAssignment | Assignment of parameter 'inliersData' is not allowed. | 1177 | |
| sizes | ParameterNumber | More than 7 parameters (found 8). | 1373 | |
| coding | HiddenField | 'bestMedianResidual' hides a field. | 1374 | |
| coding | HiddenField | 'standardDeviation' hides a field. | 1374 | |
| coding | HiddenField | 'lmedsInlierModelEnabled' hides a field. | 1374 | |
| coding | HiddenField | 'medianResidual' hides a field. | 1375 | |
| coding | HiddenField | 'estimatedThreshold' hides a field. | 1376 | |
| coding | HiddenField | 'medianResidualImproved' hides a field. | 1376 |
com/irurueta/numerical/robust/PROSACRobustEstimator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 23 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 95 | |
| coding | HiddenField | 'confidence' hides a field. | 286 | |
| coding | HiddenField | 'maxIterations' hides a field. | 317 | |
| coding | HiddenField | 'maxOutliersProportion' hides a field. | 355 | |
| coding | HiddenField | 'eta0' hides a field. | 389 | |
| coding | HiddenField | 'beta' hides a field. | 428 | |
| coding | HiddenField | 'computeAndKeepInliers' hides a field. | 485 | |
| coding | HiddenField | 'computeAndKeepResiduals' hides a field. | 509 | |
| coding | HiddenField | 'inliers' hides a field. | 1014 |
com/irurueta/numerical/robust/PROSACRobustEstimatorListener.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 18 |
com/irurueta/numerical/robust/RANSACRobustEstimator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 21 | |
| coding | HiddenField | 'confidence' hides a field. | 183 | |
| coding | HiddenField | 'maxIterations' hides a field. | 214 | |
| coding | HiddenField | 'computeAndKeepInliers' hides a field. | 268 | |
| coding | HiddenField | 'computeAndKeepResiduals' hides a field. | 292 | |
| coding | HiddenField | 'inliers' hides a field. | 547 |
com/irurueta/numerical/robust/RANSACRobustEstimatorListener.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 18 |
com/irurueta/numerical/robust/RobustEstimator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| coding | HiddenField | 'listener' hides a field. | 77 | |
| coding | HiddenField | 'listener' hides a field. | 100 | |
| coding | HiddenField | 'progressDelta' hides a field. | 148 | |
| design | ThrowsCount | Throws count is 3 (max allowed is 2). | 168 |
com/irurueta/numerical/robust/RobustEstimatorListener.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | RedundantModifier | Redundant 'final' modifier. | 40 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 47 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 55 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 55 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 64 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 64 |
com/irurueta/numerical/robust/SubsetSelector.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'numSamples' hides a field. | 47 | |
| coding | HiddenField | 'numSamples' hides a field. | 67 | |
| design | ThrowsCount | Throws count is 3 (max allowed is 2). | 126 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 153 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 153 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 183 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 183 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 183 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 184 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 184 | |
| design | ThrowsCount | Throws count is 3 (max allowed is 2). | 184 |
com/irurueta/numerical/robust/SubsetSelectorType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 |
com/irurueta/numerical/robust/WeightSelection.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 21 | |
| coding | HiddenField | 'selected' hides a field. | 63 | |
| coding | HiddenField | 'numSelected' hides a field. | 81 |
com/irurueta/numerical/roots/BisectionSingleRootEstimator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'tolerance' hides a field. | 99 | |
| coding | HiddenField | 'tolerance' hides a field. | 127 | |
| coding | HiddenField | 'tolerance' hides a field. | 145 | |
| coding | MagicNumber | '0.5' is a magic number. | 199 |
com/irurueta/numerical/roots/BracketedSingleRootEstimator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'minEvalPoint' hides a field. | 97 | |
| coding | HiddenField | 'maxEvalPoint' hides a field. | 98 | |
| coding | HiddenField | 'minEvalPoint' hides a field. | 116 | |
| coding | HiddenField | 'maxEvalPoint' hides a field. | 116 | |
| coding | HiddenField | 'minEvalPoint' hides a field. | 135 | |
| coding | HiddenField | 'maxEvalPoint' hides a field. | 135 | |
| coding | HiddenField | 'minEvalPoint' hides a field. | 206 | |
| coding | HiddenField | 'maxEvalPoint' hides a field. | 206 | |
| design | ThrowsCount | Throws count is 4 (max allowed is 2). | 207 | |
| design | ThrowsCount | Throws count is 4 (max allowed is 2). | 281 | |
| design | ThrowsCount | Throws count is 3 (max allowed is 2). | 302 |
com/irurueta/numerical/roots/BrentSingleRootEstimator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'tolerance' hides a field. | 79 | |
| coding | HiddenField | 'tolerance' hides a field. | 107 | |
| coding | HiddenField | 'tolerance' hides a field. | 125 | |
| coding | MagicNumber | '0.5' is a magic number. | 200 | |
| coding | MagicNumber | '0.5' is a magic number. | 201 |
com/irurueta/numerical/roots/DerivativeSingleRootEstimator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 65 | |
| coding | HiddenField | 'derivativeListener' hides a field. | 80 | |
| coding | HiddenField | 'derivativeListener' hides a field. | 111 |
com/irurueta/numerical/roots/FalsePositionSingleRootEstimator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'tolerance' hides a field. | 83 | |
| coding | HiddenField | 'tolerance' hides a field. | 111 | |
| coding | HiddenField | 'tolerance' hides a field. | 226 |
com/irurueta/numerical/roots/LaguerrePolynomialRootsEstimator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 22 | |
| naming | ConstantName | Name 'frac' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 73 | |
| indentation | Indentation | 'array initialization lcurly' has incorrect indentation level 12, expected level should be one of the following: 4, 8. | 74 | |
| coding | HiddenField | 'polishRoots' hides a field. | 87 | |
| coding | HiddenField | 'polishRoots' hides a field. | 108 | |
| coding | MagicNumber | '-2.0' is a magic number. | 296 |
com/irurueta/numerical/roots/NewtonRaphsonSingleRootEstimator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'tolerance' hides a field. | 78 | |
| coding | HiddenField | 'tolerance' hides a field. | 101 | |
| coding | HiddenField | 'tolerance' hides a field. | 129 | |
| coding | MagicNumber | '0.5' is a magic number. | 166 | |
| coding | HiddenField | 'tolerance' hides a field. | 208 |
com/irurueta/numerical/roots/PolynomialRootsEstimator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'polyParams' hides a field. | 73 | |
| coding | HiddenField | 'polyParams' hides a field. | 140 |
com/irurueta/numerical/roots/RidderSingleRootEstimator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'tolerance' hides a field. | 80 | |
| coding | HiddenField | 'tolerance' hides a field. | 108 | |
| coding | HiddenField | 'tolerance' hides a field. | 126 | |
| coding | MagicNumber | '-9.99e99' is a magic number. | 174 |
com/irurueta/numerical/roots/RootEstimationException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 20 |
com/irurueta/numerical/roots/RootEstimator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | ThrowsCount | Throws count is 3 (max allowed is 2). | 67 |
com/irurueta/numerical/roots/SafeNewtonRaphsonSingleRootEstimator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'tolerance' hides a field. | 80 | |
| coding | HiddenField | 'tolerance' hides a field. | 103 | |
| coding | HiddenField | 'tolerance' hides a field. | 131 | |
| coding | HiddenField | 'tolerance' hides a field. | 149 | |
| coding | MagicNumber | '0.5' is a magic number. | 221 | |
| coding | MagicNumber | '0.5' is a magic number. | 236 |
com/irurueta/numerical/roots/SecantSingleRootEstimator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'tolerance' hides a field. | 80 | |
| coding | HiddenField | 'tolerance' hides a field. | 108 | |
| coding | HiddenField | 'tolerance' hides a field. | 209 |
com/irurueta/numerical/roots/SecondDegreePolynomialRootsEstimator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 117 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 255 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 271 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 323 | |
| coding | MagicNumber | '4.0' is a magic number. | 347 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 350 |
com/irurueta/numerical/roots/SingleRootEstimator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'listener' hides a field. | 66 | |
| coding | HiddenField | 'listener' hides a field. | 95 |
com/irurueta/numerical/roots/ThirdDegreePolynomialRootsEstimator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | MagicNumber | '3' is a magic number. | 187 | |
| coding | MagicNumber | '3' is a magic number. | 406 | |
| coding | MagicNumber | '18.0' is a magic number. | 408 | |
| coding | MagicNumber | '4.0' is a magic number. | 409 | |
| coding | MagicNumber | '4.0' is a magic number. | 411 | |
| coding | MagicNumber | '27.0' is a magic number. | 412 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 415 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 429 |
com/irurueta/numerical/signal/processing/Convolver1D.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'signal' hides a field. | 87 | |
| coding | HiddenField | 'kernel' hides a field. | 87 | |
| coding | HiddenField | 'signal' hides a field. | 106 | |
| coding | HiddenField | 'kernel' hides a field. | 124 | |
| coding | HiddenField | 'kernelCenter' hides a field. | 151 | |
| coding | HiddenField | 'edgeMethod' hides a field. | 175 | |
| coding | HiddenField | 'constantValue' hides a field. | 195 | |
| coding | HiddenField | 'listener' hides a field. | 215 | |
| coding | ParameterAssignment | Assignment of parameter 'pos' is not allowed. | 759 | |
| coding | ParameterAssignment | Assignment of parameter 'pos' is not allowed. | 761 | |
| coding | ParameterAssignment | Assignment of parameter 'pos' is not allowed. | 827 | |
| coding | ParameterAssignment | Assignment of parameter 'pos' is not allowed. | 833 | |
| coding | ParameterAssignment | Assignment of parameter 'pos' is not allowed. | 835 | |
| coding | ParameterAssignment | Assignment of parameter 'pos' is not allowed. | 839 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 866 |
com/irurueta/numerical/signal/processing/KalmanFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Extra separation in import group before 'java.io.Serializable' | 23 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 91 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 96 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 126 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 131 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 136 | |
| coding | ParameterAssignment | Assignment of parameter 'controlParams' is not allowed. | 204 | |
| coding | HiddenField | 'statePre' hides a field. | 486 | |
| coding | HiddenField | 'statePost' hides a field. | 514 | |
| coding | HiddenField | 'transitionMatrix' hides a field. | 546 | |
| coding | HiddenField | 'controlMatrix' hides a field. | 576 | |
| coding | HiddenField | 'measurementMatrix' hides a field. | 619 | |
| coding | HiddenField | 'processNoiseCov' hides a field. | 660 | |
| coding | HiddenField | 'measurementNoiseCov' hides a field. | 704 | |
| coding | HiddenField | 'errorCovPre' hides a field. | 740 | |
| coding | HiddenField | 'gain' hides a field. | 777 | |
| coding | HiddenField | 'errorCovPost' hides a field. | 811 |
com/irurueta/numerical/signal/processing/SignalProcessingException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | 1 |
