added an exclusion rule for a false positive from findbugs concerning a desired and documented feature

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@791745 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2009-07-07 07:57:37 +00:00
parent 4eb0c8f29e
commit 26281773d8
1 changed files with 5 additions and 0 deletions

View File

@ -113,6 +113,11 @@
<Method name="reinitialize" params="double,double[],org.apache.commons.math.linear.RealMatrix" returns="void" /> <Method name="reinitialize" params="double,double[],org.apache.commons.math.linear.RealMatrix" returns="void" />
<Bug pattern="EI_EXPOSE_REP2" /> <Bug pattern="EI_EXPOSE_REP2" />
</Match> </Match>
<Match>
<Class name="org.apache.commons.math.ode.sampling.NordsieckStepInterpolator"/>
<Method name="getInterpolatedStateVariation" params="" returns="double[]" />
<Bug pattern="EI_EXPOSE_REP" />
</Match>
<Match> <Match>
<Class name="org.apache.commons.math.linear.BigMatrixImpl"/> <Class name="org.apache.commons.math.linear.BigMatrixImpl"/>
<Method name="&lt;init>" params="java.math.BigDecimal[][],boolean" returns="void" /> <Method name="&lt;init>" params="java.math.BigDecimal[][],boolean" returns="void" />