Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'admin/findbugs-exclude.xml')
-rw-r--r--admin/findbugs-exclude.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/admin/findbugs-exclude.xml b/admin/findbugs-exclude.xml
index ce9eb1159..de8fc5cee 100644
--- a/admin/findbugs-exclude.xml
+++ b/admin/findbugs-exclude.xml
@@ -162,6 +162,12 @@
</Or>
</Match>
+ <!-- Ignore FE_FLOATING_POINT_EQUALITY -->
+ <Match>
+ <Bug pattern="FE_FLOATING_POINT_EQUALITY"/>
+ <Class name="org.eclipse.tcf.te.runtime.properties.PropertiesContainer"/>
+ </Match>
+
<!-- Filters for org.eclipse.tcf bundle -->
<Match>
<Bug pattern="ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD"/>

Back to the top