Checkstyle corrections

This commit is contained in:
Ilkka Seppala
2015-12-29 21:34:27 +02:00
parent b369812511
commit 8b020837ea
20 changed files with 102 additions and 35 deletions

View File

@ -158,7 +158,7 @@
<property name="allowMissingThrowsTags" value="true"/>
<property name="allowMissingReturnTag" value="true"/>
<property name="minLineCount" value="2"/>
<property name="allowedAnnotations" value="Override, Test, Before, After, Parameters, Given, When, BeforeClass, AfterClass"/>
<property name="allowedAnnotations" value="Override, Test, Before, After, Parameters, Given, When, BeforeClass, AfterClass, Parameterized"/>
<property name="allowThrowsTagsForSubclasses" value="true"/>
</module>
<module name="MethodName">
@ -168,4 +168,9 @@
</module>
<module name="SingleLineJavadoc"/>
</module>
<module name="SuppressionFilter">
<property name="file" value="${config_loc}/checkstyle-suppressions.xml" default="checkstyle-suppressions.xml"/>
</module>
</module>