]> source.dussan.org Git - sonarqube.git/commitdiff
use stopInfo() instead of stopDebug()
authorDonghui Wang <977675308@qq.com>
Mon, 30 Sep 2019 02:44:01 +0000 (10:44 +0800)
committerDuarte Meneses <duarte.meneses@sonarsource.com>
Mon, 30 Sep 2019 19:56:47 +0000 (14:56 -0500)
use stopInfo() instead of stopDebug() for Process project properties

sonar-scanner-engine/src/main/java/org/sonar/scanner/scan/ProjectReactorBuilder.java

index eafe035bf11f3340653c91f06b07c5e37fea8ce1..75890cf1e963cc4fd9dd551eb56a82c11e0ba0e5 100644 (file)
@@ -128,7 +128,7 @@ public class ProjectReactorBuilder {
     rootProjectWorkDir = rootProject.getWorkDir();
     defineChildren(rootProject, propertiesByModuleIdPath, "");
     cleanAndCheckProjectDefinitions(rootProject);
-    profiler.stopDebug();
+    profiler.stopInfo();
     return new ProjectReactor(rootProject);
   }