From 46e33318259bca332f7628024a4cee06bb4dbdea Mon Sep 17 00:00:00 2001 From: =?utf8?q?Genevi=C3=A8ve=20Bastien?= Date: Mon, 21 Mar 2016 09:40:17 -0400 Subject: [PATCH] tmf: Update javadoc for TmfTestHelper#executeAnalysis MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I015e918b56a8c4607ba0606ba3c768fecc7f433f Signed-off-by: Geneviève Bastien Reviewed-on: https://git.eclipse.org/r/69092 Reviewed-by: Hudson CI Reviewed-by: Marc-Andre Laperle Tested-by: Marc-Andre Laperle --- .../tracecompass/tmf/core/tests/shared/TmfTestHelper.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tmf/org.eclipse.tracecompass.tmf.core.tests/shared/org/eclipse/tracecompass/tmf/core/tests/shared/TmfTestHelper.java b/tmf/org.eclipse.tracecompass.tmf.core.tests/shared/org/eclipse/tracecompass/tmf/core/tests/shared/TmfTestHelper.java index c9ede44f74..f3a520d982 100644 --- a/tmf/org.eclipse.tracecompass.tmf.core.tests/shared/org/eclipse/tracecompass/tmf/core/tests/shared/TmfTestHelper.java +++ b/tmf/org.eclipse.tracecompass.tmf.core.tests/shared/org/eclipse/tracecompass/tmf/core/tests/shared/TmfTestHelper.java @@ -40,6 +40,10 @@ public class TmfTestHelper { * completed and it returns the result of the method. It allows to execute * the analysis without requiring an Eclipse job and waiting for completion. * + * Note that executing an analysis using this method will not automatically + * execute the dependent analyses module. The execution of those modules is + * left to the caller. + * * @param module * The analysis module to execute * @return The return value of the -- 2.34.1