This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-numbers.git

commit e5d4e05a4832db6eebc88e9607b822dfaf7d259d
Author: Alex Herbert <aherb...@apache.org>
AuthorDate: Fri Jul 5 14:13:46 2024 +0100

    Update spotbugs exclusions for gamma module
---
 src/conf/spotbugs/spotbugs-exclude-filter.xml | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/src/conf/spotbugs/spotbugs-exclude-filter.xml 
b/src/conf/spotbugs/spotbugs-exclude-filter.xml
index fdaca752..82aadf3d 100644
--- a/src/conf/spotbugs/spotbugs-exclude-filter.xml
+++ b/src/conf/spotbugs/spotbugs-exclude-filter.xml
@@ -55,6 +55,30 @@
     <Method name="pow"/>
     <BugPattern name="FE_FLOATING_POINT_EQUALITY"/>
   </Match>
+  <Match>
+    <Class name="org.apache.commons.numbers.gamma.BoostBeta"/>
+    <Or>
+      <Method name="beta"/>
+      <Method name="betaSmallBLargeASeries"/>
+      <Method name="ibetaSeries"/>
+    </Or>
+    <BugPattern name="FE_FLOATING_POINT_EQUALITY"/>
+  </Match>
+  <Match>
+    <Class name="org.apache.commons.numbers.gamma.BoostGamma"/>
+    <Method name="tgammaDeltaRatioImpLanczos"/>
+    <BugPattern name="FE_FLOATING_POINT_EQUALITY"/>
+  </Match>
+  <Match>
+    <Class name="org.apache.commons.numbers.gamma.BoostMath"/>
+    <Method name="powm1"/>
+    <BugPattern name="FE_FLOATING_POINT_EQUALITY"/>
+  </Match>
+  <Match>
+    <Class name="org.apache.commons.numbers.gamma.SpecialMath"/>
+    <Method name="log1pmx"/>
+    <BugPattern name="FE_FLOATING_POINT_EQUALITY"/>
+  </Match>
 
   <Match>
     <Or>

Reply via email to