diff options
author | Teryk Bellahsene <teryk.bellahsene@sonarsource.com> | 2016-08-11 09:41:55 +0200 |
---|---|---|
committer | Teryk Bellahsene <teryk.bellahsene@sonarsource.com> | 2016-08-12 15:56:36 +0200 |
commit | d7db41d8edbc3548df569e9e3da45bf761267ec4 (patch) | |
tree | c1fb2cb5ae0ec609abfcd59b53f09255db560651 /sonar-core/src | |
parent | de2eaf079f1933eb9dcdb511eeae7207ac4d10c8 (diff) | |
download | sonarqube-d7db41d8edbc3548df569e9e3da45bf761267ec4.tar.gz sonarqube-d7db41d8edbc3548df569e9e3da45bf761267ec4.zip |
SONAR-7952 New metric « Duplicated blocks on new code »
Diffstat (limited to 'sonar-core/src')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 2 |
1 files changed, 2 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 03e7873b2a5..24c54a1633e 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2472,6 +2472,8 @@ metric.new_coverage.description=Coverage of new/changed code metric.new_coverage.name=Coverage on New Code metric.new_critical_violations.description=New Critical issues metric.new_critical_violations.name=New Critical Issues +metric.new_duplicated_blocks.name=Duplicated Blocks on New Code +metric.new_duplicated_blocks.description=Duplicated blocks on new code metric.new_duplicated_lines.name=New Duplicated Lines metric.new_duplicated_lines.description=New duplicated lines metric.new_info_violations.description=New Info issues |