The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
FileLength | 0 | Error |
RegexpHeader
| 1 | Error |
FileTabCharacter
| 0 | Error |
LeftCurly
| 0 | Error |
RightCurly
| 0 | Error |
LineLength
| 9 | Error |
MemberName | 0 | Error |
JavadocMethod
| 72 | Warning |
JavadocType
| 2 | Error |
JavadocVariable
| 7 | Info |
ConstantName | 0 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 0 | Error |
MethodName | 0 | Error |
PackageName | 0 | Error |
ParameterName | 0 | Error |
StaticVariableName | 0 | Error |
TypeName | 0 | Error |
AvoidStarImport | 0 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 2 | Error |
MethodLength | 1 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad
| 0 | Error |
OperatorWrap | 4 | Error |
ParenPad
| 0 | Error |
WhitespaceAfter | 7 | Error |
WhitespaceAround | 0 | Error |
ModifierOrder | 0 | Error |
RedundantModifier | 0 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock
| 0 | Error |
NeedBraces | 0 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField
| 0 | Warning |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber
| 0 | Error |
MissingSwitchDefault | 0 | Error |
RedundantThrows | 3 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 0 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier
| 0 | Error |
UpperEll | 0 | Error |
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 |