From 0234e46518b92148a12aaab11526cfc963b4f9ec Mon Sep 17 00:00:00 2001 From: Luc Maisonobe Date: Tue, 1 Sep 2009 19:47:46 +0000 Subject: [PATCH] tighten rules for constants naming conventions git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@810196 13f79535-47bb-0310-9956-ffa450edef68 --- checkstyle.xml | 9 +- .../commons/math/MessagesResources_fr.java | 4 +- .../apache/commons/math/complex/Complex.java | 4 +- .../commons/math/geometry/Vector3D.java | 2 + .../nonstiff/AdamsNordsieckTransformer.java | 8 +- .../ClassicalRungeKuttaIntegrator.java | 8 +- .../nonstiff/DormandPrince54Integrator.java | 28 ++-- .../DormandPrince54StepInterpolator.java | 26 ++-- .../nonstiff/DormandPrince853Integrator.java | 58 ++++---- .../DormandPrince853StepInterpolator.java | 128 +++++++++--------- .../math/ode/nonstiff/EulerIntegrator.java | 8 +- .../math/ode/nonstiff/GillIntegrator.java | 8 +- .../ode/nonstiff/GillStepInterpolator.java | 12 +- .../ode/nonstiff/HighamHall54Integrator.java | 18 +-- .../math/ode/nonstiff/MidpointIntegrator.java | 8 +- .../ode/nonstiff/ThreeEighthesIntegrator.java | 8 +- .../math/ode/sampling/DummyStepHandler.java | 4 +- .../univariate/BrentOptimizer.java | 6 +- .../apache/commons/math/special/Gamma.java | 8 +- .../apache/commons/math/stat/StatUtils.java | 64 ++++----- .../apache/commons/math/util/MathUtils.java | 4 +- 21 files changed, 217 insertions(+), 206 deletions(-) diff --git a/checkstyle.xml b/checkstyle.xml index b9601dc2a..56c56b33b 100644 --- a/checkstyle.xml +++ b/checkstyle.xml @@ -82,8 +82,10 @@ - + +