Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorUwe Stieber2014-10-22 07:41:38 +0000
committerUwe Stieber2014-10-22 07:42:05 +0000
commit98bffb4478501666b7e068a7312c6b2beae20768 (patch)
tree0b9a3c570f136ffc7bbaca13fe598cca3024d497 /admin
parentaccdee23e24ff2a6bd57914a6e53fd5aa592d625 (diff)
downloadorg.eclipse.tcf-98bffb4478501666b7e068a7312c6b2beae20768.tar.gz
org.eclipse.tcf-98bffb4478501666b7e068a7312c6b2beae20768.tar.xz
org.eclipse.tcf-98bffb4478501666b7e068a7312c6b2beae20768.zip
Target Explorer: Fix findbugs warnings
Diffstat (limited to 'admin')
-rw-r--r--admin/findbugs-exclude.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/admin/findbugs-exclude.xml b/admin/findbugs-exclude.xml
index f8f4bc5f5..3a065e201 100644
--- a/admin/findbugs-exclude.xml
+++ b/admin/findbugs-exclude.xml
@@ -255,13 +255,17 @@
<Class name="org.eclipse.tcf.te.tcf.filesystem.ui.internal.columns.FileExtBasedImageUpdater"/>
<Class name="~org\.eclipse\.tcf\.te\.tcf\.filesystem\.ui\.internal\.handlers\.OpenFileHandler.*"/>
<Package name="~org\.eclipse\.tcf\.te\.tests\..*"/>
+ <Class name="org.eclipse.tcf.te.ui.terminals.local.showin.ExternalExecutablesManager"/>
</Or>
</Match>
<!-- Ignore NP_LOAD_OF_KNOWN_NULL_VALUE -->
<Match>
<Bug pattern="NP_LOAD_OF_KNOWN_NULL_VALUE"/>
- <Class name="~org\.eclipse\.tcf\.te\.tcf\.core\.internal\.ChannelManager.*"/>
+ <Or>
+ <Class name="~org\.eclipse\.tcf\.te\.tcf\.core\.internal\.ChannelManager.*"/>
+ <Class name="org.eclipse.tcf.te.ui.terminals.local.showin.ExternalExecutablesDialog"/>
+ </Or>
</Match>
<!-- Filters for org.eclipse.tcf bundle -->

Back to the top