Author: markt Date: Mon Nov 13 10:49:37 2017 New Revision: 1815080 URL: http://svn.apache.org/viewvc?rev=1815080&view=rev Log: Enforce not using static Assert.* imports
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=1815080&r1=1815079&r2=1815080&view=diff ============================================================================== --- tomcat/trunk/res/checkstyle/checkstyle.xml (original) +++ tomcat/trunk/res/checkstyle/checkstyle.xml Mon Nov 13 10:49:37 2017 @@ -62,7 +62,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