Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorUwe Stieber2012-06-06 12:54:13 +0000
committerUwe Stieber2012-06-06 12:54:13 +0000
commitf7a23b76ef25a05a70827c267ba02fc2f554f5f1 (patch)
treeb5dc915f51b46e7c65192d42274b226e80415978 /admin
parentae45540b305452dd17678e9d0a1817b4a2692e09 (diff)
downloadorg.eclipse.tcf-f7a23b76ef25a05a70827c267ba02fc2f554f5f1.tar.gz
org.eclipse.tcf-f7a23b76ef25a05a70827c267ba02fc2f554f5f1.tar.xz
org.eclipse.tcf-f7a23b76ef25a05a70827c267ba02fc2f554f5f1.zip
Target Explorer: Adjust FindBugs filter after refactorings
Diffstat (limited to 'admin')
-rw-r--r--admin/findbugs-exclude.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/findbugs-exclude.xml b/admin/findbugs-exclude.xml
index 528bdbb36..ce9eb1159 100644
--- a/admin/findbugs-exclude.xml
+++ b/admin/findbugs-exclude.xml
@@ -59,7 +59,7 @@
<Method name="stop" params="org.osgi.framework.BundleContext" returns="void"/>
<Class name="~.*\.Activator"/>
<Class name="org.eclipse.tcf.te.runtime.properties.PropertiesContainer"/>
- <Class name="~org\.eclipse\.tcf\.te\.ui\.internal\.utils\.AbstractSearcher.*"/>
+ <Class name="~org\.eclipse\.tcf\.te\.ui\.utils\.TreeViewerUtil.*"/>
</Or>
</Match>

Back to the top