tmf: Make TmfEventField's equals() also check the sub-fields
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Thu, 10 Jul 2014 21:21:58 +0000 (17:21 -0400)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Thu, 17 Jul 2014 17:10:32 +0000 (13:10 -0400)
commit40d8c7796748e87a278cfe3a14ffe077658b724f
tree9774d5679920afaf406770a0fe5a5956604671bc
parentb09d20dc7dc126ee6734f7c7f8d135b49886afbc
tmf: Make TmfEventField's equals() also check the sub-fields

If two TmfEventField objects have the same name/value but different
sub-fields, they were considered equals. With this patch, they also
need the same sub-fields.

Change-Id: I7e07a5624348b812878e1934425a29fba4737e4c
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/30001
Tested-by: Hudson CI
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/event/TmfEventFieldTest.java
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/event/TmfEventField.java
This page took 0.025718 seconds and 5 git commands to generate.