From 0e629231b8fb4a6e97a5c0f67e21d4b1a3cc9040 Mon Sep 17 00:00:00 2001 From: Dejan Milisavljevic Date: Fri, 23 Aug 2024 11:53:30 +0200 Subject: [PATCH] SONAR-22728 Add the link to "Enable legacy mode" setting --- .../java/org/sonar/core/config/LegacyRatingProperties.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sonar-core/src/main/java/org/sonar/core/config/LegacyRatingProperties.java b/sonar-core/src/main/java/org/sonar/core/config/LegacyRatingProperties.java index 9e56594cf82..d6a86e9c68b 100644 --- a/sonar-core/src/main/java/org/sonar/core/config/LegacyRatingProperties.java +++ b/sonar-core/src/main/java/org/sonar/core/config/LegacyRatingProperties.java @@ -38,9 +38,8 @@ public final class LegacyRatingProperties { PropertyDefinition.builder(LEGACY_RATING_MODE_ENABLED) .defaultValue(Boolean.FALSE.toString()) .name("Enable legacy mode") - //TODO Need to add the correct link to the documentation once it is available .description("Ratings have updated logic and have grades ranging from A to D, while the old scale ranges from A to E " + - "(read more about why)." + + "(read more about why)." + "

" + "If you choose legacy mode, ratings and other counts will be calculated using the former logic. The old ratings scale (A-E) is " + "deprecated and is scheduled for replacement by the new scale (A-D) in the next LTA.") -- 2.39.5