diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2014-02-05 10:09:38 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2014-02-05 10:09:38 +0100 |
commit | 17d90b7aae5753e2bd0871528fa1f64ba6823d0c (patch) | |
tree | 1e4ac971bb4ca2eed4448ab463a48d88ee4f9a02 | |
parent | f65a7c9ef91a50813b663adc7c4c64da72fb0515 (diff) | |
download | sonarqube-17d90b7aae5753e2bd0871528fa1f64ba6823d0c.tar.gz sonarqube-17d90b7aae5753e2bd0871528fa1f64ba6823d0c.zip |
Move CoberturaReportParserUtils to sonar-deprecated
-rw-r--r-- | sonar-deprecated/src/main/java/org/sonar/api/utils/CoberturaReportParserUtils.java (renamed from sonar-plugin-api/src/main/java/org/sonar/api/utils/CoberturaReportParserUtils.java) | 2 | ||||
-rw-r--r-- | sonar-deprecated/src/test/java/org/sonar/api/utils/CoberturaReportParserUtilsTest.java (renamed from sonar-plugin-api/src/test/java/org/sonar/api/utils/CoberturaReportParserUtilsTest.java) | 0 | ||||
-rw-r--r-- | sonar-deprecated/src/test/resources/org/sonar/api/utils/CoberturaReportParserUtilsTest/commons-chain-coverage.xml (renamed from sonar-plugin-api/src/test/resources/org/sonar/api/utils/CoberturaReportParserUtilsTest/commons-chain-coverage.xml) | 0 | ||||
-rw-r--r-- | sonar-deprecated/src/test/resources/org/sonar/api/utils/CoberturaReportParserUtilsTest/shouldInsertCoverageAtFileLevel/coverage.xml (renamed from sonar-plugin-api/src/test/resources/org/sonar/api/utils/CoberturaReportParserUtilsTest/shouldInsertCoverageAtFileLevel/coverage.xml) | 0 | ||||
-rw-r--r-- | sonar-deprecated/src/test/resources/org/sonar/api/utils/CoberturaReportParserUtilsTest/shouldNotCountTwiceAnonymousClasses.xml (renamed from sonar-plugin-api/src/test/resources/org/sonar/api/utils/CoberturaReportParserUtilsTest/shouldNotCountTwiceAnonymousClasses.xml) | 0 |
5 files changed, 1 insertions, 1 deletions
diff --git a/sonar-plugin-api/src/main/java/org/sonar/api/utils/CoberturaReportParserUtils.java b/sonar-deprecated/src/main/java/org/sonar/api/utils/CoberturaReportParserUtils.java index 1fc0bd38448..4099d3a7a50 100644 --- a/sonar-plugin-api/src/main/java/org/sonar/api/utils/CoberturaReportParserUtils.java +++ b/sonar-deprecated/src/main/java/org/sonar/api/utils/CoberturaReportParserUtils.java @@ -40,7 +40,7 @@ import static org.sonar.api.utils.ParsingUtils.parseNumber; /** * @since 3.7 - * @deprecated since 4.2 should be handled by language plugins + * @deprecated in 4.2. This class should be handled internally by plugins */ @Deprecated public class CoberturaReportParserUtils { diff --git a/sonar-plugin-api/src/test/java/org/sonar/api/utils/CoberturaReportParserUtilsTest.java b/sonar-deprecated/src/test/java/org/sonar/api/utils/CoberturaReportParserUtilsTest.java index d0bb5d6015b..d0bb5d6015b 100644 --- a/sonar-plugin-api/src/test/java/org/sonar/api/utils/CoberturaReportParserUtilsTest.java +++ b/sonar-deprecated/src/test/java/org/sonar/api/utils/CoberturaReportParserUtilsTest.java diff --git a/sonar-plugin-api/src/test/resources/org/sonar/api/utils/CoberturaReportParserUtilsTest/commons-chain-coverage.xml b/sonar-deprecated/src/test/resources/org/sonar/api/utils/CoberturaReportParserUtilsTest/commons-chain-coverage.xml index adb4f7b8c00..adb4f7b8c00 100644 --- a/sonar-plugin-api/src/test/resources/org/sonar/api/utils/CoberturaReportParserUtilsTest/commons-chain-coverage.xml +++ b/sonar-deprecated/src/test/resources/org/sonar/api/utils/CoberturaReportParserUtilsTest/commons-chain-coverage.xml diff --git a/sonar-plugin-api/src/test/resources/org/sonar/api/utils/CoberturaReportParserUtilsTest/shouldInsertCoverageAtFileLevel/coverage.xml b/sonar-deprecated/src/test/resources/org/sonar/api/utils/CoberturaReportParserUtilsTest/shouldInsertCoverageAtFileLevel/coverage.xml index 0f9517a4adc..0f9517a4adc 100644 --- a/sonar-plugin-api/src/test/resources/org/sonar/api/utils/CoberturaReportParserUtilsTest/shouldInsertCoverageAtFileLevel/coverage.xml +++ b/sonar-deprecated/src/test/resources/org/sonar/api/utils/CoberturaReportParserUtilsTest/shouldInsertCoverageAtFileLevel/coverage.xml diff --git a/sonar-plugin-api/src/test/resources/org/sonar/api/utils/CoberturaReportParserUtilsTest/shouldNotCountTwiceAnonymousClasses.xml b/sonar-deprecated/src/test/resources/org/sonar/api/utils/CoberturaReportParserUtilsTest/shouldNotCountTwiceAnonymousClasses.xml index 55fa2986d6a..55fa2986d6a 100644 --- a/sonar-plugin-api/src/test/resources/org/sonar/api/utils/CoberturaReportParserUtilsTest/shouldNotCountTwiceAnonymousClasses.xml +++ b/sonar-deprecated/src/test/resources/org/sonar/api/utils/CoberturaReportParserUtilsTest/shouldNotCountTwiceAnonymousClasses.xml |