From 573b817c5a7deddda645943baad58cbd2e113255 Mon Sep 17 00:00:00 2001 From: simonbrandhof Date: Wed, 9 Feb 2011 10:36:58 +0100 Subject: [PATCH] SONAR-2180 NoClone Checkstyle module in error --- .../src/main/resources/org/sonar/plugins/checkstyle/rules.xml | 4 ++-- 1 file 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: MAJOR - - + + Checks that the clone method is not overridden from the Object class.

-- 2.39.5