The following document contains the results of Checkstyle. 
| Rules | Violations | Severity | 
|---|---|---|
| FileLength | 0 | |
RegexpHeader
  | 
14 | |
FileTabCharacter
  | 
0 | |
LeftCurly
  | 
0 | |
RightCurly
  | 
0 | |
LineLength
  | 
7 | |
| MemberName | 0 | |
JavadocMethod
  | 
26 | |
JavadocType
  | 
0 | |
JavadocVariable
  | 
15 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
| MethodLength | 3 | |
| ParameterNumber | 0 | |
EmptyForIteratorPad
  | 
0 | |
| OperatorWrap | 0 | |
ParenPad
  | 
28 | |
| WhitespaceAfter | 0 | |
| WhitespaceAround | 7 | |
| ModifierOrder | 0 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
EmptyBlock
  | 
0 | |
| NeedBraces | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
HiddenField
  | 
4 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
MagicNumber
  | 
1 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 1 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| InterfaceIsType | 0 | |
VisibilityModifier
  | 
3 | |
| UpperEll | 0 | 
| Violation | Message | Line | 
|---|---|---|
| 'password' hides a field. | 176 | 
| Violation | Message | Line | 
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 39 | |
| '(' is not followed by whitespace. | 50 | |
| ')' is not preceded with whitespace. | 50 | |
| Missing a Javadoc comment. | 54 | |
| '400' is a magic number. | 71 | 
| Violation | Message | Line | 
|---|---|---|
| Line is longer than 120 characters. | 220 | 
| Violation | Message | Line | 
|---|---|---|
| '(' is not followed by whitespace. | 31 | |
| ')' is not preceded with whitespace. | 31 | |
| '(' is not followed by whitespace. | 32 | |
| ')' is not preceded with whitespace. | 32 | 
| Violation | Message | Line | 
|---|---|---|
| '(' is not followed by whitespace. | 30 | |
| ')' is not preceded with whitespace. | 30 | 
| Violation | Message | Line | 
|---|---|---|
| '(' is not followed by whitespace. | 32 | |
| ')' is not preceded with whitespace. | 32 | |
| '(' is not followed by whitespace. | 33 | |
| ')' is not preceded with whitespace. | 33 | 
| Violation | Message | Line | 
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | |
| Missing a Javadoc comment. | 71 | |
| Missing a Javadoc comment. | 80 | |
| Missing a Javadoc comment. | 83 | |
| Missing a Javadoc comment. | 92 | |
| Missing a Javadoc comment. | 95 | |
| Missing a Javadoc comment. | 120 | |
| Missing a Javadoc comment. | 123 | |
| Missing a Javadoc comment. | 144 | |
| Method length is 283 lines (max allowed is 150). | 223 | |
| Missing a Javadoc comment. | 223 | |
| Line is longer than 120 characters. | 391 | |
| Missing a Javadoc comment. | 509 | |
| Line is longer than 120 characters. | 521 | |
| Missing a Javadoc comment. | 532 | |
| Missing a Javadoc comment. | 538 | |
| Missing a Javadoc comment. | 591 | |
| Expected an @return tag. | 610 | |
| Expected @param tag for 'contextXmlFile'. | 610 | |
| Expected @param tag for 'warFile'. | 610 | |
| Expected @throws tag for 'IOException'. | 611 | |
| Expected @throws tag for 'ArchiveException'. | 611 | |
| 'excludes' hides a field. | 645 | |
| Expected @param tag for 'excludes'. | 645 | |
| Expected @throws tag for 'IOException'. | 646 | 
| Violation | Message | Line | 
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | |
| ')' is not preceded with whitespace. | 158 | |
| Line is longer than 120 characters. | 318 | |
| Missing a Javadoc comment. | 447 | |
| Line is longer than 120 characters. | 476 | |
| Missing a Javadoc comment. | 483 | |
| Expected @throws tag for 'ServletException'. | 647 | |
| Missing a Javadoc comment. | 728 | |
| Expected @throws tag for 'MojoExecutionException'. | 832 | |
| Expected @throws tag for 'IOException'. | 880 | |
| Expected @throws tag for 'MojoExecutionException'. | 888 | |
| Method length is 262 lines (max allowed is 150). | 1031 | |
| ')' is not preceded with whitespace. | 1122 | |
| 'if' is not followed by whitespace. | 1163 | |
| 'if' is not followed by whitespace. | 1168 | |
| 'if' is not followed by whitespace. | 1173 | |
| 'if' is not followed by whitespace. | 1178 | |
| 'if' is not followed by whitespace. | 1183 | |
| 'if' is not followed by whitespace. | 1188 | |
| 'if' is not followed by whitespace. | 1194 | |
| ')' is not preceded with whitespace. | 1203 | |
| ')' is not preceded with whitespace. | 1220 | |
| Missing a Javadoc comment. | 1305 | |
| Missing a Javadoc comment. | 1340 | |
| Redundant throws: 'MalformedURLException' is subclass of 'IOException'. | 1402 | |
| 'webapps' hides a field. | 1440 | |
| 'contextFile' hides a field. | 1480 | 
| Violation | Message | Line | 
|---|---|---|
| Line is longer than 120 characters. | 42 | 
| Violation | Message | Line | 
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | |
| '(' is not followed by whitespace. | 60 | |
| ')' is not preceded with whitespace. | 61 | |
| '(' is not followed by whitespace. | 67 | |
| ')' is not preceded with whitespace. | 68 | |
| '(' is not followed by whitespace. | 76 | |
| ')' is not preceded with whitespace. | 76 | |
| Method length is 216 lines (max allowed is 150). | 79 | |
| Missing a Javadoc comment. | 79 | |
| Line is longer than 120 characters. | 181 | 
| Violation | Message | Line | 
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | 
| Violation | Message | Line | 
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | 
| Violation | Message | Line | 
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 45 | 
| Violation | Message | Line | 
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | 
| Violation | Message | Line | 
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | 
| Violation | Message | Line | 
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | 
| Violation | Message | Line | 
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | 
| Violation | Message | Line | 
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | |
| '(' is not followed by whitespace. | 30 | |
| ')' is not preceded with whitespace. | 30 | |
| '(' is not followed by whitespace. | 31 | |
| ')' is not preceded with whitespace. | 31 | 
| Violation | Message | Line | 
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | |
| '(' is not followed by whitespace. | 28 | |
| ')' is not preceded with whitespace. | 28 | 
| Violation | Message | Line | 
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | |
| Missing a Javadoc comment. | 32 | |
| Variable 'dependency' must be private and have accessor methods. | 32 | |
| Missing a Javadoc comment. | 34 | |
| Variable 'contextPath' must be private and have accessor methods. | 34 | |
| Missing a Javadoc comment. | 36 | |
| Variable 'contextXml' must be private and have accessor methods. | 36 | |
| Missing a Javadoc comment. | 38 |