svn commit: r14554 - trunk/tools/checkstyle/checkstyle_argouml.xml
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: mvw
Date: 2008-04-30 21:49:18-0700
New Revision: 14554
Modified:
trunk/tools/checkstyle/checkstyle_argouml.xml
Log:
Less strict checkstyle checking for empty blocks containing comments.
Modified: trunk/tools/checkstyle/checkstyle_argouml.xml
Url: http://argouml.tigris.org/source/browse/argouml/trunk/tools/checkstyle/checkstyle_argouml.xml?view=diff&rev=14554&p1=trunk/tools/checkstyle/checkstyle_argouml.xml&p2=trunk/tools/checkstyle/checkstyle_argouml.xml&r1=14553&r2=14554
==============================================================================
--- trunk/tools/checkstyle/checkstyle_argouml.xml (original)
+++ trunk/tools/checkstyle/checkstyle_argouml.xml 2008-04-30 21:49:18-0700
@@ -16,6 +16,7 @@
<module name="DoubleCheckedLocking"/>
<module name="EmptyBlock">
+ <property name="option" value="text"/>
<!-- All except catch and for. -->
<property name="tokens" value="LITERAL_DO,LITERAL_ELSE,LITERAL_FINALLY,LITERAL_IF,LITERAL_TRY,LITERAL_WHILE,STATIC_INIT"/>
</module>