Blob Blame History Raw
--- net.sf.eclipsecs.core/sun_checks.xml.orig	2013-04-22 14:59:09.276261792 +0100
+++ net.sf.eclipsecs.core/sun_checks.xml	2013-04-22 14:59:31.091226742 +0100
@@ -159,7 +159,6 @@
         <!-- Checks for common coding problems               -->
         <!-- See http://checkstyle.sf.net/config_coding.html -->
         <module name="AvoidInlineConditionals"/>
-        <module name="DoubleCheckedLocking"/>    <!-- MY FAVOURITE -->
         <module name="EmptyStatement"/>
         <module name="EqualsHashCode"/>
         <module name="HiddenField"/>
--- net.sf.eclipsecs.core/sun_checks_eclipse.xml.orig	2013-04-22 14:59:21.924241641 +0100
+++ net.sf.eclipsecs.core/sun_checks_eclipse.xml	2013-04-22 14:59:34.350221387 +0100
@@ -162,7 +162,6 @@
         <!-- Checks for common coding problems               -->
         <!-- See http://checkstyle.sf.net/config_coding.html -->
         <module name="AvoidInlineConditionals"/>
-        <module name="DoubleCheckedLocking"/>    <!-- MY FAVOURITE -->
         <module name="EmptyStatement"/>
         <module name="EqualsHashCode"/>
         <module name="HiddenField"/>