]> source.dussan.org Git - sonarqube.git/commit
SONAR-4358 Restore Cobertura API classes in sonar-deprecated
authorJulien HENRY <julien.henry@sonarsource.com>
Fri, 5 Jul 2013 09:32:50 +0000 (11:32 +0200)
committerJulien HENRY <julien.henry@sonarsource.com>
Fri, 5 Jul 2013 09:49:48 +0000 (11:49 +0200)
commit55658bd42b6ac8567575bd98f17f143462820a00
treebae831d3fa4ffa7304daa259918d9c7d5f89773b
parent84851fffaa03911500dd2643970f4f7ff9ee4097
SONAR-4358 Restore Cobertura API classes in sonar-deprecated
to not break plugins that rely on them (groovy, flex)
sonar-deprecated/pom.xml
sonar-deprecated/src/main/java/org/sonar/plugins/cobertura/api/AbstractCoberturaParser.java [new file with mode: 0644]
sonar-deprecated/src/main/java/org/sonar/plugins/cobertura/api/CoberturaUtils.java [new file with mode: 0644]
sonar-deprecated/src/main/java/org/sonar/plugins/cobertura/base/CoberturaConstants.java [new file with mode: 0644]
sonar-deprecated/src/test/java/org/sonar/plugins/cobertura/api/CoberturaUtilsTest.java [new file with mode: 0644]
sonar-deprecated/src/test/resources/org/sonar/plugins/cobertura/CoberturaSensorTest/commons-chain-coverage.xml [new file with mode: 0644]
sonar-deprecated/src/test/resources/org/sonar/plugins/cobertura/CoberturaSensorTest/shouldGetReportPathFromPom/pom.xml [new file with mode: 0644]