The following document contains the results of Checkstyle. 
| Rules | Violations | Severity |
|---|---|---|
JavadocMethod
|
28 | |
| JavadocType | 2 | |
| JavadocVariable | 13 | |
| 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
|
2 | |
| 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 | 2 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| FinalClass | 1 | |
| HideUtilityClassConstructor | 0 | |
| InterfaceIsType | 0 | |
VisibilityModifier
|
22 | |
| ArrayTypeStyle | 0 | |
| TodoComment | 0 | |
| UpperEll | 0 | |
RegexpHeader
|
0 | |
RegexpSingleline
|
21 | |
| FileLength | 0 | |
| FileTabCharacter | 14 | |
| JavadocPackage | 0 | |
| NewlineAtEndOfFile | 0 | |
| Translation | 0 |
| Violation | Message | Line |
|---|---|---|
| File contains tab characters (this is the first instance). | 30 | |
| Missing a Javadoc comment. | 30 |
| Violation | Message | Line |
|---|---|---|
| File contains tab characters (this is the first instance). | 30 | |
| Missing a Javadoc comment. | 30 |
| Violation | Message | Line |
|---|---|---|
| File contains tab characters (this is the first instance). | 33 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 41 |
| Violation | Message | Line |
|---|---|---|
| File contains tab characters (this is the first instance). | 30 | |
| Expected @throws tag for 'IOException'. | 35 | |
| Line has trailing spaces. | 36 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 38 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 26 | |
| Type Javadoc comment is missing an @param <R> tag. | 29 | |
| Line has trailing spaces. | 32 | |
| Line has trailing spaces. | 36 | |
| Line has trailing spaces. | 39 | |
| Line has trailing spaces. | 43 | |
| Line has trailing spaces. | 45 | |
| Expected @param tag for '<T>'. | 50 | |
| Expected @param tag for 'type'. | 50 |
| Violation | Message | Line |
|---|---|---|
| Unused @param tag for 'classesOutputDirectory'. | 54 | |
| Expected @param tag for 'classesOutputLocator'. | 58 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 66 | |
| File contains tab characters (this is the first instance). | 67 | |
| Expected @param tag for 'runtimeClass'. | 118 | |
| Expected @param tag for 'requestClass'. | 118 | |
| Expected @param tag for 'runtimeClass'. | 130 | |
| Expected @param tag for 'requestClass'. | 131 | |
| Line has trailing spaces. | 143 | |
| Expected @param tag for 'runtimeClass'. | 144 | |
| Expected @param tag for 'requestClass'. | 144 | |
| Line has trailing spaces. | 145 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 61 | |
| Line has trailing spaces. | 62 | |
| File contains tab characters (this is the first instance). | 63 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 79 | |
| Unused @param tag for 'directory'. | 111 | |
| Expected @param tag for 'outputLocator'. | 114 | |
| Unused @param tag for 'directory'. | 158 | |
| Expected @param tag for 'outputLocator'. | 161 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'requestClass'. | 48 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 44 |
| Violation | Message | Line |
|---|---|---|
| Class TemplateGeneratorBuilder should be declared as final. | 35 | |
| Unused @param tag for 'classesOutputDirectory'. | 87 | |
| Expected @param tag for 'classesOutputLocator'. | 90 | |
| Unused @param tag for 'resourcesOutputDirectory'. | 98 | |
| Expected @param tag for 'resourcesOutputLocator'. | 101 | |
| File contains tab characters (this is the first instance). | 169 |
| Violation | Message | Line |
|---|---|---|
| File contains tab characters (this is the first instance). | 65 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 78 | |
| Expected @param tag for 'request'. | 78 |
| 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 | |
| Unable to get class information for MojoExecutionException. | 101 | |
| 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 | |
| Unable to get class information for MojoExecutionException. | 117 | |
| '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 |
| Violation | Message | Line |
|---|---|---|
| File contains tab characters (this is the first instance). | 55 | |
| Variable 'velocityRuntime' must be private and have accessor methods. | 64 |
| Violation | Message | Line |
|---|---|---|
| File contains tab characters (this is the first instance). | 67 |