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 53553 Details for
Bug 163891
Viewing execution data at different levels is not persisted when the view is closed
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]
Here's the proposed patch
level-buttons-persistence-patch.txt (text/plain), 1.14 KB, created by
Pavel Dolgov
on 2006-11-09 12:23:24 EST
(
hide
)
Description:
Here's the proposed patch
Filename:
MIME Type:
Creator:
Pavel Dolgov
Created:
2006-11-09 12:23:24 EST
Size:
1.14 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.hyades.trace.views >Index: src/org/eclipse/hyades/trace/views/internal/ExecutionSummaryView.java >=================================================================== >RCS file: /cvsroot/tptp/trace/org.eclipse.hyades.trace.views/src/org/eclipse/hyades/trace/views/internal/ExecutionSummaryView.java,v >retrieving revision 1.7 >diff -u -r1.7 ExecutionSummaryView.java >--- src/org/eclipse/hyades/trace/views/internal/ExecutionSummaryView.java 1 Nov 2006 18:13:33 -0000 1.7 >+++ src/org/eclipse/hyades/trace/views/internal/ExecutionSummaryView.java 9 Nov 2006 17:27:09 -0000 >@@ -79,7 +79,7 @@ > } > } > }; >- topMethodCalls.setLevel(ExecutionStatisticView.METHOD_LEVEL); >+ topMethodCalls.updateButtons(); > titledConvert.setClient(topMethodCalls.getControl()); > > >@@ -112,7 +112,7 @@ > return level; > } > }; >- topInstances.setLevel(ExecutionStatisticView.CLASS_LEVEL); >+ topInstances.setLevel(topMethodCalls.getLevel()); > titledConvert.setClient(topInstances.getControl()); > } >
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 163891
: 53553