Author: kkolinko Date: Mon Jul 25 11:54:05 2011 New Revision: 1150644 URL: http://svn.apache.org/viewvc?rev=1150644&view=rev Log: Update checkstyle configuration to allow static imports of org.junit.Assert members. This is for JUnit 4.
Modified: tomcat/trunk/res/checkstyle/checkstyle.xml Modified: tomcat/trunk/res/checkstyle/checkstyle.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/res/checkstyle/checkstyle.xml?rev=1150644&r1=1150643&r2=1150644&view=diff ============================================================================== --- tomcat/trunk/res/checkstyle/checkstyle.xml (original) +++ tomcat/trunk/res/checkstyle/checkstyle.xml Mon Jul 25 11:54:05 2011 @@ -51,6 +51,7 @@ <module name="AvoidStaticImport"> <property name="excludes" value="org.apache.catalina.startup.SimpleHttpClient.CRLF"/> + <property name="excludes" value="org.junit.Assert.*"/> </module> <module name="IllegalImport"/> <module name="ImportOrder"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org