tmf: Enhance TmfEventField.toString() to also print sub-fields
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Thu, 23 Aug 2012 20:18:01 +0000 (16:18 -0400)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Fri, 7 Sep 2012 20:41:14 +0000 (16:41 -0400)
commit306dc90258a6ca201f336c74f31ad8409c073e05
treee38335db8e2127dd23c29292516671211ea45e17
parent82cbc173f13cd74135f669f0f9b9f20519981215
tmf: Enhance TmfEventField.toString() to also print sub-fields

Move the logic to print sub-fields of a TmfEventField into the
base class' toString() method. This removes the need for a
specific CtfTmfContent type.

Change-Id: I4916ab9e0de843b2713ebc40ac8ad376848ab2c1
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/7382
Tested-by: Hudson CI
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
IP-Clean: Matthew Khouzam <matthew.khouzam@ericsson.com>
Tested-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/ctfadaptor/CtfTmfContentTest.java [deleted file]
org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/ctfadaptor/TestAll.java
org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/event/TmfEventFieldTest.java
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/ctfadaptor/CtfTmfContent.java [deleted file]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/ctfadaptor/CtfTmfEvent.java
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/event/TmfEventField.java
This page took 0.02937 seconds and 5 git commands to generate.