Checkstyle Results

The following document contains the results of Checkstyle 9.3 with checkstyle.xml ruleset.

Summary

Files  Info  Warnings  Errors
227 0 0 1121

Files

File  I  W  E
com/irurueta/numerical/AccurateMaximumLikelihoodEstimator.java 0 0 5
com/irurueta/numerical/DerivativeEstimator.java 0 0 2
com/irurueta/numerical/DirectionalDerivativeEvaluator.java 0 0 4
com/irurueta/numerical/DirectionalEvaluator.java 0 0 7
com/irurueta/numerical/ExponentialMatrixEstimator.java 0 0 3
com/irurueta/numerical/GradientEstimator.java 0 0 1
com/irurueta/numerical/GradientFunctionEvaluatorListener.java 0 0 2
com/irurueta/numerical/HistogramMaximumLikelihoodEstimator.java 0 0 8
com/irurueta/numerical/JacobianEstimator.java 0 0 1
com/irurueta/numerical/MaximumLikelihoodEstimator.java 0 0 19
com/irurueta/numerical/MultiDimensionFunctionEvaluatorListener.java 0 0 1
com/irurueta/numerical/MultiVariateFunctionEvaluatorListener.java 0 0 3
com/irurueta/numerical/PadeApproximantEstimator.java 0 0 6
com/irurueta/numerical/SingleDimensionFunctionEvaluatorListener.java 0 0 1
com/irurueta/numerical/fitting/Fitter.java 0 0 5
com/irurueta/numerical/fitting/FittingException.java 0 0 4
com/irurueta/numerical/fitting/LevenbergMarquardtMultiDimensionFitter.java 0 0 16
com/irurueta/numerical/fitting/LevenbergMarquardtMultiDimensionFunctionEvaluator.java 0 0 4
com/irurueta/numerical/fitting/LevenbergMarquardtMultiVariateFitter.java 0 0 18
com/irurueta/numerical/fitting/LevenbergMarquardtMultiVariateFunctionEvaluator.java 0 0 7
com/irurueta/numerical/fitting/LevenbergMarquardtSingleDimensionFitter.java 0 0 19
com/irurueta/numerical/fitting/LevenbergMarquardtSingleDimensionFunctionEvaluator.java 0 0 5
com/irurueta/numerical/fitting/LinearFitterMultiDimensionFunctionEvaluator.java 0 0 4
com/irurueta/numerical/fitting/LinearFitterSingleDimensionFunctionEvaluator.java 0 0 4
com/irurueta/numerical/fitting/MultiDimensionFitter.java 0 0 28
com/irurueta/numerical/fitting/MultiDimensionLinearFitter.java 0 0 17
com/irurueta/numerical/fitting/MultiVariateFitter.java 0 0 13
com/irurueta/numerical/fitting/SimpleSingleDimensionLinearFitter.java 0 0 4
com/irurueta/numerical/fitting/SingleDimensionFitter.java 0 0 14
com/irurueta/numerical/fitting/SingleDimensionLinearFitter.java 0 0 5
com/irurueta/numerical/fitting/StraightLineFitter.java 0 0 16
com/irurueta/numerical/fitting/SvdMultiDimensionLinearFitter.java 0 0 1
com/irurueta/numerical/fitting/SvdSingleDimensionLinearFitter.java 0 0 1
com/irurueta/numerical/integration/DoubleExponentialMatrixSingleDimensionFunctionEvaluatorListener.java 0 0 3
com/irurueta/numerical/integration/DoubleExponentialRuleMatrixQuadrature.java 0 0 20
com/irurueta/numerical/integration/DoubleExponentialRuleQuadrature.java 0 0 21
com/irurueta/numerical/integration/DoubleExponentialRuleQuadratureIntegrator.java 0 0 27
com/irurueta/numerical/integration/DoubleExponentialSingleDimensionFunctionEvaluatorListener.java 0 0 2
com/irurueta/numerical/integration/ExponentialMidPointMatrixQuadrature.java 0 0 10
com/irurueta/numerical/integration/InfinityMidPointQuadratureMatrixIntegrator.java 0 0 9
com/irurueta/numerical/integration/LowerSquareRootMidPointQuadratureIntegrator.java 0 0 10
com/irurueta/numerical/integration/MatrixIntegrator.java 0 0 1
com/irurueta/numerical/integration/MatrixQuadrature.java 0 0 1
com/irurueta/numerical/integration/MatrixSingleDimensionFunctionEvaluatorListener.java 0 0 2
com/irurueta/numerical/integration/MidPointMatrixQuadrature.java 0 0 9
com/irurueta/numerical/integration/MidPointQuadrature.java 0 0 9
com/irurueta/numerical/integration/Quadrature.java 0 0 6
com/irurueta/numerical/integration/QuadratureIntegrator.java 0 0 2
com/irurueta/numerical/integration/QuadratureMatrixIntegrator.java 0 0 2
com/irurueta/numerical/integration/RombergDoubleExponentialRuleQuadratureMatrixIntegrator.java 0 0 27
com/irurueta/numerical/integration/RombergIntegrator.java 0 0 3
com/irurueta/numerical/integration/RombergMatrixIntegrator.java 0 0 3
com/irurueta/numerical/integration/RombergTrapezoidalQuadratureIntegrator.java 0 0 1
com/irurueta/numerical/integration/RombergTrapezoidalQuadratureMatrixIntegrator.java 0 0 1
com/irurueta/numerical/integration/SimpsonDoubleExponentialRuleQuadratureMatrixIntegrator.java 0 0 27
com/irurueta/numerical/integration/SimpsonIntegrator.java 0 0 4
com/irurueta/numerical/integration/SimpsonLowerSquareRootMidPointQuadratureMatrixIntegrator.java 0 0 9
com/irurueta/numerical/integration/SimpsonMatrixIntegrator.java 0 0 4
com/irurueta/numerical/integration/SimpsonUpperSquareRootMidPointQuadratureMatrixIntegrator.java 0 0 9
com/irurueta/numerical/integration/TrapezoidalMatrixQuadrature.java 0 0 6
com/irurueta/numerical/integration/TrapezoidalQuadrature.java 0 0 54
com/irurueta/numerical/integration/UpperSquareRootMidPointQuadratureIntegrator.java 0 0 9
com/irurueta/numerical/interpolation/AccurateInterpolatingPolynomialEstimator.java 0 0 2
com/irurueta/numerical/interpolation/BarycentricRationalInterpolator.java 0 0 1
com/irurueta/numerical/interpolation/BaseInterpolator.java 0 0 10
com/irurueta/numerical/interpolation/BaseRadialBasisFunctionInterpolator.java 0 0 1
com/irurueta/numerical/interpolation/CubicSplineInterpolator.java 0 0 13
com/irurueta/numerical/interpolation/CurveInterpolator.java 0 0 8
com/irurueta/numerical/interpolation/GaussianRadialBasisFunction.java 0 0 1
com/irurueta/numerical/interpolation/InterpolatingPolynomialEstimator.java 0 0 3
com/irurueta/numerical/interpolation/InterpolationException.java 0 0 12
com/irurueta/numerical/interpolation/KrigingInterpolator.java 0 0 5
com/irurueta/numerical/interpolation/RadialBasisFunction.java 0 0 1
com/irurueta/numerical/interpolation/ShepardInterpolator.java 0 0 2
com/irurueta/numerical/optimization/BracketedSingleOptimizer.java 0 0 6
com/irurueta/numerical/optimization/BrentSingleOptimizer.java 0 0 8
com/irurueta/numerical/optimization/ConjugateGradientMultiOptimizer.java 0 0 9
com/irurueta/numerical/optimization/DerivativeBrentSingleOptimizer.java 0 0 13
com/irurueta/numerical/optimization/DerivativeConjugateGradientMultiOptimizer.java 0 0 4
com/irurueta/numerical/optimization/DerivativeLineMultiOptimizer.java 0 0 7
com/irurueta/numerical/optimization/GoldenSingleOptimizer.java 0 0 4
com/irurueta/numerical/optimization/MultiOptimizer.java 0 0 3
com/irurueta/numerical/optimization/OnIterationCompletedListener.java 0 0 1
com/irurueta/numerical/optimization/Optimizer.java 0 0 2
com/irurueta/numerical/optimization/PowellMultiOptimizer.java 0 0 4
com/irurueta/numerical/optimization/QuasiNewtonMultiOptimizer.java 0 0 22
com/irurueta/numerical/optimization/SimplexMultiOptimizer.java 0 0 6
com/irurueta/numerical/optimization/SingleOptimizer.java 0 0 2
com/irurueta/numerical/polynomials/Polynomial.java 0 0 6
com/irurueta/numerical/polynomials/PolynomialsException.java 0 0 1
com/irurueta/numerical/polynomials/estimators/DerivativePolynomialEvaluation.java 0 0 1
com/irurueta/numerical/polynomials/estimators/LMSEPolynomialEstimator.java 0 0 1
com/irurueta/numerical/polynomials/estimators/LMedSPolynomialRobustEstimator.java 0 0 49
com/irurueta/numerical/polynomials/estimators/MSACPolynomialRobustEstimator.java 0 0 53
com/irurueta/numerical/polynomials/estimators/PROMedSPolynomialRobustEstimator.java 0 0 56
com/irurueta/numerical/polynomials/estimators/PROSACPolynomialRobustEstimator.java 0 0 56
com/irurueta/numerical/polynomials/estimators/PolynomialEstimator.java 0 0 4
com/irurueta/numerical/polynomials/estimators/PolynomialEstimatorListener.java 0 0 2
com/irurueta/numerical/polynomials/estimators/PolynomialEvaluationType.java 0 0 1
com/irurueta/numerical/polynomials/estimators/PolynomialRobustEstimator.java 0 0 2
com/irurueta/numerical/polynomials/estimators/PolynomialRobustEstimatorListener.java 0 0 6
com/irurueta/numerical/polynomials/estimators/RANSACPolynomialRobustEstimator.java 0 0 53
com/irurueta/numerical/polynomials/estimators/WeightedPolynomialEstimator.java 0 0 1
com/irurueta/numerical/robust/FastRandomSubsetSelector.java 0 0 1
com/irurueta/numerical/robust/InvalidSubsetSizeException.java 0 0 1
com/irurueta/numerical/robust/LMedSRobustEstimator.java 0 0 3
com/irurueta/numerical/robust/LMedSRobustEstimatorListener.java 0 0 4
com/irurueta/numerical/robust/MSACRobustEstimator.java 0 0 2
com/irurueta/numerical/robust/MSACRobustEstimatorListener.java 0 0 1
com/irurueta/numerical/robust/PROMedSRobustEstimator.java 0 0 5
com/irurueta/numerical/robust/PROSACRobustEstimator.java 0 0 2
com/irurueta/numerical/robust/PROSACRobustEstimatorListener.java 0 0 1
com/irurueta/numerical/robust/RANSACRobustEstimator.java 0 0 1
com/irurueta/numerical/robust/RANSACRobustEstimatorListener.java 0 0 1
com/irurueta/numerical/robust/RobustEstimator.java 0 0 3
com/irurueta/numerical/robust/RobustEstimatorListener.java 0 0 6
com/irurueta/numerical/robust/SubsetSelector.java 0 0 9
com/irurueta/numerical/robust/SubsetSelectorType.java 0 0 1
com/irurueta/numerical/robust/WeightSelection.java 0 0 4
com/irurueta/numerical/roots/BisectionSingleRootEstimator.java 0 0 4
com/irurueta/numerical/roots/BracketedSingleRootEstimator.java 0 0 11
com/irurueta/numerical/roots/BrentSingleRootEstimator.java 0 0 5
com/irurueta/numerical/roots/DerivativeSingleRootEstimator.java 0 0 3
com/irurueta/numerical/roots/FalsePositionSingleRootEstimator.java 0 0 3
com/irurueta/numerical/roots/LaguerrePolynomialRootsEstimator.java 0 0 6
com/irurueta/numerical/roots/NewtonRaphsonSingleRootEstimator.java 0 0 5
com/irurueta/numerical/roots/PolynomialRootsEstimator.java 0 0 2
com/irurueta/numerical/roots/RidderSingleRootEstimator.java 0 0 4
com/irurueta/numerical/roots/RootEstimationException.java 0 0 1
com/irurueta/numerical/roots/RootEstimator.java 0 0 1
com/irurueta/numerical/roots/SafeNewtonRaphsonSingleRootEstimator.java 0 0 6
com/irurueta/numerical/roots/SecantSingleRootEstimator.java 0 0 3
com/irurueta/numerical/roots/SecondDegreePolynomialRootsEstimator.java 0 0 6
com/irurueta/numerical/roots/SingleRootEstimator.java 0 0 2
com/irurueta/numerical/roots/ThirdDegreePolynomialRootsEstimator.java 0 0 8
com/irurueta/numerical/signal/processing/Convolver1D.java 0 0 7
com/irurueta/numerical/signal/processing/KalmanFilter.java 0 0 17
com/irurueta/numerical/signal/processing/MeasurementNoiseCovarianceEstimator.java 0 0 1

Rules

Category Rule Violations Severity
blocks NeedBraces 8  Error
coding DeclarationOrder 11  Error
ExplicitInitialization 9  Error
HiddenField 281  Error
MagicNumber 105  Error
MultipleStringLiterals 1  Error
ParameterAssignment 9  Error
design ThrowsCount
  • max: "2"
14  Error
VisibilityModifier
  • protectedAllowed: "true"
4  Error
imports ImportOrder 28  Error
indentation Indentation 465  Error
javadoc JavadocMethod 1  Error
JavadocPackage 7  Error
JavadocStyle 88  Error
JavadocVariable 12  Error
misc NewlineAtEndOfFile 2  Error
TrailingComment 5  Error
modifier RedundantModifier 66  Error
naming ConstantName 1  Error
sizes ParameterNumber 3  Error
whitespace WhitespaceAround 1  Error

Details

com/irurueta/numerical/AccurateMaximumLikelihoodEstimator.java

Severity Category Rule Message Line
 Error coding HiddenField 'useHistogramInitialSolution' hides a field. 79
 Error javadoc JavadocStyle First sentence should end with a period. 97
 Error coding HiddenField 'useHistogramInitialSolution' hides a field. 112
 Error coding HiddenField 'useHistogramInitialSolution' hides a field. 139
 Error coding MagicNumber '0.5' is a magic number. 260

com/irurueta/numerical/DerivativeEstimator.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 38
 Error coding HiddenField 'listener' hides a field. 44

com/irurueta/numerical/DirectionalDerivativeEvaluator.java

Severity Category Rule Message Line
 Error coding DeclarationOrder Variable access definition in wrong order. 34
 Error design VisibilityModifier Variable 'dft' must be private and have accessor methods. 34
 Error coding HiddenField 'gradientListener' hides a field. 51
 Error coding HiddenField 'gradientListener' hides a field. 82

com/irurueta/numerical/DirectionalEvaluator.java

Severity Category Rule Message Line
 Error coding HiddenField 'listener' hides a field. 61
 Error coding HiddenField 'point' hides a field. 61
 Error coding HiddenField 'direction' hides a field. 62
 Error coding HiddenField 'listener' hides a field. 83
 Error coding HiddenField 'point' hides a field. 121
 Error coding HiddenField 'direction' hides a field. 121
 Error javadoc JavadocStyle First sentence should end with a period. 130

com/irurueta/numerical/ExponentialMatrixEstimator.java

Severity Category Rule Message Line
 Error coding ExplicitInitialization Variable 'rows' explicitly initialized to '0' (default value for its type). 44
 Error coding HiddenField 'rows' hides a field. 209
 Error coding MagicNumber '3.0' is a magic number. 248

com/irurueta/numerical/GradientEstimator.java

Severity Category Rule Message Line
 Error coding HiddenField 'listener' hides a field. 45

com/irurueta/numerical/GradientFunctionEvaluatorListener.java

Severity Category Rule Message Line
 Error modifier RedundantModifier Redundant 'final' modifier. 33
 Error modifier RedundantModifier Redundant 'final' modifier. 33

com/irurueta/numerical/HistogramMaximumLikelihoodEstimator.java

Severity Category Rule Message Line
 Error imports ImportOrder Extra separation in import group before 'java.util.Arrays' 20
 Error coding HiddenField 'numberOfBins' hides a field. 94
 Error coding HiddenField 'numberOfBins' hides a field. 113
 Error coding HiddenField 'numberOfBins' hides a field. 137
 Error coding HiddenField 'numberOfBins' hides a field. 183
 Error coding MagicNumber '0.5' is a magic number. 220
 Error coding HiddenField 'gaussian' hides a field. 275
 Error coding HiddenField 'numberOfBins' hides a field. 297

com/irurueta/numerical/JacobianEstimator.java

Severity Category Rule Message Line
 Error coding HiddenField 'listener' hides a field. 49

com/irurueta/numerical/MaximumLikelihoodEstimator.java

Severity Category Rule Message Line
 Error coding HiddenField 'gaussianSigma' hides a field. 96
 Error coding HiddenField 'inputData' hides a field. 124
 Error coding HiddenField 'gaussianSigma' hides a field. 124
 Error coding HiddenField 'minValue' hides a field. 145
 Error coding HiddenField 'maxValue' hides a field. 145
 Error coding HiddenField 'inputData' hides a field. 146
 Error coding HiddenField 'gaussianSigma' hides a field. 146
 Error coding HiddenField 'minValue' hides a field. 199
 Error coding HiddenField 'maxValue' hides a field. 199
 Error coding HiddenField 'inputData' hides a field. 253
 Error coding HiddenField 'inputData' hides a field. 275
 Error coding HiddenField 'minValue' hides a field. 275
 Error coding HiddenField 'maxValue' hides a field. 276
 Error coding HiddenField 'gaussianSigma' hides a field. 325
 Error javadoc JavadocStyle First sentence should end with a period. 424
 Error javadoc JavadocStyle First sentence should end with a period. 440
 Error coding HiddenField 'minValue' hides a field. 561
 Error coding HiddenField 'maxValue' hides a field. 561
 Error coding HiddenField 'gaussianSigma' hides a field. 579

com/irurueta/numerical/MultiDimensionFunctionEvaluatorListener.java

Severity Category Rule Message Line
 Error modifier RedundantModifier Redundant 'final' modifier. 35

com/irurueta/numerical/MultiVariateFunctionEvaluatorListener.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 22
 Error modifier RedundantModifier Redundant 'final' modifier. 31
 Error modifier RedundantModifier Redundant 'final' modifier. 31

com/irurueta/numerical/PadeApproximantEstimator.java

Severity Category Rule Message Line
 Error coding HiddenField 'improveTimes' hides a field. 92
 Error coding HiddenField 'n' hides a field. 151
 Error coding MagicNumber '3' is a magic number. 153
 Error whitespace WhitespaceAround '+' is not followed by whitespace. 160
 Error coding HiddenField 'x' hides a field. 216
 Error coding HiddenField 'n' hides a field. 240

com/irurueta/numerical/SingleDimensionFunctionEvaluatorListener.java

Severity Category Rule Message Line
 Error modifier RedundantModifier Redundant 'final' modifier. 33

com/irurueta/numerical/fitting/Fitter.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 20
 Error javadoc JavadocStyle First sentence should end with a period. 26
 Error javadoc JavadocStyle First sentence should end with a period. 32
 Error javadoc JavadocStyle First sentence should end with a period. 42
 Error javadoc JavadocStyle First sentence should end with a period. 50

com/irurueta/numerical/fitting/FittingException.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 25
 Error javadoc JavadocStyle First sentence should end with a period. 32
 Error javadoc JavadocStyle First sentence should end with a period. 41
 Error javadoc JavadocStyle First sentence should end with a period. 51

com/irurueta/numerical/fitting/LevenbergMarquardtMultiDimensionFitter.java

Severity Category Rule Message Line
 Error imports ImportOrder Extra separation in import group before 'java.util.Arrays' 27
 Error coding ExplicitInitialization Variable 'mfit' explicitly initialized to '0' (default value for its type). 99
 Error coding ExplicitInitialization Variable 'mse' explicitly initialized to '0' (default value for its type). 110
 Error coding HiddenField 'evaluator' hides a field. 177
 Error coding HiddenField 'evaluator' hides a field. 197
 Error coding HiddenField 'evaluator' hides a field. 219
 Error coding HiddenField 'ndone' hides a field. 240
 Error coding HiddenField 'itmax' hides a field. 262
 Error coding HiddenField 'tol' hides a field. 284
 Error coding HiddenField 'evaluator' hides a field. 309
 Error coding HiddenField 'adjustCovariance' hides a field. 433
 Error coding MagicNumber '0.001' is a magic number. 464
 Error coding MagicNumber '0.1' is a magic number. 544
 Error coding MagicNumber '10.0' is a magic number. 555
 Error coding HiddenField 'evaluator' hides a field. 653
 Error coding HiddenField 'alpha' hides a field. 683

com/irurueta/numerical/fitting/LevenbergMarquardtMultiDimensionFunctionEvaluator.java

Severity Category Rule Message Line
 Error modifier RedundantModifier Redundant 'final' modifier. 60
 Error modifier RedundantModifier Redundant 'final' modifier. 60
 Error modifier RedundantModifier Redundant 'final' modifier. 60
 Error modifier RedundantModifier Redundant 'final' modifier. 61

com/irurueta/numerical/fitting/LevenbergMarquardtMultiVariateFitter.java

Severity Category Rule Message Line
 Error imports ImportOrder Extra separation in import group before 'java.util.Arrays' 27
 Error coding ExplicitInitialization Variable 'mfit' explicitly initialized to '0' (default value for its type). 98
 Error coding DeclarationOrder Variable access definition in wrong order. 113
 Error design VisibilityModifier Variable 'jacobian' must be private and have accessor methods. 113
 Error coding ExplicitInitialization Variable 'mse' explicitly initialized to '0' (default value for its type). 118
 Error coding HiddenField 'evaluator' hides a field. 187
 Error coding HiddenField 'evaluator' hides a field. 208
 Error coding HiddenField 'evaluator' hides a field. 230
 Error coding HiddenField 'ndone' hides a field. 251
 Error coding HiddenField 'itmax' hides a field. 273
 Error coding HiddenField 'tol' hides a field. 295
 Error coding HiddenField 'evaluator' hides a field. 320
 Error coding HiddenField 'adjustCovariance' hides a field. 445
 Error coding MagicNumber '0.001' is a magic number. 476
 Error coding MagicNumber '0.1' is a magic number. 556
 Error coding MagicNumber '10.0' is a magic number. 567
 Error coding HiddenField 'evaluator' hides a field. 667
 Error coding HiddenField 'alpha' hides a field. 697

com/irurueta/numerical/fitting/LevenbergMarquardtMultiVariateFunctionEvaluator.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file. 1
 Error javadoc JavadocStyle First sentence should end with a period. 57
 Error modifier RedundantModifier Redundant 'final' modifier. 73
 Error modifier RedundantModifier Redundant 'final' modifier. 73
 Error modifier RedundantModifier Redundant 'final' modifier. 73
 Error modifier RedundantModifier Redundant 'final' modifier. 74
 Error modifier RedundantModifier Redundant 'final' modifier. 74

com/irurueta/numerical/fitting/LevenbergMarquardtSingleDimensionFitter.java

Severity Category Rule Message Line
 Error imports ImportOrder Extra separation in import group before 'java.util.Arrays' 27
 Error coding ExplicitInitialization Variable 'mfit' explicitly initialized to '0' (default value for its type). 99
 Error coding ExplicitInitialization Variable 'mse' explicitly initialized to '0' (default value for its type). 104
 Error coding HiddenField 'evaluator' hides a field. 171
 Error coding HiddenField 'evaluator' hides a field. 191
 Error coding HiddenField 'evaluator' hides a field. 213
 Error coding HiddenField 'ndone' hides a field. 234
 Error coding HiddenField 'itmax' hides a field. 256
 Error coding HiddenField 'tol' hides a field. 278
 Error javadoc JavadocStyle First sentence should end with a period. 285
 Error javadoc JavadocStyle First sentence should end with a period. 295
 Error coding HiddenField 'evaluator' hides a field. 303
 Error coding HiddenField 'adjustCovariance' hides a field. 433
 Error coding MagicNumber '0.001' is a magic number. 464
 Error coding MagicNumber '0.1' is a magic number. 544
 Error coding MagicNumber '10.0' is a magic number. 555
 Error javadoc JavadocStyle First sentence should end with a period. 637
 Error coding HiddenField 'evaluator' hides a field. 645
 Error coding HiddenField 'alpha' hides a field. 674

com/irurueta/numerical/fitting/LevenbergMarquardtSingleDimensionFunctionEvaluator.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 37
 Error modifier RedundantModifier Redundant 'final' modifier. 53
 Error modifier RedundantModifier Redundant 'final' modifier. 53
 Error modifier RedundantModifier Redundant 'final' modifier. 53
 Error modifier RedundantModifier Redundant 'final' modifier. 54

com/irurueta/numerical/fitting/LinearFitterMultiDimensionFunctionEvaluator.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 39
 Error javadoc JavadocStyle First sentence should end with a period. 46
 Error modifier RedundantModifier Redundant 'final' modifier. 55
 Error modifier RedundantModifier Redundant 'final' modifier. 55

com/irurueta/numerical/fitting/LinearFitterSingleDimensionFunctionEvaluator.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 31
 Error javadoc JavadocStyle First sentence should end with a period. 38
 Error modifier RedundantModifier Redundant 'final' modifier. 47
 Error modifier RedundantModifier Redundant 'final' modifier. 47

com/irurueta/numerical/fitting/MultiDimensionFitter.java

Severity Category Rule Message Line
 Error imports ImportOrder Extra separation in import group before 'java.util.Arrays' 20
 Error javadoc JavadocStyle First sentence should end with a period. 22
 Error javadoc JavadocStyle First sentence should end with a period. 27
 Error javadoc JavadocStyle First sentence should end with a period. 46
 Error javadoc JavadocStyle First sentence should end with a period. 51
 Error javadoc JavadocStyle First sentence should end with a period. 56
 Error javadoc JavadocStyle First sentence should end with a period. 61
 Error javadoc JavadocStyle First sentence should end with a period. 66
 Error javadoc JavadocStyle First sentence should end with a period. 72
 Error coding HiddenField 'x' hides a field. 83
 Error coding HiddenField 'y' hides a field. 83
 Error coding HiddenField 'sig' hides a field. 83
 Error javadoc JavadocStyle First sentence should end with a period. 87
 Error coding HiddenField 'x' hides a field. 99
 Error coding HiddenField 'y' hides a field. 99
 Error coding HiddenField 'sig' hides a field. 99
 Error javadoc JavadocStyle First sentence should end with a period. 103
 Error javadoc JavadocStyle First sentence should end with a period. 134
 Error coding HiddenField 'x' hides a field. 148
 Error coding HiddenField 'y' hides a field. 148
 Error coding HiddenField 'sig' hides a field. 148
 Error javadoc JavadocStyle First sentence should end with a period. 160
 Error coding HiddenField 'x' hides a field. 176
 Error coding HiddenField 'y' hides a field. 176
 Error coding HiddenField 'sig' hides a field. 176
 Error javadoc JavadocStyle First sentence should end with a period. 190
 Error javadoc JavadocStyle First sentence should end with a period. 199
 Error javadoc JavadocStyle First sentence should end with a period. 209

com/irurueta/numerical/fitting/MultiDimensionLinearFitter.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 30
 Error javadoc JavadocStyle First sentence should end with a period. 35
 Error javadoc JavadocStyle First sentence should end with a period. 40
 Error javadoc JavadocStyle First sentence should end with a period. 46
 Error javadoc JavadocStyle First sentence should end with a period. 53
 Error javadoc JavadocStyle First sentence should end with a period. 68
 Error javadoc JavadocStyle First sentence should end with a period. 84
 Error coding HiddenField 'evaluator' hides a field. 91
 Error javadoc JavadocStyle First sentence should end with a period. 97
 Error coding HiddenField 'evaluator' hides a field. 112
 Error javadoc JavadocStyle First sentence should end with a period. 118
 Error coding HiddenField 'evaluator' hides a field. 134
 Error javadoc JavadocStyle First sentence should end with a period. 140
 Error javadoc JavadocStyle First sentence should end with a period. 150
 Error coding HiddenField 'evaluator' hides a field. 158
 Error javadoc JavadocStyle First sentence should end with a period. 163
 Error coding HiddenField 'evaluator' hides a field. 172

com/irurueta/numerical/fitting/MultiVariateFitter.java

Severity Category Rule Message Line
 Error imports ImportOrder Extra separation in import group before 'java.util.Arrays' 20
 Error coding HiddenField 'x' hides a field. 85
 Error coding HiddenField 'y' hides a field. 85
 Error coding HiddenField 'sig' hides a field. 85
 Error coding HiddenField 'x' hides a field. 101
 Error coding HiddenField 'y' hides a field. 101
 Error coding HiddenField 'sig' hides a field. 101
 Error coding HiddenField 'x' hides a field. 150
 Error coding HiddenField 'y' hides a field. 150
 Error coding HiddenField 'sig' hides a field. 150
 Error coding HiddenField 'x' hides a field. 177
 Error coding HiddenField 'y' hides a field. 177
 Error coding HiddenField 'sig' hides a field. 177

com/irurueta/numerical/fitting/SimpleSingleDimensionLinearFitter.java

Severity Category Rule Message Line
 Error imports ImportOrder Extra separation in import group before 'java.util.Arrays' 24
 Error javadoc JavadocStyle First sentence should end with a period. 37
 Error blocks NeedBraces 'if' construct must use '{}'s. 173
 Error blocks NeedBraces 'if' construct must use '{}'s. 204

com/irurueta/numerical/fitting/SingleDimensionFitter.java

Severity Category Rule Message Line
 Error imports ImportOrder Extra separation in import group before 'java.util.Arrays' 20
 Error javadoc JavadocStyle First sentence should end with a period. 22
 Error coding HiddenField 'x' hides a field. 79
 Error coding HiddenField 'y' hides a field. 79
 Error coding HiddenField 'sig' hides a field. 79
 Error coding HiddenField 'x' hides a field. 94
 Error coding HiddenField 'y' hides a field. 94
 Error coding HiddenField 'sig' hides a field. 94
 Error coding HiddenField 'x' hides a field. 137
 Error coding HiddenField 'y' hides a field. 137
 Error coding HiddenField 'sig' hides a field. 137
 Error coding HiddenField 'x' hides a field. 162
 Error coding HiddenField 'y' hides a field. 162
 Error coding HiddenField 'sig' hides a field. 162

com/irurueta/numerical/fitting/SingleDimensionLinearFitter.java

Severity Category Rule Message Line
 Error coding HiddenField 'evaluator' hides a field. 92
 Error coding HiddenField 'evaluator' hides a field. 113
 Error coding HiddenField 'evaluator' hides a field. 136
 Error coding HiddenField 'evaluator' hides a field. 161
 Error coding HiddenField 'evaluator' hides a field. 175

com/irurueta/numerical/fitting/StraightLineFitter.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 50
 Error javadoc JavadocStyle First sentence should end with a period. 55
 Error coding HiddenField 'x' hides a field. 103
 Error coding HiddenField 'y' hides a field. 103
 Error coding HiddenField 'x' hides a field. 119
 Error coding HiddenField 'y' hides a field. 119
 Error coding HiddenField 'sig' hides a field. 119
 Error coding HiddenField 'x' hides a field. 164
 Error coding HiddenField 'y' hides a field. 164
 Error coding HiddenField 'x' hides a field. 186
 Error coding HiddenField 'y' hides a field. 186
 Error coding HiddenField 'sig' hides a field. 186
 Error javadoc JavadocStyle First sentence should end with a period. 213
 Error javadoc JavadocStyle First sentence should end with a period. 222
 Error coding MagicNumber '0.5' is a magic number. 341
 Error coding MagicNumber '0.5' is a magic number. 341

com/irurueta/numerical/fitting/SvdMultiDimensionLinearFitter.java

Severity Category Rule Message Line
 Error coding HiddenField 'tol' hides a field. 156

com/irurueta/numerical/fitting/SvdSingleDimensionLinearFitter.java

Severity Category Rule Message Line
 Error coding HiddenField 'tol' hides a field. 162

com/irurueta/numerical/integration/DoubleExponentialMatrixSingleDimensionFunctionEvaluatorListener.java

Severity Category Rule Message Line
 Error modifier RedundantModifier Redundant 'final' modifier. 36
 Error modifier RedundantModifier Redundant 'final' modifier. 36
 Error modifier RedundantModifier Redundant 'final' modifier. 36

com/irurueta/numerical/integration/DoubleExponentialRuleMatrixQuadrature.java

Severity Category Rule Message Line
 Error coding HiddenField 'listener' hides a field. 105
 Error coding HiddenField 'a' hides a field. 106
 Error coding HiddenField 'b' hides a field. 106
 Error coding HiddenField 'hmax' hides a field. 106
 Error coding HiddenField 'listener' hides a field. 132
 Error coding HiddenField 'a' hides a field. 133
 Error coding HiddenField 'b' hides a field. 133
 Error coding HiddenField 'listener' hides a field. 148
 Error coding HiddenField 'a' hides a field. 149
 Error coding HiddenField 'b' hides a field. 149
 Error coding HiddenField 'hmax' hides a field. 149
 Error coding HiddenField 'listener' hides a field. 177
 Error coding HiddenField 'a' hides a field. 178
 Error coding HiddenField 'b' hides a field. 178
 Error coding MagicNumber '0.25' is a magic number. 206
 Error coding MagicNumber '0.5' is a magic number. 208
 Error coding MagicNumber '0.5' is a magic number. 208
 Error coding MagicNumber '0.5' is a magic number. 219
 Error coding MagicNumber '-2.0' is a magic number. 222
 Error coding MagicNumber '0.5' is a magic number. 238

com/irurueta/numerical/integration/DoubleExponentialRuleQuadrature.java

Severity Category Rule Message Line
 Error misc NewlineAtEndOfFile File does not end with a newline. 1
 Error coding HiddenField 'listener' hides a field. 68
 Error coding HiddenField 'a' hides a field. 69
 Error coding HiddenField 'b' hides a field. 69
 Error coding HiddenField 'hmax' hides a field. 69
 Error coding HiddenField 'listener' hides a field. 85
 Error coding HiddenField 'a' hides a field. 86
 Error coding HiddenField 'b' hides a field. 86
 Error coding HiddenField 'listener' hides a field. 100
 Error coding HiddenField 'a' hides a field. 101
 Error coding HiddenField 'b' hides a field. 101
 Error coding HiddenField 'hmax' hides a field. 101
 Error coding HiddenField 'listener' hides a field. 118
 Error coding HiddenField 'a' hides a field. 119
 Error coding HiddenField 'b' hides a field. 119
 Error coding MagicNumber '0.25' is a magic number. 145
 Error coding MagicNumber '0.5' is a magic number. 146
 Error coding MagicNumber '0.5' is a magic number. 146
 Error coding MagicNumber '0.5' is a magic number. 154
 Error coding MagicNumber '-2.0' is a magic number. 156
 Error coding MagicNumber '0.5' is a magic number. 165

com/irurueta/numerical/integration/DoubleExponentialRuleQuadratureIntegrator.java

Severity Category Rule Message Line
 Error indentation Indentation 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. 40
 Error indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 8. 44
 Error indentation Indentation 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. 45
 Error indentation Indentation 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. 55
 Error indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 8. 58
 Error indentation Indentation 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. 59
 Error indentation Indentation 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. 70
 Error indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 8. 73
 Error indentation Indentation 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. 74
 Error indentation Indentation 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. 83
 Error indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 8. 86
 Error indentation Indentation 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. 87
 Error indentation Indentation 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. 101
 Error indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 8. 105
 Error indentation Indentation 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. 106
 Error indentation Indentation 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. 118
 Error indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 8. 122
 Error indentation Indentation 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. 123
 Error indentation Indentation 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. 136
 Error indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 8. 139
 Error indentation Indentation 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. 140
 Error indentation Indentation 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. 151
 Error indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 8. 154
 Error indentation Indentation 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. 155
 Error indentation Indentation 'method def modifier' has incorrect indentation level 3, expected level should be 4. 162
 Error indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 8. 164
 Error indentation Indentation 'method def rcurly' has incorrect indentation level 3, expected level should be 4. 165

com/irurueta/numerical/integration/DoubleExponentialSingleDimensionFunctionEvaluatorListener.java

Severity Category Rule Message Line
 Error modifier RedundantModifier Redundant 'final' modifier. 35
 Error modifier RedundantModifier Redundant 'final' modifier. 35

com/irurueta/numerical/integration/ExponentialMidPointMatrixQuadrature.java

Severity Category Rule Message Line
 Error indentation Indentation 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. 35
 Error indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 8. 39
 Error indentation Indentation 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. 40
 Error indentation Indentation 'method def modifier' has incorrect indentation level 3, expected level should be 4. 47
 Error indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 8. 49
 Error indentation Indentation 'method def rcurly' has incorrect indentation level 3, expected level should be 4. 50
 Error indentation Indentation 'method def modifier' has incorrect indentation level 3, expected level should be 4. 59
 Error indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 8. 61
 Error indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 8. 62
 Error indentation Indentation 'method def rcurly' has incorrect indentation level 3, expected level should be 4. 63

com/irurueta/numerical/integration/InfinityMidPointQuadratureMatrixIntegrator.java

Severity Category Rule Message Line
 Error indentation Indentation 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. 43
 Error indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 8. 47
 Error indentation Indentation 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. 48
 Error indentation Indentation 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. 58
 Error indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 8. 62
 Error indentation Indentation 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. 63
 Error indentation Indentation 'method def modifier' has incorrect indentation level 3, expected level should be 4. 70
 Error indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 8. 72
 Error indentation Indentation 'method def rcurly' has incorrect indentation level 3, expected level should be 4. 73

com/irurueta/numerical/integration/LowerSquareRootMidPointQuadratureIntegrator.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file. 1
 Error indentation Indentation 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. 35
 Error indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 8. 39
 Error indentation Indentation 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. 40
 Error indentation Indentation 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. 49
 Error indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 8. 52
 Error indentation Indentation 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. 53
 Error indentation Indentation 'method def modifier' has incorrect indentation level 3, expected level should be 4. 60
 Error indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 8. 62
 Error indentation Indentation 'method def rcurly' has incorrect indentation level 3, expected level should be 4. 63

com/irurueta/numerical/integration/MatrixIntegrator.java

Severity Category Rule Message Line
 Error modifier RedundantModifier Redundant 'final' modifier. 58

com/irurueta/numerical/integration/MatrixQuadrature.java

Severity Category Rule Message Line
 Error modifier RedundantModifier Redundant 'final' modifier. 47

com/irurueta/numerical/integration/MatrixSingleDimensionFunctionEvaluatorListener.java

Severity Category Rule Message Line
 Error modifier RedundantModifier Redundant 'final' modifier. 33
 Error modifier RedundantModifier Redundant 'final' modifier. 33

com/irurueta/numerical/integration/MidPointMatrixQuadrature.java

Severity Category Rule Message Line
 Error coding DeclarationOrder Variable access definition in wrong order. 66
 Error coding HiddenField 'a' hides a field. 92
 Error coding HiddenField 'b' hides a field. 92
 Error coding HiddenField 'listener' hides a field. 93
 Error coding MagicNumber '0.5' is a magic number. 156
 Error coding MagicNumber '3' is a magic number. 162
 Error coding MagicNumber '3.0' is a magic number. 165
 Error coding MagicNumber '0.5' is a magic number. 168
 Error coding MagicNumber '3.0' is a magic number. 183

com/irurueta/numerical/integration/MidPointQuadrature.java

Severity Category Rule Message Line
 Error coding DeclarationOrder Variable access definition in wrong order. 56
 Error coding HiddenField 'a' hides a field. 66
 Error coding HiddenField 'b' hides a field. 66
 Error coding HiddenField 'listener' hides a field. 67
 Error coding MagicNumber '0.5' is a magic number. 120
 Error coding MagicNumber '3' is a magic number. 124
 Error coding MagicNumber '3.0' is a magic number. 127
 Error coding MagicNumber '0.5' is a magic number. 130
 Error coding MagicNumber '3.0' is a magic number. 139

com/irurueta/numerical/integration/Quadrature.java

Severity Category Rule Message Line
 Error indentation Indentation 'member def modifier' has incorrect indentation level 3, expected level should be 4. 27
 Error indentation Indentation 'method def modifier' has incorrect indentation level 3, expected level should be 4. 34
 Error indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 8. 35
 Error indentation Indentation 'method def rcurly' has incorrect indentation level 3, expected level should be 4. 36
 Error indentation Indentation 'method def modifier' has incorrect indentation level 3, expected level should be 4. 44
 Error 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
 Error coding HiddenField 'q' hides a field. 63
 Error coding HiddenField 'eps' hides a field. 63

com/irurueta/numerical/integration/QuadratureMatrixIntegrator.java

Severity Category Rule Message Line
 Error coding HiddenField 'q' hides a field. 66
 Error coding HiddenField 'eps' hides a field. 66

com/irurueta/numerical/integration/RombergDoubleExponentialRuleQuadratureMatrixIntegrator.java

Severity Category Rule Message Line
 Error indentation Indentation 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. 42
 Error indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 8. 46
 Error indentation Indentation 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. 47
 Error indentation Indentation 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. 59
 Error indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 8. 63
 Error indentation Indentation 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. 64
 Error indentation Indentation 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. 77
 Error indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 8. 81
 Error indentation Indentation 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. 82
 Error indentation Indentation 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. 93
 Error indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 8. 97
 Error indentation Indentation 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. 98
 Error indentation Indentation 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. 112
 Error indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 8. 116
 Error indentation Indentation 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. 117
 Error indentation Indentation 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. 129
 Error indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 8. 133
 Error indentation Indentation 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. 134
 Error indentation Indentation 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. 147
 Error indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 8. 151
 Error indentation Indentation 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. 152
 Error indentation Indentation 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. 163
 Error indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 8. 167
 Error indentation Indentation 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. 168
 Error indentation Indentation 'method def modifier' has incorrect indentation level 3, expected level should be 4. 175
 Error indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 8. 177
 Error indentation Indentation 'method def rcurly' has incorrect indentation level 3, expected level should be 4. 178

com/irurueta/numerical/integration/RombergIntegrator.java

Severity Category Rule Message Line
 Error coding HiddenField 'q' hides a field. 89
 Error coding HiddenField 'eps' hides a field. 90
 Error coding MagicNumber '9.0' is a magic number. 114

com/irurueta/numerical/integration/RombergMatrixIntegrator.java

Severity Category Rule Message Line
 Error coding HiddenField 'q' hides a field. 85
 Error coding HiddenField 'eps' hides a field. 86
 Error coding MagicNumber '9.0' is a magic number. 139

com/irurueta/numerical/integration/RombergTrapezoidalQuadratureIntegrator.java

Severity Category Rule Message Line
 Error coding MagicNumber '0.25' is a magic number. 111

com/irurueta/numerical/integration/RombergTrapezoidalQuadratureMatrixIntegrator.java

Severity Category Rule Message Line
 Error coding MagicNumber '0.25' is a magic number. 141

com/irurueta/numerical/integration/SimpsonDoubleExponentialRuleQuadratureMatrixIntegrator.java

Severity Category Rule Message Line
 Error indentation Indentation 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. 42
 Error indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 8. 46
 Error indentation Indentation 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. 47
 Error indentation Indentation 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. 59
 Error indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 8. 63
 Error indentation Indentation 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. 64
 Error indentation Indentation 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. 77
 Error indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 8. 81
 Error indentation Indentation 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. 82
 Error indentation Indentation 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. 93
 Error indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 8. 97
 Error indentation Indentation 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. 98
 Error indentation Indentation 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. 113
 Error indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 8. 117
 Error indentation Indentation 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. 118
 Error indentation Indentation 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. 131
 Error indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 8. 135
 Error indentation Indentation 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. 136
 Error indentation Indentation 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. 150
 Error indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 8. 154
 Error indentation Indentation 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. 155
 Error indentation Indentation 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. 167
 Error indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 8. 171
 Error indentation Indentation 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. 172
 Error indentation Indentation 'method def modifier' has incorrect indentation level 3, expected level should be 4. 179
 Error indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 8. 181
 Error indentation Indentation 'method def rcurly' has incorrect indentation level 3, expected level should be 4. 182

com/irurueta/numerical/integration/SimpsonIntegrator.java

Severity Category Rule Message Line
 Error coding HiddenField 'q' hides a field. 64
 Error coding HiddenField 'eps' hides a field. 65
 Error coding MagicNumber '4.0' is a magic number. 85
 Error coding MagicNumber '3.0' is a magic number. 85

com/irurueta/numerical/integration/SimpsonLowerSquareRootMidPointQuadratureMatrixIntegrator.java

Severity Category Rule Message Line
 Error indentation Indentation 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. 37
 Error indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 8. 41
 Error indentation Indentation 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. 42
 Error indentation Indentation 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. 52
 Error indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 8. 56
 Error indentation Indentation 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. 57
 Error indentation Indentation 'method def modifier' has incorrect indentation level 3, expected level should be 4. 64
 Error indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 8. 66
 Error indentation Indentation 'method def rcurly' has incorrect indentation level 3, expected level should be 4. 67

com/irurueta/numerical/integration/SimpsonMatrixIntegrator.java

Severity Category Rule Message Line
 Error coding HiddenField 'q' hides a field. 67
 Error coding HiddenField 'eps' hides a field. 68
 Error coding MagicNumber '4.0' is a magic number. 95
 Error coding MagicNumber '3.0' is a magic number. 97

com/irurueta/numerical/integration/SimpsonUpperSquareRootMidPointQuadratureMatrixIntegrator.java

Severity Category Rule Message Line
 Error indentation Indentation 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. 37
 Error indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 8. 41
 Error indentation Indentation 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. 42
 Error indentation Indentation 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. 52
 Error indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 8. 56
 Error indentation Indentation 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. 57
 Error indentation Indentation 'method def modifier' has incorrect indentation level 3, expected level should be 4. 64
 Error indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 8. 66
 Error indentation Indentation 'method def rcurly' has incorrect indentation level 3, expected level should be 4. 67

com/irurueta/numerical/integration/TrapezoidalMatrixQuadrature.java

Severity Category Rule Message Line
 Error coding HiddenField 'a' hides a field. 89
 Error coding HiddenField 'b' hides a field. 89
 Error coding HiddenField 'listener' hides a field. 90
 Error coding MagicNumber '0.5' is a magic number. 156
 Error coding MagicNumber '0.5' is a magic number. 165
 Error coding MagicNumber '0.5' is a magic number. 175

com/irurueta/numerical/integration/TrapezoidalQuadrature.java

Severity Category Rule Message Line
 Error indentation Indentation 'member def modifier' has incorrect indentation level 3, expected level should be 4. 32
 Error indentation Indentation 'member def modifier' has incorrect indentation level 3, expected level should be 4. 37
 Error indentation Indentation 'member def modifier' has incorrect indentation level 3, expected level should be 4. 42
 Error indentation Indentation 'member def modifier' has incorrect indentation level 3, expected level should be 4. 47
 Error indentation Indentation 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. 56
 Error coding HiddenField 'a' hides a field. 57
 Error coding HiddenField 'b' hides a field. 57
 Error coding HiddenField 'listener' hides a field. 58
 Error indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 8. 59
 Error indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 8. 60
 Error indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 8. 61
 Error indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 8. 62
 Error indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 8. 63
 Error indentation Indentation 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. 64
 Error indentation Indentation 'method def modifier' has incorrect indentation level 3, expected level should be 4. 71
 Error indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 8. 72
 Error indentation Indentation 'method def rcurly' has incorrect indentation level 3, expected level should be 4. 73
 Error indentation Indentation 'method def modifier' has incorrect indentation level 3, expected level should be 4. 80
 Error indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 8. 81
 Error indentation Indentation 'method def rcurly' has incorrect indentation level 3, expected level should be 4. 82
 Error indentation Indentation 'method def modifier' has incorrect indentation level 3, expected level should be 4. 88
 Error indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 8. 89
 Error indentation Indentation 'method def rcurly' has incorrect indentation level 3, expected level should be 4. 90
 Error indentation Indentation 'method def modifier' has incorrect indentation level 3, expected level should be 4. 98
 Error indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 8. 100
 Error indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 8. 101
 Error indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 8. 102
 Error indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 8. 103
 Error indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 8. 104
 Error indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 8. 105
 Error indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 8. 106
 Error indentation Indentation 'if' has incorrect indentation level 6, expected level should be 8. 107
 Error indentation Indentation 'if' child has incorrect indentation level 9, expected level should be 12. 108
 Error coding MagicNumber '0.5' is a magic number. 108
 Error indentation Indentation 'if' child has incorrect indentation level 9, expected level should be 12. 109
 Error indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 8. 110
 Error indentation Indentation 'for' has incorrect indentation level 9, expected level should be 12. 111
 Error indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 16. 112
 Error indentation Indentation 'for rcurly' has incorrect indentation level 9, expected level should be 12. 113
 Error indentation Indentation 'else' child has incorrect indentation level 9, expected level should be 12. 114
 Error indentation Indentation 'else' child has incorrect indentation level 9, expected level should be 12. 116
 Error indentation Indentation 'else' child has incorrect indentation level 9, expected level should be 12. 117
 Error coding MagicNumber '0.5' is a magic number. 117
 Error indentation Indentation 'for' has incorrect indentation level 9, expected level should be 12. 118
 Error indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 16. 119
 Error indentation Indentation 'for rcurly' has incorrect indentation level 9, expected level should be 12. 120
 Error indentation Indentation 'else' child has incorrect indentation level 9, expected level should be 12. 122
 Error coding MagicNumber '0.5' is a magic number. 122
 Error indentation Indentation 'else' child has incorrect indentation level 9, expected level should be 12. 123
 Error indentation Indentation 'else rcurly' has incorrect indentation level 6, expected level should be 8. 124
 Error indentation Indentation 'method def rcurly' has incorrect indentation level 3, expected level should be 4. 125
 Error indentation Indentation 'method def modifier' has incorrect indentation level 3, expected level should be 4. 132
 Error indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 8. 134
 Error indentation Indentation 'method def rcurly' has incorrect indentation level 3, expected level should be 4. 135

com/irurueta/numerical/integration/UpperSquareRootMidPointQuadratureIntegrator.java

Severity Category Rule Message Line
 Error indentation Indentation 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. 35
 Error indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 8. 39
 Error indentation Indentation 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. 40
 Error indentation Indentation 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. 49
 Error indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 8. 52
 Error indentation Indentation 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. 53
 Error indentation Indentation 'method def modifier' has incorrect indentation level 3, expected level should be 4. 60
 Error indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 8. 62
 Error indentation Indentation 'method def rcurly' has incorrect indentation level 3, expected level should be 4. 63

com/irurueta/numerical/interpolation/AccurateInterpolatingPolynomialEstimator.java

Severity Category Rule Message Line
 Error coding MagicNumber '1.0e99' is a magic number. 60
 Error blocks NeedBraces 'if' construct must use '{}'s. 68

com/irurueta/numerical/interpolation/BarycentricRationalInterpolator.java

Severity Category Rule Message Line
 Error coding HiddenField 'd' hides a field. 41

com/irurueta/numerical/interpolation/BaseInterpolator.java

Severity Category Rule Message Line
 Error javadoc JavadocVariable Missing a Javadoc comment. 32
 Error coding ExplicitInitialization Variable 'cor' explicitly initialized to '0' (default value for its type). 32
 Error javadoc JavadocVariable Missing a Javadoc comment. 34
 Error coding ExplicitInitialization Variable 'jsav' explicitly initialized to '0' (default value for its type). 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 36
 Error coding DeclarationOrder Variable access definition in wrong order. 42
 Error coding DeclarationOrder Variable access definition in wrong order. 47
 Error coding MagicNumber '0.25' is a magic number. 79
 Error modifier RedundantModifier Redundant 'final' modifier. 117
 Error modifier RedundantModifier Redundant 'final' modifier. 117

com/irurueta/numerical/interpolation/BaseRadialBasisFunctionInterpolator.java

Severity Category Rule Message Line
 Error modifier RedundantModifier Redundant 'final' modifier. 67

com/irurueta/numerical/interpolation/CubicSplineInterpolator.java

Severity Category Rule Message Line
 Error javadoc JavadocVariable Missing a Javadoc comment. 30
 Error javadoc JavadocVariable Missing a Javadoc comment. 32
 Error javadoc JavadocVariable Missing a Javadoc comment. 34
 Error coding MagicNumber '6.0' is a magic number. 87
 Error blocks NeedBraces 'if' construct must use '{}'s. 113
 Error coding MagicNumber '0.99e99' is a magic number. 113
 Error coding MagicNumber '-0.5' is a magic number. 118
 Error coding MagicNumber '3.0' is a magic number. 119
 Error coding MagicNumber '6.0' is a magic number. 129
 Error blocks NeedBraces 'if' construct must use '{}'s. 132
 Error coding MagicNumber '0.99e99' is a magic number. 132
 Error coding MagicNumber '0.5' is a magic number. 137
 Error coding MagicNumber '3.0' is a magic number. 138

com/irurueta/numerical/interpolation/CurveInterpolator.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file. 1
 Error coding MagicNumber '4' is a magic number. 118
 Error coding MagicNumber '1.e99' is a magic number. 119
 Error coding MagicNumber '1.e99' is a magic number. 120
 Error coding ParameterAssignment Assignment of parameter 't' is not allowed. 157
 Error javadoc JavadocMethod @return tag should be present and have description. 177
 Error coding MagicNumber '3' is a magic number. 181
 Error coding MagicNumber '3' is a magic number. 185

com/irurueta/numerical/interpolation/GaussianRadialBasisFunction.java

Severity Category Rule Message Line
 Error coding MagicNumber '-0.5' is a magic number. 54

com/irurueta/numerical/interpolation/InterpolatingPolynomialEstimator.java

Severity Category Rule Message Line
 Error modifier RedundantModifier Redundant 'final' modifier. 79
 Error modifier RedundantModifier Redundant 'final' modifier. 79
 Error modifier RedundantModifier Redundant 'final' modifier. 79

com/irurueta/numerical/interpolation/InterpolationException.java

Severity Category Rule Message Line
 Error indentation Indentation 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. 28
 Error indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 8. 29
 Error indentation Indentation 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. 30
 Error indentation Indentation 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. 37
 Error indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 8. 38
 Error indentation Indentation 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. 39
 Error indentation Indentation 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. 47
 Error indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 8. 48
 Error indentation Indentation 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. 49
 Error indentation Indentation 'ctor def modifier' has incorrect indentation level 3, expected level should be 4. 56
 Error indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 8. 57
 Error 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
 Error javadoc JavadocVariable Missing a Javadoc comment. 59
 Error javadoc JavadocVariable Missing a Javadoc comment. 61
 Error javadoc JavadocVariable Missing a Javadoc comment. 63
 Error coding MagicNumber '0.5' is a magic number. 343
 Error coding MagicNumber '0.5' is a magic number. 344

com/irurueta/numerical/interpolation/RadialBasisFunction.java

Severity Category Rule Message Line
 Error modifier RedundantModifier Redundant 'final' modifier. 28

com/irurueta/numerical/interpolation/ShepardInterpolator.java

Severity Category Rule Message Line
 Error misc NewlineAtEndOfFile File does not end with a newline. 1
 Error blocks NeedBraces 'if' construct must use '{}'s. 96

com/irurueta/numerical/optimization/BracketedSingleOptimizer.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 207
 Error design ThrowsCount Throws count is 4 (max allowed is 2). 321
 Error design ThrowsCount Throws count is 4 (max allowed is 2). 478
 Error design ThrowsCount Throws count is 3 (max allowed is 2). 504
 Error design ThrowsCount Throws count is 3 (max allowed is 2). 524
 Error misc TrailingComment Don't use trailing comments. 649

com/irurueta/numerical/optimization/BrentSingleOptimizer.java

Severity Category Rule Message Line
 Error coding HiddenField 'tolerance' hides a field. 93
 Error coding HiddenField 'tolerance' hides a field. 116
 Error coding HiddenField 'tolerance' hides a field. 147
 Error coding MagicNumber '3' is a magic number. 186
 Error coding MagicNumber '0.5' is a magic number. 220
 Error coding MagicNumber '0.5' is a magic number. 224
 Error coding MagicNumber '0.5' is a magic number. 247
 Error coding HiddenField 'tolerance' hides a field. 353

com/irurueta/numerical/optimization/ConjugateGradientMultiOptimizer.java

Severity Category Rule Message Line
 Error coding HiddenField 'gradientListener' hides a field. 135
 Error coding HiddenField 'tolerance' hides a field. 136
 Error coding HiddenField 'usePolakRibiere' hides a field. 136
 Error coding HiddenField 'gradientListener' hides a field. 163
 Error coding HiddenField 'tolerance' hides a field. 164
 Error coding HiddenField 'usePolakRibiere' hides a field. 164
 Error coding HiddenField 'tolerance' hides a field. 353
 Error coding HiddenField 'gradientListener' hides a field. 384
 Error coding HiddenField 'tolerance' hides a field. 463

com/irurueta/numerical/optimization/DerivativeBrentSingleOptimizer.java

Severity Category Rule Message Line
 Error coding HiddenField 'derivativeListener' hides a field. 99
 Error coding HiddenField 'tolerance' hides a field. 101
 Error coding HiddenField 'derivativeListener' hides a field. 129
 Error coding HiddenField 'tolerance' hides a field. 165
 Error coding MagicNumber '3' is a magic number. 205
 Error coding MagicNumber '0.5' is a magic number. 248
 Error coding MagicNumber '0.5' is a magic number. 251
 Error coding MagicNumber '0.5' is a magic number. 294
 Error blocks NeedBraces 'if' construct must use '{}'s. 296
 Error coding MagicNumber '0.5' is a magic number. 301
 Error coding MagicNumber '0.5' is a magic number. 306
 Error coding MagicNumber '0.5' is a magic number. 310
 Error coding HiddenField 'tolerance' hides a field. 432

com/irurueta/numerical/optimization/DerivativeConjugateGradientMultiOptimizer.java

Severity Category Rule Message Line
 Error coding HiddenField 'tolerance' hides a field. 127
 Error coding HiddenField 'usePolakRibiere' hides a field. 128
 Error coding HiddenField 'tolerance' hides a field. 314
 Error coding HiddenField 'tolerance' hides a field. 381

com/irurueta/numerical/optimization/DerivativeLineMultiOptimizer.java

Severity Category Rule Message Line
 Error coding DeclarationOrder Variable access definition in wrong order. 59
 Error coding HiddenField 'gradientListener' hides a field. 104
 Error coding HiddenField 'gradientListener' hides a field. 263
 Error indentation Indentation 'method def modifier' has incorrect indentation level 20, expected level should be one of the following: 28, 32. 326
 Error indentation Indentation 'method def' child has incorrect indentation level 24, expected level should be one of the following: 32, 36. 328
 Error indentation Indentation 'method def rcurly' has incorrect indentation level 20, expected level should be one of the following: 28, 32. 329
 Error indentation Indentation 'object def rcurly' has incorrect indentation level 16, expected level should be one of the following: 24, 28. 330

com/irurueta/numerical/optimization/GoldenSingleOptimizer.java

Severity Category Rule Message Line
 Error coding HiddenField 'tolerance' hides a field. 83
 Error coding HiddenField 'tolerance' hides a field. 114
 Error coding MagicNumber '3' is a magic number. 153
 Error coding HiddenField 'tolerance' hides a field. 262

com/irurueta/numerical/optimization/MultiOptimizer.java

Severity Category Rule Message Line
 Error coding HiddenField 'listener' hides a field. 63
 Error javadoc JavadocStyle First sentence should end with a period. 70
 Error coding HiddenField 'listener' hides a field. 91

com/irurueta/numerical/optimization/OnIterationCompletedListener.java

Severity Category Rule Message Line
 Error modifier RedundantModifier Redundant 'final' modifier. 30

com/irurueta/numerical/optimization/Optimizer.java

Severity Category Rule Message Line
 Error coding HiddenField 'iterationCompletedListener' hides a field. 60
 Error design ThrowsCount Throws count is 3 (max allowed is 2). 87

com/irurueta/numerical/optimization/PowellMultiOptimizer.java

Severity Category Rule Message Line
 Error coding HiddenField 'tolerance' hides a field. 99
 Error coding HiddenField 'tolerance' hides a field. 127
 Error coding HiddenField 'tolerance' hides a field. 219
 Error coding HiddenField 'tolerance' hides a field. 235

com/irurueta/numerical/optimization/QuasiNewtonMultiOptimizer.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file. 1
 Error javadoc JavadocVariable Missing a Javadoc comment. 53
 Error javadoc JavadocVariable Missing a Javadoc comment. 54
 Error coding DeclarationOrder Variable access definition in wrong order. 90
 Error design VisibilityModifier Variable 'gradientListener' must be private and have accessor methods. 90
 Error coding DeclarationOrder Variable access definition in wrong order. 95
 Error design VisibilityModifier Variable 'fret' must be private and have accessor methods. 95
 Error coding HiddenField 'gradientListener' hides a field. 120
 Error coding HiddenField 'tolerance' hides a field. 121
 Error coding HiddenField 'gradientListener' hides a field. 146
 Error coding HiddenField 'tolerance' hides a field. 147
 Error coding HiddenField 'tolerance' hides a field. 365
 Error coding HiddenField 'tolerance' hides a field. 381
 Error coding HiddenField 'gradientListener' hides a field. 451
 Error sizes ParameterNumber More than 7 parameters (found 8). 502
 Error coding HiddenField 'p' hides a field. 502
 Error coding MagicNumber '3.0' is a magic number. 577
 Error coding MagicNumber '0.5' is a magic number. 579
 Error coding MagicNumber '3.0' is a magic number. 582
 Error coding MagicNumber '0.5' is a magic number. 587
 Error coding MagicNumber '0.5' is a magic number. 588
 Error coding MagicNumber '0.1' is a magic number. 594

com/irurueta/numerical/optimization/SimplexMultiOptimizer.java

Severity Category Rule Message Line
 Error imports ImportOrder Extra separation in import group before 'java.util.Arrays' 26
 Error coding MagicNumber '0.5' is a magic number. 502
 Error coding MagicNumber '0.5' is a magic number. 507
 Error coding HiddenField 'p' hides a field. 552
 Error coding HiddenField 'p' hides a field. 574
 Error coding HiddenField 'y' hides a field. 574

com/irurueta/numerical/optimization/SingleOptimizer.java

Severity Category Rule Message Line
 Error coding HiddenField 'listener' hides a field. 68
 Error coding HiddenField 'listener' hides a field. 97

com/irurueta/numerical/polynomials/Polynomial.java

Severity Category Rule Message Line
 Error imports ImportOrder Extra separation in import group before 'java.io.Serializable' 28
 Error coding DeclarationOrder Variable access definition in wrong order. 46
 Error javadoc JavadocStyle First sentence should end with a period. 48
 Error coding DeclarationOrder Variable access definition in wrong order. 51
 Error coding MagicNumber '3' is a magic number. 366
 Error coding MultipleStringLiterals The String "order must be at least 1" appears 2 times in the file. 595

com/irurueta/numerical/polynomials/PolynomialsException.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file. 1

com/irurueta/numerical/polynomials/estimators/DerivativePolynomialEvaluation.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file. 1

com/irurueta/numerical/polynomials/estimators/LMSEPolynomialEstimator.java

Severity Category Rule Message Line
 Error imports ImportOrder Extra separation in import group before 'java.util.List' 25

com/irurueta/numerical/polynomials/estimators/LMedSPolynomialRobustEstimator.java

Severity Category Rule Message Line
 Error imports ImportOrder Extra separation in import group before 'java.util.ArrayList' 27
 Error indentation Indentation 'object def' child has incorrect indentation level 28, expected level should be one of the following: 20, 24. 260
 Error indentation Indentation 'method def modifier' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 263
 Error indentation Indentation 'method def' child has incorrect indentation level 32, expected level should be one of the following: 24, 28. 265
 Error indentation Indentation 'method def rcurly' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 266
 Error indentation Indentation 'method def modifier' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 268
 Error indentation Indentation 'method def' child has incorrect indentation level 32, expected level should be one of the following: 24, 28. 270
 Error indentation Indentation 'method def rcurly' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 271
 Error indentation Indentation 'method def modifier' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 273
 Error indentation Indentation 'method def' child has incorrect indentation level 32, expected level should be one of the following: 24, 28. 277
 Error indentation Indentation 'for' has incorrect indentation level 32, expected level should be one of the following: 24, 28. 278
 Error indentation Indentation 'for' child has incorrect indentation level 36, expected level should be one of the following: 28, 32. 279
 Error indentation Indentation 'for rcurly' has incorrect indentation level 32, expected level should be one of the following: 24, 28. 280
 Error indentation Indentation 'try' has incorrect indentation level 32, expected level should be one of the following: 24, 28. 282
 Error indentation Indentation 'try' child has incorrect indentation level 36, expected level should be one of the following: 28, 32. 283
 Error indentation Indentation 'try' child has incorrect indentation level 36, expected level should be one of the following: 28, 32. 284
 Error indentation Indentation 'try' child has incorrect indentation level 36, expected level should be one of the following: 28, 32. 286
 Error indentation Indentation 'try' child has incorrect indentation level 36, expected level should be one of the following: 28, 32. 287
 Error indentation Indentation 'try rcurly' has incorrect indentation level 32, expected level should be one of the following: 24, 28. 288
 Error indentation Indentation 'catch rcurly' has incorrect indentation level 32, expected level should be one of the following: 24, 28. 290
 Error indentation Indentation 'method def rcurly' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 291
 Error indentation Indentation 'method def modifier' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 293
 Error indentation Indentation 'method def' child has incorrect indentation level 32, expected level should be one of the following: 24, 28. 296
 Error indentation Indentation 'method def' child has incorrect indentation level 32, expected level should be one of the following: 24, 28. 297
 Error indentation Indentation 'method def rcurly' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 298
 Error indentation Indentation 'method def modifier' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 300
 Error indentation Indentation 'method def' child has incorrect indentation level 32, expected level should be one of the following: 24, 28. 302
 Error indentation Indentation 'method def rcurly' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 303
 Error indentation Indentation 'method def modifier' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 305
 Error indentation Indentation 'if' has incorrect indentation level 32, expected level should be one of the following: 24, 28. 308
 Error indentation Indentation 'if' child has incorrect indentation level 36, expected level should be one of the following: 28, 32. 309
 Error indentation Indentation 'if rcurly' has incorrect indentation level 32, expected level should be one of the following: 24, 28. 311
 Error indentation Indentation 'method def rcurly' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 312
 Error indentation Indentation 'method def modifier' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 314
 Error indentation Indentation 'if' has incorrect indentation level 32, expected level should be one of the following: 24, 28. 317
 Error indentation Indentation 'if' child has incorrect indentation level 36, expected level should be one of the following: 28, 32. 318
 Error indentation Indentation 'if rcurly' has incorrect indentation level 32, expected level should be one of the following: 24, 28. 320
 Error indentation Indentation 'method def rcurly' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 321
 Error indentation Indentation 'method def modifier' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 323
 Error indentation Indentation 'if' has incorrect indentation level 32, expected level should be one of the following: 24, 28. 327
 Error indentation Indentation 'if' child has incorrect indentation level 36, expected level should be one of the following: 28, 32. 328
 Error indentation Indentation 'if rcurly' has incorrect indentation level 32, expected level should be one of the following: 24, 28. 330
 Error indentation Indentation 'method def rcurly' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 331
 Error indentation Indentation 'method def modifier' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 333
 Error indentation Indentation 'if' has incorrect indentation level 32, expected level should be one of the following: 24, 28. 337
 Error indentation Indentation 'if' child has incorrect indentation level 36, expected level should be one of the following: 28, 32. 338
 Error indentation Indentation 'if rcurly' has incorrect indentation level 32, expected level should be one of the following: 24, 28. 340
 Error indentation Indentation 'method def rcurly' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 341
 Error indentation Indentation 'object def rcurly' has incorrect indentation level 24, expected level should be one of the following: 16, 20. 342

com/irurueta/numerical/polynomials/estimators/MSACPolynomialRobustEstimator.java

Severity Category Rule Message Line
 Error imports ImportOrder Extra separation in import group before 'java.util.ArrayList' 27
 Error javadoc JavadocStyle First sentence should end with a period. 49
 Error indentation Indentation 'object def' child has incorrect indentation level 28, expected level should be one of the following: 20, 24. 220
 Error indentation Indentation 'method def modifier' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 223
 Error indentation Indentation 'method def' child has incorrect indentation level 32, expected level should be one of the following: 24, 28. 225
 Error indentation Indentation 'method def rcurly' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 226
 Error indentation Indentation 'method def modifier' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 228
 Error indentation Indentation 'method def' child has incorrect indentation level 32, expected level should be one of the following: 24, 28. 230
 Error indentation Indentation 'method def rcurly' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 231
 Error indentation Indentation 'method def modifier' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 233
 Error indentation Indentation 'method def' child has incorrect indentation level 32, expected level should be one of the following: 24, 28. 235
 Error indentation Indentation 'method def rcurly' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 236
 Error indentation Indentation 'method def modifier' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 238
 Error indentation Indentation 'method def' child has incorrect indentation level 32, expected level should be one of the following: 24, 28. 242
 Error indentation Indentation 'for' has incorrect indentation level 32, expected level should be one of the following: 24, 28. 243
 Error indentation Indentation 'for' child has incorrect indentation level 36, expected level should be one of the following: 28, 32. 244
 Error indentation Indentation 'for rcurly' has incorrect indentation level 32, expected level should be one of the following: 24, 28. 245
 Error indentation Indentation 'try' has incorrect indentation level 32, expected level should be one of the following: 24, 28. 247
 Error indentation Indentation 'try' child has incorrect indentation level 36, expected level should be one of the following: 28, 32. 248
 Error indentation Indentation 'try' child has incorrect indentation level 36, expected level should be one of the following: 28, 32. 249
 Error indentation Indentation 'try' child has incorrect indentation level 36, expected level should be one of the following: 28, 32. 251
 Error indentation Indentation 'try' child has incorrect indentation level 36, expected level should be one of the following: 28, 32. 252
 Error indentation Indentation 'try rcurly' has incorrect indentation level 32, expected level should be one of the following: 24, 28. 253
 Error indentation Indentation 'catch rcurly' has incorrect indentation level 32, expected level should be one of the following: 24, 28. 255
 Error indentation Indentation 'method def rcurly' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 256
 Error indentation Indentation 'method def modifier' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 258
 Error indentation Indentation 'method def' child has incorrect indentation level 32, expected level should be one of the following: 24, 28. 261
 Error indentation Indentation 'method def' child has incorrect indentation level 32, expected level should be one of the following: 24, 28. 262
 Error indentation Indentation 'method def rcurly' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 263
 Error indentation Indentation 'method def modifier' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 265
 Error indentation Indentation 'method def' child has incorrect indentation level 32, expected level should be one of the following: 24, 28. 267
 Error indentation Indentation 'method def rcurly' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 268
 Error indentation Indentation 'method def modifier' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 270
 Error indentation Indentation 'if' has incorrect indentation level 32, expected level should be one of the following: 24, 28. 273
 Error indentation Indentation 'if' child has incorrect indentation level 36, expected level should be one of the following: 28, 32. 274
 Error indentation Indentation 'if rcurly' has incorrect indentation level 32, expected level should be one of the following: 24, 28. 276
 Error indentation Indentation 'method def rcurly' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 277
 Error indentation Indentation 'method def modifier' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 279
 Error indentation Indentation 'if' has incorrect indentation level 32, expected level should be one of the following: 24, 28. 282
 Error indentation Indentation 'if' child has incorrect indentation level 36, expected level should be one of the following: 28, 32. 283
 Error indentation Indentation 'if rcurly' has incorrect indentation level 32, expected level should be one of the following: 24, 28. 285
 Error indentation Indentation 'method def rcurly' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 286
 Error indentation Indentation 'method def modifier' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 288
 Error indentation Indentation 'if' has incorrect indentation level 32, expected level should be one of the following: 24, 28. 292
 Error indentation Indentation 'if' child has incorrect indentation level 36, expected level should be one of the following: 28, 32. 293
 Error indentation Indentation 'if rcurly' has incorrect indentation level 32, expected level should be one of the following: 24, 28. 296
 Error indentation Indentation 'method def rcurly' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 297
 Error indentation Indentation 'method def modifier' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 299
 Error indentation Indentation 'if' has incorrect indentation level 32, expected level should be one of the following: 24, 28. 303
 Error indentation Indentation 'if' child has incorrect indentation level 36, expected level should be one of the following: 28, 32. 304
 Error indentation Indentation 'if rcurly' has incorrect indentation level 32, expected level should be one of the following: 24, 28. 307
 Error indentation Indentation 'method def rcurly' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 308
 Error indentation Indentation 'object def rcurly' has incorrect indentation level 24, expected level should be one of the following: 16, 20. 309

com/irurueta/numerical/polynomials/estimators/PROMedSPolynomialRobustEstimator.java

Severity Category Rule Message Line
 Error imports ImportOrder Extra separation in import group before 'java.util.ArrayList' 27
 Error javadoc JavadocStyle First sentence should end with a period. 53
 Error indentation Indentation 'object def' child has incorrect indentation level 28, expected level should be one of the following: 20, 24. 314
 Error indentation Indentation 'method def modifier' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 317
 Error indentation Indentation 'method def' child has incorrect indentation level 32, expected level should be one of the following: 24, 28. 319
 Error indentation Indentation 'method def rcurly' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 320
 Error indentation Indentation 'method def modifier' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 322
 Error indentation Indentation 'method def' child has incorrect indentation level 32, expected level should be one of the following: 24, 28. 324
 Error indentation Indentation 'method def rcurly' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 325
 Error indentation Indentation 'method def modifier' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 327
 Error indentation Indentation 'method def' child has incorrect indentation level 32, expected level should be one of the following: 24, 28. 329
 Error indentation Indentation 'method def rcurly' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 330
 Error indentation Indentation 'method def modifier' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 332
 Error indentation Indentation 'method def' child has incorrect indentation level 32, expected level should be one of the following: 24, 28. 337
 Error indentation Indentation 'for' has incorrect indentation level 32, expected level should be one of the following: 24, 28. 338
 Error indentation Indentation 'for' child has incorrect indentation level 36, expected level should be one of the following: 28, 32. 339
 Error indentation Indentation 'for rcurly' has incorrect indentation level 32, expected level should be one of the following: 24, 28. 340
 Error indentation Indentation 'try' has incorrect indentation level 32, expected level should be one of the following: 24, 28. 342
 Error indentation Indentation 'try' child has incorrect indentation level 36, expected level should be one of the following: 28, 32. 343
 Error indentation Indentation 'try' child has incorrect indentation level 36, expected level should be one of the following: 28, 32. 344
 Error indentation Indentation 'try' child has incorrect indentation level 36, expected level should be one of the following: 28, 32. 346
 Error indentation Indentation 'try' child has incorrect indentation level 36, expected level should be one of the following: 28, 32. 347
 Error indentation Indentation 'try rcurly' has incorrect indentation level 32, expected level should be one of the following: 24, 28. 348
 Error indentation Indentation 'catch rcurly' has incorrect indentation level 32, expected level should be one of the following: 24, 28. 350
 Error indentation Indentation 'method def rcurly' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 351
 Error indentation Indentation 'method def modifier' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 353
 Error indentation Indentation 'method def' child has incorrect indentation level 32, expected level should be one of the following: 24, 28. 355
 Error indentation Indentation 'method def' child has incorrect indentation level 32, expected level should be one of the following: 24, 28. 356
 Error indentation Indentation 'method def rcurly' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 357
 Error indentation Indentation 'method def modifier' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 359
 Error indentation Indentation 'method def' child has incorrect indentation level 32, expected level should be one of the following: 24, 28. 361
 Error indentation Indentation 'method def rcurly' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 362
 Error indentation Indentation 'method def modifier' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 364
 Error indentation Indentation 'if' has incorrect indentation level 32, expected level should be one of the following: 24, 28. 367
 Error indentation Indentation 'if' child has incorrect indentation level 36, expected level should be one of the following: 28, 32. 368
 Error indentation Indentation 'if rcurly' has incorrect indentation level 32, expected level should be one of the following: 24, 28. 370
 Error indentation Indentation 'method def rcurly' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 371
 Error indentation Indentation 'method def modifier' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 373
 Error indentation Indentation 'if' has incorrect indentation level 32, expected level should be one of the following: 24, 28. 376
 Error indentation Indentation 'if' child has incorrect indentation level 36, expected level should be one of the following: 28, 32. 377
 Error indentation Indentation 'if rcurly' has incorrect indentation level 32, expected level should be one of the following: 24, 28. 379
 Error indentation Indentation 'method def rcurly' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 380
 Error indentation Indentation 'method def modifier' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 382
 Error indentation Indentation 'if' has incorrect indentation level 32, expected level should be one of the following: 24, 28. 386
 Error indentation Indentation 'if' child has incorrect indentation level 36, expected level should be one of the following: 28, 32. 387
 Error indentation Indentation 'if rcurly' has incorrect indentation level 32, expected level should be one of the following: 24, 28. 390
 Error indentation Indentation 'method def rcurly' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 391
 Error indentation Indentation 'method def modifier' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 393
 Error indentation Indentation 'if' has incorrect indentation level 32, expected level should be one of the following: 24, 28. 397
 Error indentation Indentation 'if' child has incorrect indentation level 36, expected level should be one of the following: 28, 32. 398
 Error indentation Indentation 'if rcurly' has incorrect indentation level 32, expected level should be one of the following: 24, 28. 401
 Error indentation Indentation 'method def rcurly' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 402
 Error indentation Indentation 'method def modifier' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 404
 Error indentation Indentation 'method def' child has incorrect indentation level 32, expected level should be one of the following: 24, 28. 406
 Error indentation Indentation 'method def rcurly' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 407
 Error indentation Indentation 'object def rcurly' has incorrect indentation level 24, expected level should be one of the following: 16, 20. 408

com/irurueta/numerical/polynomials/estimators/PROSACPolynomialRobustEstimator.java

Severity Category Rule Message Line
 Error imports ImportOrder Extra separation in import group before 'java.util.ArrayList' 27
 Error javadoc JavadocStyle First sentence should end with a period. 49
 Error indentation Indentation 'object def' child has incorrect indentation level 28, expected level should be one of the following: 20, 24. 268
 Error indentation Indentation 'method def modifier' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 271
 Error indentation Indentation 'method def' child has incorrect indentation level 32, expected level should be one of the following: 24, 28. 273
 Error indentation Indentation 'method def rcurly' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 274
 Error indentation Indentation 'method def modifier' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 276
 Error indentation Indentation 'method def' child has incorrect indentation level 32, expected level should be one of the following: 24, 28. 278
 Error indentation Indentation 'method def rcurly' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 279
 Error indentation Indentation 'method def modifier' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 281
 Error indentation Indentation 'method def' child has incorrect indentation level 32, expected level should be one of the following: 24, 28. 283
 Error indentation Indentation 'method def rcurly' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 284
 Error indentation Indentation 'method def modifier' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 286
 Error indentation Indentation 'method def' child has incorrect indentation level 32, expected level should be one of the following: 24, 28. 291
 Error indentation Indentation 'for' has incorrect indentation level 32, expected level should be one of the following: 24, 28. 292
 Error indentation Indentation 'for' child has incorrect indentation level 36, expected level should be one of the following: 28, 32. 293
 Error indentation Indentation 'for rcurly' has incorrect indentation level 32, expected level should be one of the following: 24, 28. 294
 Error indentation Indentation 'try' has incorrect indentation level 32, expected level should be one of the following: 24, 28. 296
 Error indentation Indentation 'try' child has incorrect indentation level 36, expected level should be one of the following: 28, 32. 297
 Error indentation Indentation 'try' child has incorrect indentation level 36, expected level should be one of the following: 28, 32. 298
 Error indentation Indentation 'try' child has incorrect indentation level 36, expected level should be one of the following: 28, 32. 300
 Error indentation Indentation 'try' child has incorrect indentation level 36, expected level should be one of the following: 28, 32. 301
 Error indentation Indentation 'try rcurly' has incorrect indentation level 32, expected level should be one of the following: 24, 28. 302
 Error indentation Indentation 'catch rcurly' has incorrect indentation level 32, expected level should be one of the following: 24, 28. 304
 Error indentation Indentation 'method def rcurly' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 305
 Error indentation Indentation 'method def modifier' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 307
 Error indentation Indentation 'method def' child has incorrect indentation level 32, expected level should be one of the following: 24, 28. 310
 Error indentation Indentation 'method def' child has incorrect indentation level 32, expected level should be one of the following: 24, 28. 311
 Error indentation Indentation 'method def rcurly' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 312
 Error indentation Indentation 'method def modifier' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 314
 Error indentation Indentation 'method def' child has incorrect indentation level 32, expected level should be one of the following: 24, 28. 316
 Error indentation Indentation 'method def rcurly' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 317
 Error indentation Indentation 'method def modifier' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 319
 Error indentation Indentation 'if' has incorrect indentation level 32, expected level should be one of the following: 24, 28. 322
 Error indentation Indentation 'if' child has incorrect indentation level 36, expected level should be one of the following: 28, 32. 323
 Error indentation Indentation 'if rcurly' has incorrect indentation level 32, expected level should be one of the following: 24, 28. 325
 Error indentation Indentation 'method def rcurly' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 326
 Error indentation Indentation 'method def modifier' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 328
 Error indentation Indentation 'if' has incorrect indentation level 32, expected level should be one of the following: 24, 28. 331
 Error indentation Indentation 'if' child has incorrect indentation level 36, expected level should be one of the following: 28, 32. 332
 Error indentation Indentation 'if rcurly' has incorrect indentation level 32, expected level should be one of the following: 24, 28. 334
 Error indentation Indentation 'method def rcurly' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 335
 Error indentation Indentation 'method def modifier' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 337
 Error indentation Indentation 'if' has incorrect indentation level 32, expected level should be one of the following: 24, 28. 341
 Error indentation Indentation 'if' child has incorrect indentation level 36, expected level should be one of the following: 28, 32. 342
 Error indentation Indentation 'if rcurly' has incorrect indentation level 32, expected level should be one of the following: 24, 28. 344
 Error indentation Indentation 'method def rcurly' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 345
 Error indentation Indentation 'method def modifier' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 347
 Error indentation Indentation 'if' has incorrect indentation level 32, expected level should be one of the following: 24, 28. 351
 Error indentation Indentation 'if' child has incorrect indentation level 36, expected level should be one of the following: 28, 32. 352
 Error indentation Indentation 'if rcurly' has incorrect indentation level 32, expected level should be one of the following: 24, 28. 354
 Error indentation Indentation 'method def rcurly' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 355
 Error indentation Indentation 'method def modifier' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 357
 Error indentation Indentation 'method def' child has incorrect indentation level 32, expected level should be one of the following: 24, 28. 359
 Error indentation Indentation 'method def rcurly' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 360
 Error indentation Indentation 'object def rcurly' has incorrect indentation level 24, expected level should be one of the following: 16, 20. 361

com/irurueta/numerical/polynomials/estimators/PolynomialEstimator.java

Severity Category Rule Message Line
 Error imports ImportOrder Extra separation in import group before 'java.util.Arrays' 23
 Error javadoc JavadocStyle First sentence should end with a period. 33
 Error javadoc JavadocStyle First sentence should end with a period. 223
 Error design ThrowsCount Throws count is 3 (max allowed is 2). 319

com/irurueta/numerical/polynomials/estimators/PolynomialEstimatorListener.java

Severity Category Rule Message Line
 Error modifier RedundantModifier Redundant 'final' modifier. 29
 Error modifier RedundantModifier Redundant 'final' modifier. 36

com/irurueta/numerical/polynomials/estimators/PolynomialEvaluationType.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 33

com/irurueta/numerical/polynomials/estimators/PolynomialRobustEstimator.java

Severity Category Rule Message Line
 Error imports ImportOrder Extra separation in import group before 'java.util.List' 24
 Error design ThrowsCount Throws count is 3 (max allowed is 2). 535

com/irurueta/numerical/polynomials/estimators/PolynomialRobustEstimatorListener.java

Severity Category Rule Message Line
 Error modifier RedundantModifier Redundant 'final' modifier. 29
 Error modifier RedundantModifier Redundant 'final' modifier. 36
 Error modifier RedundantModifier Redundant 'final' modifier. 44
 Error modifier RedundantModifier Redundant 'final' modifier. 45
 Error modifier RedundantModifier Redundant 'final' modifier. 54
 Error modifier RedundantModifier Redundant 'final' modifier. 55

com/irurueta/numerical/polynomials/estimators/RANSACPolynomialRobustEstimator.java

Severity Category Rule Message Line
 Error imports ImportOrder Extra separation in import group before 'java.util.ArrayList' 27
 Error javadoc JavadocStyle First sentence should end with a period. 49
 Error indentation Indentation 'object def' child has incorrect indentation level 28, expected level should be one of the following: 20, 24. 220
 Error indentation Indentation 'method def modifier' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 223
 Error indentation Indentation 'method def' child has incorrect indentation level 32, expected level should be one of the following: 24, 28. 225
 Error indentation Indentation 'method def rcurly' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 226
 Error indentation Indentation 'method def modifier' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 228
 Error indentation Indentation 'method def' child has incorrect indentation level 32, expected level should be one of the following: 24, 28. 230
 Error indentation Indentation 'method def rcurly' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 231
 Error indentation Indentation 'method def modifier' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 233
 Error indentation Indentation 'method def' child has incorrect indentation level 32, expected level should be one of the following: 24, 28. 235
 Error indentation Indentation 'method def rcurly' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 236
 Error indentation Indentation 'method def modifier' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 238
 Error indentation Indentation 'method def' child has incorrect indentation level 32, expected level should be one of the following: 24, 28. 242
 Error indentation Indentation 'for' has incorrect indentation level 32, expected level should be one of the following: 24, 28. 243
 Error indentation Indentation 'for' child has incorrect indentation level 36, expected level should be one of the following: 28, 32. 244
 Error indentation Indentation 'for rcurly' has incorrect indentation level 32, expected level should be one of the following: 24, 28. 245
 Error indentation Indentation 'try' has incorrect indentation level 32, expected level should be one of the following: 24, 28. 247
 Error indentation Indentation 'try' child has incorrect indentation level 36, expected level should be one of the following: 28, 32. 248
 Error indentation Indentation 'try' child has incorrect indentation level 36, expected level should be one of the following: 28, 32. 249
 Error indentation Indentation 'try' child has incorrect indentation level 36, expected level should be one of the following: 28, 32. 251
 Error indentation Indentation 'try' child has incorrect indentation level 36, expected level should be one of the following: 28, 32. 252
 Error indentation Indentation 'try rcurly' has incorrect indentation level 32, expected level should be one of the following: 24, 28. 253
 Error indentation Indentation 'catch rcurly' has incorrect indentation level 32, expected level should be one of the following: 24, 28. 255
 Error indentation Indentation 'method def rcurly' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 256
 Error indentation Indentation 'method def modifier' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 258
 Error indentation Indentation 'method def' child has incorrect indentation level 32, expected level should be one of the following: 24, 28. 261
 Error indentation Indentation 'method def' child has incorrect indentation level 32, expected level should be one of the following: 24, 28. 262
 Error indentation Indentation 'method def rcurly' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 263
 Error indentation Indentation 'method def modifier' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 265
 Error indentation Indentation 'method def' child has incorrect indentation level 32, expected level should be one of the following: 24, 28. 267
 Error indentation Indentation 'method def rcurly' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 268
 Error indentation Indentation 'method def modifier' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 270
 Error indentation Indentation 'if' has incorrect indentation level 32, expected level should be one of the following: 24, 28. 273
 Error indentation Indentation 'if' child has incorrect indentation level 36, expected level should be one of the following: 28, 32. 274
 Error indentation Indentation 'if rcurly' has incorrect indentation level 32, expected level should be one of the following: 24, 28. 276
 Error indentation Indentation 'method def rcurly' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 277
 Error indentation Indentation 'method def modifier' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 279
 Error indentation Indentation 'if' has incorrect indentation level 32, expected level should be one of the following: 24, 28. 282
 Error indentation Indentation 'if' child has incorrect indentation level 36, expected level should be one of the following: 28, 32. 283
 Error indentation Indentation 'if rcurly' has incorrect indentation level 32, expected level should be one of the following: 24, 28. 285
 Error indentation Indentation 'method def rcurly' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 286
 Error indentation Indentation 'method def modifier' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 288
 Error indentation Indentation 'if' has incorrect indentation level 32, expected level should be one of the following: 24, 28. 292
 Error indentation Indentation 'if' child has incorrect indentation level 36, expected level should be one of the following: 28, 32. 293
 Error indentation Indentation 'if rcurly' has incorrect indentation level 32, expected level should be one of the following: 24, 28. 295
 Error indentation Indentation 'method def rcurly' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 296
 Error indentation Indentation 'method def modifier' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 298
 Error indentation Indentation 'if' has incorrect indentation level 32, expected level should be one of the following: 24, 28. 302
 Error indentation Indentation 'if' child has incorrect indentation level 36, expected level should be one of the following: 28, 32. 303
 Error indentation Indentation 'if rcurly' has incorrect indentation level 32, expected level should be one of the following: 24, 28. 305
 Error indentation Indentation 'method def rcurly' has incorrect indentation level 28, expected level should be one of the following: 20, 24. 306
 Error indentation Indentation 'object def rcurly' has incorrect indentation level 24, expected level should be one of the following: 16, 20. 307

com/irurueta/numerical/polynomials/estimators/WeightedPolynomialEstimator.java

Severity Category Rule Message Line
 Error imports ImportOrder Extra separation in import group before 'java.util.List' 27

com/irurueta/numerical/robust/FastRandomSubsetSelector.java

Severity Category Rule Message Line
 Error imports ImportOrder Extra separation in import group before 'java.util.HashSet' 20

com/irurueta/numerical/robust/InvalidSubsetSizeException.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 18

com/irurueta/numerical/robust/LMedSRobustEstimator.java

Severity Category Rule Message Line
 Error imports ImportOrder Extra separation in import group before 'java.util.ArrayList' 22
 Error misc TrailingComment Don't use trailing comments. 99
 Error misc TrailingComment Don't use trailing comments. 414

com/irurueta/numerical/robust/LMedSRobustEstimatorListener.java

Severity Category Rule Message Line
 Error modifier RedundantModifier Redundant 'final' modifier. 53
 Error modifier RedundantModifier Redundant 'final' modifier. 53
 Error modifier RedundantModifier Redundant 'final' modifier. 64
 Error modifier RedundantModifier Redundant 'final' modifier. 64

com/irurueta/numerical/robust/MSACRobustEstimator.java

Severity Category Rule Message Line
 Error imports ImportOrder Extra separation in import group before 'java.util.ArrayList' 22
 Error misc TrailingComment Don't use trailing comments. 302

com/irurueta/numerical/robust/MSACRobustEstimatorListener.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 18

com/irurueta/numerical/robust/PROMedSRobustEstimator.java

Severity Category Rule Message Line
 Error imports ImportOrder Extra separation in import group before 'java.util.ArrayList' 23
 Error misc TrailingComment Don't use trailing comments. 159
 Error sizes ParameterNumber More than 7 parameters (found 9). 1024
 Error coding ParameterAssignment Assignment of parameter 'inliersData' is not allowed. 1214
 Error sizes ParameterNumber More than 7 parameters (found 8). 1415

com/irurueta/numerical/robust/PROSACRobustEstimator.java

Severity Category Rule Message Line
 Error imports ImportOrder Extra separation in import group before 'java.util.ArrayList' 23
 Error javadoc JavadocStyle First sentence should end with a period. 96

com/irurueta/numerical/robust/PROSACRobustEstimatorListener.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 18

com/irurueta/numerical/robust/RANSACRobustEstimator.java

Severity Category Rule Message Line
 Error imports ImportOrder Extra separation in import group before 'java.util.ArrayList' 21

com/irurueta/numerical/robust/RANSACRobustEstimatorListener.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 18

com/irurueta/numerical/robust/RobustEstimator.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 21
 Error javadoc JavadocStyle First sentence should end with a period. 34
 Error design ThrowsCount Throws count is 3 (max allowed is 2). 170

com/irurueta/numerical/robust/RobustEstimatorListener.java

Severity Category Rule Message Line
 Error modifier RedundantModifier Redundant 'final' modifier. 40
 Error modifier RedundantModifier Redundant 'final' modifier. 47
 Error modifier RedundantModifier Redundant 'final' modifier. 55
 Error modifier RedundantModifier Redundant 'final' modifier. 56
 Error modifier RedundantModifier Redundant 'final' modifier. 65
 Error modifier RedundantModifier Redundant 'final' modifier. 66

com/irurueta/numerical/robust/SubsetSelector.java

Severity Category Rule Message Line
 Error design ThrowsCount Throws count is 3 (max allowed is 2). 126
 Error modifier RedundantModifier Redundant 'final' modifier. 155
 Error modifier RedundantModifier Redundant 'final' modifier. 155
 Error modifier RedundantModifier Redundant 'final' modifier. 186
 Error modifier RedundantModifier Redundant 'final' modifier. 186
 Error modifier RedundantModifier Redundant 'final' modifier. 186
 Error modifier RedundantModifier Redundant 'final' modifier. 187
 Error modifier RedundantModifier Redundant 'final' modifier. 187
 Error design ThrowsCount Throws count is 3 (max allowed is 2). 188

com/irurueta/numerical/robust/SubsetSelectorType.java

Severity Category Rule Message Line
 Error javadoc JavadocVariable Missing a Javadoc comment. 23

com/irurueta/numerical/robust/WeightSelection.java

Severity Category Rule Message Line
 Error imports ImportOrder Extra separation in import group before 'java.util.Arrays' 21
 Error coding HiddenField 'selected' hides a field. 63
 Error coding HiddenField 'numSelected' hides a field. 81
 Error blocks NeedBraces 'if' construct must use '{}'s. 123

com/irurueta/numerical/roots/BisectionSingleRootEstimator.java

Severity Category Rule Message Line
 Error coding HiddenField 'tolerance' hides a field. 99
 Error coding HiddenField 'tolerance' hides a field. 128
 Error coding HiddenField 'tolerance' hides a field. 146
 Error coding MagicNumber '0.5' is a magic number. 201

com/irurueta/numerical/roots/BracketedSingleRootEstimator.java

Severity Category Rule Message Line
 Error coding HiddenField 'minEvalPoint' hides a field. 98
 Error coding HiddenField 'maxEvalPoint' hides a field. 98
 Error coding HiddenField 'minEvalPoint' hides a field. 117
 Error coding HiddenField 'maxEvalPoint' hides a field. 117
 Error coding HiddenField 'minEvalPoint' hides a field. 136
 Error coding HiddenField 'maxEvalPoint' hides a field. 136
 Error coding HiddenField 'minEvalPoint' hides a field. 207
 Error coding HiddenField 'maxEvalPoint' hides a field. 207
 Error design ThrowsCount Throws count is 4 (max allowed is 2). 208
 Error design ThrowsCount Throws count is 4 (max allowed is 2). 283
 Error design ThrowsCount Throws count is 3 (max allowed is 2). 305

com/irurueta/numerical/roots/BrentSingleRootEstimator.java

Severity Category Rule Message Line
 Error coding HiddenField 'tolerance' hides a field. 79
 Error coding HiddenField 'tolerance' hides a field. 108
 Error coding HiddenField 'tolerance' hides a field. 126
 Error coding MagicNumber '0.5' is a magic number. 202
 Error coding MagicNumber '0.5' is a magic number. 203

com/irurueta/numerical/roots/DerivativeSingleRootEstimator.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 67
 Error coding HiddenField 'derivativeListener' hides a field. 82
 Error coding HiddenField 'derivativeListener' hides a field. 116

com/irurueta/numerical/roots/FalsePositionSingleRootEstimator.java

Severity Category Rule Message Line
 Error coding HiddenField 'tolerance' hides a field. 84
 Error coding HiddenField 'tolerance' hides a field. 113
 Error coding HiddenField 'tolerance' hides a field. 229

com/irurueta/numerical/roots/LaguerrePolynomialRootsEstimator.java

Severity Category Rule Message Line
 Error imports ImportOrder Extra separation in import group before 'java.util.Arrays' 22
 Error naming ConstantName Name 'frac' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 73
 Error indentation Indentation 'array initialization lcurly' has incorrect indentation level 12, expected level should be one of the following: 4, 8. 74
 Error coding HiddenField 'polishRoots' hides a field. 87
 Error coding HiddenField 'polishRoots' hides a field. 109
 Error coding MagicNumber '-2.0' is a magic number. 300

com/irurueta/numerical/roots/NewtonRaphsonSingleRootEstimator.java

Severity Category Rule Message Line
 Error coding HiddenField 'tolerance' hides a field. 79
 Error coding HiddenField 'tolerance' hides a field. 103
 Error coding HiddenField 'tolerance' hides a field. 132
 Error coding MagicNumber '0.5' is a magic number. 170
 Error coding HiddenField 'tolerance' hides a field. 212

com/irurueta/numerical/roots/PolynomialRootsEstimator.java

Severity Category Rule Message Line
 Error coding HiddenField 'polyParams' hides a field. 73
 Error coding HiddenField 'polyParams' hides a field. 142

com/irurueta/numerical/roots/RidderSingleRootEstimator.java

Severity Category Rule Message Line
 Error coding HiddenField 'tolerance' hides a field. 81
 Error coding HiddenField 'tolerance' hides a field. 109
 Error coding HiddenField 'tolerance' hides a field. 127
 Error coding MagicNumber '-9.99e99' is a magic number. 176

com/irurueta/numerical/roots/RootEstimationException.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 20

com/irurueta/numerical/roots/RootEstimator.java

Severity Category Rule Message Line
 Error design ThrowsCount Throws count is 3 (max allowed is 2). 67

com/irurueta/numerical/roots/SafeNewtonRaphsonSingleRootEstimator.java

Severity Category Rule Message Line
 Error coding HiddenField 'tolerance' hides a field. 81
 Error coding HiddenField 'tolerance' hides a field. 105
 Error coding HiddenField 'tolerance' hides a field. 134
 Error coding HiddenField 'tolerance' hides a field. 152
 Error coding MagicNumber '0.5' is a magic number. 225
 Error coding MagicNumber '0.5' is a magic number. 241

com/irurueta/numerical/roots/SecantSingleRootEstimator.java

Severity Category Rule Message Line
 Error coding HiddenField 'tolerance' hides a field. 80
 Error coding HiddenField 'tolerance' hides a field. 109
 Error coding HiddenField 'tolerance' hides a field. 211

com/irurueta/numerical/roots/SecondDegreePolynomialRootsEstimator.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 119
 Error javadoc JavadocStyle First sentence should end with a period. 259
 Error javadoc JavadocStyle First sentence should end with a period. 275
 Error javadoc JavadocStyle First sentence should end with a period. 327
 Error coding MagicNumber '4.0' is a magic number. 351
 Error javadoc JavadocStyle First sentence should end with a period. 354

com/irurueta/numerical/roots/SingleRootEstimator.java

Severity Category Rule Message Line
 Error coding HiddenField 'listener' hides a field. 67
 Error coding HiddenField 'listener' hides a field. 97

com/irurueta/numerical/roots/ThirdDegreePolynomialRootsEstimator.java

Severity Category Rule Message Line
 Error coding MagicNumber '3' is a magic number. 190
 Error coding MagicNumber '3' is a magic number. 413
 Error coding MagicNumber '18.0' is a magic number. 415
 Error coding MagicNumber '4.0' is a magic number. 416
 Error coding MagicNumber '4.0' is a magic number. 418
 Error coding MagicNumber '27.0' is a magic number. 419
 Error javadoc JavadocStyle First sentence should end with a period. 422
 Error javadoc JavadocStyle First sentence should end with a period. 436

com/irurueta/numerical/signal/processing/Convolver1D.java

Severity Category Rule Message Line
 Error coding ParameterAssignment Assignment of parameter 'pos' is not allowed. 794
 Error coding ParameterAssignment Assignment of parameter 'pos' is not allowed. 796
 Error coding ParameterAssignment Assignment of parameter 'pos' is not allowed. 863
 Error coding ParameterAssignment Assignment of parameter 'pos' is not allowed. 869
 Error coding ParameterAssignment Assignment of parameter 'pos' is not allowed. 871
 Error coding ParameterAssignment Assignment of parameter 'pos' is not allowed. 875
 Error modifier RedundantModifier Redundant 'final' modifier. 902

com/irurueta/numerical/signal/processing/KalmanFilter.java

Severity Category Rule Message Line
 Error imports ImportOrder Extra separation in import group before 'java.io.Serializable' 23
 Error javadoc JavadocStyle First sentence should end with a period. 91
 Error javadoc JavadocStyle First sentence should end with a period. 96
 Error javadoc JavadocStyle First sentence should end with a period. 126
 Error javadoc JavadocStyle First sentence should end with a period. 131
 Error javadoc JavadocStyle First sentence should end with a period. 136
 Error coding ParameterAssignment Assignment of parameter 'controlParams' is not allowed. 205
 Error coding HiddenField 'statePre' hides a field. 491
 Error coding HiddenField 'statePost' hides a field. 519
 Error coding HiddenField 'transitionMatrix' hides a field. 551
 Error coding HiddenField 'controlMatrix' hides a field. 582
 Error coding HiddenField 'measurementMatrix' hides a field. 626
 Error coding HiddenField 'processNoiseCov' hides a field. 668
 Error coding HiddenField 'measurementNoiseCov' hides a field. 713
 Error coding HiddenField 'errorCovPre' hides a field. 750
 Error coding HiddenField 'gain' hides a field. 788
 Error coding HiddenField 'errorCovPost' hides a field. 822

com/irurueta/numerical/signal/processing/MeasurementNoiseCovarianceEstimator.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file. 1