pcap: fix bug with importing from control view in windows
authorMatthew Khouzam <matthew.khouzam@ericsson.com>
Mon, 25 Aug 2014 14:21:43 +0000 (10:21 -0400)
committerBernd Hufmann <bernd.hufmann@ericsson.com>
Tue, 26 Aug 2014 14:33:57 +0000 (10:33 -0400)
commit4b677ea9a0cc39755633a1c9c1752a5e840e60d0
tree0f62ece81655312552d3f48ca32399121d9c564e
parent543e2b1e3d90a355cbe80ec078e6fb93bea28968
pcap: fix bug with importing from control view in windows

The path to import in windows was /c:/bla/blabla which causes a crash
in PcapTrace that uses java.nio.file.Path. This patch ensures that
the remote import passes a valid path string.

Change-Id: I3d51bb9e3229e08f327c0d385452acb8c169f6ba
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/32240
Tested-by: Hudson CI
org.eclipse.linuxtools.lttng2.control.ui/src/org/eclipse/linuxtools/internal/lttng2/control/ui/views/handlers/ImportHandler.java
This page took 0.024959 seconds and 5 git commands to generate.