Author: kkolinko
Date: Fri Mar 22 21:05:47 2013
New Revision: 1459988
URL: http://svn.apache.org/r1459988
Log:
Merged revision 1435765 from tomcat/trunk:
Enable checkstyle check that forbids use of JUnit 3 methods
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/res/checkstyle/checkstyle.xml
Propchange: tomcat/tc7.0.x/trunk/
------------------------------------------------------------------------------
Merged /tomcat/trunk:r1435765
Modified: tomcat/tc7.0.x/trunk/res/checkstyle/checkstyle.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/res/checkstyle/checkstyle.xml?rev=1459988&r1=1459987&r2=1459988&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/res/checkstyle/checkstyle.xml (original)
+++ tomcat/tc7.0.x/trunk/res/checkstyle/checkstyle.xml Fri Mar 22 21:05:47 2013
@@ -53,7 +53,9 @@
value="org.apache.catalina.startup.SimpleHttpClient.CRLF"/>
<property name="excludes" value="org.junit.Assert.*"/>
</module>
- <module name="IllegalImport"/>
+ <module name="IllegalImport">
+ <property name="illegalPkgs" value="sun,junit.framework"/>
+ </module>
<module name="ImportOrder">
<property name="groups"
value="java,javax,async,jsp2,junit,org.junit,org,util"/>
<property name="ordered" value="true"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]