aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2016-02-29 14:32:25 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2016-02-29 15:34:50 +0100
commit08f6ba94574e741aa85acf5cca0b1b612f28c27e (patch)
treec2b7ae84cf49dec7887aca2281383cf650a8bc50 /sonar-core
parent48d5099ff593ac7ec66cbdf69572019cf952037d (diff)
downloadsonarqube-08f6ba94574e741aa85acf5cca0b1b612f28c27e.tar.gz
sonarqube-08f6ba94574e741aa85acf5cca0b1b612f28c27e.zip
SONAR-7338 SONAR-7339 SONAR-7340 new metrics to count issues by type
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties24
1 files changed, 22 insertions, 2 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 3f1fc6a41af..562b3c9026f 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -2268,8 +2268,9 @@ metric_domain.General=General
metric_domain.Duplication=Duplication
metric_domain.Design=Design
metric_domain.SCM=SCM
-metric_domain.Management=Management
-metric_domain.Reviews=Reviews
+metric_domain.Maintainability=Maintainability
+metric_domain.Reliability=Reliability
+metric_domain.Security=Security
#------------------------------------------------------------------------------
@@ -2665,6 +2666,25 @@ metric.new_minor_violations.description=New Minor issues
metric.new_info_violations.name=New Info issues
metric.new_info_violations.description=New Info issues
+metric.code_smells.name=Code Smells
+metric.code_smells.description=Code Smells
+
+metric.new_code_smells.name=New Code Smells
+metric.new_code_smells.description=New Code Smells
+
+metric.bugs.name=Bugs
+metric.bugs.description=Bugs
+
+metric.new_bugs.name=New Bugs
+metric.new_bugs.description=New Bugs
+
+metric.vulnerabilities.name=Vulnerabilities
+metric.vulnerabilities.description=Vulnerabilities
+
+metric.new_vulnerabilities.name=New Vulnerabilities
+metric.new_vulnerabilities.description=New Vulnerabilities
+
+
#--------------------------------------------------------------------------------------------------------------------
#
# DESIGN