improved consistency in class naming with respect to functions in the analysis package
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@758060 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2c84116a4c
commit
96db008f3b
|
@ -26,7 +26,7 @@
|
|||
<!-- the following equality tests are part of the reference algorithms -->
|
||||
<!-- which already know about limited precision of the double numbers -->
|
||||
<Match>
|
||||
<Class name="org.apache.commons.math.optimization.univariate.BrentMinimizer" />
|
||||
<Class name="org.apache.commons.math.optimization.univariate.BrentOptimizer" />
|
||||
<Method name="localMin" params="double,double,double,double,org.apache.commons.math.analysis.UnivariateRealFunction" returns="double" />
|
||||
<Bug pattern="FE_FLOATING_POINT_EQUALITY" />
|
||||
</Match>
|
||||
|
@ -55,12 +55,12 @@
|
|||
|
||||
<!-- the following expositions of internal representation are intentional and documented -->
|
||||
<Match>
|
||||
<Class name="org.apache.commons.math.optimization.ScalarPointValuePair"/>
|
||||
<Class name="org.apache.commons.math.optimization.RealPointValuePair"/>
|
||||
<Method name="getPointRef" params="" returns="double[]" />
|
||||
<Bug pattern="EI_EXPOSE_REP" />
|
||||
</Match>
|
||||
<Match>
|
||||
<Class name="org.apache.commons.math.optimization.ScalarPointValuePair"/>
|
||||
<Class name="org.apache.commons.math.optimization.RealPointValuePair"/>
|
||||
<Method name="<init>" params="double[],double,boolean" returns="void" />
|
||||
<Bug pattern="EI_EXPOSE_REP2" />
|
||||
</Match>
|
||||
|
|
Loading…
Reference in New Issue