Revision: 676
Author: allain.lalonde
Date: Thu Oct 8 11:29:42 2009
Log: Making CheckStyle more permissive of things the Piccolo2D code base
doesn't agree with.
http://code.google.com/p/piccolo2d/source/detail?r=676
Modified:
/piccolo2d.java/trunk/examples/src/build/conf/checkstyle.xml
/piccolo2d.java/trunk/extras/src/build/conf/checkstyle.xml
/piccolo2d.java/trunk/swt/src/build/conf/checkstyle.xml
=======================================
--- /piccolo2d.java/trunk/examples/src/build/conf/checkstyle.xml Fri Aug
1
10:11:57 2008
+++ /piccolo2d.java/trunk/examples/src/build/conf/checkstyle.xml Thu Oct
8
11:29:42 2009
@@ -148,11 +148,11 @@
<!-- Checks for class design -->
<!-- See http://checkstyle.sf.net/config_design.html -->
- <module name="DesignForExtension"/>
+ <!-- For P2d 2.0: <module name="DesignForExtension"/> -->
<module name="FinalClass"/>
<module name="HideUtilityClassConstructor"/>
<module name="InterfaceIsType"/>
- <module name="VisibilityModifier"/>
+ <!-- For P2d 2.0: <module name="VisibilityModifier"/> -->
<!-- Miscellaneous other checks. -->
=======================================
--- /piccolo2d.java/trunk/extras/src/build/conf/checkstyle.xml Fri Aug 1
09:44:53 2008
+++ /piccolo2d.java/trunk/extras/src/build/conf/checkstyle.xml Thu Oct 8
11:29:42 2009
@@ -148,11 +148,11 @@
<!-- Checks for class design -->
<!-- See http://checkstyle.sf.net/config_design.html -->
- <module name="DesignForExtension"/>
+ <!-- For P2d 2.0: <module name="DesignForExtension"/> -->
<module name="FinalClass"/>
<module name="HideUtilityClassConstructor"/>
<module name="InterfaceIsType"/>
- <module name="VisibilityModifier"/>
+ <!-- For P2d 2.0: <module name="VisibilityModifier"/> -->
<!-- Miscellaneous other checks. -->
=======================================
--- /piccolo2d.java/trunk/swt/src/build/conf/checkstyle.xml Wed Nov 5
01:03:14 2008
+++ /piccolo2d.java/trunk/swt/src/build/conf/checkstyle.xml Thu Oct 8
11:29:42 2009
@@ -148,11 +148,11 @@
<!-- Checks for class design -->
<!-- See http://checkstyle.sf.net/config_design.html -->
- <module name="DesignForExtension"/>
+ <!-- For P2d 2.0: <module name="DesignForExtension"/> -->
<module name="FinalClass"/>
<module name="HideUtilityClassConstructor"/>
<module name="InterfaceIsType"/>
- <module name="VisibilityModifier"/>
+ <!-- For P2d 2.0: <module name="VisibilityModifier"/> -->
<!-- Miscellaneous other checks. -->
--~--~---------~--~----~------------~-------~--~----~
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en
-~----------~----~----~----~------~----~------~--~---