Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2013-05-29 08:24:32 +0000
committerUwe Stieber2013-05-29 08:24:32 +0000
commit61e82ce177389b1aa4cc18ce7153a0907db6b8f7 (patch)
treef18c639b2c3742ad2cf32a08e74dad8b376640f9 /admin/findbugs-exclude.xml
parent9a42c469f1e45a087362efebe210ce671cd7ad8d (diff)
downloadorg.eclipse.tcf-61e82ce177389b1aa4cc18ce7153a0907db6b8f7.tar.gz
org.eclipse.tcf-61e82ce177389b1aa4cc18ce7153a0907db6b8f7.tar.xz
org.eclipse.tcf-61e82ce177389b1aa4cc18ce7153a0907db6b8f7.zip
Target Explorer: Add findbugs filter
Diffstat (limited to 'admin/findbugs-exclude.xml')
-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 11ce22080..45b9f5e60 100644
--- a/admin/findbugs-exclude.xml
+++ b/admin/findbugs-exclude.xml
@@ -68,6 +68,12 @@
</Or>
</Match>
+ <!-- Ignore NP_NULL_ON_SOME_PATH_MIGHT_BE_INFEASIBLE -->
+ <Match>
+ <Bug pattern="NP_NULL_ON_SOME_PATH_MIGHT_BE_INFEASIBLE"/>
+ <Class name="org.eclipse.tcf.te.ui.trees.TreeViewerSorter"/>
+ </Match>
+
<!-- Ignore RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE -->
<Match>
<Bug pattern="RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE"/>

Back to the top