TMF: Specify if an analysis applies differently to an experiment
[deliverable/tracecompass.git] / org.eclipse.tracecompass.tmf.core / src / org / eclipse / tracecompass / tmf / core / analysis / TmfAnalysisManager.java
index 7406aa058712b8789095784e92e42cb089885438..e7299f7fa022c5404a65c915a2141c278329f25a 100644 (file)
@@ -128,6 +128,12 @@ public class TmfAnalysisManager {
      *
      * This map is read-only
      *
+     * TODO: This method is only used to populate the project view in the UI. It
+     * should be deprecated eventually, after some UI rework, so that the trace
+     * type does not drive whether the analysis module applies or not to a
+     * trace, but rather the content of the trace or experiment (once it is
+     * opened)
+     *
      * @param traceclass
      *            The trace class to get modules for
      * @return The map of available {@link IAnalysisModuleHelper}
This page took 0.026978 seconds and 5 git commands to generate.