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 86839 Details for
Bug 208645
Nondeterministic trace file import
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]
Proposed fix for the problem
patch.txt (text/plain), 1.72 KB, created by
Mikhail Sennikovsky
on 2008-01-14 11:01:13 EST
(
hide
)
Description:
Proposed fix for the problem
Filename:
MIME Type:
Creator:
Mikhail Sennikovsky
Created:
2008-01-14 11:01:13 EST
Size:
1.72 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.hyades.trace.ui >Index: src/org/eclipse/hyades/trace/ui/internal/wizard/ImportTracePage1.java >=================================================================== >RCS file: /cvsroot/tptp/platform/org.eclipse.hyades.trace.ui/src/org/eclipse/hyades/trace/ui/internal/wizard/ImportTracePage1.java,v >retrieving revision 1.59 >diff -u -r1.59 ImportTracePage1.java >--- src/org/eclipse/hyades/trace/ui/internal/wizard/ImportTracePage1.java 15 Mar 2007 19:46:13 -0000 1.59 >+++ src/org/eclipse/hyades/trace/ui/internal/wizard/ImportTracePage1.java 14 Jan 2008 14:33:16 -0000 >@@ -1,5 +1,5 @@ > /********************************************************************** >- * Copyright (c) 2005, 2007 IBM Corporation, Intel Corporation and others. >+ * Copyright (c) 2005, 2008 IBM Corporation, Intel Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -8,6 +8,7 @@ > * > * Contributors: > * IBM - Initial API and implementation >+ * > **********************************************************************/ > package org.eclipse.hyades.trace.ui.internal.wizard; > >@@ -966,6 +967,9 @@ > UIPlugin.getDefault().notifyProfileEventListener(event); > if(ModelDebugger.INSTANCE.debug) > ModelDebugger.log("Import refresh thread - set STOP_COLLECTING "+processor.getContext().getAgentProxy()); >+ >+ event = UIPlugin.getDefault().getRefreshViewEvent(processor.getContext().getAgentProxy()); >+ UIPlugin.getDefault().notifyProfileEventListener(event); > } > }); > }
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 208645
:
82021
| 86839