The following document contains the results of Checkstyle. 
| Rules | Violations | Severity |
|---|---|---|
| FileLength | 0 | |
RegexpHeader
| 2 | |
FileTabCharacter
| 0 | |
LeftCurly
| 0 | |
RightCurly
| 0 | |
LineLength
| 2 | |
| MemberName | 0 | |
JavadocMethod
| 31 | |
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 | 0 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
EmptyForIteratorPad
| 0 | |
| OperatorWrap | 0 | |
ParenPad
| 3 | |
| WhitespaceAfter | 5 | |
| WhitespaceAround | 0 | |
| ModifierOrder | 0 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
EmptyBlock
| 0 | |
| NeedBraces | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
HiddenField
| 3 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
MagicNumber
| 0 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| InterfaceIsType | 0 | |
VisibilityModifier
| 0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| ',' is not followed by whitespace. | 181 | |
| ',' is not followed by whitespace. | 215 | |
| Missing a Javadoc comment. | 227 | |
| Missing a Javadoc comment. | 232 | |
| Missing a Javadoc comment. | 253 | |
| Missing a Javadoc comment. | 258 | |
| Missing a Javadoc comment. | 268 | |
| Missing a Javadoc comment. | 273 | |
| Missing a Javadoc comment. | 278 | |
| Missing a Javadoc comment. | 291 | |
| Missing a Javadoc comment. | 426 | |
| Missing a Javadoc comment. | 444 | |
| Missing a Javadoc comment. | 449 | |
| Missing a Javadoc comment. | 454 | |
| Missing a Javadoc comment. | 459 | |
| Missing a Javadoc comment. | 464 | |
| Missing a Javadoc comment. | 495 | |
| 'includes' hides a field. | 498 | |
| 'excludes' hides a field. | 509 | |
| ';' is not followed by whitespace. | 529 | |
| Line is longer than 120 characters. | 539 |
| Violation | Message | Line |
|---|---|---|
| ')' is not preceded with whitespace. | 88 | |
| Expected an @return tag. | 159 | |
| Expected @param tag for 'checkoutDirectory'. | 159 | |
| Expected @param tag for 'relativePathProjectDirectory'. | 159 | |
| 'goalsDirectory' hides a field. | 160 | |
| Expected @param tag for 'goalsDirectory'. | 160 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*\s*$'. | 3 | |
| Missing a Javadoc comment. | 63 | |
| Line is longer than 120 characters. | 87 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 97 | |
| Missing a Javadoc comment. | 102 | |
| Missing a Javadoc comment. | 107 | |
| ',' is not followed by whitespace. | 121 | |
| ',' is not followed by whitespace. | 125 | |
| Missing a Javadoc comment. | 161 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 83 | |
| Missing a Javadoc comment. | 88 | |
| Missing a Javadoc comment. | 93 |