aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src
diff options
context:
space:
mode:
authorTeryk Bellahsene <teryk.bellahsene@sonarsource.com>2016-08-12 17:53:09 +0200
committerTeryk Bellahsene <teryk.bellahsene@sonarsource.com>2016-08-13 12:08:39 +0200
commit062c27d9de4d892209dc05087ae3dc68e0b93cb4 (patch)
tree2308a470793f52c326d275bbbb2a955c068702db /sonar-core/src
parented92f9d0d05ea12d91176dcbe8c63a8f7eb685e6 (diff)
downloadsonarqube-062c27d9de4d892209dc05087ae3dc68e0b93cb4.tar.gz
sonarqube-062c27d9de4d892209dc05087ae3dc68e0b93cb4.zip
SONAR-7957 New metric « New Lines of Code »
Diffstat (limited to 'sonar-core/src')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties4
1 files changed, 3 insertions, 1 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 2fe6894a9fb..dd6158fd3e2 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -2455,7 +2455,7 @@ metric.major_violations.name=Major Issues
metric.minor_violations.description=Minor issues
metric.minor_violations.name=Minor Issues
metric.ncloc.abbreviation=LOC
-metric.ncloc.description=Non Commenting Lines of Code
+metric.ncloc.description=Non commenting lines of code
metric.ncloc.name=Lines of Code
metric.ncloc_language_distribution.description=Non Commenting Lines of Code Distributed By Language
metric.ncloc_language_distribution.name=Lines of Code Per Language
@@ -2501,6 +2501,8 @@ metric.new_major_violations.description=New Major issues
metric.new_major_violations.name=New Major Issues
metric.new_minor_violations.description=New Minor issues
metric.new_minor_violations.name=New Minor Issues
+metric.new_ncloc.name=New Lines of Code
+metric.new_ncloc.description=New non commenting lines of code
metric.new_overall_branch_coverage.description=Condition coverage of new/changed code by all tests
metric.new_overall_branch_coverage.name=Overall Condition Coverage on New Code
metric.new_overall_conditions_to_cover.description=New conditions to cover by all tests