Issue #3628: HideUtilityClassConstructorCheck, AvoidModifiersForTypesCheck are used, other are referenced only

This commit is contained in:
Roman Ivanov 2016-12-10 06:30:31 -08:00
parent cd91999dec
commit 82d58d5cff
1 changed files with 11 additions and 0 deletions

View File

@ -178,5 +178,16 @@
<module name="NumericLiteralNeedsUnderscoreCheck"/>
<module name="UniformEnumConstantNameCheck" />
<module name="ForbidAnnotationElementValueCheck" />
<module name="HideUtilityClassConstructorCheck" />
<module name="AvoidModifiersForTypesCheck" />
<!-- disabled due to NPE, will be fixed in next sevntu release
<module name="ConstructorWithoutParamsCheck" />
-->
<!--
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).
ClassResolver.java:[73,21] (extension) ReturnCountExtended: Return count for 'resolve' method is 5 (max allowed is 1).
<module name="ReturnCountExtendedCheck" />
-->
</module>
</module>