Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 186183 Details for
Bug 325923
SystemFetchOperation Cancel message not suitable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
patch to now show interrupted exception message
patch.txt (text/plain), 840 bytes, created by
David McKnight
on 2011-01-06 11:16:09 EST
(
hide
)
Description:
patch to now show interrupted exception message
Filename:
MIME Type:
Creator:
David McKnight
Created:
2011-01-06 11:16:09 EST
Size:
840 bytes
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.rse.ui >Index: UI/org/eclipse/rse/ui/operations/SystemFetchOperation.java >=================================================================== >RCS file: /cvsroot/tools/org.eclipse.tm.rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/operations/SystemFetchOperation.java,v >retrieving revision 1.41 >diff -u -r1.41 SystemFetchOperation.java >--- UI/org/eclipse/rse/ui/operations/SystemFetchOperation.java 9 Nov 2010 11:55:39 -0000 1.41 >+++ UI/org/eclipse/rse/ui/operations/SystemFetchOperation.java 6 Jan 2011 16:13:52 -0000 >@@ -319,7 +319,9 @@ > } > catch (Exception e) > { >- showOperationErrorMessage(null, e, ss); >+ if (!(e instanceof InterruptedException)){ >+ showOperationErrorMessage(null, e, ss); >+ } > return false; > } > finally {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 325923
:
186183
|
187109