tmf: Support hexadecimal and octal formats in numerical compare filter
authorPatrick Tasse <patrick.tasse@gmail.com>
Mon, 12 Jan 2015 22:19:28 +0000 (17:19 -0500)
committerPatrick Tasse <patrick.tasse@gmail.com>
Wed, 4 Feb 2015 17:48:44 +0000 (12:48 -0500)
commitd3c3d0e76a12609317ec503f1521b3f9562898f7
tree52ad9562b4e72a1430fe23f3a05c595b2fa5b9c1
parent3bd950a7b64ec5bb51a893650bbf6f133c42f9ab
tmf: Support hexadecimal and octal formats in numerical compare filter

Also, all cases where a comparison cannot be performed no longer match
the filter regardless of the NOT flag, since the NOT flag can be used to
indicate <=, != and >= comparisons.

Change-Id: I2a94b9e32744d05bfdfdba7df32137390bbb27d2
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/39431
Reviewed-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/filter/model/TmfFilterCompareNode.java
This page took 0.026349 seconds and 5 git commands to generate.