diff options
author | Jenkins CI <ci@sonarsource.com> | 2015-10-27 12:11:10 +0100 |
---|---|---|
committer | Jenkins CI <ci@sonarsource.com> | 2015-10-27 12:11:10 +0100 |
commit | 4a148c6971a77255a930226952aa4876241bf701 (patch) | |
tree | aabf1276b651495a7d751caf1e698eaddab2e9a0 /sonar-core/src | |
parent | bb19b581401ab54b1fb473b98dc60c18740378fe (diff) | |
parent | a4774e7d5a7a1e5903ed79f431a7c0f3c071c145 (diff) | |
download | sonarqube-4a148c6971a77255a930226952aa4876241bf701.tar.gz sonarqube-4a148c6971a77255a930226952aa4876241bf701.zip |
Automatic merge from branch-5.2
* origin/branch-5.2:
SONAR-6834 Purge CE_ACTIVITY when deleting a project
SONAR-5876 Add l10n info for the metric
SONAR-6414 Indexing tests should update updatedAt field
SONAR-6824 Use SCM Info repo
SONAR-5794 Send notification step should not use batch repo to get project name
Diffstat (limited to 'sonar-core/src')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties index 7760e5320be..b6c73826f3e 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2780,6 +2780,10 @@ metric.sqale_debt_ratio.name=Technical Debt Ratio metric.sqale_debt_ratio.short_name=Debt Ratio metric.sqale_debt_ratio.description=Ratio of the actual technical debt compared to the estimated cost to develop the whole source code from scratch. +metric.new_sqale_debt_ratio.name=Technical Debt Ratio on new code +metric.new_sqale_debt_ratio.short_name=Debt Ratio on new code +metric.new_sqale_debt_ratio.description=Technical Debt Ratio of new/changed code. + #-------------------------------------------------------------------------------------------------------------------- # |