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 184018 Details for
Bug 330906
RepositorySynchronizer Thread might die
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 v1 - ready to be committed
clipboard.txt (text/plain), 1.23 KB, created by
Eike Stepper
on 2010-11-29 04:53:33 EST
(
hide
)
Description:
Patch v1 - ready to be committed
Filename:
MIME Type:
Creator:
Eike Stepper
Created:
2010-11-29 04:53:33 EST
Size:
1.23 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.net4j.util >Index: src/org/eclipse/net4j/util/concurrent/Worker.java >=================================================================== >RCS file: /cvsroot/modeling/org.eclipse.emf/org.eclipse.emf.cdo/plugins/org.eclipse.net4j.util/src/org/eclipse/net4j/util/concurrent/Worker.java,v >retrieving revision 1.9 >diff -u -r1.9 Worker.java >--- src/org/eclipse/net4j/util/concurrent/Worker.java 3 Feb 2010 10:17:31 -0000 1.9 >+++ src/org/eclipse/net4j/util/concurrent/Worker.java 29 Nov 2010 09:52:39 -0000 >@@ -132,6 +132,24 @@ > return null; > } > >+ /** >+ * @since 3.1 >+ */ >+ protected void handleError(Exception ex) >+ { >+ try >+ { >+ if (globalErrorHandler != null) >+ { >+ globalErrorHandler.handleError(ex); >+ } >+ } >+ catch (Exception ex1) >+ { >+ OM.LOG.error(ex1); >+ } >+ } >+ > protected abstract void work(WorkContext context) throws Exception; > > /** >@@ -208,12 +226,7 @@ > } > catch (Exception ex) > { >- if (globalErrorHandler != null) >- { >- globalErrorHandler.handleError(ex); >- } >- >- break; >+ handleError(ex); > } > } >
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 330906
: 184018