updated a findbugs filter after a method signature change
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@992597 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0cb5c9ae58
commit
18f77ee26c
|
@ -35,7 +35,7 @@
|
|||
</Match>
|
||||
<Match>
|
||||
<Class name="org.apache.commons.math.optimization.univariate.BrentOptimizer" />
|
||||
<Method name="localMin" params="org.apache.commons.math.analysis.UnivariateRealFunction,org.apache.commons.math.optimization.GoalType,double,double,double,double" returns="double" />
|
||||
<Method name="localMin" params="boolean,double,double,double,double,double" returns="double" />
|
||||
<Bug pattern="FE_FLOATING_POINT_EQUALITY" />
|
||||
</Match>
|
||||
<Match>
|
||||
|
|
Loading…
Reference in New Issue