]> source.dussan.org Git - sonarqube.git/commit
SONAR-5007 fix registration of template rules
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 7 Jul 2014 15:51:28 +0000 (17:51 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 7 Jul 2014 19:58:30 +0000 (21:58 +0200)
commit237a04796fd693fa5b8e435884c7e2f2653340a1
tree0f4f8b5e1aa75ce221be3f92f3a81aac2cc9aef7
parent62f864da77f43b056b98b78932b1d20860da26b4
SONAR-5007 fix registration of template rules

* update severity of custom rules on template changes
* fix removal of custom rules on removal of templates
sonar-server/src/main/java/org/sonar/server/rule/RegisterRules.java
sonar-server/src/test/java/org/sonar/server/rule/RegisterRulesMediumTest.java