TMF xml: Add toString() methods to the XML model classes
authorGeneviève Bastien <gbastien+lttng@versatic.net>
Mon, 22 Sep 2014 15:20:26 +0000 (11:20 -0400)
committerGenevieve Bastien <gbastien+lttng@versatic.net>
Tue, 23 Sep 2014 14:27:40 +0000 (10:27 -0400)
commit446598f9594aca2cae48346beeeae917c58e8174
tree6978d8a03d837401815adbab82afc2c01dc3627d
parent7777d5f0002322c14abf1872974cb7dda98388c8
TMF xml: Add toString() methods to the XML model classes

And a message when throwing some exceptions so that we have more information
when debugging XML analyses.

Change-Id: I935f5727a612f9c4b96d5d8ade998ed4b673d3ba
Signed-off-by: Geneviève Bastien <gbastien+lttng@versatic.net>
Reviewed-on: https://git.eclipse.org/r/33699
Tested-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
org.eclipse.linuxtools.tmf.analysis.xml.core/src/org/eclipse/linuxtools/tmf/analysis/xml/core/model/TmfXmlCondition.java
org.eclipse.linuxtools.tmf.analysis.xml.core/src/org/eclipse/linuxtools/tmf/analysis/xml/core/model/TmfXmlEventHandler.java
org.eclipse.linuxtools.tmf.analysis.xml.core/src/org/eclipse/linuxtools/tmf/analysis/xml/core/model/TmfXmlLocation.java
org.eclipse.linuxtools.tmf.analysis.xml.core/src/org/eclipse/linuxtools/tmf/analysis/xml/core/model/TmfXmlStateAttribute.java
org.eclipse.linuxtools.tmf.analysis.xml.core/src/org/eclipse/linuxtools/tmf/analysis/xml/core/model/TmfXmlStateChange.java
org.eclipse.linuxtools.tmf.analysis.xml.core/src/org/eclipse/linuxtools/tmf/analysis/xml/core/model/TmfXmlStateValue.java
This page took 0.027342 seconds and 5 git commands to generate.