]> source.dussan.org Git - sonarqube.git/commit
SONAR-7330 Improve active rules loading in rules WS
authorTeryk Bellahsene <teryk.bellahsene@sonarsource.com>
Mon, 29 Feb 2016 15:04:25 +0000 (16:04 +0100)
committerTeryk Bellahsene <teryk.bellahsene@sonarsource.com>
Tue, 1 Mar 2016 13:27:27 +0000 (14:27 +0100)
commit5601d7aa1d3f865cf739bf929cd3732f25ff0d99
treedae9ce238a88abca614b7e0a6e3ce265efa3c72b
parent8ed425f4973471ee538d62f9113c11414e638d6d
SONAR-7330 Improve active rules loading in rules WS
server/sonar-server/src/main/java/org/sonar/server/rule/ws/ActiveRuleCompleter.java
sonar-db/src/main/java/org/sonar/db/qualityprofile/ActiveRuleDao.java
sonar-db/src/main/java/org/sonar/db/qualityprofile/ActiveRuleDto.java
sonar-db/src/main/java/org/sonar/db/qualityprofile/ActiveRuleMapper.java
sonar-db/src/main/java/org/sonar/db/rule/RuleDtoFunctions.java [new file with mode: 0644]
sonar-db/src/main/resources/org/sonar/db/qualityprofile/ActiveRuleMapper.xml
sonar-db/src/test/java/org/sonar/db/qualityprofile/ActiveRuleDaoTest.java