diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2011-02-09 10:36:58 +0100 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2011-02-09 10:36:58 +0100 |
commit | 573b817c5a7deddda645943baad58cbd2e113255 (patch) | |
tree | 9605d19a335cbeb1a6d5c9077e12086bccc69dcb /plugins/sonar-checkstyle-plugin | |
parent | 8c1cf87673aa0d74e86798596da51cece8068431 (diff) | |
download | sonarqube-573b817c5a7deddda645943baad58cbd2e113255.tar.gz sonarqube-573b817c5a7deddda645943baad58cbd2e113255.zip |
SONAR-2180 NoClone Checkstyle module in error
Diffstat (limited to 'plugins/sonar-checkstyle-plugin')
-rw-r--r-- | plugins/sonar-checkstyle-plugin/src/main/resources/org/sonar/plugins/checkstyle/rules.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/sonar-checkstyle-plugin/src/main/resources/org/sonar/plugins/checkstyle/rules.xml b/plugins/sonar-checkstyle-plugin/src/main/resources/org/sonar/plugins/checkstyle/rules.xml index 44f8b1f8274..64a18f14d84 100644 --- a/plugins/sonar-checkstyle-plugin/src/main/resources/org/sonar/plugins/checkstyle/rules.xml +++ b/plugins/sonar-checkstyle-plugin/src/main/resources/org/sonar/plugins/checkstyle/rules.xml @@ -171,8 +171,8 @@ should be refactored to: <rule key="com.puppycrawl.tools.checkstyle.checks.coding.NoCloneCheck" > <priority>MAJOR</priority> - <name><![CDATA[No Clone Check]]></name> - <configKey><![CDATA[Checker/TreeWalker/NoCloneCheck]]></configKey> + <name><![CDATA[No Clone]]></name> + <configKey><![CDATA[Checker/TreeWalker/NoClone]]></configKey> <description><![CDATA[<p> Checks that the clone method is not overridden from the Object class.</p> |