lttng: Update the TestValues scripts used in tests
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Mon, 19 Jan 2015 22:18:56 +0000 (17:18 -0500)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Wed, 21 Jan 2015 21:50:47 +0000 (16:50 -0500)
commit8356c9fee084f7e594a21cef54f14df8602b328c
treefa0a8048412405434b806bc3b2b33b249cdf945c
parente2bcc8a536218f5d7ea121a5f5c77750ad0b7bf1
lttng: Update the TestValues scripts used in tests

Some maintenace of the {Generate}TestValues scripts:
- Make them work with the new analysis module, which would expect
  a canonical class names.
- Remove static/final modifiers, they are implied by being in an
  interface.
- Update some javadoc.

Change-Id: I423984ce0a930a2fd1f1b5262210cbfba5ed3cd0
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/39903
Reviewed-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
org.eclipse.tracecompass.lttng2.kernel.core.tests/src/org/eclipse/tracecompass/lttng2/kernel/core/tests/analysis/kernel/statesystem/GenerateTestValues.java
org.eclipse.tracecompass.lttng2.kernel.core.tests/src/org/eclipse/tracecompass/lttng2/kernel/core/tests/analysis/kernel/statesystem/TestValues.java
org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/analysis/TmfAbstractAnalysisModule.java
This page took 0.024697 seconds and 5 git commands to generate.