]> source.dussan.org Git - sonarqube.git/commit
Move CoberturaReportParserUtils to sonar-deprecated
authorSimon Brandhof <simon.brandhof@gmail.com>
Wed, 5 Feb 2014 09:09:38 +0000 (10:09 +0100)
committerSimon Brandhof <simon.brandhof@gmail.com>
Wed, 5 Feb 2014 09:09:38 +0000 (10:09 +0100)
commit17d90b7aae5753e2bd0871528fa1f64ba6823d0c
tree1e4ac971bb4ca2eed4448ab463a48d88ee4f9a02
parentf65a7c9ef91a50813b663adc7c4c64da72fb0515
Move CoberturaReportParserUtils to sonar-deprecated
sonar-deprecated/src/main/java/org/sonar/api/utils/CoberturaReportParserUtils.java [new file with mode: 0644]
sonar-deprecated/src/test/java/org/sonar/api/utils/CoberturaReportParserUtilsTest.java [new file with mode: 0644]
sonar-deprecated/src/test/resources/org/sonar/api/utils/CoberturaReportParserUtilsTest/commons-chain-coverage.xml [new file with mode: 0644]
sonar-deprecated/src/test/resources/org/sonar/api/utils/CoberturaReportParserUtilsTest/shouldInsertCoverageAtFileLevel/coverage.xml [new file with mode: 0644]
sonar-deprecated/src/test/resources/org/sonar/api/utils/CoberturaReportParserUtilsTest/shouldNotCountTwiceAnonymousClasses.xml [new file with mode: 0644]
sonar-plugin-api/src/main/java/org/sonar/api/utils/CoberturaReportParserUtils.java [deleted file]
sonar-plugin-api/src/test/java/org/sonar/api/utils/CoberturaReportParserUtilsTest.java [deleted file]
sonar-plugin-api/src/test/resources/org/sonar/api/utils/CoberturaReportParserUtilsTest/commons-chain-coverage.xml [deleted file]
sonar-plugin-api/src/test/resources/org/sonar/api/utils/CoberturaReportParserUtilsTest/shouldInsertCoverageAtFileLevel/coverage.xml [deleted file]
sonar-plugin-api/src/test/resources/org/sonar/api/utils/CoberturaReportParserUtilsTest/shouldNotCountTwiceAnonymousClasses.xml [deleted file]