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…
Reference in New Issue