tmf: Fix trace properties not shown when location URI has encoded chars
authorPatrick Tasse <patrick.tasse@gmail.com>
Thu, 27 Mar 2014 18:17:37 +0000 (14:17 -0400)
committerPatrick Tasse <patrick.tasse@gmail.com>
Fri, 28 Mar 2014 21:27:49 +0000 (17:27 -0400)
commit13f2a21a0d71ebf754749fee4382264e453d850d
treeee3d3e101f8f630ba3905998abb966607741a38a
parent0fdd2c45ddd2701a59cbfef691afe5b7b15496f5
tmf: Fix trace properties not shown when location URI has encoded chars

The trace properties (e.g. CTF environment variables) are not shown when
the trace element's location URI contains encoded characters (e.g.
space=%20), because the trace path uses the decoded characters and
therefore does not match the trace element's location.

The patch also modifies the output of the 'location' property to show
the unencoded URI string.

Change-Id: Ida0c56096b88690058eccfc5e408222fd461f7b7
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/24022
Tested-by: Hudson CI
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
IP-Clean: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Tested-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/project/model/TmfTraceElement.java
This page took 0.032884 seconds and 5 git commands to generate.