tmf: Add equals/hashCode to TmfConstantTransform
authorAlexandre Montplaisir <alexmonthy@efficios.com>
Fri, 7 Oct 2016 22:02:39 +0000 (18:02 -0400)
committerAlexandre Montplaisir <alexmonthy@efficios.com>
Thu, 13 Oct 2016 19:06:50 +0000 (15:06 -0400)
commit4a1d13c4965799a6afd60b6ff26c0d7fb282a0e6
treeba2d699e98f6b8f5acd713b7680f55c2aac9f91f
parent1c265dc21140aa0029f6bd8709401bbdf711e466
tmf: Add equals/hashCode to TmfConstantTransform

Without that, two equivalent transforms would be considered
different, because the object is serialized every time, causing
it to become a new instance every time a trace is re-opened.

Change-Id: I4f1dcbf503032329cdce7ac5c0ef351545e392e8
Signed-off-by: Alexandre Montplaisir <alexmonthy@efficios.com>
Reviewed-on: https://git.eclipse.org/r/82779
Reviewed-by: Hudson CI
Reviewed-by: Genevieve Bastien <gbastien+lttng@versatic.net>
Tested-by: Genevieve Bastien <gbastien+lttng@versatic.net>
tmf/org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/synchronization/TsTransformTest.java
tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/internal/tmf/core/synchronization/TmfConstantTransform.java
This page took 0.024711 seconds and 5 git commands to generate.