We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea8730a commit 26708f4Copy full SHA for 26708f4
1 file changed
src/main/resources/spotbugs/spotbugs-exclude-filter.xml
@@ -48,13 +48,13 @@
48
</Match>
49
<Match>
50
<!-- The constant is inlined resulting in a dead-local-store error -->
51
- <Class name="org.apache.commons.math4.legacy.core.jdkmath.AccurateMath"/>
+ <Class name="org.apache.commons.math4.core.jdkmath.AccurateMath"/>
52
<Method name="atan"/>
53
<BugPattern name="DLS_DEAD_LOCAL_STORE"/>
54
55
56
<!-- The constant is intentionally close to but not exactly pi/2 -->
57
- <Class name="org.apache.commons.math4.legacy.core.jdkmath.AccurateMath$CodyWaite"/>
+ <Class name="org.apache.commons.math4.core.jdkmath.AccurateMath$CodyWaite"/>
58
<BugPattern name="CNT_ROUGH_CONSTANT_VALUE"/>
59
60
0 commit comments