Author: luc Date: Wed Apr 30 08:21:15 2014 New Revision: 1591212 URL: http://svn.apache.org/r1591212 Log: Added findbugs exception for CMAES.
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=1591212&r1=1591211&r2=1591212&view=diff ============================================================================== --- commons/proper/math/trunk/findbugs-exclude-filter.xml (original) +++ commons/proper/math/trunk/findbugs-exclude-filter.xml Wed Apr 30 08:21:15 2014 @@ -80,6 +80,11 @@ <Method name="altmov" params="int,double" returns="double[]" /> <Bug pattern="FE_FLOATING_POINT_EQUALITY" /> </Match> + <Match> + <Class name="org.apache.commons.math3.optim.nonlinear.scalar.noderiv.CMAESOptimizer" /> + <Method name="doOptimize" params="" returns="org.apache.commons.math3.optim.PointValuePair" /> + <Bug pattern="FE_FLOATING_POINT_EQUALITY" /> + </Match> <!-- The following equality test is intentional and needed for semantic purposes --> <Match>