Add exclusion filter for new EuclideanDoublePoint.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1416233 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0fde6532f1
commit
e3d419b8ec
|
@ -232,6 +232,16 @@
|
|||
<Method name="getPoint" params="" returns="int[]" />
|
||||
<Bug pattern="EI_EXPOSE_REP" />
|
||||
</Match>
|
||||
<Match>
|
||||
<Class name="org.apache.commons.math3.stat.clustering.EuclideanDoublePoint"/>
|
||||
<Method name="<init>" params="double[]" returns="void" />
|
||||
<Bug pattern="EI_EXPOSE_REP2" />
|
||||
</Match>
|
||||
<Match>
|
||||
<Class name="org.apache.commons.math3.stat.clustering.EuclideanDoublePoint"/>
|
||||
<Method name="getPoint" params="" returns="double[]" />
|
||||
<Bug pattern="EI_EXPOSE_REP" />
|
||||
</Match>
|
||||
|
||||
<!-- The following cases are intentional unit tests for null parameters -->
|
||||
<Match>
|
||||
|
|
Loading…
Reference in New Issue