Skip to content
Snippets Groups Projects
Commit a0c58366 authored by Rahe, Christian's avatar Rahe, Christian
Browse files

- enforce throws on throwing methods

parent fb829864
No related branches found
No related tags found
No related merge requests found
...@@ -306,6 +306,7 @@ ...@@ -306,6 +306,7 @@
<property name="allowedAnnotations" value="Override, Test"/> <property name="allowedAnnotations" value="Override, Test"/>
<property name="allowMissingParamTags" value="false"/> <property name="allowMissingParamTags" value="false"/>
<property name="allowMissingReturnTag" value="false"/> <property name="allowMissingReturnTag" value="false"/>
<property name="validateThrows" value="true"/>
<property name="tokens" value="METHOD_DEF, CTOR_DEF, ANNOTATION_FIELD_DEF, COMPACT_CTOR_DEF"/> <property name="tokens" value="METHOD_DEF, CTOR_DEF, ANNOTATION_FIELD_DEF, COMPACT_CTOR_DEF"/>
</module> </module>
<module name="JavadocContentLocationCheck"> <module name="JavadocContentLocationCheck">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment