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:
Thomas Neidhart 2012-12-02 18:55:25 +00:00
parent 0fde6532f1
commit e3d419b8ec
1 changed files with 10 additions and 0 deletions

View File

@ -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="&lt;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>