The following document contains the results of Checkstyle. 
| Files | Infos | Warnings | Errors |
|---|---|---|---|
| 4 | 1 | 40 | 3 |
| Rules | Violations | Severity |
|---|---|---|
LeftCurly
| 0 | |
RightCurly
| 0 | |
LineLength
| 1 | |
| MemberName | 0 | |
| JavadocMethod | 36 | |
| JavadocType | 0 | |
| JavadocVariable | 1 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
RegexpHeader
| 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
| FileLength | 0 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
EmptyForIteratorPad
| 0 | |
| OperatorWrap | 0 | |
ParenPad
| 0 | |
| TabCharacter | 0 | |
| WhitespaceAfter | 0 | |
| WhitespaceAround | 0 | |
| ModifierOrder | 0 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 0 | |
| NeedBraces | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| HiddenField | 4 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 0 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 2 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 104 | |
| Variable 'reactorProjects' must be private and have accessor methods. | 147 | |
| Variable 'aggregate' must be private and have accessor methods. | 154 | |
| Expected @throws tag for 'IOException'. | 241 | |
| Expected @throws tag for 'JxrException'. | 241 | |
| 'bottom' hides a field. | 280 | |
| Expected an @return tag. | 345 | |
| Expected an @return tag. | 355 | |
| Expected an @return tag. | 365 | |
| Missing a Javadoc comment. | 382 | |
| Expected @param tag for 'locale'. | 398 | |
| Expected @throws tag for 'MavenReportException'. | 399 | |
| 'project' hides a field. | 434 | |
| Expected an @return tag. | 452 | |
| Expected an @return tag. | 462 | |
| 'project' hides a field. | 488 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 83 | |
| Expected an @return tag. | 91 | |
| Expected an @return tag. | 107 | |
| Expected @param tag for 'project'. | 107 | |
| Expected an @return tag. | 117 | |
| Expected @param tag for 'locale'. | 117 | |
| Expected an @return tag. | 127 | |
| Expected @param tag for 'locale'. | 127 | |
| Expected an @return tag. | 137 | |
| Expected an @return tag. | 145 | |
| Expected @param tag for 'reportOutputDirectory'. | 183 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 58 | |
| Expected an @return tag. | 66 | |
| Expected @param tag for 'project'. | 66 | |
| Expected an @return tag. | 74 | |
| Expected an @return tag. | 84 | |
| Expected @param tag for 'locale'. | 84 | |
| Expected an @return tag. | 94 | |
| Expected @param tag for 'locale'. | 94 | |
| Expected an @return tag. | 104 | |
| Expected an @return tag. | 112 | |
| Expected @param tag for 'reportOutputDirectory'. | 121 |