projects
/
tomcat7.0
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef77096
)
Notes on a couple more checks
author
markt
<markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 24 Aug 2010 10:19:04 +0000
(10:19 +0000)
committer
markt
<markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 24 Aug 2010 10:19:04 +0000
(10:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@988466
13f79535
-47bb-0310-9956-
ffa450edef68
checkstyle.xml
patch
|
blob
|
history
diff --git
a/checkstyle.xml
b/checkstyle.xml
index
754b8b4
..
1297885
100644
(file)
--- a/
checkstyle.xml
+++ b/
checkstyle.xml
@@
-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