xml: XML modules should not be automatic
authorGeneviève Bastien <gbastien+lttng@versatic.net>
Thu, 19 Jan 2017 16:24:11 +0000 (11:24 -0500)
committerGenevieve Bastien <gbastien+lttng@versatic.net>
Wed, 8 Feb 2017 16:20:40 +0000 (11:20 -0500)
commit9d5c089c787fd779b18aeecae6ec253fb1ef3d4f
treea3e2d5b27d0b6de7cd0c5741b4335442b9119933
parentcf8efcef276dab1aff04b8ddbfedb50ae8a09dab
xml: XML modules should not be automatic

Those modules may require a lot of processing and there may be many of
them, so it is better to execute them on demand only.

Change-Id: Ide7819fe286c290be1c4aabda0c4283d6b6db788
Signed-off-by: Geneviève Bastien <gbastien+lttng@versatic.net>
Reviewed-on: https://git.eclipse.org/r/89134
Reviewed-by: Hudson CI
Reviewed-by: Jean-Christian Kouame <jean-christian.kouame@ericsson.com>
Tested-by: Jean-Christian Kouame <jean-christian.kouame@ericsson.com>
tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/module/TmfAnalysisModuleHelperXml.java
tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/analysis/xml/ui/swtbot/tests/latency/PatternLatencyViewTestBase.java
tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/analysis/xml/ui/swtbot/tests/timegraph/XmlTimegraphViewTest.java
This page took 0.025211 seconds and 5 git commands to generate.