tmf: Use the class name if no ID is specified for analysis modules
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Mon, 8 Sep 2014 22:47:52 +0000 (18:47 -0400)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Tue, 9 Sep 2014 20:21:34 +0000 (16:21 -0400)
commit11835c0fb4733f19282e0549ace69b575b91b244
tree35a59c675e43987cebb7ab8afdf07b3c4c489d34
parentad311f365b23d2d458cbc5304b002c949a105931
tmf: Use the class name if no ID is specified for analysis modules

Since there is no abstract method or other compile-time check, we can't
expect all modules to know they have to specify an ID. If they don't, we'll
infer one from the full class name instead of filling the log with errors.

Change-Id: Id1f83dcb782573aa87b2128a3864a85c4cdcffd3
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/33084
Tested-by: Hudson CI
Reviewed-by: Genevieve Bastien <gbastien+lttng@versatic.net>
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/analysis/TmfAbstractAnalysisModule.java
This page took 0.026789 seconds and 5 git commands to generate.