diff options
author | Wouter Admiraal <wouter.admiraal@sonarsource.com> | 2019-12-17 16:55:03 +0100 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2020-02-10 20:46:14 +0100 |
commit | 26f66a70c8de871cc93f234398412966f160b1b8 (patch) | |
tree | 708aea302109ba6f9b296001f7b60e36fe80010a /sonar-core | |
parent | ea0e05cedbe604baa4b9ad50148353d7356237c2 (diff) | |
download | sonarqube-26f66a70c8de871cc93f234398412966f160b1b8.tar.gz sonarqube-26f66a70c8de871cc93f234398412966f160b1b8.zip |
Extract metric keys to a global Enum, simplify mocking
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 23 |
1 files changed, 0 insertions, 23 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 16af5c65441..3e2d0ae3749 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2676,29 +2676,6 @@ overview.project.branch_X_empty=The "{0}" branch of this project is empty. overview.project.main_branch_no_lines_of_code=The main branch has no lines of code. overview.project.main_branch_empty=The main branch of this project is empty. overview.project.branch_needs_new_analysis=The branch data is incomplete. Run a new analysis to update it. - -overview.metric.code_smells=Code Smells -overview.metric.new_code_smells=New Code Smells -overview.metric.bugs=Bugs -overview.metric.new_bugs=New Bugs -overview.metric.vulnerabilities=Vulnerabilities -overview.metric.new_vulnerabilities=New Vulnerabilities -overview.metric.security_hotspots=Security Hotspots -overview.metric.new_security_hotspots=New Security Hotspots -overview.metric.issues=Issues -overview.metric.effort=Debt -overview.metric.new_issues=New Issues -overview.metric.new_effort=New Debt -overview.metric.coverage=Coverage -overview.metric.tests=Tests -overview.metric.new_coverage=Coverage on New Code -overview.metric.duplications=Duplications -overview.metric.duplicated_blocks=Duplicated Blocks -overview.metric.new_duplications=Duplications on New Code -overview.metric.ncloc=Lines of Code -overview.metric.new_lines=New Lines -overview.metric.new_lines_to_cover=New Lines to Cover -overview.metric.files=Files overview.coverage_on=Coverage on overview.coverage_on_X_lines=Coverage on {count} New Lines to cover overview.duplications_on=Duplications on |