The following document contains the results of Checkstyle. 
| Rules | Violations | Severity |
|---|---|---|
JavadocMethod
|
5 | |
| JavadocType | 1 | |
| JavadocVariable | 8 | |
| 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 | 0 | |
| OperatorWrap | 0 | |
| ParenPad | 6 | |
| TypecastParenPad | 0 | |
| WhitespaceAfter | 0 | |
WhitespaceAround
|
18 | |
| ModifierOrder | 0 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 0 | |
| LeftCurly | 1 | |
| NeedBraces | 0 | |
| RightCurly | 1 | |
| 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
|
22 | |
| ArrayTypeStyle | 0 | |
| TodoComment | 0 | |
| UpperEll | 0 | |
RegexpHeader
|
0 | |
RegexpSingleline
|
8 | |
| FileLength | 0 | |
| FileTabCharacter | 5 | |
| JavadocPackage | 0 | |
| NewlineAtEndOfFile | 0 | |
| Translation | 0 |
| Violation | Message | Line |
|---|---|---|
| File contains tab characters (this is the first instance). | 56 | |
| Variable 'classpathElements' must be private and have accessor methods. | 65 | |
| Variable 'classesOutputDirectory' must be private and have accessor methods. | 71 | |
| Variable 'resourcesOutputDirectory' must be private and have accessor methods. | 77 | |
| Variable 'requestClass' must be private and have accessor methods. | 83 | |
| Variable 'packageName' must be private and have accessor methods. | 89 | |
| Missing a Javadoc comment. | 91 | |
| Variable 'project' must be private and have accessor methods. | 92 | |
| Missing a Javadoc comment. | 94 | |
| Variable 'buildContext' must be private and have accessor methods. | 95 | |
| Line has trailing spaces. | 96 | |
| Missing a Javadoc comment. | 97 | |
| Variable 'classesOutputLocator' must be private and have accessor methods. | 97 | |
| Missing a Javadoc comment. | 98 | |
| Variable 'resourcesOutputLocator' must be private and have accessor methods. | 98 | |
| Line has trailing spaces. | 99 | |
| Missing a Javadoc comment. | 139 | |
| 'for' is not followed by whitespace. | 143 | |
| 'if' is not followed by whitespace. | 144 | |
| 'if' is not followed by whitespace. | 148 | |
| Missing a Javadoc comment. | 155 | |
| 'for' is not followed by whitespace. | 159 | |
| 'if' is not followed by whitespace. | 160 | |
| 'if' is not followed by whitespace. | 164 | |
| '(' is followed by whitespace. | 194 | |
| ')' is preceded with whitespace. | 194 | |
| '{' should be on the previous line. | 195 | |
| '(' is followed by whitespace. | 199 | |
| ')' is preceded with whitespace. | 199 | |
| Missing a Javadoc comment. | 209 | |
| Line has trailing spaces. | 210 | |
| Missing a Javadoc comment. | 211 | |
| Missing a Javadoc comment. | 212 | |
| Line has trailing spaces. | 213 | |
| Missing a Javadoc comment. | 214 | |
| Line has trailing spaces. | 218 |
| Violation | Message | Line |
|---|---|---|
| File contains tab characters (this is the first instance). | 71 | |
| Variable 'outputDirectory' must be private and have accessor methods. | 72 | |
| Variable 'sourceDirectory' must be private and have accessor methods. | 78 | |
| Variable 'includes' must be private and have accessor methods. | 84 | |
| Variable 'name' must be private and have accessor methods. | 90 | |
| Variable 'documentation' must be private and have accessor methods. | 96 | |
| Variable 'excludes' must be private and have accessor methods. | 102 | |
| '=' is not preceded with whitespace. | 107 | |
| '=' is not followed by whitespace. | 107 | |
| Variable 'requestClass' must be private and have accessor methods. | 108 | |
| Missing a Javadoc comment. | 110 | |
| Variable 'project' must be private and have accessor methods. | 111 | |
| Missing a Javadoc comment. | 113 | |
| Variable 'buildContext' must be private and have accessor methods. | 114 | |
| Line has trailing spaces. | 115 | |
| 'if' is not followed by whitespace. | 121 | |
| 'for' is not followed by whitespace. | 128 | |
| '=' is not preceded with whitespace. | 128 | |
| '=' is not followed by whitespace. | 128 | |
| '<' is not preceded with whitespace. | 128 | |
| '<' is not followed by whitespace. | 128 | |
| 'if' is not followed by whitespace. | 132 | |
| Missing a Javadoc comment. | 141 | |
| Missing a Javadoc comment. | 156 | |
| 'for' is not followed by whitespace. | 160 | |
| 'if' is not followed by whitespace. | 161 | |
| 'if' is not followed by whitespace. | 165 | |
| '(' is followed by whitespace. | 178 | |
| ')' is preceded with whitespace. | 178 | |
| '}' should be on the same line. | 188 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 38 | |
| File contains tab characters (this is the first instance). | 38 | |
| Variable 'freemarkerRuntime' must be private and have accessor methods. | 47 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 56 | |
| File contains tab characters (this is the first instance). | 56 | |
| Variable 'taglibURI' must be private and have accessor methods. | 65 | |
| Variable 'jspRuntime' must be private and have accessor methods. | 71 |