mirror of
https://github.com/apache/commons-math.git
synced 2025-02-06 10:09:26 +00:00
Adapt configuration to class being moved to another package.
This commit is contained in:
parent
ea8730aa2f
commit
26708f4b8d
@ -48,13 +48,13 @@
|
|||||||
</Match>
|
</Match>
|
||||||
<Match>
|
<Match>
|
||||||
<!-- The constant is inlined resulting in a dead-local-store error -->
|
<!-- The constant is inlined resulting in a dead-local-store error -->
|
||||||
<Class name="org.apache.commons.math4.legacy.core.jdkmath.AccurateMath"/>
|
<Class name="org.apache.commons.math4.core.jdkmath.AccurateMath"/>
|
||||||
<Method name="atan"/>
|
<Method name="atan"/>
|
||||||
<BugPattern name="DLS_DEAD_LOCAL_STORE"/>
|
<BugPattern name="DLS_DEAD_LOCAL_STORE"/>
|
||||||
</Match>
|
</Match>
|
||||||
<Match>
|
<Match>
|
||||||
<!-- The constant is intentionally close to but not exactly pi/2 -->
|
<!-- The constant is intentionally close to but not exactly pi/2 -->
|
||||||
<Class name="org.apache.commons.math4.legacy.core.jdkmath.AccurateMath$CodyWaite"/>
|
<Class name="org.apache.commons.math4.core.jdkmath.AccurateMath$CodyWaite"/>
|
||||||
<BugPattern name="CNT_ROUGH_CONSTANT_VALUE"/>
|
<BugPattern name="CNT_ROUGH_CONSTANT_VALUE"/>
|
||||||
</Match>
|
</Match>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user