From 0283b0c9350642134cb14a8c9ad466ab64653b3a Mon Sep 17 00:00:00 2001 From: Luc Maisonobe Date: Tue, 1 Sep 2009 21:02:59 +0000 Subject: [PATCH] tighten checkstyle rules for hidden fields git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@810238 13f79535-47bb-0310-9956-ffa450edef68 --- checkstyle.xml | 4 +- .../UnivariateRealIntegratorImpl.java | 6 +- .../solvers/UnivariateRealSolverImpl.java | 22 ++--- .../apache/commons/math/complex/Complex.java | 8 +- .../distribution/WeibullDistributionImpl.java | 12 +-- .../math/estimation/AbstractEstimator.java | 14 +-- .../math/genetics/AbstractListChromosome.java | 8 +- .../math/genetics/BinaryChromosome.java | 4 +- .../commons/math/genetics/RandomKey.java | 4 +- .../math/linear/EigenDecompositionImpl.java | 55 ++++++------ .../math/linear/OpenMapRealMatrix.java | 38 ++++---- .../math/linear/SparseFieldMatrix.java | 30 +++---- .../commons/math/ode/AbstractIntegrator.java | 12 +-- .../commons/math/ode/MultistepIntegrator.java | 6 +- .../commons/math/ode/events/EventState.java | 10 +-- .../GraggBulirschStoerIntegrator.java | 86 +++++++++---------- .../nonstiff/RungeKuttaStepInterpolator.java | 12 +-- .../sampling/AbstractStepInterpolator.java | 6 +- .../sampling/NordsieckStepInterpolator.java | 29 ++++--- .../direct/DirectSearchOptimizer.java | 12 +-- .../AbstractLeastSquaresOptimizer.java | 34 ++++---- ...AbstractScalarDifferentiableOptimizer.java | 30 +++---- .../general/GaussNewtonOptimizer.java | 4 +- .../NonLinearConjugateGradientOptimizer.java | 10 +-- .../linear/AbstractLinearOptimizer.java | 16 ++-- .../optimization/linear/SimplexSolver.java | 2 +- .../optimization/linear/SimplexTableau.java | 6 +- .../commons/math/random/RandomDataImpl.java | 25 +++--- .../correlation/SpearmansCorrelation.java | 6 +- .../stat/descriptive/moment/Variance.java | 6 +- .../math/stat/inference/TestUtils.java | 6 +- .../math/util/ResizableDoubleArray.java | 20 ++--- .../math/genetics/DummyBinaryChromosome.java | 4 +- .../commons/math/genetics/DummyRandomKey.java | 4 +- .../genetics/GeneticAlgorithmTestBinary.java | 4 +- .../GeneticAlgorithmTestPermutations.java | 4 +- 36 files changed, 278 insertions(+), 281 deletions(-) diff --git a/checkstyle.xml b/checkstyle.xml index 56c56b33b..e9683534e 100644 --- a/checkstyle.xml +++ b/checkstyle.xml @@ -85,11 +85,13 @@ - + +