Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2014-06-14 09:56:18 +0000
committerUwe Stieber2014-06-14 09:56:18 +0000
commitb730d7de42887c2d474513eb8abec466fc742a60 (patch)
treecc32d3897b8d1d7eef724a08278446775d713315
parentc4e099d72bcfcfe8699c729066413db664e85f10 (diff)
downloadorg.eclipse.tcf-b730d7de42887c2d474513eb8abec466fc742a60.tar.gz
org.eclipse.tcf-b730d7de42887c2d474513eb8abec466fc742a60.tar.xz
org.eclipse.tcf-b730d7de42887c2d474513eb8abec466fc742a60.zip
Exclude o.e.tcf.rse from findbugs
-rw-r--r--admin/findbugs-exclude.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/admin/findbugs-exclude.xml b/admin/findbugs-exclude.xml
index 5865c9d87..da24d16dd 100644
--- a/admin/findbugs-exclude.xml
+++ b/admin/findbugs-exclude.xml
@@ -17,6 +17,12 @@
<Bug pattern="NM_SAME_SIMPLE_NAME_AS_INTERFACE"/>
</Match>
+ <!-- Ignore everything from org.eclipse.tcf.rse -->
+ <Match>
+ <Package name="~org\.eclipse\.tcf\.rse\..*"/>
+ </Match>
+
+ <!-- Ignore NM_CLASS_NOT_EXCEPTION -->
<Match>
<Bug pattern="NM_CLASS_NOT_EXCEPTION"/>
<Class name="org.eclipse.tcf.te.tcf.core.va.ValueAddException"/>

Back to the top