Issue #3628: ConstructorWithoutParamsCheck from sevntu is enabled

This commit is contained in:
Roman Ivanov 2016-12-10 14:39:30 -08:00
parent 9f53d5f39f
commit ace65c09fb
1 changed files with 4 additions and 3 deletions

View File

@ -184,9 +184,10 @@
<property name="forbiddenClassesRegexpPublic" value="Logger"/>
<property name="forbiddenClassesRegexpPackagePrivate" value="Logger"/>
</module>
<!-- disabled due to NPE, will be fixed in next sevntu release
<module name="ConstructorWithoutParamsCheck" />
-->
<module name="ConstructorWithoutParamsCheck">
<property name="classNameFormat" value=".*Exception$"/>
<property name="ignoredClassNameFormat" value="UnsupportedOperationException"/>
</module>
<!--
IndentationCheckTest.java:[110,28] (extension) ReturnCountExtended: Return count for 'isCommentConsistent' method is 3 (max allowed is 1).
AnnotationUtility.java:[139,29] (extension) ReturnCountExtended: Return count for 'getAnnotation' method is 2 (max allowed is 1).