[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jakarta-commons-dev
Subject:    svn commit: r917280 - /commons/proper/math/trunk/findbugs-exclude-filter.xml
From:       luc () apache ! org
Date:       2010-02-28 19:55:07
Message-ID: 20100228195507.AF1D323889DD () eris ! apache ! org
[Download RAW message or body]

Author: luc
Date: Sun Feb 28 19:55:07 2010
New Revision: 917280

URL: http://svn.apache.org/viewvc?rev=917280&view=rev
Log:
updated an exclusion filter for findbugs after recent changes in eigen decomposition

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=917280&r1=917279&r2=917280&view=diff
 ==============================================================================
--- commons/proper/math/trunk/findbugs-exclude-filter.xml (original)
+++ commons/proper/math/trunk/findbugs-exclude-filter.xml Sun Feb 28 19:55:07 2010
@@ -53,7 +53,7 @@
   </Match>
   <Match>
     <Class name="org.apache.commons.math.linear.EigenDecompositionImpl" />
-    <Method name="computeShiftIncrement" params="int,int,int" returns="void" />
+    <Method name="findEigenVectors" params="double[][]" returns="void" />
     <Bug pattern="FE_FLOATING_POINT_EQUALITY" />
   </Match>
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic