]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-21195 Update name and description of the analyzer download optimization property
authorMatteo Mara <matteo.mara@sonarsource.com>
Fri, 19 Jan 2024 13:37:23 +0000 (14:37 +0100)
committersonartech <sonartech@sonarsource.com>
Fri, 19 Jan 2024 20:02:56 +0000 (20:02 +0000)
sonar-core/src/main/java/org/sonar/core/config/ScannerProperties.java

index 729bd82740fbce014b6b149fe77f1bb5b7c96218..f919a44db58b7a89d8c11de978ce085f4debe2fd 100644 (file)
@@ -94,8 +94,8 @@ public class ScannerProperties {
         .hidden()
         .build(),
       PropertyDefinition.builder(PLUGIN_LOADING_OPTIMIZATION_KEY)
-        .name("Enable scanner plugin loading optimization")
-        .description("When enabled, scanners will only download plugins required for detected languages.")
+        .name("Analyzers loading optimization")
+        .description("When enabled, scanners will only download analyzers required for detected languages.")
         .category(CoreProperties.CATEGORY_GENERAL)
         .subCategory("Performance")
         .type(BOOLEAN)