ctf: fix call to equals of two different types (CTFStreamIn...)
authorMatthew Khouzam <matthew.khouzam@ericsson.com>
Fri, 18 Jul 2014 21:28:21 +0000 (17:28 -0400)
committerMatthew Khouzam <matthew.khouzam@ericsson.com>
Fri, 25 Jul 2014 22:08:06 +0000 (18:08 -0400)
commitf159df11aa4fe36758e52c12267fc3bcab368e23
tree587e5dd1d537a9478d0a6696b872d930d5b47de4
parent96d0068d78a997d98df278524a7664eb96551ec0
ctf: fix call to equals of two different types (CTFStreamIn...)

CTFStreamInputPacketReader's lookup definition compares the lookup path
to lexical scopes, and not their strings. It should be comparing the
strings.

Change-Id: I35aafb3462ca4e03906d3d8d7636bf49581f459a
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/30151
Tested-by: Hudson CI
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
org.eclipse.linuxtools.ctf.core/src/org/eclipse/linuxtools/ctf/core/trace/CTFStreamInputPacketReader.java
This page took 0.024817 seconds and 5 git commands to generate.