]> source.dussan.org Git - sonarqube.git/commit
SONAR-3769 Startup must check not only null but also blank rule names
authorFabrice Bellingard <fabrice.bellingard@sonarsource.com>
Wed, 26 Sep 2012 10:54:51 +0000 (12:54 +0200)
committerFabrice Bellingard <fabrice.bellingard@sonarsource.com>
Wed, 26 Sep 2012 10:57:14 +0000 (12:57 +0200)
commitb2c8e5248d2ebc7090b61ea83544e544c7eab1be
tree798cdfc5d586f10f895b6faa013cd2b4cac96045
parent424a818ede8e8f782bc125021e93b2786d0e4088
SONAR-3769 Startup must check not only null but also blank rule names

=> When a rule doesn't have a description, a quality profile
   containing this rule can't be displayed when using Oracle DB
sonar-server/src/main/java/org/sonar/server/startup/RegisterRules.java
sonar-server/src/test/java/org/sonar/server/startup/RegisterRulesTest.java