Author: markt Date: Tue Aug 24 10:19:04 2010 New Revision: 988466 URL: http://svn.apache.org/viewvc?rev=988466&view=rev Log: Notes on a couple more checks
Modified: tomcat/trunk/checkstyle.xml Modified: tomcat/trunk/checkstyle.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/checkstyle.xml?rev=988466&r1=988465&r2=988466&view=diff ============================================================================== --- tomcat/trunk/checkstyle.xml (original) +++ tomcat/trunk/checkstyle.xml Tue Aug 24 10:19:04 2010 @@ -46,6 +46,14 @@ <module name="UnusedImports"/> --> + <!-- Modifiers --> + <!-- ~250 errors + <module name="ModifierOrder"/> + --> + <!-- ~1750 errors + <module name="RedundantModifier"/> + --> + <!-- Whitespace --> <!-- Can't handle HashMap<String,Class<?>[]> https://sourceforge.net/tracker/?func=detail&aid=3039718&group_id=29721&atid=397078 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org