Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2013-10-14 14:08:27 +0000
committerUwe Stieber2013-10-14 14:08:27 +0000
commit03a43906181559654d8c823e8a7bf8ab6c6f36bc (patch)
tree9815164bafaf86c96cebba9f35f88af3e1f9548f /admin/findbugs-exclude.xml
parentc004140cb9055bf5893e0d420a7f640c14595b64 (diff)
downloadorg.eclipse.tcf-03a43906181559654d8c823e8a7bf8ab6c6f36bc.tar.gz
org.eclipse.tcf-03a43906181559654d8c823e8a7bf8ab6c6f36bc.tar.xz
org.eclipse.tcf-03a43906181559654d8c823e8a7bf8ab6c6f36bc.zip
Target Explorer: Fix FindBugs warnings
Diffstat (limited to 'admin/findbugs-exclude.xml')
-rw-r--r--admin/findbugs-exclude.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/admin/findbugs-exclude.xml b/admin/findbugs-exclude.xml
index 45b9f5e60..67a46cdbf 100644
--- a/admin/findbugs-exclude.xml
+++ b/admin/findbugs-exclude.xml
@@ -231,7 +231,10 @@
<!-- Ignore BC_VACUOUS_INSTANCEOF -->
<Match>
<Bug pattern="RV_RETURN_VALUE_IGNORED_BAD_PRACTICE"/>
- <Class name="org.eclipse.tcf.te.tcf.filesystem.ui.internal.columns.FileExtBasedImageUpdater"/>
+ <Or>
+ <Class name="org.eclipse.tcf.te.tcf.filesystem.ui.internal.columns.FileExtBasedImageUpdater"/>
+ <Class name="~org\.eclipse\.tcf\.te\.tcf\.filesystem\.ui\.internal\.handlers\.OpenFileHandler.*"/>
+ </Or>
</Match>
<!-- Filters for org.eclipse.tcf bundle -->

Back to the top