tmf: Remove redundant CtfTmfEvent.getEventName() method
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Fri, 17 Jan 2014 20:23:35 +0000 (15:23 -0500)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Fri, 17 Jan 2014 21:27:27 +0000 (16:27 -0500)
commit33803b9b600e79f9973ab1d49f1221f7447af371
treed1b7bf92c2f5a47c24371f56337ad518ce67646b
parent089a48722c47e87b9af7659823890fac05efbc33
tmf: Remove redundant CtfTmfEvent.getEventName() method

ITmfEvent.getType().getName() does the same thing, and is in the
interface.

Change-Id: Ia19b190cda820863955504bf980139a17e1a7ded
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/20770
Reviewed-by: Genevieve Bastien <gbastien+lttng@versatic.net>
Tested-by: Hudson CI
org.eclipse.linuxtools.lttng2.kernel.core/src/org/eclipse/linuxtools/internal/lttng2/kernel/core/stateprovider/LttngKernelStateProvider.java
org.eclipse.linuxtools.lttng2.ust.core/src/org/eclipse/linuxtools/internal/lttng2/ust/core/trace/callstack/LttngUstCallStackProvider.java
org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/ctfadaptor/CtfTmfEventTest.java
org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/ctfadaptor/FunkyTraceTest.java
org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/ctfadaptor/headless/Benchmark.java
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/ctfadaptor/CtfTmfEvent.java
This page took 0.02689 seconds and 5 git commands to generate.