The following document contains the results of Checkstyle. 
| Files | Infos |
Warnings |
Errors |
|---|---|---|---|
| 8 | 0 | 347 | 52 |
| Rules | Violations | Severity |
|---|---|---|
LeftCurly
|
0 | |
RightCurly
|
0 | |
LineLength
|
0 | |
| MemberName | 0 | |
JavadocMethod
|
330 | |
JavadocType
|
0 | |
JavadocVariable
|
0 | |
| 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 | 1 | |
| FileLength | 0 | |
| MethodLength | 0 | |
| ParameterNumber | 4 | |
EmptyForIteratorPad
|
0 | |
| OperatorWrap | 0 | |
ParenPad
|
0 | |
| TabCharacter | 0 | |
| WhitespaceAfter | 0 | |
| WhitespaceAround | 47 | |
| ModifierOrder | 0 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
EmptyBlock
|
0 | |
| NeedBraces | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
HiddenField
|
17 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
MagicNumber
|
0 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| InterfaceIsType | 0 | |
VisibilityModifier
|
0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 84 | |
| '<' is not preceded with whitespace. | 98 | |
| '<' is not followed by whitespace. | 98 | |
| '?' is not preceded with whitespace. | 98 | |
| '>' is not preceded with whitespace. | 98 | |
| '?' is not followed by whitespace. | 98 | |
| Missing a Javadoc comment. | 104 | |
| Missing a Javadoc comment. | 110 | |
| Missing a Javadoc comment. | 115 | |
| Missing a Javadoc comment. | 120 | |
| Missing a Javadoc comment. | 137 | |
| Expected @param tag for 'goal'. | 155 | |
| Expected @param tag for 'pluginPom'. | 155 | |
| Expected @throws tag for 'Exception'. | 156 | |
| Expected @param tag for 'goal'. | 169 | |
| Expected @param tag for 'pluginPom'. | 169 | |
| Expected @throws tag for 'Exception'. | 170 | |
| Expected @param tag for 'goal'. | 183 | |
| Expected @param tag for 'pom'. | 183 | |
| Expected @throws tag for 'Exception'. | 184 | |
| Expected @param tag for 'goal'. | 209 | |
| Expected @param tag for 'pom'. | 209 | |
| Expected @throws tag for 'Exception'. | 210 | |
| Expected @param tag for 'groupId'. | 245 | |
| Expected @param tag for 'artifactId'. | 245 | |
| Expected @param tag for 'version'. | 245 | |
| Expected @param tag for 'goal'. | 245 | |
| Expected @param tag for 'pluginConfiguration'. | 246 | |
| Expected @throws tag for 'Exception'. | 247 | |
| Expected @param tag for 'artifactId'. | 281 | |
| Expected @param tag for 'pom'. | 281 | |
| Expected @throws tag for 'Exception'. | 282 | |
| Expected @param tag for 'artifactId'. | 297 | |
| Expected @param tag for 'pomDom'. | 297 | |
| Expected @throws tag for 'Exception'. | 298 | |
| Expected @param tag for 'mojo'. | 351 | |
| Expected @param tag for 'artifactId'. | 351 | |
| Expected @param tag for 'pom'. | 351 | |
| Expected @throws tag for 'Exception'. | 352 | |
| Expected @param tag for 'mojo'. | 373 | |
| Expected @param tag for 'pluginConfiguration'. | 373 | |
| Expected @throws tag for 'Exception'. | 374 | |
| Expected @param tag for 'object'. | 395 | |
| Expected @param tag for 'variable'. | 395 | |
| Expected @throws tag for 'IllegalAccessException'. | 396 | |
| Expected @param tag for 'object'. | 413 | |
| Expected @throws tag for 'IllegalAccessException'. | 414 | |
| Expected @param tag for 'clazz'. | 428 | |
| Expected @param tag for 'object'. | 428 | |
| Expected @throws tag for 'IllegalAccessException'. | 429 | |
| Expected @param tag for 'object'. | 463 | |
| Expected @param tag for 'variable'. | 463 | |
| Expected @param tag for 'value'. | 463 | |
| Expected @throws tag for 'IllegalAccessException'. | 464 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'workingDir'. | 79 | |
| Expected @param tag for 'createFiles'. | 79 | |
| 'archiverManager' hides a field. | 91 | |
| Expected @param tag for 'archiverManager'. | 91 | |
| Expected @param tag for 'groupId'. | 105 | |
| Expected @param tag for 'artifactId'. | 105 | |
| Expected @param tag for 'version'. | 105 | |
| Expected @param tag for 'groupId'. | 120 | |
| Expected @param tag for 'artifactId'. | 120 | |
| Expected @param tag for 'version'. | 120 | |
| Expected @param tag for 'scope'. | 120 | |
| Expected @param tag for 'groupId'. | 137 | |
| Expected @param tag for 'artifactId'. | 137 | |
| Expected @param tag for 'version'. | 137 | |
| Expected @param tag for 'scope'. | 137 | |
| Expected @param tag for 'type'. | 137 | |
| Expected @param tag for 'classifier'. | 138 | |
| Expected @param tag for 'classifier'. | 157 | |
| 'workingDir' hides a field. | 182 | |
| Expected @throws tag for 'IOException'. | 183 | |
| 'workingDir' hides a field. | 197 | |
| 'srcFile' hides a field. | 197 | |
| Expected @throws tag for 'IOException'. | 198 | |
| 'workingDir' hides a field. | 210 | |
| Expected @throws tag for 'IOException'. | 211 | |
| 'workingDir' hides a field. | 225 | |
| 'srcFile' hides a field. | 225 | |
| Expected @param tag for 'srcFile'. | 225 | |
| 'workingDir' hides a field. | 240 | |
| 'srcFile' hides a field. | 240 | |
| 'createUnpackableFile' hides a field. | 240 | |
| Expected an @return tag. | 285 | |
| Expected @param tag for 'artifact'. | 285 | |
| Expected @param tag for 'artifact'. | 298 | |
| Expected @param tag for 'destFile'. | 298 | |
| Expected @throws tag for 'NoSuchArchiverException'. | 299 | |
| Expected @param tag for 'object'. | 533 | |
| Expected @param tag for 'variable'. | 533 | |
| Expected @param tag for 'value'. | 533 | |
| Expected @throws tag for 'IllegalAccessException'. | 534 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'content'. | 49 | |
| Expected @param tag for 'content'. | 59 | |
| Expected @param tag for 'error'. | 59 | |
| Expected @param tag for 'error'. | 69 | |
| Expected @param tag for 'content'. | 88 | |
| Expected @param tag for 'content'. | 98 | |
| Expected @param tag for 'error'. | 98 | |
| Expected @param tag for 'error'. | 108 | |
| Expected an @return tag. | 118 | |
| Expected @param tag for 'content'. | 129 | |
| Expected @param tag for 'content'. | 139 | |
| Expected @param tag for 'error'. | 139 | |
| Expected @param tag for 'error'. | 149 | |
| Expected @param tag for 'content'. | 168 | |
| Expected @param tag for 'content'. | 178 | |
| Expected @param tag for 'error'. | 178 | |
| Expected @param tag for 'error'. | 188 | |
| Expected @param tag for 'message'. | 198 | |
| Expected @param tag for 'message'. | 208 | |
| Expected @param tag for 'throwable'. | 208 | |
| Expected @param tag for 'message'. | 218 | |
| Expected @param tag for 'message'. | 228 | |
| Expected @param tag for 'throwable'. | 228 | |
| Expected @param tag for 'message'. | 238 | |
| Expected @param tag for 'message'. | 248 | |
| Expected @param tag for 'throwable'. | 248 | |
| Expected @param tag for 'message'. | 258 | |
| Expected @param tag for 'message'. | 268 | |
| Expected @param tag for 'throwable'. | 268 | |
| Expected @param tag for 'message'. | 278 | |
| Expected @param tag for 'message'. | 288 | |
| Expected @param tag for 'throwable'. | 288 | |
| Expected @param tag for 'name'. | 306 | |
| Missing a Javadoc comment. | 329 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 65 | |
| Expected @param tag for 'artifact'. | 65 | |
| Expected @param tag for 'type'. | 111 | |
| Expected @param tag for 'string'. | 154 | |
| Expected @param tag for 'artifactMetadata'. | 189 | |
| 'artifactRepository' hides a field. | 204 | |
| Expected @param tag for 'string'. | 220 | |
| 'artifactRepository' hides a field. | 220 | |
| Expected @param tag for 'artifactRepository'. | 220 | |
| Expected @param tag for 'string'. | 239 | |
| Expected @param tag for 'artifactFilter'. | 258 | |
| Expected @param tag for 'list'. | 286 | |
| Expected @param tag for 'versionRange'. | 311 | |
| Expected @param tag for 'string'. | 321 | |
| Expected @param tag for 'b'. | 353 | |
| Expected @param tag for 'string'. | 372 | |
| Expected @param tag for 'artifactHandler'. | 382 | |
| Expected @param tag for 'b'. | 401 | |
| Expected @param tag for 'list'. | 420 | |
| Expected @param tag for 'b'. | 439 | |
| Expected @throws tag for 'OverConstrainedVersionException'. | 449 | |
| Expected @throws tag for 'OverConstrainedVersionException'. | 459 | |
| Expected an @return tag. | 467 | |
| Missing a Javadoc comment. | 501 | |
| Missing a Javadoc comment. | 506 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'mavenProject'. | 220 | |
| Expected @param tag for 'list'. | 261 | |
| Expected an @return tag. | 271 | |
| Expected @param tag for 'list'. | 310 | |
| Expected an @return tag. | 320 | |
| Expected an @return tag. | 330 | |
| Expected @param tag for 'compileArtifacts'. | 402 | |
| Expected @param tag for 'runtimeClasspathElements'. | 473 | |
| Expected @param tag for 'attachedArtifacts'. | 481 | |
| Expected @param tag for 'compileSourceRoots'. | 489 | |
| Expected @param tag for 'testCompileSourceRoots'. | 497 | |
| Expected @param tag for 'scriptSourceRoots'. | 505 | |
| Expected @param tag for 'artifactMap'. | 513 | |
| Expected @param tag for 'pluginArtifactMap'. | 521 | |
| Expected @param tag for 'reportArtifactMap'. | 529 | |
| Expected @param tag for 'extensionArtifactMap'. | 537 | |
| Expected @param tag for 'projectReferences'. | 545 | |
| Expected @param tag for 'buildOverlay'. | 553 | |
| Expected @param tag for 'compileDependencies'. | 561 | |
| Expected @param tag for 'systemDependencies'. | 569 | |
| Expected @param tag for 'testClasspathElements'. | 577 | |
| Expected @param tag for 'testDependencies'. | 585 | |
| Expected @param tag for 'systemClasspathElements'. | 593 | |
| Expected @param tag for 'systemArtifacts'. | 601 | |
| Expected @param tag for 'testArtifacts'. | 609 | |
| Expected @param tag for 'runtimeArtifacts'. | 617 | |
| Expected @param tag for 'runtimeDependencies'. | 625 | |
| Expected @param tag for 'model'. | 633 | |
| Expected an @return tag. | 661 | |
| Expected an @return tag. | 755 | |
| Expected @param tag for 'issueManagement'. | 765 | |
| Expected an @return tag. | 775 | |
| Expected @param tag for 'ciManagement'. | 785 | |
| Expected an @return tag. | 795 | |
| Expected @param tag for 'distributionManagement'. | 805 | |
| Expected an @return tag. | 815 | |
| Expected @param tag for 'organization'. | 837 | |
| Expected an @return tag. | 847 | |
| Expected @param tag for 'scm'. | 857 | |
| Expected an @return tag. | 867 | |
| Expected @param tag for 'list'. | 877 | |
| Expected an @return tag. | 887 | |
| Expected @param tag for 'mailingList'. | 897 | |
| Expected @param tag for 'list'. | 907 | |
| Expected an @return tag. | 917 | |
| Expected @param tag for 'developer'. | 927 | |
| Expected @param tag for 'list'. | 937 | |
| Expected an @return tag. | 947 | |
| Expected @param tag for 'contributor'. | 957 | |
| Expected an @return tag. | 979 | |
| Expected an @return tag. | 989 | |
| Expected @param tag for 'resource'. | 999 | |
| Expected @param tag for 'resource'. | 1009 | |
| Expected @param tag for 'reporting'. | 1019 | |
| Expected an @return tag. | 1029 | |
| Expected @param tag for 'license'. | 1051 | |
| Expected @param tag for 'set'. | 1061 | |
| Expected an @return tag. | 1071 | |
| Expected an @return tag. | 1081 | |
| Expected @param tag for 'set'. | 1091 | |
| Expected an @return tag. | 1101 | |
| Expected an @return tag. | 1111 | |
| Expected @param tag for 'set'. | 1121 | |
| Expected an @return tag. | 1131 | |
| Expected an @return tag. | 1141 | |
| Expected @param tag for 'set'. | 1151 | |
| Expected an @return tag. | 1161 | |
| Expected an @return tag. | 1171 | |
| 'artifact' hides a field. | 1181 | |
| Expected @param tag for 'artifact'. | 1181 | |
| Expected an @return tag. | 1191 | |
| Expected an @return tag. | 1201 | |
| Expected an @return tag. | 1211 | |
| Expected an @return tag. | 1221 | |
| Expected an @return tag. | 1231 | |
| Expected an @return tag. | 1241 | |
| Expected @param tag for 'plugin'. | 1251 | |
| Expected @param tag for 'plugin'. | 1261 | |
| Expected an @return tag. | 1295 | |
| Expected an @return tag. | 1305 | |
| 'artifact' hides a field. | 1323 | |
| Expected an @return tag. | 1346 | |
| Expected @param tag for 'string'. | 1346 | |
| Expected @param tag for 'string1'. | 1346 | |
| Expected @param tag for 'string2'. | 1346 | |
| Expected @param tag for 'string3'. | 1346 | |
| Expected an @return tag. | 1356 | |
| Expected @param tag for 'string'. | 1356 | |
| Expected @param tag for 'string1'. | 1356 | |
| Expected @param tag for 'string2'. | 1356 | |
| Expected an @return tag. | 1366 | |
| Expected @param tag for 'mavenProject'. | 1376 | |
| Expected @param tag for 'writer'. | 1386 | |
| Expected @throws tag for 'IOException'. | 1387 | |
| Expected @param tag for 'writer'. | 1397 | |
| Expected @throws tag for 'IOException'. | 1398 | |
| 'model' hides a field. | 1428 | |
| Expected an @return tag. | 1444 | |
| Expected an @return tag. | 1454 | |
| Expected @param tag for 'artifactFactory'. | 1454 | |
| Expected @param tag for 'string'. | 1454 | |
| Expected @param tag for 'artifactFilter'. | 1454 | |
| Expected @param tag for 'mavenProject'. | 1464 | |
| Expected @param tag for 'string'. | 1474 | |
| Expected @param tag for 'string1'. | 1474 | |
| 'file' hides a field. | 1474 | |
| Expected @param tag for 'file'. | 1474 | |
| Expected an @return tag. | 1484 | |
| Expected an @return tag. | 1494 | |
| Expected an @return tag. | 1504 | |
| Expected an @return tag. | 1532 | |
| 'artifact' hides a field. | 1532 | |
| Expected @param tag for 'artifact'. | 1532 |
| Violation | Message | Line |
|---|---|---|
| Unused import - org.apache.maven.artifact.repository.RepositoryRequest. | 29 | |
| Missing a Javadoc comment. | 53 | |
| More than 7 parameters. | 53 | |
| '<' is not preceded with whitespace. | 53 | |
| '<' is not followed by whitespace. | 53 | |
| '>' is not preceded with whitespace. | 53 | |
| '<' is not preceded with whitespace. | 56 | |
| '<' is not followed by whitespace. | 56 | |
| '>' is not preceded with whitespace. | 56 | |
| '<' is not preceded with whitespace. | 57 | |
| '<' is not followed by whitespace. | 57 | |
| '>' is not preceded with whitespace. | 57 | |
| Missing a Javadoc comment. | 62 | |
| More than 7 parameters. | 62 | |
| '<' is not preceded with whitespace. | 62 | |
| '<' is not followed by whitespace. | 62 | |
| '>' is not preceded with whitespace. | 62 | |
| '<' is not preceded with whitespace. | 64 | |
| '<' is not followed by whitespace. | 64 | |
| '>' is not preceded with whitespace. | 64 | |
| '<' is not preceded with whitespace. | 66 | |
| '<' is not followed by whitespace. | 66 | |
| '>' is not preceded with whitespace. | 66 | |
| '<' is not preceded with whitespace. | 67 | |
| '<' is not followed by whitespace. | 67 | |
| '>' is not preceded with whitespace. | 67 | |
| Missing a Javadoc comment. | 72 | |
| More than 7 parameters. | 72 | |
| '<' is not preceded with whitespace. | 72 | |
| '<' is not followed by whitespace. | 72 | |
| '>' is not preceded with whitespace. | 72 | |
| '<' is not preceded with whitespace. | 74 | |
| '<' is not followed by whitespace. | 74 | |
| '>' is not preceded with whitespace. | 74 | |
| '<' is not preceded with whitespace. | 76 | |
| '<' is not followed by whitespace. | 76 | |
| '>' is not preceded with whitespace. | 76 | |
| Missing a Javadoc comment. | 81 | |
| '<' is not preceded with whitespace. | 81 | |
| '<' is not followed by whitespace. | 81 | |
| '>' is not preceded with whitespace. | 81 | |
| '<' is not preceded with whitespace. | 83 | |
| '<' is not followed by whitespace. | 83 | |
| '>' is not preceded with whitespace. | 83 | |
| '<' is not preceded with whitespace. | 85 | |
| '<' is not followed by whitespace. | 85 | |
| '>' is not preceded with whitespace. | 85 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'artifact'. | 56 | |
| Expected @param tag for 'artifactMetadata'. | 65 | |
| Expected @param tag for 'metadata'. | 74 | |
| Expected @param tag for 'repository'. | 74 | |
| Expected @param tag for 'blackListed'. | 165 | |
| Missing a Javadoc comment. | 179 | |
| Missing a Javadoc comment. | 185 | |
| Missing a Javadoc comment. | 190 | |
| Missing a Javadoc comment. | 195 | |
| Missing a Javadoc comment. | 200 | |
| Missing a Javadoc comment. | 205 | |
| Missing a Javadoc comment. | 210 | |
| Missing a Javadoc comment. | 215 | |
| Missing a Javadoc comment. | 220 | |
| Missing a Javadoc comment. | 225 | |
| Missing a Javadoc comment. | 230 | |
| '<' is not preceded with whitespace. | 230 | |
| '<' is not followed by whitespace. | 230 | |
| '>' is not preceded with whitespace. | 230 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'factory'. | 61 | |
| Expected @param tag for 'throwArtifactResolutionException'. | 61 | |
| Expected @param tag for 'throwArtifactNotFoundException'. | 62 | |
| Expected @param tag for 'artifact'. | 74 | |
| Expected @param tag for 'remoteRepositories'. | 74 | |
| Expected @param tag for 'localRepository'. | 74 | |
| Expected @throws tag for 'ArtifactResolutionException'. | 75 | |
| Expected @throws tag for 'ArtifactNotFoundException'. | 75 | |
| Expected @param tag for 'artifacts'. | 106 | |
| Expected @param tag for 'originatingArtifact'. | 106 | |
| Expected @param tag for 'remoteRepositories'. | 107 | |
| Expected @param tag for 'localRepository'. | 107 | |
| Expected @param tag for 'source'. | 108 | |
| Expected @throws tag for 'ArtifactResolutionException'. | 109 | |
| Expected @throws tag for 'ArtifactNotFoundException'. | 109 | |
| Expected @param tag for 'artifacts'. | 118 | |
| Expected @param tag for 'originatingArtifact'. | 118 | |
| Expected @param tag for 'remoteRepositories'. | 119 | |
| Expected @param tag for 'localRepository'. | 119 | |
| Expected @param tag for 'source'. | 120 | |
| Expected @param tag for 'listeners'. | 120 | |
| Expected @throws tag for 'ArtifactResolutionException'. | 121 | |
| Expected @throws tag for 'ArtifactNotFoundException'. | 121 | |
| Expected @param tag for 'artifacts'. | 130 | |
| Expected @param tag for 'originatingArtifact'. | 130 | |
| Expected @param tag for 'localRepository'. | 131 | |
| Expected @param tag for 'remoteRepositories'. | 131 | |
| Expected @param tag for 'source'. | 132 | |
| Expected @param tag for 'filter'. | 132 | |
| Expected @throws tag for 'ArtifactResolutionException'. | 133 | |
| Expected @throws tag for 'ArtifactNotFoundException'. | 133 | |
| Expected @param tag for 'artifacts'. | 142 | |
| Expected @param tag for 'originatingArtifact'. | 142 | |
| Expected @param tag for 'managedVersions'. | 143 | |
| Expected @param tag for 'localRepository'. | 143 | |
| Expected @param tag for 'remoteRepositories'. | 144 | |
| Expected @param tag for 'source'. | 144 | |
| Expected @throws tag for 'ArtifactResolutionException'. | 145 | |
| Expected @throws tag for 'ArtifactNotFoundException'. | 145 | |
| Expected @param tag for 'artifacts'. | 154 | |
| Expected @param tag for 'originatingArtifact'. | 154 | |
| Expected @param tag for 'managedVersions'. | 155 | |
| Expected @param tag for 'localRepository'. | 155 | |
| Expected @param tag for 'remoteRepositories'. | 156 | |
| Expected @param tag for 'source'. | 156 | |
| Expected @param tag for 'filter'. | 157 | |
| Expected @throws tag for 'ArtifactResolutionException'. | 158 | |
| Expected @throws tag for 'ArtifactNotFoundException'. | 158 | |
| More than 7 parameters. | 167 | |
| Expected @param tag for 'artifacts'. | 167 | |
| Expected @param tag for 'originatingArtifact'. | 167 | |
| Expected @param tag for 'managedVersions'. | 168 | |
| Expected @param tag for 'localRepository'. | 168 | |
| Expected @param tag for 'remoteRepositories'. | 169 | |
| Expected @param tag for 'source'. | 169 | |
| Expected @param tag for 'filter'. | 170 | |
| Expected @param tag for 'listeners'. | 170 | |
| Expected @throws tag for 'ArtifactResolutionException'. | 171 | |
| Expected @throws tag for 'ArtifactNotFoundException'. | 171 | |
| Expected @param tag for 'artifact'. | 181 | |
| Expected @param tag for 'remoteRepositories'. | 181 | |
| Expected @param tag for 'localRepository'. | 181 | |
| Expected @throws tag for 'ArtifactResolutionException'. | 182 | |
| Expected @throws tag for 'ArtifactNotFoundException'. | 182 | |
| Missing a Javadoc comment. | 187 | |
| Missing a Javadoc comment. | 195 | |
| Missing a Javadoc comment. | 200 |