The following document contains the results of Checkstyle. 
| Files | Infos | Warnings | Errors |
|---|---|---|---|
| 6 | 2 | 43 | 16 |
| Rules | Violations | Severity |
|---|---|---|
LeftCurly
| 0 | |
RightCurly
| 0 | |
LineLength
| 2 | |
| MemberName | 0 | |
| JavadocMethod | 34 | |
| JavadocType | 0 | |
| JavadocVariable | 2 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MethodName | 5 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
RegexpHeader
| 6 | |
| 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 | 9 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 3 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing a header - not enough lines in file. | 1 |
| Violation | Message | Line |
|---|---|---|
| Missing a header - not enough lines in file. | 1 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 42 | |
| 'out' hides a field. | 42 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 54 | |
| Missing a Javadoc comment. | 59 | |
| Missing a Javadoc comment. | 69 | |
| Name 'body_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| Missing a Javadoc comment. | 75 | |
| Missing a Javadoc comment. | 86 | |
| Missing a Javadoc comment. | 93 | |
| Name 'classTag_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 | |
| Missing a Javadoc comment. | 98 | |
| Missing a Javadoc comment. | 103 | |
| Missing a Javadoc comment. | 108 | |
| Name 'errorTag_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 108 | |
| Missing a Javadoc comment. | 113 | |
| Missing a Javadoc comment. | 118 | |
| Missing a Javadoc comment. | 123 | |
| Missing a Javadoc comment. | 130 | |
| Missing a Javadoc comment. | 135 | |
| Name 'ProjectTag' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 135 | |
| Missing a Javadoc comment. | 140 | |
| Name 'ProjectTag_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 140 | |
| Missing a Javadoc comment. | 145 |
| Violation | Message | Line |
|---|---|---|
| Missing a header - not enough lines in file. | 1 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*\s*$'. | 3 | |
| 'mavenProject' hides a field. | 126 | |
| Expected @param tag for 'mavenProject'. | 126 | |
| Missing a Javadoc comment. | 230 | |
| Missing a Javadoc comment. | 236 | |
| Missing a Javadoc comment. | 269 | |
| Missing a Javadoc comment. | 275 | |
| 'effort' hides a field. | 286 | |
| 'log' hides a field. | 295 | |
| 'outputWriter' hides a field. | 304 | |
| 'resourceBundle' hides a field. | 313 | |
| 'threshold' hides a field. | 322 | |
| Missing a Javadoc comment. | 338 | |
| '3' is a magic number. | 387 | |
| '4' is a magic number. | 390 | |
| '5' is a magic number. | 393 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*\s*$'. | 3 | |
| 'isJXRReportEnabled' hides a field. | 292 | |
| Missing a Javadoc comment. | 446 | |
| Missing a Javadoc comment. | 454 | |
| Missing a Javadoc comment. | 479 | |
| Missing a Javadoc comment. | 494 | |
| Missing a Javadoc comment. | 1027 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*\s*$'. | 3 | |
| Unused @param tag for 'pLocale'. | 492 | |
| Unused @throws tag for 'ArtifactNotFoundException'. | 494 | |
| Unused @throws tag for 'ArtifactResolutionException'. | 496 | |
| Unused @throws tag for 'MavenReportException'. | 498 | |
| Expected @param tag for 'findBugs'. | 502 | |
| Line is longer than 120 characters. | 520 | |
| Line is longer than 120 characters. | 527 | |
| 'bugReporter' hides a field. | 1081 |