diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2013-12-06 12:40:22 +0100 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2013-12-09 12:23:12 +0100 |
commit | 1cb61b85c45a2ca6ddaa37a3a7ed13bf69536886 (patch) | |
tree | e686b4a15fec97563c3f4ae4fcf592dfab2a079b /sonar-plugin-api/src/test/resources | |
parent | 189ab4f590fa1e7e7977927f4d2412f66408a71e (diff) | |
download | sonarqube-1cb61b85c45a2ca6ddaa37a3a7ed13bf69536886.tar.gz sonarqube-1cb61b85c45a2ca6ddaa37a3a7ed13bf69536886.zip |
Replace Sonar by SonarQube in Profile XML
Diffstat (limited to 'sonar-plugin-api/src/test/resources')
9 files changed, 18 insertions, 18 deletions
diff --git a/sonar-plugin-api/src/test/resources/org/sonar/api/profiles/XMLProfileParserTest/importProfile.xml b/sonar-plugin-api/src/test/resources/org/sonar/api/profiles/XMLProfileParserTest/importProfile.xml index 047c4c7a844..772e980dadf 100644 --- a/sonar-plugin-api/src/test/resources/org/sonar/api/profiles/XMLProfileParserTest/importProfile.xml +++ b/sonar-plugin-api/src/test/resources/org/sonar/api/profiles/XMLProfileParserTest/importProfile.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated by Sonar --> +<!-- Generated by SonarQube --> <profile> <name>sonar way</name> <language>java</language> @@ -10,4 +10,4 @@ <priority>CRITICAL</priority> </rule> </rules> -</profile>
\ No newline at end of file +</profile> diff --git a/sonar-plugin-api/src/test/resources/org/sonar/api/profiles/XMLProfileParserTest/importProfileWithAlerts.xml b/sonar-plugin-api/src/test/resources/org/sonar/api/profiles/XMLProfileParserTest/importProfileWithAlerts.xml index 95f857b0e22..523f2379f5b 100644 --- a/sonar-plugin-api/src/test/resources/org/sonar/api/profiles/XMLProfileParserTest/importProfileWithAlerts.xml +++ b/sonar-plugin-api/src/test/resources/org/sonar/api/profiles/XMLProfileParserTest/importProfileWithAlerts.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated by Sonar --> +<!-- Generated by SonarQube --> <profile> <name>sonar way</name> <language>java</language> @@ -25,4 +25,4 @@ <warning>10</warning> </alert> </alerts> -</profile>
\ No newline at end of file +</profile> diff --git a/sonar-plugin-api/src/test/resources/org/sonar/api/profiles/XMLProfileParserTest/importProfileWithRuleParameters.xml b/sonar-plugin-api/src/test/resources/org/sonar/api/profiles/XMLProfileParserTest/importProfileWithRuleParameters.xml index f3e2758b931..6df8c00aeb4 100644 --- a/sonar-plugin-api/src/test/resources/org/sonar/api/profiles/XMLProfileParserTest/importProfileWithRuleParameters.xml +++ b/sonar-plugin-api/src/test/resources/org/sonar/api/profiles/XMLProfileParserTest/importProfileWithRuleParameters.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated by Sonar --> +<!-- Generated by SonarQube --> <profile> <name>sonar way</name> <language>java</language> @@ -20,4 +20,4 @@ </parameters> </rule> </rules> -</profile>
\ No newline at end of file +</profile> diff --git a/sonar-plugin-api/src/test/resources/org/sonar/api/profiles/XMLProfileParserTest/importProfileWithUnknownRuleParameter.xml b/sonar-plugin-api/src/test/resources/org/sonar/api/profiles/XMLProfileParserTest/importProfileWithUnknownRuleParameter.xml index eb4a460fcf1..4eea58fc72f 100644 --- a/sonar-plugin-api/src/test/resources/org/sonar/api/profiles/XMLProfileParserTest/importProfileWithUnknownRuleParameter.xml +++ b/sonar-plugin-api/src/test/resources/org/sonar/api/profiles/XMLProfileParserTest/importProfileWithUnknownRuleParameter.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated by Sonar --> +<!-- Generated by SonarQube --> <profile> <name>sonar way</name> <language>java</language> @@ -16,4 +16,4 @@ </parameters> </rule> </rules> -</profile>
\ No newline at end of file +</profile> diff --git a/sonar-plugin-api/src/test/resources/org/sonar/api/profiles/XMLProfileParserTest/nameAndLanguageShouldBeMandatory.xml b/sonar-plugin-api/src/test/resources/org/sonar/api/profiles/XMLProfileParserTest/nameAndLanguageShouldBeMandatory.xml index 303494eb8bb..4a5844349ca 100644 --- a/sonar-plugin-api/src/test/resources/org/sonar/api/profiles/XMLProfileParserTest/nameAndLanguageShouldBeMandatory.xml +++ b/sonar-plugin-api/src/test/resources/org/sonar/api/profiles/XMLProfileParserTest/nameAndLanguageShouldBeMandatory.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated by Sonar --> +<!-- Generated by SonarQube --> <profile> <rules> <rule> @@ -8,4 +8,4 @@ <priority>CRITICAL</priority> </rule> </rules> -</profile>
\ No newline at end of file +</profile> diff --git a/sonar-plugin-api/src/test/resources/org/sonar/api/profiles/XMLProfileSerializerTest/exportAlerts.xml b/sonar-plugin-api/src/test/resources/org/sonar/api/profiles/XMLProfileSerializerTest/exportAlerts.xml index bdf2f1b904c..f64b493c21e 100644 --- a/sonar-plugin-api/src/test/resources/org/sonar/api/profiles/XMLProfileSerializerTest/exportAlerts.xml +++ b/sonar-plugin-api/src/test/resources/org/sonar/api/profiles/XMLProfileSerializerTest/exportAlerts.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated by Sonar --> +<!-- Generated by SonarQube --> <profile> <name>sonar way</name> <language>java</language> @@ -18,4 +18,4 @@ <warning>10</warning> </alert> </alerts> -</profile>
\ No newline at end of file +</profile> diff --git a/sonar-plugin-api/src/test/resources/org/sonar/api/profiles/XMLProfileSerializerTest/exportEmptyProfile.xml b/sonar-plugin-api/src/test/resources/org/sonar/api/profiles/XMLProfileSerializerTest/exportEmptyProfile.xml index 3bdb8fc1c76..351657f74ae 100644 --- a/sonar-plugin-api/src/test/resources/org/sonar/api/profiles/XMLProfileSerializerTest/exportEmptyProfile.xml +++ b/sonar-plugin-api/src/test/resources/org/sonar/api/profiles/XMLProfileSerializerTest/exportEmptyProfile.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated by Sonar --> +<!-- Generated by SonarQube --> <profile> <name>sonar way</name> <language>java</language> -</profile>
\ No newline at end of file +</profile> diff --git a/sonar-plugin-api/src/test/resources/org/sonar/api/profiles/XMLProfileSerializerTest/exportProfile.xml b/sonar-plugin-api/src/test/resources/org/sonar/api/profiles/XMLProfileSerializerTest/exportProfile.xml index 76779cd4f33..70366f085a6 100644 --- a/sonar-plugin-api/src/test/resources/org/sonar/api/profiles/XMLProfileSerializerTest/exportProfile.xml +++ b/sonar-plugin-api/src/test/resources/org/sonar/api/profiles/XMLProfileSerializerTest/exportProfile.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated by Sonar --> +<!-- Generated by SonarQube --> <profile> <name>sonar way</name> <language>java</language> @@ -10,4 +10,4 @@ <priority>BLOCKER</priority> </rule> </rules> -</profile>
\ No newline at end of file +</profile> diff --git a/sonar-plugin-api/src/test/resources/org/sonar/api/profiles/XMLProfileSerializerTest/exportRuleParameters.xml b/sonar-plugin-api/src/test/resources/org/sonar/api/profiles/XMLProfileSerializerTest/exportRuleParameters.xml index f3e2758b931..6df8c00aeb4 100644 --- a/sonar-plugin-api/src/test/resources/org/sonar/api/profiles/XMLProfileSerializerTest/exportRuleParameters.xml +++ b/sonar-plugin-api/src/test/resources/org/sonar/api/profiles/XMLProfileSerializerTest/exportRuleParameters.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated by Sonar --> +<!-- Generated by SonarQube --> <profile> <name>sonar way</name> <language>java</language> @@ -20,4 +20,4 @@ </parameters> </rule> </rules> -</profile>
\ No newline at end of file +</profile> |