STRUTS数据库项目开发宝典
源代码在线查看: checkstyle.properties
checkstyle.javadoc.scope=protected
checkstyle.require.packagehtml=false
checkstyle.require.version=false
checkstyle.allow.noauthor=false
checkstyle.javadoc.checkUnusedThrows=false
checkstyle.pattern.member=^[a-z][a-zA-Z0-9]*$
checkstyle.pattern.publicmember=^f[A-Z][a-zA-Z0-9]*$
checkstyle.pattern.const=^[A-Z](_?[A-Z0-9]+)*$
checkstyle.pattern.static=^[a-z][a-zA-Z0-9]*$
checkstyle.pattern.parameter=^[a-z][a-zA-Z0-9]*$
checkstyle.pattern.package=^[a-z]+(\.[a-zA-Z_][a-zA-Z_0-9]*)*$
checkstyle.pattern.type=^[A-Z][a-zA-Z0-9]*$
checkstyle.pattern.method=^[a-z][a-zA-Z0-9]*$
checkstyle.pattern.localvar=^[a-z][a-zA-Z0-9]*$
checkstyle.pattern.localfinalvar=^[a-z][a-zA-Z0-9]*$
checkstyle.header.file=
checkstyle.header.ignoreline=
checkstyle.header.regexp=false
checkstyle.ignore.imports=true
checkstyle.illegal.imports=sun
checkstyle.maxlinelen=120
checkstyle.tab.width=8
checkstyle.ignore.importlength=false
checkstyle.ignore.maxlinelen=^$
checkstyle.maxmethodlen=150
checkstyle.maxconstructorlen=150
checkstyle.maxfilelen=3000
checkstyle.maxparameters=7
checkstyle.allow.tabs=false
checkstyle.ignore.whitespace=false
checkstyle.ignore.whitespace.cast=false
checkstyle.paren.pad=nospace
checkstyle.wrap.operator=eol
checkstyle.ignore.public.in.interface=false
checkstyle.allow.protected=false
checkstyle.allow.package=false
checkstyle.pattern.publicmember=^f[A-Z][a-zA-Z0-9]*$
checkstyle.ignore.braces=true
checkstyle.block.try=stmt
checkstyle.block.catch=text
checkstyle.block.finally=stmt
checkstyle.lcurly.type=eol
checkstyle.lcurly.method=eol
checkstyle.lcurly.other=eol
checkstyle.rcurly=alone
checkstyle.pattern.todo=TODO:
checkstyle.ignore.longell=false
checkstyle.illegal.instantiations=