Fixed false positive findbugs warning.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1454462 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2405474275
commit
fde2416fe3
|
@ -250,6 +250,11 @@
|
|||
<Method name="getDataRef" params="" returns="org.apache.commons.math3.FieldElement[]" />
|
||||
<Bug pattern="EI_EXPOSE_REP" />
|
||||
</Match>
|
||||
<Match>
|
||||
<Class name="org.apache.commons.math3.linear.DiagonalMatrix"/>
|
||||
<Method name="getDataRef" params="" returns="double[]" />
|
||||
<Bug pattern="EI_EXPOSE_REP" />
|
||||
</Match>
|
||||
<!-- The equals method for RealVector intentionally throws an exception -->
|
||||
<Match>
|
||||
<Class name="org.apache.commons.math3.linear.RealVector"/>
|
||||
|
|
Loading…
Reference in New Issue