Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorUwe Stieber2014-01-28 09:27:20 +0000
committerUwe Stieber2014-01-28 09:27:20 +0000
commite9b347c1e90aa14470941279c7f273ff265854db (patch)
treeaebd75c41d26e2a44e11433e1b87f2f1b470cb21 /admin
parentea4582ecb6dc437dd6f64c27a1acea54abe8776b (diff)
downloadorg.eclipse.tcf-e9b347c1e90aa14470941279c7f273ff265854db.tar.gz
org.eclipse.tcf-e9b347c1e90aa14470941279c7f273ff265854db.tar.xz
org.eclipse.tcf-e9b347c1e90aa14470941279c7f273ff265854db.zip
Tests: Fix 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 1702bf1d8..87a082aca 100644
--- a/admin/findbugs-exclude.xml
+++ b/admin/findbugs-exclude.xml
@@ -234,6 +234,7 @@
<Or>
<Class name="org.eclipse.tcf.te.tcf.filesystem.ui.internal.columns.FileExtBasedImageUpdater"/>
<Class name="~org\.eclipse\.tcf\.te\.tcf\.filesystem\.ui\.internal\.handlers\.OpenFileHandler.*"/>
+ <Package name="~org\.eclipse\.tcf\.te\.tests\..*"/>
</Or>
</Match>

Back to the top