The following document contains the results of Checkstyle. 
| Rules | Violations | Severity |
|---|---|---|
| FileLength | 0 | |
RegexpHeader
| 0 | |
FileTabCharacter
| 0 | |
LeftCurly
| 0 | |
RightCurly
| 0 | |
LineLength
| 8 | |
| MemberName | 0 | |
JavadocMethod
| 11 | |
JavadocType
| 0 | |
JavadocVariable
| 0 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 1 | |
| MethodLength | 1 | |
| ParameterNumber | 0 | |
EmptyForIteratorPad
| 0 | |
| OperatorWrap | 0 | |
ParenPad
| 2 | |
| WhitespaceAfter | 0 | |
| WhitespaceAround | 0 | |
| ModifierOrder | 0 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
EmptyBlock
| 0 | |
| NeedBraces | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
HiddenField
| 2 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
MagicNumber
| 0 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 1 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| InterfaceIsType | 0 | |
VisibilityModifier
| 1 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Unable to get class information for @throws tag 'IOException'. | 40 | |
| Unused @throws tag for 'IOException'. | 40 | |
| Expected @throws tag for 'GeneratorException'. | 45 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 29 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 116 | |
| Variable 'value' must be private and have accessor methods. | 362 | |
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 658 |
| Violation | Message | Line |
|---|---|---|
| Unused import - org.codehaus.plexus.logging.Logger. | 44 | |
| Missing a Javadoc comment. | 65 | |
| Missing a Javadoc comment. | 110 | |
| Missing a Javadoc comment. | 196 | |
| Method length is 403 lines (max allowed is 150). | 206 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 59 | |
| Line is longer than 120 characters. | 64 | |
| Line is longer than 120 characters. | 141 | |
| Line is longer than 120 characters. | 150 | |
| Missing a Javadoc comment. | 160 | |
| 'helpPackageName' hides a field. | 160 | |
| Missing a Javadoc comment. | 166 | |
| Missing a Javadoc comment. | 171 | |
| 'velocityComponent' hides a field. | 171 | |
| Line is longer than 120 characters. | 204 | |
| Line is longer than 120 characters. | 232 | |
| '(' is not followed by whitespace. | 315 | |
| ')' is not preceded with whitespace. | 315 | |
| Line is longer than 120 characters. | 333 | |
| Line is longer than 120 characters. | 359 |