Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorUwe Stieber2012-06-13 04:57:52 +0000
committerUwe Stieber2012-06-13 04:58:32 +0000
commitd268863bdd3e14a937cac51d5de46324e36e1bc4 (patch)
tree17ed0fee37a147b88beed1ab40b95b967bed35d4 /admin
parent1aa983b9ed20856a11580ed8cedb7b534b1fef18 (diff)
downloadorg.eclipse.tcf-d268863bdd3e14a937cac51d5de46324e36e1bc4.tar.gz
org.eclipse.tcf-d268863bdd3e14a937cac51d5de46324e36e1bc4.tar.xz
org.eclipse.tcf-d268863bdd3e14a937cac51d5de46324e36e1bc4.zip
Target Explorer: Adjust FindBugs filter
Diffstat (limited to 'admin')
-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