Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'admin/findbugs-exclude.xml')
-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