diff options
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 20 |
1 files changed, 0 insertions, 20 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 fe2e02eff92..b5d6d664974 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -920,26 +920,6 @@ issue.type.BUG.plural=Bugs issue.type.VULNERABILITY.plural=Vulnerabilities issue.type.SECURITY_HOTSPOT.plural=Security Hotspots -issue.characteristic.CLEAR=Clarity -issue.characteristic.description.CLEAR=Code that uses unambiguous forms when possible, has no unused statements, and is not cryptically terse. -issue.characteristic.CONSISTENT=Consistency -issue.characteristic.description.CONSISTENT=Code that enforces consistency in naming conventions, formatting and style, and sorting order. -issue.characteristic.STRUCTURED=Structure -issue.characteristic.description.STRUCTURED=Code that is organized into distinct, modular, and testable units with limited relationships, and avoids non-essential complexity. -issue.characteristic.TESTED=Testing -issue.characteristic.description.TESTED=Code that passed automated verification to regularly confirm the desired functionality. -issue.characteristic.ROBUST=Robustness -issue.characteristic.description.ROBUST=Code that is free of implementation defects, resource-efficient, fault-tolerant, and safe to use in critical contexts. -issue.characteristic.SECURE=Security -issue.characteristic.description.SECURE=Code that protects against unauthorized use, access, disclosure, disruption, modification, or destruction. -issue.characteristic.PORTABLE=Portability -issue.characteristic.description.PORTABLE=Code that supports the sustained evolution of the software environment and changing practices. -issue.characteristic.COMPLIANT=Compliance -issue.characteristic.description.COMPLIANT=Code that conforms to laws, regulations, and industry standards for its context. - -issue.characteristic.fit.DEVELOPMENT=Fit for Development -issue.characteristic.fit.PRODUCTION=Fit for Operation - issue.status.REOPENED=Reopened issue.status.RESOLVED=Resolved issue.status.OPEN=Open |