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 2009/07/19 20:35:43 UTC

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

Author: luc
Date: Sun Jul 19 18:35:43 2009
New Revision: 795590

URL: http://svn.apache.org/viewvc?rev=795590&view=rev
Log:
fixed an exclusion rule after an API change some time ago

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=795590&r1=795589&r2=795590&view=diff
==============================================================================
--- commons/proper/math/trunk/findbugs-exclude-filter.xml (original)
+++ commons/proper/math/trunk/findbugs-exclude-filter.xml Sun Jul 19 18:35:43 2009
@@ -110,7 +110,7 @@
   </Match>
   <Match>
     <Class name="org.apache.commons.math.ode.sampling.NordsieckStepInterpolator"/>
-    <Method name="reinitialize" params="double,double[],org.apache.commons.math.linear.RealMatrix" returns="void" />
+    <Method name="reinitialize" params="double,double,double[],org.apache.commons.math.linear.Array2DRowRealMatrix" returns="void" />
     <Bug pattern="EI_EXPOSE_REP2" />
   </Match>
   <Match>