The following document contains the results of Checkstyle. 
| Rules | Violations | Severity |
|---|---|---|
| FileLength | 2 | |
RegexpHeader
| 0 | |
FileTabCharacter
| 0 | |
LeftCurly
| 0 | |
RightCurly
| 0 | |
LineLength
| 29 | |
| MemberName | 0 | |
JavadocMethod
| 53 | |
JavadocType
| 3 | |
JavadocVariable
| 6 | |
| 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 | 1 | |
EmptyForIteratorPad
| 0 | |
| OperatorWrap | 0 | |
ParenPad
| 0 | |
| WhitespaceAfter | 0 | |
| WhitespaceAround | 0 | |
| ModifierOrder | 0 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
EmptyBlock
| 0 | |
| NeedBraces | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
HiddenField
| 19 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 2 | |
MagicNumber
| 14 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 11 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| InterfaceIsType | 0 | |
VisibilityModifier
| 0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| File length is 3,715 lines (max allowed is 2,000). | 1 | |
| Line is longer than 120 characters. | 83 | |
| Missing a Javadoc comment. | 202 | |
| Missing a Javadoc comment. | 204 | |
| '7011' is a magic number. | 781 | |
| '7012' is a magic number. | 796 | |
| '8000' is a magic number. | 811 | |
| '40' is a magic number. | 1360 | |
| '39' is a magic number. | 1366 | |
| Line is longer than 120 characters. | 1978 | |
| Redundant throws: 'SecurityException' is unchecked exception. | 2658 | |
| Inner assignments should be avoided. | 3367 | |
| Inner assignments should be avoided. | 3371 |
| Violation | Message | Line |
|---|---|---|
| File length is 5,831 lines (max allowed is 2,000). | 1 | |
| Line is longer than 120 characters. | 155 | |
| Line is longer than 120 characters. | 434 | |
| Line is longer than 120 characters. | 556 | |
| Line is longer than 120 characters. | 571 | |
| Line is longer than 120 characters. | 598 | |
| Line is longer than 120 characters. | 609 | |
| Line is longer than 120 characters. | 633 | |
| Line is longer than 120 characters. | 850 | |
| Line is longer than 120 characters. | 910 | |
| Line is longer than 120 characters. | 1047 | |
| Line is longer than 120 characters. | 1139 | |
| Line is longer than 120 characters. | 1360 | |
| Missing a Javadoc comment. | 1699 | |
| Method length is 193 lines (max allowed is 150). | 1825 | |
| Expected @throws tag for 'MavenReportException'. | 2029 | |
| Line is longer than 120 characters. | 2039 | |
| Expected @throws tag for 'MavenReportException'. | 2054 | |
| Line is longer than 120 characters. | 2110 | |
| Expected an @return tag. | 2144 | |
| Expected @param tag for 'config'. | 2144 | |
| Expected an @return tag. | 2153 | |
| Expected @throws tag for 'MavenReportException'. | 2154 | |
| Missing a Javadoc comment. | 2501 | |
| 'bootclasspathArtifacts' hides a field. | 2748 | |
| 'docletArtifacts' hides a field. | 2789 | |
| 'docletArtifact' hides a field. | 2792 | |
| 'tagletArtifact' hides a field. | 2848 | |
| 'taglets' hides a field. | 2858 | |
| 'taglet' hides a field. | 2859 | |
| 'links' hides a field. | 2897 | |
| 'groups' hides a field. | 2937 | |
| 'tags' hides a field. | 3095 | |
| Line is longer than 120 characters. | 3486 | |
| Line is longer than 120 characters. | 3536 | |
| 'links' hides a field. | 3890 | |
| 'resourcesArtifacts' hides a field. | 4069 | |
| 'groups' hides a field. | 4729 | |
| 'tags' hides a field. | 4764 | |
| Line is longer than 120 characters. | 5076 | |
| Line is longer than 120 characters. | 5412 | |
| '1.3f' is a magic number. | 5452 | |
| '1.4f' is a magic number. | 5452 | |
| '1.4f' is a magic number. | 5456 | |
| '1.5f' is a magic number. | 5456 | |
| '1.5f' is a magic number. | 5460 | |
| '1.6f' is a magic number. | 5460 | |
| '1.6f' is a magic number. | 5464 | |
| '1.7f' is a magic number. | 5464 | |
| '1.7f' is a magic number. | 5468 | |
| Expected an @return tag. | 5734 | |
| Expected an @return tag. | 5751 | |
| Expected @throws tag for 'IOException'. | 5752 | |
| Expected an @return tag. | 5794 | |
| Expected @param tag for 'message'. | 5805 | |
| Expected @param tag for 't'. | 5805 | |
| Missing a Javadoc comment. | 5817 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 29 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 52 | |
| Redundant throws: 'ArchiverException' is unchecked exception. | 243 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 281 | |
| 'reportOutputDirectory' hides a field. | 287 | |
| 'destDir' hides a field. | 287 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 165 | |
| Expected @param tag for 'f'. | 165 | |
| Expected @param tag for 'pruned'. | 165 | |
| Expected @param tag for 'sourceFileIncludes'. | 525 | |
| Expected @param tag for 'sourceFileExcludes'. | 526 | |
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 572 | |
| Redundant throws: 'PatternSyntaxException' is subclass of 'IllegalArgumentException'. | 572 | |
| Redundant throws: 'PatternSyntaxException' is unchecked exception. | 572 | |
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 651 | |
| Redundant throws: 'PatternSyntaxException' is subclass of 'IllegalArgumentException'. | 651 | |
| Redundant throws: 'PatternSyntaxException' is unchecked exception. | 651 | |
| Redundant throws: 'IllegalArgumentException' is unchecked exception. | 710 | |
| Redundant throws: 'NoClassDefFoundError' is unchecked exception. | 836 | |
| Redundant throws: 'NoSuchElementException' is unchecked exception. | 1468 | |
| Missing a Javadoc comment. | 1617 | |
| Expected an @return tag. | 1647 | |
| Expected @param tag for 'collection'. | 1647 | |
| Expected an @return tag. | 1655 | |
| Expected @param tag for 'collection'. | 1655 |
| Violation | Message | Line |
|---|---|---|
| Unused import - org.apache.maven.plugin.javadoc.options.JavadocOptions. | 24 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 55 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 37 |
| Violation | Message | Line |
|---|---|---|
| 'reportOutputDirectory' hides a field. | 222 | |
| 'destDir' hides a field. | 222 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 44 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 49 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 56 | |
| Missing a Javadoc comment. | 59 | |
| Missing a Javadoc comment. | 61 | |
| Missing a Javadoc comment. | 74 | |
| Missing a Javadoc comment. | 111 | |
| Line is longer than 120 characters. | 166 | |
| Line is longer than 120 characters. | 178 | |
| Line is longer than 120 characters. | 182 | |
| Line is longer than 120 characters. | 211 | |
| Line is longer than 120 characters. | 216 | |
| Line is longer than 120 characters. | 279 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 61 | |
| More than 7 parameters. | 61 | |
| Missing a Javadoc comment. | 77 | |
| 'filter' hides a field. | 77 | |
| Missing a Javadoc comment. | 83 | |
| 'reactorProjects' hides a field. | 83 | |
| Missing a Javadoc comment. | 89 | |
| Missing a Javadoc comment. | 95 | |
| Missing a Javadoc comment. | 101 | |
| Missing a Javadoc comment. | 107 | |
| Missing a Javadoc comment. | 113 | |
| Missing a Javadoc comment. | 118 | |
| Missing a Javadoc comment. | 123 | |
| Missing a Javadoc comment. | 128 | |
| Missing a Javadoc comment. | 133 | |
| Missing a Javadoc comment. | 138 | |
| Missing a Javadoc comment. | 143 | |
| Missing a Javadoc comment. | 148 | |
| Missing a Javadoc comment. | 153 | |
| Missing a Javadoc comment. | 158 | |
| Missing a Javadoc comment. | 163 | |
| Missing a Javadoc comment. | 168 |