[jsword-svn] jsword-support/tools/checkstyle-4.0-beta2 s
jswordcvs at crosswire.org
jswordcvs at crosswire.org
Sat Jun 11 13:40:54 MST 2005
Update of /cvs/jsword/jsword-support/tools/checkstyle-4.0-beta2
In directory www.crosswire.org:/tmp/cvs-serv27254/tools/checkstyle-4.0-beta2
Modified Files:
custom.xml
Log Message:
Made showing the sidebar a default and set it to no.
Cleaned up the code to consistently use "book" to refer to "module"
Index: custom.xml
===================================================================
RCS file: /cvs/jsword/jsword-support/tools/checkstyle-4.0-beta2/custom.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** custom.xml 9 May 2005 01:28:14 -0000 1.1
--- custom.xml 11 Jun 2005 20:40:52 -0000 1.2
***************
*** 36,40 ****
<!-- Checks for Naming Conventions -->
<module name="AbstractClassName">
! <property name="format" value="^Abstract.*$|^.*Factory$|^.*Type$"/>
</module>
<!-- Allow "log" and "instance" otherwise only upper case valid variables with _ -->
--- 36,40 ----
<!-- Checks for Naming Conventions -->
<module name="AbstractClassName">
! <property name="format" value="^Abstract.*$|^.*Factory$|^.*Type$|^.*Category$"/>
</module>
<!-- Allow "log" and "instance" otherwise only upper case valid variables with _ -->
More information about the jsword-svn
mailing list