From 8aaaddd2e420d380714f28537c65aca72fd60818 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Tue, 17 Jan 2012 14:04:57 +0100 Subject: [PATCH] SONAR-3176 Complete documentation of differential views properties --- .../src/main/java/org/sonar/plugins/core/CorePlugin.java | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 0b78dedc83c..459a5ce5c16 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 @@ -142,7 +142,8 @@ import java.util.List; name = "Period 1", description = "Period used to compare measures and track new violations. Values are : ", + "compare to previous analysis
  • A version, for example 1.2
  • " + + "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 : " + "", + "for example 2010-12-25
  • 'previous_analysis' to compare to previous analysis
  • A version, for example 1.2
  • " + + "Changing this property only take effect after subsequent project inspection.", project = true, global = false, defaultValue = CoreProperties.TIMEMACHINE_DEFAULT_PERIOD_4, -- 2.39.5