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:18:30 UTC

svn commit: r992597 - /commons/proper/math/trunk/findbugs-exclude-filter.xml

Author: luc
Date: Sat Sep  4 13:18:30 2010
New Revision: 992597

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

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

Modified: commons/proper/math/trunk/findbugs-exclude-filter.xml
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/findbugs-exclude-filter.xml?rev=992597&r1=992596&r2=992597&view=diff
==============================================================================
--- commons/proper/math/trunk/findbugs-exclude-filter.xml (original)
+++ commons/proper/math/trunk/findbugs-exclude-filter.xml Sat Sep  4 13:18:30 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>