Author: markt Date: Mon Nov 13 12:34:49 2017 New Revision: 1815095 URL: http://svn.apache.org/viewvc?rev=1815095&view=rev Log: Enforce not using static Assert.* imports
Modified: tomcat/tc7.0.x/trunk/res/checkstyle/checkstyle.xml 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=1815095&r1=1815094&r2=1815095&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/res/checkstyle/checkstyle.xml (original) +++ tomcat/tc7.0.x/trunk/res/checkstyle/checkstyle.xml Mon Nov 13 12:34:49 2017 @@ -60,7 +60,6 @@ <module name="AvoidStaticImport"> <property name="excludes" value="org.apache.catalina.startup.SimpleHttpClient.CRLF"/> - <property name="excludes" value="org.junit.Assert.*"/> </module> <module name="IllegalImport"> <property name="illegalPkgs" value="sun,junit.framework"/> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org