Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorUwe Stieber2012-06-01 13:02:55 +0000
committerUwe Stieber2012-06-01 13:02:55 +0000
commit3968410db7f1f712726b219f3f6fc90c9f0663da (patch)
treec7481f4cc02068a4158197b801facbc421271ade /admin
parente15eabb2ecf9897b8b53e707cfc03020635bc2ca (diff)
downloadorg.eclipse.tcf-3968410db7f1f712726b219f3f6fc90c9f0663da.tar.gz
org.eclipse.tcf-3968410db7f1f712726b219f3f6fc90c9f0663da.tar.xz
org.eclipse.tcf-3968410db7f1f712726b219f3f6fc90c9f0663da.zip
Target Explorer: Fix FindBugs warnings
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 ef0f856b6..a643b03c8 100644
--- a/admin/findbugs-exclude.xml
+++ b/admin/findbugs-exclude.xml
@@ -114,6 +114,12 @@
<Class name="org.eclipse.tcf.te.ui.terminals.streams.InputStreamMonitor"/>
</Match>
+ <!-- Ignore BC_UNCONFIRMED_CAST -->
+ <Match>
+ <Bug pattern="BC_UNCONFIRMED_CAST"/>
+ <Package name="~org\.eclipse\.tcf\.te\.ui\.trees\..*"/>
+ </Match>
+
<!-- Filters for org.eclipse.tcf bundle -->
<Match>
<Bug pattern="ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD"/>

Back to the top