MethodLength deserves only a warning and why should we count empty lines!?

This commit is contained in:
main() 2012-05-01 12:42:01 +02:00
parent d7a3e1839e
commit 3a32857683

View File

@ -76,7 +76,10 @@
<module name="UnusedImports">
<property name="processJavadoc" value="true"/>
</module>
<module name="MethodLength"/>
<module name="MethodLength">
<property name="severity" value="warning"/>
<property name="countEmpty" value="false"/>
</module>
<module name="ParameterNumber"/>
<module name="EmptyForIteratorPad"/>
<module name="MethodParamPad"/>