tmf.xml: Use LinkedHashMap instead of HashMap
authorJean-Christian Kouame <jean-christian.kouame@ericsson.com>
Wed, 13 Jul 2016 17:50:03 +0000 (13:50 -0400)
committerJean-Christian Kouame <jean-christian.kouame@ericsson.com>
Thu, 21 Jul 2016 20:01:53 +0000 (16:01 -0400)
commit865cf278dc193fec22cd54d3c0336b3ead868f1c
tree537be0d452c1a8b5e51f98aa96403321d3a9b287
parent72060c02b5bf167f8cbef51fd54e4901ecea645a
tmf.xml: Use LinkedHashMap instead of HashMap

The order in which the FSM are declared in the XML is important. Here,
we use a LinkedHashMap instead of a HashMap to conserve this order when
iterating through the FSMs.

Change-Id: I68837e8f8296741f20d1271d92c43b03ef90c986
Signed-off-by: Jean-Christian Kouame <jean-christian.kouame@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/77273
Reviewed-by: Genevieve Bastien <gbastien+lttng@versatic.net>
Tested-by: Genevieve Bastien <gbastien+lttng@versatic.net>
Reviewed-by: Hudson CI
tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/model/TmfXmlPatternEventHandler.java
This page took 0.028075 seconds and 5 git commands to generate.