Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorUwe Stieber2012-08-08 10:22:46 +0000
committerUwe Stieber2012-08-08 10:22:46 +0000
commitbc6a8cf72d264cba1d7b961d97afa75f39f1d473 (patch)
tree058c4b226bae606ef2e3995b10a1a9fb8889f821 /admin
parent331efd6b235b4719f8c8813e5c60fb023223533a (diff)
downloadorg.eclipse.tcf-bc6a8cf72d264cba1d7b961d97afa75f39f1d473.tar.gz
org.eclipse.tcf-bc6a8cf72d264cba1d7b961d97afa75f39f1d473.tar.xz
org.eclipse.tcf-bc6a8cf72d264cba1d7b961d97afa75f39f1d473.zip
Target Explorer: Fix more FindBugs warnings
Diffstat (limited to 'admin')
-rw-r--r--admin/findbugs-exclude.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/findbugs-exclude.xml b/admin/findbugs-exclude.xml
index 0662af4df..f5563f3e1 100644
--- a/admin/findbugs-exclude.xml
+++ b/admin/findbugs-exclude.xml
@@ -189,6 +189,7 @@
<Or>
<Class name="org.eclipse.tcf.te.core.async.AsyncCallbackCollector"/>
<Class name="org.eclipse.tcf.te.tcf.filesystem.core.internal.utils.FileState"/>
+ <Class name="org.eclipse.tcf.te.ui.controls.BaseWizardConfigurationPanelControl"/>
</Or>
</Match>

Back to the top