[Bprocessor-commit] tools/checkstyle checkstyle.xml,1.2,1.3
Status: Pre-Alpha
Brought to you by:
henryml
From: Michael L. <he...@us...> - 2006-07-10 13:30:00
|
Update of /cvsroot/bprocessor/tools/checkstyle In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv11311/checkstyle Modified Files: checkstyle.xml Log Message: Fixed hit-detection problem with hitting edges, not part of surface Index: checkstyle.xml =================================================================== RCS file: /cvsroot/bprocessor/tools/checkstyle/checkstyle.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** checkstyle.xml 12 Dec 2005 10:11:38 -0000 1.2 --- checkstyle.xml 10 Jul 2006 13:29:56 -0000 1.3 *************** *** 109,113 **** <module name="MethodLength"> <property name="tokens" value="METHOD_DEF"/> ! <property name="max" value="250"/> </module> <module name="MethodLength"> --- 109,113 ---- <module name="MethodLength"> <property name="tokens" value="METHOD_DEF"/> ! <property name="max" value="300"/> </module> <module name="MethodLength"> |