ソースを参照

SONAR-11626 Add a note to New Code Period description about manual baseline

tags/7.7
Janos Gyerik 5年前
コミット
96e54a89a4
1個のファイルの変更1行の追加0行の削除
  1. 1
    0
      sonar-core/src/main/java/org/sonar/core/config/CorePropertyDefinitions.java

+ 1
- 0
sonar-core/src/main/java/org/sonar/core/config/CorePropertyDefinitions.java ファイルの表示

@@ -164,6 +164,7 @@ public class CorePropertyDefinitions {
"<li>'previous_version' to compare to the previous version in the project history</li>" +
"<li>A version, for example '1.2' or 'BASELINE'</li></ul>" +
"<p>When specifying a number of days or a date, the snapshot selected for comparison is the first one available inside the corresponding time range. </p>" +
"<p>This property has no effect when a baseline is manually set on a long-living branch, such as the main branch.<p/>" +
"<p>Changing this property only takes effect after subsequent project inspections.<p/>")
.defaultValue(DEFAULT_LEAK_PERIOD)
.category(CoreProperties.CATEGORY_GENERAL)

読み込み中…
キャンセル
保存