tmf: Add a waitForCompletion() with no parameter to analysis modules
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Thu, 6 Feb 2014 16:16:28 +0000 (11:16 -0500)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Fri, 7 Feb 2014 18:48:53 +0000 (13:48 -0500)
commit7d6122fcb611690df6e9279c77e20adfdaf95181
treeb2d748d07104ea50bf7ff0c18298289128d9ed50
parent5db8e1e9ec32af6613d47d33ca644d6668622915
tmf: Add a waitForCompletion() with no parameter to analysis modules

This avoids having to instantiate useless NullProgressMonitor's we
can't cancel anyway.

Change-Id: Ibe9464315c7d957722817f9332e1024ab18e9609
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/21629
org.eclipse.linuxtools.lttng2.kernel.core.tests/src/org/eclipse/linuxtools/lttng2/kernel/core/tests/stateprovider/PartialStateSystemTest.java
org.eclipse.linuxtools.lttng2.kernel.core.tests/src/org/eclipse/linuxtools/lttng2/kernel/core/tests/stateprovider/StateSystemFullHistoryTest.java
org.eclipse.linuxtools.lttng2.kernel.core.tests/src/org/eclipse/linuxtools/lttng2/kernel/core/tests/stateprovider/StateSystemInMemoryTest.java
org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/analysis/AnalysisModuleTest.java
org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/statesystem/StateSystemAnalysisModuleTest.java
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/analysis/IAnalysisModule.java
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/analysis/TmfAbstractAnalysisModule.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/statesystem/TmfStateSystemExplorer.java
This page took 0.029878 seconds and 5 git commands to generate.