Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 163891
Collapse All | Expand All

(-)src/org/eclipse/hyades/trace/views/internal/ExecutionSummaryView.java (-2 / +2 lines)
Lines 79-85 Link Here
79
                }
79
                }
80
        	}
80
        	}
81
        };
81
        };
82
        topMethodCalls.setLevel(ExecutionStatisticView.METHOD_LEVEL);
82
        topMethodCalls.updateButtons();
83
        titledConvert.setClient(topMethodCalls.getControl());
83
        titledConvert.setClient(topMethodCalls.getControl());
84
        
84
        
85
85
Lines 112-118 Link Here
112
        			return level;
112
        			return level;
113
        		}
113
        		}
114
        	};
114
        	};
115
        	topInstances.setLevel(ExecutionStatisticView.CLASS_LEVEL);
115
        	topInstances.setLevel(topMethodCalls.getLevel());
116
        	titledConvert.setClient(topInstances.getControl());
116
        	titledConvert.setClient(topInstances.getControl());
117
        }
117
        }
118
        
118
        

Return to bug 163891