Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
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 9d487d414..f40658039 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\.internal\.utils\.AbstractSearcher.*"/>
</Or>
</Match>

Back to the top