The following document contains the results of Checkstyle. 
| Rules | Violations | Severity |
|---|---|---|
JavadocMethod
|
9 | |
| JavadocType | 0 | |
| JavadocVariable | 0 | |
| JavadocStyle | 0 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MemberName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
LineLength
|
0 | |
| MethodLength | 0 | |
| EmptyForIteratorPad | 0 | |
NoWhitespaceAfter
|
0 | |
| NoWhitespaceBefore | 1 | |
| OperatorWrap | 0 | |
| ParenPad | 0 | |
| TypecastParenPad | 0 | |
| WhitespaceAfter | 0 | |
WhitespaceAround
|
5 | |
| ModifierOrder | 0 | |
| RedundantModifier | 1 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 0 | |
| LeftCurly | 0 | |
| NeedBraces | 1 | |
| RightCurly | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 0 | |
| InterfaceIsType | 0 | |
VisibilityModifier
|
0 | |
| ArrayTypeStyle | 0 | |
| TodoComment | 0 | |
| UpperEll | 0 | |
RegexpHeader
|
0 | |
RegexpSingleline
|
6 | |
| FileLength | 0 | |
| FileTabCharacter | 0 | |
| JavadocPackage | 0 | |
| NewlineAtEndOfFile | 0 | |
| Translation | 0 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 82 | |
| Line has trailing spaces. | 86 | |
| Expected @param tag for 'applicationContext'. | 90 | |
| Missing a Javadoc comment. | 95 | |
| 'for' is not followed by whitespace. | 98 | |
| 'if' is not followed by whitespace. | 99 | |
| Missing a Javadoc comment. | 106 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'applicationContext'. | 88 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 43 | |
| 'if' is not followed by whitespace. | 92 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 56 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 109 | |
| Line has trailing spaces. | 110 | |
| Line has trailing spaces. | 114 | |
| Expected @param tag for 'customizationKey'. | 118 | |
| 'if' construct must use '{}'s. | 119 |