MATH-746
Disabled a "FindBugs" check. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1292270 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
64e0d5d213
commit
23a6bab0c8
|
@ -113,6 +113,11 @@
|
|||
</Match>
|
||||
|
||||
<!-- the following expositions of internal representation are intentional and documented -->
|
||||
<Match>
|
||||
<Class name="org.apache.commons.math3.stat.regression.RegressionResults"/>
|
||||
<Method name="<init>" params="double[],double[][],boolean,long,int,double,double,double,boolean,boolean" returns="void" />
|
||||
<Bug pattern="EI_EXPOSE_REP2" />
|
||||
</Match>
|
||||
<Match>
|
||||
<Class name="org.apache.commons.math3.stat.descriptive.AbstractUnivariateStatistic"/>
|
||||
<Method name="getDataRef" params="" returns="double[]" />
|
||||
|
|
Loading…
Reference in New Issue