]> source.dussan.org Git - sonarqube.git/commitdiff
Fix typo : replace violations by issues
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Thu, 4 Jun 2015 08:37:30 +0000 (10:37 +0200)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Thu, 4 Jun 2015 08:37:30 +0000 (10:37 +0200)
sonar-core/src/main/java/org/sonar/core/config/CorePropertyDefinitions.java

index c392960f0200c3708adf05d8b23dfe9734a5d022..e3de5d0bc972b784c39ae57ac54a2cbb86482e12 100644 (file)
@@ -216,7 +216,7 @@ public class CorePropertyDefinitions {
 
       PropertyDefinition.builder(CoreProperties.TIMEMACHINE_PERIOD_PREFIX + 1)
         .name("Period 1")
-        .description("Period used to compare measures and track new violations. Values are : <ul class='bullet'><li>Number of days before " +
+        .description("Period used to compare measures and track new issues. 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>'previous_version' to compare to the previous version in the project history</li></ul>" +
           "<p>When specifying a number of days or a date, the snapshot selected for comparison is " +
@@ -245,7 +245,7 @@ public class CorePropertyDefinitions {
 
       PropertyDefinition.builder(CoreProperties.TIMEMACHINE_PERIOD_PREFIX + 4)
         .name("Period 4")
-        .description("Period used to compare measures and track new violations. This property is specific to the project. Values are : " +
+        .description("Period used to compare measures and track new issues. 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>'previous_version' to compare to the previous version in the project history</li><li>A version, for example 1.2</li></ul>" +