You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/internal/tmf/core/statesystem/provider/StateSystemDataProvider.java
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -116,8 +116,12 @@ public class StateSystemDataProvider extends AbstractTmfTraceDataProvider implem
116
116
*/
117
117
publicStateSystemDataProvider(ITmfTracetrace) {
118
118
super(trace);
119
+
registerTraceModules(trace);
120
+
}
121
+
122
+
privatevoidregisterTraceModules(ITmfTracetrace) {
119
123
for (ITmfAnalysisModuleWithStateSystemsmodule : Objects.requireNonNull(Iterables.filter(trace.getAnalysisModules(), ITmfAnalysisModuleWithStateSystems.class))) {
0 commit comments