Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorUwe Stieber2012-05-02 15:10:40 +0000
committerUwe Stieber2012-05-02 15:10:40 +0000
commit5871b478482454ea28d866113f18991485e1a2d5 (patch)
tree37d37a9ed57bb44e5ee1ba3cd201708f04e5eaa2 /admin
parent15f5337bd147a5f065dfa380b0686fff32741353 (diff)
downloadorg.eclipse.tcf-5871b478482454ea28d866113f18991485e1a2d5.tar.gz
org.eclipse.tcf-5871b478482454ea28d866113f18991485e1a2d5.tar.xz
org.eclipse.tcf-5871b478482454ea28d866113f18991485e1a2d5.zip
Target Explorer: More findbugs filters
Diffstat (limited to 'admin')
-rw-r--r--admin/findbugs-exclude.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/admin/findbugs-exclude.xml b/admin/findbugs-exclude.xml
index 5d57753ad..625d57dc6 100644
--- a/admin/findbugs-exclude.xml
+++ b/admin/findbugs-exclude.xml
@@ -47,6 +47,15 @@
<Method name="getAdapterList"/>
</Match>
+ <!-- Ignore EI_EXPOSE_REP2 -->
+ <Match>
+ <Bug pattern="EI_EXPOSE_REP2"/>
+ <Or>
+ <Class name="org.eclipse.tcf.te.ui.views.handler.UpdateActiveExtensionsOperation"/>
+ <Class name="org.eclipse.tcf.te.ui.views.handler.UpdateActiveFiltersOperation"/>
+ </Or>
+ </Match>
+
<!-- Ignore LI_LAZY_INIT_UPDATE_STATIC in Model.java -->
<Match>
<Bug pattern="LI_LAZY_INIT_UPDATE_STATIC"/>

Back to the top