You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by le...@apache.org on 2013/03/04 19:25:28 UTC

svn commit: r1452432 - /pdfbox/trunk/pdfbox-checkstyle-5.xml

Author: lehmi
Date: Mon Mar  4 18:25:28 2013
New Revision: 1452432

URL: http://svn.apache.org/r1452432
Log:
Starting with 5.6 checkstyle doesn't support the DoubleCheckedLocking rule anymore

Modified:
    pdfbox/trunk/pdfbox-checkstyle-5.xml

Modified: pdfbox/trunk/pdfbox-checkstyle-5.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/pdfbox-checkstyle-5.xml?rev=1452432&r1=1452431&r2=1452432&view=diff
==============================================================================
--- pdfbox/trunk/pdfbox-checkstyle-5.xml (original)
+++ pdfbox/trunk/pdfbox-checkstyle-5.xml Mon Mar  4 18:25:28 2013
@@ -164,7 +164,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"/>