diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-05-26 16:25:49 +0200 |
---|---|---|
committer | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-06-09 08:26:48 +0200 |
commit | eb029461e77fbb1f7a9dde462512d88fc65d46b4 (patch) | |
tree | b67f8fb968ef013b4bdbc3e162e202b899f1471e /sonar-core | |
parent | e4b39a5be78324ec550c7d703c1ea549ffd08e95 (diff) | |
download | sonarqube-eb029461e77fbb1f7a9dde462512d88fc65d46b4.tar.gz sonarqube-eb029461e77fbb1f7a9dde462512d88fc65d46b4.zip |
SONAR-9245 Add all leak facets
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 1 |
1 files changed, 1 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 047896dc5dd..3099a7c1931 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1939,6 +1939,7 @@ severity.INFO.description=Neither a bug nor a quality flaw. Just a finding. #------------------------------------------------------------------------------ metric_domain.Size=Size +metric_domain.new_size=New Lines metric_domain.Tests=Tests metric_domain.Integration Tests=Integration Tests metric_domain.Complexity=Complexity |