krysalis-impus/conf checkstyle.properties,NONE,1.1

[email protected]
Newsgroups gmane.comp.krysalis.sandbox
Message-ID <[email protected]>
Update of /cvsroot/metamorphosis/krysalis-impus/conf
In directory sc8-pr-cvs1:/tmp/cvs-serv2271/conf

Added Files:
	checkstyle.properties 
Log Message:
Initial import of the impus project.

--- NEW FILE: checkstyle.properties ---
<!-- -------------------------------------------------- -->
<!--       Configuration file for Checkstyle 2.4+       -->
<!--     This excellent source code grammar checker     -->
<!-- can be found at http://checkstyle.sourceforge.net/ -->
<!-- -------------------------------------------------- -->

<!-- Reporting configuration -->
<!-- checkstyle.cache.file is set in the xbuild.cent there is no need to set it here, but you can if you want to -->
<!-- checkstyle.basedir is set in the xbuild.cent to be the project source directory, there is no need to set it here, but you can if you want to -->
<!-- checkstyle.locale.language= -->
<!-- checkstyle.locale.country= -->


<!-- JavaDoc checks -->
checkstyle.javadoc.scope=private
checkstyle.require.packagehtml=true
checkstyle.require.version=false
checkstyle.allow.noauthor=false
checkstyle.javadoc.checkUnusedThrows=true

<!-- Naming checks -->
<!-- Sun standard pattern ^[a-z][a-zA-Z0-9]*$ -->
checkstyle.pattern.member=.*
<!-- Sun standard pattern ^f[A-Z][a-zA-Z0-9]*$ -->
checkstyle.pattern.publicmember=.*
<!-- Sun standard pattern ^[A-Z](_?[A-Z0-9]+)*$ -->
checkstyle.pattern.const=.*
<!-- Sun standard pattern ^[a-z][a-zA-Z0-9]*$ -->
checkstyle.pattern.static=.*
<!-- Sun standard pattern ^[a-z][a-zA-Z0-9]*$ -->
checkstyle.pattern.parameter=.*
<!-- Sun standard pattern ^[a-z]+(\.[a-zA-Z_][a-zA-Z_0-9]*)*$ -->
checkstyle.pattern.package=.*
<!-- Sun standard pattern ^[A-Z][a-zA-Z0-9]*$ -->
checkstyle.pattern.type=.*
<!-- Sun standard pattern ^[a-z][a-zA-Z0-9]*$ -->
checkstyle.pattern.method=.*
<!-- Sun standard pattern ^[a-z][a-zA-Z0-9]*$ -->
checkstyle.pattern.localvar=.*
<!-- Sun standard pattern ^[a-z][a-zA-Z0-9]*$ -->
checkstyle.pattern.localfinalvar=.*

<!-- Header checks -->
checkstyle.header.file=legal/source.header.notice
checkstyle.header.ignoreline= 4
checkstyle.header.regexp=false

<!-- Imports checks -->
checkstyle.ignore.imports=false
checkstyle.illegal.imports=sun

<!-- Size Violations checks -->
checkstyle.maxlinelen=150
checkstyle.tab.width=4
checkstyle.ignore.importlength=false
checkstyle.ignore.maxlinelen=^$
checkstyle.maxmethodlen=150
checkstyle.maxconstructorlen=150
checkstyle.maxfilelen=2000
checkstyle.maxparameters=7

<!-- Whitespace checks -->
checkstyle.allow.tabs=false
checkstyle.ignore.whitespace=true
checkstyle.ignore.whitespace.cast=true
checkstyle.paren.pad=ignore
checkstyle.wrap.operator=nl

<!-- Violators checks -->
checkstyle.ignore.public.in.interface=true
checkstyle.allow.protected=true
checkstyle.allow.package=true
checkstyle.pattern.publicmember=.* <!-- Sun coding standard ^f[A-Z][a-zA-Z0-9]*$ -->

<!-- Blocks checks -->
checkstyle.ignore.braces=true
checkstyle.block.try=stmt
checkstyle.block.catch=text
checkstyle.block.finally=stmt
checkstyle.lcurly.type=ignore
checkstyle.lcurly.method=ignore
checkstyle.lcurly.other=ignore
checkstyle.rcurly=same

<!-- Miscellaneous checks -->
checkstyle.pattern.todo=TODO:
checkstyle.ignore.longell=true
checkstyle.illegal.instantiations=





-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.