]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-3176 Complete documentation of differential views properties
authorSimon Brandhof <simon.brandhof@gmail.com>
Tue, 17 Jan 2012 13:04:57 +0000 (14:04 +0100)
committerSimon Brandhof <simon.brandhof@gmail.com>
Tue, 17 Jan 2012 13:04:57 +0000 (14:04 +0100)
plugins/sonar-core-plugin/src/main/java/org/sonar/plugins/core/CorePlugin.java

index 0b78dedc83c32e2a985097ea107f47f899f94751..459a5ce5c165139f4c898ae93ca895d93187a3ec 100644 (file)
@@ -142,7 +142,8 @@ import java.util.List;
     name = "Period 1",
     description = "Period used to compare measures and track new violations. Values are : <ul class='bullet'><li>Number of days before " +
       "analysis, for example 5.</li><li>A custom date. Format is yyyy-MM-dd, for example 2010-12-25</li><li>'previous_analysis' to " +
-      "compare to previous analysis</li><li>A version, for example 1.2</li></ul>",
+      "compare to previous analysis</li><li>A version, for example 1.2</li></ul>" +
+      "Changing this property only take effect after subsequent project inspections.",
     project = false,
     global = true,
     defaultValue = CoreProperties.TIMEMACHINE_DEFAULT_PERIOD_1,
@@ -168,7 +169,8 @@ import java.util.List;
     name = "Period 4",
     description = "Period used to compare measures and track new violations. This property is specific to the project. Values are : " +
       "<ul class='bullet'><li>Number of days before analysis, for example 5.</li><li>A custom date. Format is yyyy-MM-dd, " +
-      "for example 2010-12-25</li><li>'previous_analysis' to compare to previous analysis</li><li>A version, for example 1.2</li></ul>",
+      "for example 2010-12-25</li><li>'previous_analysis' to compare to previous analysis</li><li>A version, for example 1.2</li></ul>" +
+      "Changing this property only take effect after subsequent project inspection.",
     project = true,
     global = false,
     defaultValue = CoreProperties.TIMEMACHINE_DEFAULT_PERIOD_4,