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 68928 Details for
Bug 179157
XMLTraceDataProcessor leaks threads
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 for XMLTraceDataProcessor
patch-179157-XMLTraceDataProcessor.txt (text/plain), 1.22 KB, created by
Marius Slavescu
on 2007-05-28 11:01:26 EDT
(
hide
)
Description:
Patch for XMLTraceDataProcessor
Filename:
MIME Type:
Creator:
Marius Slavescu
Created:
2007-05-28 11:01:26 EDT
Size:
1.22 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.tptp.platform.common.ui.trace >Index: src/org/eclipse/hyades/trace/ui/internal/piclient/XMLTraceDataProcessor.java >=================================================================== >RCS file: /cvsroot/tptp/platform/org.eclipse.tptp.platform.common.ui.trace/src/org/eclipse/hyades/trace/ui/internal/piclient/XMLTraceDataProcessor.java,v >retrieving revision 1.5 >diff -u -r1.5 XMLTraceDataProcessor.java >--- src/org/eclipse/hyades/trace/ui/internal/piclient/XMLTraceDataProcessor.java 2 Apr 2007 14:52:16 -0000 1.5 >+++ src/org/eclipse/hyades/trace/ui/internal/piclient/XMLTraceDataProcessor.java 28 May 2007 14:36:53 -0000 >@@ -342,6 +342,7 @@ > } > } catch (Exception exc) { > //do nothing >+ ModelDebugger.log(exc); > } > } > >@@ -870,6 +871,10 @@ > } > > } >+ if(ModelDebugger.INSTANCE.debug) >+ { >+ ModelDebugger.log("RefreshUI stopped"); >+ } > Display d = Display.getDefault(); > if (d != null && !d.isDisposed()) { > d.syncExec(new Runnable() { >@@ -976,6 +981,7 @@ > > } else > loadEvents(inputStream, 0, -1); >+ cleanUp(); > } > > public void loadEvents(InputStream inputStream, int offset, int length) throws InvalidEventException {
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 179157
: 68928