]> source.dussan.org Git - sonarqube.git/commit
SONAR-4923 Create QProfileExporter used to import / export active rules from plugin xml
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Thu, 16 Jan 2014 18:19:12 +0000 (19:19 +0100)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Thu, 16 Jan 2014 18:19:23 +0000 (19:19 +0100)
commitfaca0eb75c75452cd8f7c6834ca815ad656b4802
tree895ed74806ebc1c6f6399a578235e08e25503906
parenta6df51b599c940bd8f50a9c2cf8031d3fc4c11c5
SONAR-4923 Create QProfileExporter used to import / export active rules from plugin xml
sonar-server/src/main/java/org/sonar/server/platform/Platform.java
sonar-server/src/main/java/org/sonar/server/qualityprofile/QProfileExporter.java [new file with mode: 0644]
sonar-server/src/main/java/org/sonar/server/qualityprofile/QProfileOperations.java
sonar-server/src/main/java/org/sonar/server/qualityprofile/QProfileResult.java
sonar-server/src/test/java/org/sonar/server/qualityprofile/QProfileExporterTest.java [new file with mode: 0644]
sonar-server/src/test/java/org/sonar/server/qualityprofile/QProfileOperationsTest.java