tmf: Merge HistoryBuilder into the state system analysis module
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / tmf / core / analysis / TmfAbstractAnalysisModule.java
index 116f268825aaedbf9402f98c112f2b853821c4c7..82fe1be2825c0d50039e304980e18f92ea880989 100644 (file)
@@ -275,6 +275,8 @@ public abstract class TmfAbstractAnalysisModule extends TmfComponent implements
                 if (!fAnalysisCancelled) {
                     return Status.OK_STATUS;
                 }
+                // Reset analysis so that it can be executed again.
+                resetAnalysis();
                 return Status.CANCEL_STATUS;
             }
 
This page took 0.02465 seconds and 5 git commands to generate.