]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-2180 NoClone Checkstyle module in error
authorsimonbrandhof <simon.brandhof@gmail.com>
Wed, 9 Feb 2011 09:36:58 +0000 (10:36 +0100)
committersimonbrandhof <simon.brandhof@gmail.com>
Wed, 9 Feb 2011 09:36:58 +0000 (10:36 +0100)
plugins/sonar-checkstyle-plugin/src/main/resources/org/sonar/plugins/checkstyle/rules.xml

index 44f8b1f8274099fd2137542d99720ea7e2bb1c40..64a18f14d8496bac1e6abc722c74ee971ff302a5 100644 (file)
@@ -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>