[xwiki-notifications] r8169 - xwiki-platform/xwiki-tools/trunk/xwiki-verification-resources/src/main/resources
tmortagne (SVN)
notifications at xwiki.org
Mon Mar 3 12:17:35 CET 2008
Author: tmortagne
Date: 2008-03-03 12:17:34 +0100 (Mon, 03 Mar 2008)
New Revision: 8169
Modified:
xwiki-platform/xwiki-tools/trunk/xwiki-verification-resources/src/main/resources/checkstyle.xml
Log:
Fix "<" and ">" support in JAVA 5 generics different than "<" and ">" as operators.
Modified: xwiki-platform/xwiki-tools/trunk/xwiki-verification-resources/src/main/resources/checkstyle.xml
===================================================================
--- xwiki-platform/xwiki-tools/trunk/xwiki-verification-resources/src/main/resources/checkstyle.xml 2008-03-03 10:22:15 UTC (rev 8168)
+++ xwiki-platform/xwiki-tools/trunk/xwiki-verification-resources/src/main/resources/checkstyle.xml 2008-03-03 11:17:34 UTC (rev 8169)
@@ -346,7 +346,9 @@
<module name="WhitespaceAfter"/>
- <module name="WhitespaceAround"/>
+ <module name="WhitespaceAround">
+ <property name="tokens" value="ASSIGN,BAND,BAND_ASSIGN,BOR,BOR_ASSIGN,BSR,BSR_ASSIGN,BXOR,BXOR_ASSIGN,COLON,DIV,DIV_ASSIGN,EQUAL,GE,GT,LAND,LCURLY,LE,LITERAL_ASSERT,LITERAL_CATCH,LITERAL_DO,LITERAL_ELSE,LITERAL_FINALLY,LITERAL_FOR,LITERAL_IF,LITERAL_RETURN,LITERAL_SYNCHRONIZED,LITERAL_TRY,LITERAL_WHILE,LOR,LT,MINUS,MINUS_ASSIGN,MOD,MOD_ASSIGN,NOT_EQUAL,PLUS,PLUS_ASSIGN,QUESTION,RCURLY,SL,SLIST,SL_ASSIGN,SR,SR_ASSIGN,STAR,STAR_ASSIGN,LITERAL_ASSERT,TYPE_EXTENSION_AND,WILDCARD_TYPE"/>
+ </module>
</module>
More information about the notifications
mailing list