Author: dkulp
Date: Tue Nov 27 19:18:19 2012
New Revision: 1414324

URL: http://svn.apache.org/viewvc?rev=1414324&view=rev
Log:
Late version of Checkstyle no longer supports the DoubleCHeckedLocking test.
Since the default version of checkstyle plugin in eclipse now is the latest 
version, causes issues.

Modified:
    camel/trunk/buildingtools/camel-checkstyle.xml
    camel/trunk/buildingtools/src/main/resources/camel-checkstyle.xml

Modified: camel/trunk/buildingtools/camel-checkstyle.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/buildingtools/camel-checkstyle.xml?rev=1414324&r1=1414323&r2=1414324&view=diff
==============================================================================
--- camel/trunk/buildingtools/camel-checkstyle.xml (original)
+++ camel/trunk/buildingtools/camel-checkstyle.xml Tue Nov 27 19:18:19 2012
@@ -196,7 +196,6 @@ lengths, if/try depths, etc...
         <!--<module name="ArrayTrailingComma"/>-->
         <!--<module name="AvoidInlineConditionals"/>-->
         <module name="CovariantEquals"/>
-        <module name="DoubleCheckedLocking"/>
         <module name="EmptyStatement"/>
         <module name="EqualsHashCode"/>
         <!--<module name="FinalLocalVariable"/>-->

Modified: camel/trunk/buildingtools/src/main/resources/camel-checkstyle.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/buildingtools/src/main/resources/camel-checkstyle.xml?rev=1414324&r1=1414323&r2=1414324&view=diff
==============================================================================
--- camel/trunk/buildingtools/src/main/resources/camel-checkstyle.xml (original)
+++ camel/trunk/buildingtools/src/main/resources/camel-checkstyle.xml Tue Nov 
27 19:18:19 2012
@@ -199,7 +199,6 @@ lengths, if/try depths, etc...
         <!--<module name="ArrayTrailingComma"/>-->
         <!--<module name="AvoidInlineConditionals"/>-->
         <module name="CovariantEquals"/>
-        <module name="DoubleCheckedLocking"/>
         <module name="EmptyStatement"/>
         <module name="EqualsHashCode"/>
         <!--<module name="FinalLocalVariable"/>-->
@@ -343,4 +342,4 @@ lengths, if/try depths, etc...
         <!--<module name="RequiredRegexp">-->
     </module>
        <module name="SuppressionCommentFilter"/>
-</module>
\ No newline at end of file
+</module>


Reply via email to