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:
parent
4eb0c8f29e
commit
26281773d8
|
@ -113,6 +113,11 @@
|
|||
<Method name="reinitialize" params="double,double[],org.apache.commons.math.linear.RealMatrix" returns="void" />
|
||||
<Bug pattern="EI_EXPOSE_REP2" />
|
||||
</Match>
|
||||
<Match>
|
||||
<Class name="org.apache.commons.math.ode.sampling.NordsieckStepInterpolator"/>
|
||||
<Method name="getInterpolatedStateVariation" params="" returns="double[]" />
|
||||
<Bug pattern="EI_EXPOSE_REP" />
|
||||
</Match>
|
||||
<Match>
|
||||
<Class name="org.apache.commons.math.linear.BigMatrixImpl"/>
|
||||
<Method name="<init>" params="java.math.BigDecimal[][],boolean" returns="void" />
|
||||
|
|
Loading…
Reference in New Issue