<exclude name="output/**"/>
<exclude name="modules/**"/>
<exclude name="**/*.mdl"/>
+ <!-- Exclude auto-generated files with known errors -->
+ <exclude name="java/org/apache/el/parser/ELParser.java" />
<!-- Exclude these else Gump runs validate on them -->
<exclude name="**/org/apache/tomcat/dbcp/**"/>
<exclude name="**/tomcat-deps/**"/>
<module name="UnusedImports"/>
<!-- Modifiers -->
- <!-- ~250 errors
<module name="ModifierOrder"/>
- -->
<!-- ~1750 errors
<module name="RedundantModifier"/>
-->
benchmark.doTest(5, tests);
}
- private static abstract class TimeDateElementBenchmarkTestBase {
+ private abstract static class TimeDateElementBenchmarkTestBase {
protected static final String months[] = { "Jan", "Feb", "Mar", "Apr",
"May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec" };
/**
* Base Test case for {@link Cookies}. <b>Note</b> because of the use of
- * <code>final static</code> constants in {@link Cookies}, each of these tests
+ * <code>static final</code> constants in {@link Cookies}, each of these tests
* must be executed in a new JVM instance. The tests have been place in separate
* classes to facilitate this when running the unit tests via Ant.
*/