tmf: Fix custom parser wizard preview table
authorPatrick Tasse <patrick.tasse@gmail.com>
Thu, 22 May 2014 15:56:01 +0000 (11:56 -0400)
committerPatrick Tasse <patrick.tasse@gmail.com>
Mon, 26 May 2014 14:27:21 +0000 (10:27 -0400)
commit5ee0501716a5aeaddd05a679f59cc868ba443799
tree8c32cd253a38e13dc4502a0ad593841fcb246843
parent24933070f33c27885d874027df0c0022942eb653
tmf: Fix custom parser wizard preview table

Since the preview table is built using a temporary trace file with a
fixed name, its persistent index was not being rebuilt when the parser
and/or the preview input was changed.

The preview table is now built using a trace class implementation that
is overridden to use the in-memory checkpoint indexer.

Change-Id: I5cd04f26dea7ab005823317fed68130477bf8e0d
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/27124
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Hudson CI
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/internal/tmf/ui/parsers/wizards/CustomTxtParserOutputWizardPage.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/internal/tmf/ui/parsers/wizards/CustomXmlParserOutputWizardPage.java
This page took 0.040331 seconds and 5 git commands to generate.