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>