Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorUwe Stieber2014-06-14 09:53:27 +0000
committerUwe Stieber2014-06-14 09:53:27 +0000
commitc4e099d72bcfcfe8699c729066413db664e85f10 (patch)
treeb52ab0aed01629b825f0b7bdf9a4ec5efeafea43 /admin
parent179d08d66ff3f8651b5979af533c0a2dcf1e7730 (diff)
downloadorg.eclipse.tcf-c4e099d72bcfcfe8699c729066413db664e85f10.tar.gz
org.eclipse.tcf-c4e099d72bcfcfe8699c729066413db664e85f10.tar.xz
org.eclipse.tcf-c4e099d72bcfcfe8699c729066413db664e85f10.zip
Target Explorer: Fix findbugs warnings
Diffstat (limited to 'admin')
-rw-r--r--admin/findbugs-exclude.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/admin/findbugs-exclude.xml b/admin/findbugs-exclude.xml
index 87a082aca..5865c9d87 100644
--- a/admin/findbugs-exclude.xml
+++ b/admin/findbugs-exclude.xml
@@ -17,6 +17,11 @@
<Bug pattern="NM_SAME_SIMPLE_NAME_AS_INTERFACE"/>
</Match>
+ <Match>
+ <Bug pattern="NM_CLASS_NOT_EXCEPTION"/>
+ <Class name="org.eclipse.tcf.te.tcf.core.va.ValueAddException"/>
+ </Match>
+
<!-- Ignore all SF_SWITCH_NO_DEFAULT violations -->
<Match>
<Bug pattern="SF_SWITCH_NO_DEFAULT"/>

Back to the top