tmf: Fix another TimeRangeException in TmfStateStatistics
authorPatrick Tasse <patrick.tasse@gmail.com>
Thu, 17 Apr 2014 14:32:54 +0000 (10:32 -0400)
committerMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Thu, 24 Apr 2014 14:44:58 +0000 (10:44 -0400)
commitf0c73a6ff24f0eb942d89e8f77120ea64027f356
treeb2627d7ca3ee88bac9d58dbe5b8baae224de6986
parentbb7f92ce76f8bd6cb40eca31874034656d1748ae
tmf: Fix another TimeRangeException in TmfStateStatistics

The exception occurs when the requested range is completely out of the
range of the state system, for example with an experiment containing two
traces that do not intersect.

Also changed exception handling so that StateSystemDisposedException is
ignored, and runtime exceptions are not caught.

Change-Id: Icbe242c7c875ebe7873b0ce88b09499444bc8e00
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/25212
Tested-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/statistics/TmfStateStatistics.java
This page took 0.026979 seconds and 5 git commands to generate.