Skip to content

Commit 26708f4

Browse files
author
Gilles Sadowski
committed
Adapt configuration to class being moved to another package.
1 parent ea8730a commit 26708f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/resources/spotbugs/spotbugs-exclude-filter.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@
4848
</Match>
4949
<Match>
5050
<!-- The constant is inlined resulting in a dead-local-store error -->
51-
<Class name="org.apache.commons.math4.legacy.core.jdkmath.AccurateMath"/>
51+
<Class name="org.apache.commons.math4.core.jdkmath.AccurateMath"/>
5252
<Method name="atan"/>
5353
<BugPattern name="DLS_DEAD_LOCAL_STORE"/>
5454
</Match>
5555
<Match>
5656
<!-- The constant is intentionally close to but not exactly pi/2 -->
57-
<Class name="org.apache.commons.math4.legacy.core.jdkmath.AccurateMath$CodyWaite"/>
57+
<Class name="org.apache.commons.math4.core.jdkmath.AccurateMath$CodyWaite"/>
5858
<BugPattern name="CNT_ROUGH_CONSTANT_VALUE"/>
5959
</Match>
6060

0 commit comments

Comments
 (0)