]> source.dussan.org Git - sonarqube.git/commit
SONARIDE-334 Title is not displayed for some rules
authorJulien Lancelot <julien.lancelot@gmail.com>
Tue, 4 Dec 2012 10:59:12 +0000 (11:59 +0100)
committerJulien Lancelot <julien.lancelot@gmail.com>
Tue, 4 Dec 2012 10:59:12 +0000 (11:59 +0100)
commit034013c4aefee3ffbf158caf1489d261ae5bf4b9
tree73f6e5a485e4a0498439567f31ae5b0ae08eb082
parenta0b9f5612d661375fc6fa8e8c97a9b0a5dcd7ff7
SONARIDE-334 Title is not displayed for some rules
RuleI18nManager has now a new method to get the rule name by searching the name in the i18n, and then if not found return the rule name property.
sonar-batch/src/main/java/org/sonar/batch/local/DryRunExporter.java
sonar-batch/src/test/java/org/sonar/batch/local/DryRunExporterTest.java
sonar-core/src/main/java/org/sonar/core/i18n/RuleI18nManager.java
sonar-core/src/test/java/org/sonar/core/i18n/RuleI18nManagerTest.java
sonar-plugin-api/src/main/java/org/sonar/api/i18n/RuleI18n.java