tmf: Make CtfLocation extend TmfLocation
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Thu, 7 Feb 2013 19:22:56 +0000 (14:22 -0500)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Thu, 7 Feb 2013 21:44:22 +0000 (16:44 -0500)
commita749efcb7a75c57ab6a52e3293625c742c93c555
tree329ed19a451b2676fea8e2438741863a6a5c1174
parentf5df94f83669e113f2baf3d28d2fbdd6c75a2cf4
tmf: Make CtfLocation extend TmfLocation

We save one field, but more interestingly we don't need to
duplicate the equals() and hashCode() methods.

refs bug 387929

Change-Id: I4c23d6e80cc860470453963a2d559066a811fbc1
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/10240
Tested-by: Hudson CI
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
IP-Clean: Patrick Tasse <patrick.tasse@gmail.com>
org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/ctfadaptor/CtfLocationTest.java
org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/trace/TmfLocationTest.java
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/ctfadaptor/CtfLocation.java
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/trace/TmfLocation.java
This page took 0.027766 seconds and 5 git commands to generate.