tmf: Correctly print HTInterval in its toString()
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Thu, 26 Jul 2012 18:09:38 +0000 (14:09 -0400)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Thu, 26 Jul 2012 18:44:21 +0000 (14:44 -0400)
commit98107b3ffa6b69efdfd7541dc59dc0552053050f
tree3cc004a910ea2088d913e07b3e432069394ee5f7
parent54a7a54c8d5652fc7fa44e73fc95ade990b0db47
tmf: Correctly print HTInterval in its toString()

The ASCII value of '[' would get added to the start time,
instead of doing the expected string concatenation.

Changed the whole thing to use a StringBuilder instead.

Change-Id: Iea7f2b409c7c177a4a0b35494294fca7258835a1
Reported-by: Patrick Tassé <patrick.tasse@gmail.com>
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/6985
Reviewed-by: Bernd Hufmann <bhufmann@gmail.com>
IP-Clean: Bernd Hufmann <bhufmann@gmail.com>
Tested-by: Bernd Hufmann <bhufmann@gmail.com>
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/internal/tmf/core/statesystem/historytree/HTInterval.java
This page took 0.024186 seconds and 5 git commands to generate.