diff options
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> |