diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2010-09-06 17:11:39 +0000 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2010-09-06 17:11:39 +0000 |
commit | 4592819b97fd656bd857e319b6c26c008e2f50f2 (patch) | |
tree | 5090fb5ce616557f3690bd6e9d726129fac3afc0 | |
parent | 2109c5ba59147a94dcfce18a9b1a9ba0fccd3f23 (diff) | |
download | sonarqube-4592819b97fd656bd857e319b6c26c008e2f50f2.tar.gz sonarqube-4592819b97fd656bd857e319b6c26c008e2f50f2.zip |
checkstyle plugin : remove some useless files
4 files changed, 0 insertions, 39 deletions
diff --git a/plugins/sonar-checkstyle-plugin/src/test/resources/org/sonar/plugins/checkstyle/checkstyle-class-without-package.xml b/plugins/sonar-checkstyle-plugin/src/test/resources/org/sonar/plugins/checkstyle/checkstyle-class-without-package.xml deleted file mode 100644 index 468bb671692..00000000000 --- a/plugins/sonar-checkstyle-plugin/src/test/resources/org/sonar/plugins/checkstyle/checkstyle-class-without-package.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<checkstyle version="4.1"> - <file name="\test\src\main\java\ClassWithoutPackage.java"> - <error line="2" column="1" severity="warning" message="Line contains a tab character." source="com.puppycrawl.tools.checkstyle.checks.whitespace.TabCharacterCheck"/> - <error line="3" column="1" severity="warning" message="Line contains a tab character." source="com.puppycrawl.tools.checkstyle.checks.whitespace.TabCharacterCheck"/> - <error line="4" column="1" severity="warning" message="Line contains a tab character." source="com.puppycrawl.tools.checkstyle.checks.whitespace.TabCharacterCheck"/> - <error line="4" column="26" severity="error" message="Assignment of parameter 'i' is not allowed." - source="com.puppycrawl.tools.checkstyle.checks.coding.ParameterAssignmentCheck"/> - <error line="5" column="1" severity="warning" message="Line contains a tab character." source="com.puppycrawl.tools.checkstyle.checks.whitespace.TabCharacterCheck"/> - <error line="6" column="1" severity="warning" message="Line contains a tab character." source="com.puppycrawl.tools.checkstyle.checks.whitespace.TabCharacterCheck"/> - <error line="7" column="1" severity="warning" message="Line contains a tab character." source="com.puppycrawl.tools.checkstyle.checks.whitespace.TabCharacterCheck"/> - <error line="8" column="1" severity="warning" message="Line contains a tab character." source="com.puppycrawl.tools.checkstyle.checks.whitespace.TabCharacterCheck"/> - <error line="9" column="1" severity="warning" message="Line contains a tab character." source="com.puppycrawl.tools.checkstyle.checks.whitespace.TabCharacterCheck"/> - </file> -</checkstyle> diff --git a/plugins/sonar-checkstyle-plugin/src/test/resources/org/sonar/plugins/checkstyle/test_header.xml b/plugins/sonar-checkstyle-plugin/src/test/resources/org/sonar/plugins/checkstyle/test_header.xml deleted file mode 100644 index 5ea469f2198..00000000000 --- a/plugins/sonar-checkstyle-plugin/src/test/resources/org/sonar/plugins/checkstyle/test_header.xml +++ /dev/null @@ -1,3 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- Sonar Checkstyle rules generated configuration --> -<module/>
\ No newline at end of file diff --git a/plugins/sonar-checkstyle-plugin/src/test/resources/org/sonar/plugins/checkstyle/test_module_tree.xml b/plugins/sonar-checkstyle-plugin/src/test/resources/org/sonar/plugins/checkstyle/test_module_tree.xml deleted file mode 100644 index 5c385042cd5..00000000000 --- a/plugins/sonar-checkstyle-plugin/src/test/resources/org/sonar/plugins/checkstyle/test_module_tree.xml +++ /dev/null @@ -1,14 +0,0 @@ -<module name="Checker">
- <module name="Translation">
- <property name="severity" value="error"/>
- <property name="fileExtensions" value="properties"/>
- </module>
- <module name="TreeWalker">
- <module name="AnonInnerLength">
- <property name="max" value="15"/>
- </module>
- <module name="TypeName">
- <property name="severity" value="warning"/>
- </module>
- </module>
-</module>
\ No newline at end of file diff --git a/plugins/sonar-checkstyle-plugin/src/test/resources/org/sonar/plugins/checkstyle/test_xml_with_param_value_id.xml b/plugins/sonar-checkstyle-plugin/src/test/resources/org/sonar/plugins/checkstyle/test_xml_with_param_value_id.xml deleted file mode 100644 index 7d173a78123..00000000000 --- a/plugins/sonar-checkstyle-plugin/src/test/resources/org/sonar/plugins/checkstyle/test_xml_with_param_value_id.xml +++ /dev/null @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?>
-<!-- Sonar Checkstyle rules generated configuration -->
-<module name="Checker">
- <module name="Test">
- <property name="id" value="[QP-COD-0000]"/>
- </module>
-</module>
|