The following document contains the results of Checkstyle. 
| Rules | Violations | Severity |
|---|---|---|
| FileLength | 0 | |
RegexpHeader
| 1 | |
FileTabCharacter
| 0 | |
LeftCurly
| 0 | |
RightCurly
| 0 | |
LineLength
| 9 | |
| MemberName | 0 | |
JavadocMethod
| 72 | |
JavadocType
| 2 | |
JavadocVariable
| 7 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 2 | |
| MethodLength | 1 | |
| ParameterNumber | 0 | |
EmptyForIteratorPad
| 0 | |
| OperatorWrap | 4 | |
ParenPad
| 0 | |
| WhitespaceAfter | 7 | |
| WhitespaceAround | 0 | |
| ModifierOrder | 0 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
EmptyBlock
| 0 | |
| NeedBraces | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
HiddenField
| 0 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
MagicNumber
| 0 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 3 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| InterfaceIsType | 0 | |
VisibilityModifier
| 0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*\s*$'. | 3 | |
| Unused import - org.apache.maven.artifact.Artifact. | 3 | |
| Unused import - org.apache.maven.artifact.handler.ArtifactHandler. | 4 | |
| Unknown tag 'todo'. | 30 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 82 | |
| Missing a Javadoc comment. | 87 | |
| Missing a Javadoc comment. | 92 | |
| Missing a Javadoc comment. | 97 | |
| Missing a Javadoc comment. | 102 | |
| Missing a Javadoc comment. | 107 | |
| Expected an @return tag. | 116 | |
| Missing a Javadoc comment. | 121 | |
| Missing a Javadoc comment. | 126 | |
| Missing a Javadoc comment. | 131 | |
| Missing a Javadoc comment. | 136 | |
| Expected @param tag for 'classpathMavenRepositoryLayout'. | 146 | |
| Missing a Javadoc comment. | 151 | |
| Missing a Javadoc comment. | 156 | |
| Missing a Javadoc comment. | 161 | |
| Missing a Javadoc comment. | 166 | |
| Line is longer than 120 characters. | 185 | |
| Expected an @return tag. | 187 | |
| Line is longer than 120 characters. | 189 | |
| Line is longer than 120 characters. | 200 | |
| Expected @param tag for 'classpathLayoutType'. | 202 | |
| Line is longer than 120 characters. | 208 | |
| Expected an @return tag. | 218 | |
| Line is longer than 120 characters. | 224 | |
| Line is longer than 120 characters. | 225 | |
| Expected @param tag for 'customClasspathLayout'. | 233 | |
| Expected an @return tag. | 248 | |
| Expected @param tag for 'useUniqueVersions'. | 263 |
| Violation | Message | Line |
|---|---|---|
| ',' is not followed by whitespace. | 34 | |
| ',' is not followed by whitespace. | 34 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 41 | |
| ',' is not followed by whitespace. | 41 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 51 | |
| Missing a Javadoc comment. | 56 | |
| ',' is not followed by whitespace. | 56 | |
| Missing a Javadoc comment. | 61 |
| Violation | Message | Line |
|---|---|---|
| Unknown tag 'todo'. | 33 | |
| Missing a Javadoc comment. | 61 | |
| Missing a Javadoc comment. | 66 | |
| Missing a Javadoc comment. | 71 | |
| Missing a Javadoc comment. | 76 | |
| Missing a Javadoc comment. | 81 | |
| Missing a Javadoc comment. | 90 | |
| Missing a Javadoc comment. | 95 | |
| Missing a Javadoc comment. | 100 | |
| Missing a Javadoc comment. | 105 | |
| Missing a Javadoc comment. | 110 | |
| Missing a Javadoc comment. | 115 | |
| Missing a Javadoc comment. | 120 | |
| ',' is not followed by whitespace. | 120 | |
| Missing a Javadoc comment. | 125 | |
| Missing a Javadoc comment. | 130 | |
| ',' is not followed by whitespace. | 130 | |
| Missing a Javadoc comment. | 135 | |
| Missing a Javadoc comment. | 140 | |
| Missing a Javadoc comment. | 145 | |
| Missing a Javadoc comment. | 150 | |
| Missing a Javadoc comment. | 155 | |
| Missing a Javadoc comment. | 160 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 55 | |
| Missing a Javadoc comment. | 58 | |
| '+' should be on a new line. | 58 | |
| '+' should be on a new line. | 59 | |
| Missing a Javadoc comment. | 62 | |
| Missing a Javadoc comment. | 65 | |
| '+' should be on a new line. | 65 | |
| '+' should be on a new line. | 66 | |
| Missing a Javadoc comment. | 101 | |
| Expected an @return tag. | 165 | |
| Expected @param tag for 'project'. | 166 | |
| Expected @param tag for 'config'. | 166 | |
| Expected @throws tag for 'ManifestException'. | 167 | |
| Expected @throws tag for 'DependencyResolutionRequiredException'. | 167 | |
| Missing a Javadoc comment. | 172 | |
| Method length is 236 lines (max allowed is 150). | 205 | |
| Missing a Javadoc comment. | 205 | |
| Line is longer than 120 characters. | 243 | |
| Line is longer than 120 characters. | 324 | |
| Line is longer than 120 characters. | 332 | |
| 'cast' is not followed by whitespace. | 397 | |
| Missing a Javadoc comment. | 468 | |
| Missing a Javadoc comment. | 474 | |
| Missing a Javadoc comment. | 479 | |
| Expected @param tag for 'project'. | 488 | |
| Expected @param tag for 'archiveConfiguration'. | 488 | |
| Expected @throws tag for 'ArchiverException'. | 489 | |
| Redundant throws: 'ArchiverException' is unchecked exception. | 489 | |
| Expected @throws tag for 'ManifestException'. | 489 | |
| Expected @throws tag for 'IOException'. | 489 | |
| Expected @throws tag for 'DependencyResolutionRequiredException'. | 489 | |
| Missing a Javadoc comment. | 494 | |
| Redundant throws: 'ArchiverException' is unchecked exception. | 496 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'project'. | 101 | |
| Expected @param tag for 'archiver'. | 101 | |
| Expected @param tag for 'pomPropertiesFile'. | 101 | |
| Expected @param tag for 'forceCreation'. | 102 | |
| Expected @throws tag for 'ArchiverException'. | 103 | |
| Redundant throws: 'ArchiverException' is unchecked exception. | 103 | |
| Expected @throws tag for 'IOException'. | 103 |