From: Fabrice Bellingard Date: Thu, 2 Feb 2012 09:15:23 +0000 (+0100) Subject: SONAR-3094 Improve the display of the "Differential Views" tab X-Git-Tag: 2.14~198 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e58baad117c6afadfb024ee4e18b554b7b962c7c;p=sonarqube.git SONAR-3094 Improve the display of the "Differential Views" tab => In the "Global Settings" page, the description of the field "period1". --- diff --git a/plugins/sonar-core-plugin/src/main/java/org/sonar/plugins/core/CorePlugin.java b/plugins/sonar-core-plugin/src/main/java/org/sonar/plugins/core/CorePlugin.java index 0d33ee0d00c..48c94a861e8 100644 --- a/plugins/sonar-core-plugin/src/main/java/org/sonar/plugins/core/CorePlugin.java +++ b/plugins/sonar-core-plugin/src/main/java/org/sonar/plugins/core/CorePlugin.java @@ -143,7 +143,7 @@ import java.util.List; name = "Period 1", description = "Period used to compare measures and track new violations. Values are : " + + "compare to previous analysis" + "Changing this property only take effect after subsequent project inspections.", project = false, global = true,