You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by lu...@apache.org on 2010/09/04 15:19:01 UTC

svn commit: r992598 - /commons/proper/math/branches/MATH_2_X/findbugs-exclude-filter.xml

Author: luc
Date: Sat Sep  4 13:19:01 2010
New Revision: 992598

URL: http://svn.apache.org/viewvc?rev=992598&view=rev
Log:
updated a findbugs filter after a method signature change

Modified:
    commons/proper/math/branches/MATH_2_X/findbugs-exclude-filter.xml

Modified: commons/proper/math/branches/MATH_2_X/findbugs-exclude-filter.xml
URL: http://svn.apache.org/viewvc/commons/proper/math/branches/MATH_2_X/findbugs-exclude-filter.xml?rev=992598&r1=992597&r2=992598&view=diff
==============================================================================
--- commons/proper/math/branches/MATH_2_X/findbugs-exclude-filter.xml (original)
+++ commons/proper/math/branches/MATH_2_X/findbugs-exclude-filter.xml Sat Sep  4 13:19:01 2010
@@ -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>