The following document contains the results of Checkstyle. 
| Rules | Violations | Severity |
|---|---|---|
| FileLength | 0 | |
RegexpHeader
|
3 | |
FileTabCharacter
|
0 | |
LeftCurly
|
0 | |
RightCurly
|
0 | |
LineLength
|
1 | |
| MemberName | 0 | |
JavadocMethod
|
9 | |
JavadocType
|
0 | |
JavadocVariable
|
4 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 2 | |
| MethodLength | 1 | |
| ParameterNumber | 0 | |
EmptyForIteratorPad
|
0 | |
| OperatorWrap | 0 | |
ParenPad
|
8 | |
| WhitespaceAfter | 0 | |
| WhitespaceAround | 0 | |
| 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 | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| InterfaceIsType | 0 | |
VisibilityModifier
|
0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| 'password' hides a field. | 173 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 42 | |
| '(' is not followed by whitespace. | 42 | |
| ')' is not preceded with whitespace. | 42 | |
| '(' is not followed by whitespace. | 53 | |
| ')' is not preceded with whitespace. | 53 | |
| Missing a Javadoc comment. | 57 | |
| '400' is a magic number. | 73 |
| Violation | Message | Line |
|---|---|---|
| ')' is not preceded with whitespace. | 143 | |
| Line is longer than 120 characters. | 296 | |
| Missing a Javadoc comment. | 474 | |
| Missing a Javadoc comment. | 477 | |
| 'contextFile' hides a field. | 582 | |
| Expected @throws tag for 'MojoExecutionException'. | 618 | |
| Expected @throws tag for 'MojoExecutionException'. | 673 | |
| Method length is 197 lines (max allowed is 150). | 811 | |
| ')' is not preceded with whitespace. | 921 | |
| ')' is not preceded with whitespace. | 971 | |
| ')' is not preceded with whitespace. | 986 | |
| Missing a Javadoc comment. | 1020 | |
| Missing a Javadoc comment. | 1054 | |
| 'webapps' hides a field. | 1153 | |
| 'contextFile' hides a field. | 1183 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'log'. | 64 | |
| Expected an @return tag. | 130 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | |
| Unused import - org.apache.maven.plugins.annotations.Execute. | 21 | |
| Unused import - org.apache.maven.plugins.annotations.LifecyclePhase. | 22 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 |