The following document contains the results of Checkstyle. 
| Rule | Violations | Severity |
|---|---|---|
| Translation | 0 | |
| FileLength | 0 | |
RegexpHeader
|
2 | |
FileTabCharacter
|
0 | |
LeftCurly
|
2 | |
RightCurly
|
0 | |
LineLength
|
16 | |
| MemberName | 0 | |
JavadocMethod
|
433 | |
JavadocType
|
0 | |
JavadocVariable
|
0 | |
| 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 | 0 | |
| ParameterNumber | 4 | |
EmptyForIteratorPad
|
0 | |
| OperatorWrap | 0 | |
ParenPad
|
15 | |
| WhitespaceAfter | 0 | |
| WhitespaceAround | 2 | |
| ModifierOrder | 0 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
EmptyBlock
|
0 | |
| NeedBraces | 0 | |
| EmptyStatement | 1 | |
| EqualsHashCode | 0 | |
HiddenField
|
17 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
MagicNumber
|
0 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 4 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| InterfaceIsType | 0 | |
VisibilityModifier
|
0 | |
| UpperEll | 0 |
| Severity | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 115 | |
| Missing a Javadoc comment. | 207 | |
| Missing a Javadoc comment. | 213 | |
| Missing a Javadoc comment. | 218 | |
| Missing a Javadoc comment. | 223 | |
| Line is longer than 120 characters (found 136). | 238 | |
| Line is longer than 120 characters (found 138). | 239 | |
| Expected @param tag for 'modules'. | 255 | |
| Missing a Javadoc comment. | 260 | |
| Missing a Javadoc comment. | 273 | |
| Expected @param tag for 'goal'. | 291 | |
| Expected @param tag for 'pluginPom'. | 291 | |
| Expected @throws tag for 'Exception'. | 292 | |
| Expected @param tag for 'goal'. | 305 | |
| Expected @param tag for 'pluginPom'. | 305 | |
| Expected @throws tag for 'Exception'. | 306 | |
| Expected @param tag for 'goal'. | 319 | |
| Expected @param tag for 'pom'. | 319 | |
| Expected @throws tag for 'Exception'. | 320 | |
| Expected @param tag for 'goal'. | 345 | |
| Expected @param tag for 'pom'. | 345 | |
| Expected @throws tag for 'Exception'. | 346 | |
| Expected @param tag for 'groupId'. | 381 | |
| Expected @param tag for 'artifactId'. | 381 | |
| Expected @param tag for 'version'. | 381 | |
| Expected @param tag for 'goal'. | 381 | |
| Expected @param tag for 'pluginConfiguration'. | 382 | |
| Expected @throws tag for 'Exception'. | 383 | |
| Expected an @return tag. | 419 | |
| Expected @param tag for 'project'. | 419 | |
| Expected @param tag for 'goal'. | 419 | |
| Expected @throws tag for 'Exception'. | 420 | |
| Expected an @return tag. | 434 | |
| Expected @param tag for 'session'. | 434 | |
| Expected @param tag for 'execution'. | 434 | |
| Expected @throws tag for 'Exception'. | 435 | |
| Expected @throws tag for 'ComponentConfigurationException'. | 435 | |
| Redundant throws: 'ComponentConfigurationException' is subclass of 'Exception'. | 435 | |
| Line is longer than 120 characters (found 123). | 460 | |
| Expected an @return tag. | 474 | |
| Expected @param tag for 'project'. | 474 | |
| Expected an @return tag. | 491 | |
| Expected @param tag for 'goal'. | 491 | |
| '(' is not followed by whitespace. | 494 | |
| '(' is not followed by whitespace. | 494 | |
| ')' is not preceded with whitespace. | 494 | |
| Line is longer than 120 characters (found 139). | 500 | |
| Empty statement. | 511 | |
| Line is longer than 120 characters (found 121). | 528 | |
| Expected @param tag for 'artifactId'. | 554 | |
| Expected @param tag for 'pom'. | 554 | |
| Expected @throws tag for 'Exception'. | 555 | |
| Expected @param tag for 'artifactId'. | 570 | |
| Expected @param tag for 'pomDom'. | 570 | |
| Expected @throws tag for 'Exception'. | 571 | |
| Expected @param tag for 'mojo'. | 622 | |
| Expected @param tag for 'artifactId'. | 622 | |
| Expected @param tag for 'pom'. | 622 | |
| Expected @throws tag for 'Exception'. | 623 | |
| Expected @param tag for 'mojo'. | 644 | |
| Expected @param tag for 'pluginConfiguration'. | 644 | |
| Expected @throws tag for 'Exception'. | 645 | |
| Expected @param tag for 'object'. | 666 | |
| Expected @param tag for 'variable'. | 666 | |
| Expected @throws tag for 'IllegalAccessException'. | 667 | |
| Expected @param tag for 'object'. | 684 | |
| Expected @throws tag for 'IllegalAccessException'. | 685 | |
| Expected @param tag for 'clazz'. | 699 | |
| Expected @param tag for 'object'. | 699 | |
| Expected @throws tag for 'IllegalAccessException'. | 700 | |
| Expected @param tag for 'object'. | 731 | |
| Expected @param tag for 'variable'. | 731 | |
| Expected @param tag for 'value'. | 731 | |
| Expected @throws tag for 'IllegalAccessException'. | 732 |
| Severity | 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 | |
| Redundant throws: 'ArchiverException' is unchecked exception. | 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 |
| Severity | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*\s*$'. | 3 | |
| Missing a Javadoc comment. | 31 |
| Severity | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 65 | |
| '{' is not followed by whitespace. | 67 | |
| '}' is not preceded with whitespace. | 67 | |
| Missing a Javadoc comment. | 70 | |
| '(' is not followed by whitespace. | 70 | |
| ')' is not preceded with whitespace. | 70 | |
| Expected @throws tag for 'Throwable'. | 81 | |
| Missing a Javadoc comment. | 94 | |
| 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 | |
| Expected @param tag for 'goal'. | 133 | |
| Expected @param tag for 'pluginPom'. | 133 | |
| Expected @throws tag for 'Exception'. | 134 | |
| Expected @param tag for 'goal'. | 147 | |
| Expected @param tag for 'pluginPom'. | 147 | |
| Expected @throws tag for 'Exception'. | 148 | |
| Expected @param tag for 'goal'. | 161 | |
| Expected @param tag for 'pom'. | 161 | |
| Expected @throws tag for 'Exception'. | 162 | |
| Expected @param tag for 'goal'. | 175 | |
| Expected @param tag for 'pom'. | 175 | |
| Expected @throws tag for 'Exception'. | 176 | |
| Missing a Javadoc comment. | 181 | |
| Missing a Javadoc comment. | 188 | |
| Missing a Javadoc comment. | 194 | |
| Redundant throws: 'ComponentConfigurationException' is subclass of 'Exception'. | 195 | |
| Missing a Javadoc comment. | 200 | |
| Missing a Javadoc comment. | 205 | |
| Missing a Javadoc comment. | 210 | |
| Missing a Javadoc comment. | 216 | |
| Missing a Javadoc comment. | 222 | |
| Missing a Javadoc comment. | 228 | |
| Expected @param tag for 'object'. | 244 | |
| Expected @param tag for 'variable'. | 244 | |
| Expected @throws tag for 'IllegalAccessException'. | 245 | |
| Expected @param tag for 'object'. | 258 | |
| Expected @throws tag for 'IllegalAccessException'. | 259 | |
| Expected @param tag for 'clazz'. | 273 | |
| Expected @param tag for 'object'. | 273 | |
| Expected @throws tag for 'IllegalAccessException'. | 274 | |
| Expected @param tag for 'object'. | 287 | |
| Expected @param tag for 'variable'. | 287 | |
| Expected @param tag for 'value'. | 287 | |
| Expected @throws tag for 'IllegalAccessException'. | 288 | |
| '(' is not followed by whitespace. | 294 | |
| ')' is not preceded with whitespace. | 294 | |
| '{' should be on a new line. | 294 | |
| '(' is not followed by whitespace. | 295 | |
| '(' is not followed by whitespace. | 295 | |
| ')' is not preceded with whitespace. | 295 | |
| ')' is not preceded with whitespace. | 295 | |
| Expected an @return tag. | 321 | |
| Expected @param tag for 'basedir'. | 321 | |
| Expected @throws tag for 'Exception'. | 322 | |
| Expected @param tag for 'basedir'. | 337 | |
| Expected @param tag for 'goal'. | 337 | |
| Expected @throws tag for 'Exception'. | 338 | |
| Expected an @return tag. | 349 | |
| Expected @param tag for 'basedir'. | 349 | |
| Expected @param tag for 'goal'. | 349 | |
| Expected @throws tag for 'Exception'. | 350 | |
| Expected @throws tag for 'ComponentConfigurationException'. | 350 | |
| Redundant throws: 'ComponentConfigurationException' is subclass of 'Exception'. | 350 | |
| Expected an @return tag. | 361 | |
| Expected @param tag for '<T>'. | 361 | |
| Expected @param tag for 'role'. | 361 | |
| Expected @throws tag for 'ComponentLookupException'. | 362 | |
| Expected @param tag for 'project'. | 370 | |
| Expected @param tag for 'goal'. | 370 | |
| Expected @param tag for 'parameters'. | 370 | |
| Expected @throws tag for 'Exception'. | 371 | |
| Expected @param tag for 'session'. | 380 | |
| Expected @param tag for 'project'. | 380 | |
| Expected @param tag for 'goal'. | 380 | |
| Expected @param tag for 'parameters'. | 380 | |
| Expected @throws tag for 'Exception'. | 381 | |
| Expected @param tag for 'session'. | 398 | |
| Expected @param tag for 'project'. | 398 | |
| Expected @param tag for 'execution'. | 398 | |
| Expected @throws tag for 'Exception'. | 399 |
| Severity | 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 |
| Severity | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*\s*$'. | 3 | |
| '(' is not followed by whitespace. | 35 | |
| ')' is not preceded with whitespace. | 35 | |
| '(' is not followed by whitespace. | 37 | |
| ')' is not preceded with whitespace. | 37 | |
| '{' should be on a new line. | 38 |
| Severity | Message | Line |
|---|---|---|
| Unused import - org.junit.Rule. | 31 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 53 | |
| Expected an @return tag. | 73 | |
| Expected @param tag for 'project'. | 73 | |
| Expected @throws tag for 'IOException'. | 74 | |
| Missing a Javadoc comment. | 87 | |
| Missing a Javadoc comment. | 94 | |
| Missing a Javadoc comment. | 102 | |
| Missing a Javadoc comment. | 145 | |
| Missing a Javadoc comment. | 151 | |
| Missing a Javadoc comment. | 169 | |
| Expected @param tag for 'basedir'. | 177 | |
| Expected @param tag for 'paths'. | 177 | |
| Expected @throws tag for 'IOException'. | 178 |
| Severity | 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 |
| Severity | Message | Line |
|---|---|---|
| Expected @param tag for 'mavenProject'. | 225 | |
| Expected @param tag for 'list'. | 266 | |
| Expected an @return tag. | 276 | |
| Expected @param tag for 'list'. | 315 | |
| Expected an @return tag. | 325 | |
| Expected an @return tag. | 335 | |
| Expected @param tag for 'compileArtifacts'. | 407 | |
| Expected @param tag for 'runtimeClasspathElements'. | 478 | |
| Expected @param tag for 'attachedArtifacts'. | 486 | |
| Expected @param tag for 'compileSourceRoots'. | 494 | |
| Expected @param tag for 'testCompileSourceRoots'. | 502 | |
| Expected @param tag for 'scriptSourceRoots'. | 510 | |
| Expected @param tag for 'artifactMap'. | 518 | |
| Expected @param tag for 'pluginArtifactMap'. | 526 | |
| Expected @param tag for 'reportArtifactMap'. | 534 | |
| Expected @param tag for 'extensionArtifactMap'. | 542 | |
| Expected @param tag for 'projectReferences'. | 550 | |
| Expected @param tag for 'buildOverlay'. | 558 | |
| Expected @param tag for 'compileDependencies'. | 566 | |
| Expected @param tag for 'systemDependencies'. | 574 | |
| Expected @param tag for 'testClasspathElements'. | 582 | |
| Expected @param tag for 'testDependencies'. | 590 | |
| Expected @param tag for 'systemClasspathElements'. | 598 | |
| Expected @param tag for 'systemArtifacts'. | 606 | |
| Expected @param tag for 'testArtifacts'. | 614 | |
| Expected @param tag for 'runtimeArtifacts'. | 622 | |
| Expected @param tag for 'runtimeDependencies'. | 630 | |
| Expected @param tag for 'model'. | 638 | |
| Expected an @return tag. | 666 | |
| Expected an @return tag. | 760 | |
| Expected @param tag for 'issueManagement'. | 770 | |
| Expected an @return tag. | 780 | |
| Expected @param tag for 'ciManagement'. | 790 | |
| Expected an @return tag. | 800 | |
| Expected @param tag for 'distributionManagement'. | 810 | |
| Expected an @return tag. | 820 | |
| Expected @param tag for 'organization'. | 842 | |
| Expected an @return tag. | 852 | |
| Expected @param tag for 'scm'. | 862 | |
| Expected an @return tag. | 872 | |
| Expected @param tag for 'list'. | 882 | |
| Expected an @return tag. | 892 | |
| Expected @param tag for 'mailingList'. | 902 | |
| Expected @param tag for 'list'. | 912 | |
| Expected an @return tag. | 922 | |
| Expected @param tag for 'developer'. | 932 | |
| Expected @param tag for 'list'. | 942 | |
| Expected an @return tag. | 952 | |
| Expected @param tag for 'contributor'. | 962 | |
| Expected an @return tag. | 984 | |
| Expected an @return tag. | 994 | |
| Expected @param tag for 'resource'. | 1004 | |
| Expected @param tag for 'resource'. | 1014 | |
| Expected @param tag for 'reporting'. | 1024 | |
| Expected an @return tag. | 1034 | |
| Expected @param tag for 'license'. | 1056 | |
| Expected @param tag for 'set'. | 1066 | |
| Expected an @return tag. | 1076 | |
| Expected an @return tag. | 1086 | |
| Expected @param tag for 'set'. | 1096 | |
| Expected an @return tag. | 1106 | |
| Expected an @return tag. | 1116 | |
| Expected @param tag for 'set'. | 1126 | |
| Expected an @return tag. | 1136 | |
| Expected an @return tag. | 1146 | |
| Expected @param tag for 'set'. | 1156 | |
| Expected an @return tag. | 1166 | |
| Expected an @return tag. | 1176 | |
| 'artifact' hides a field. | 1186 | |
| Expected @param tag for 'artifact'. | 1186 | |
| Expected an @return tag. | 1196 | |
| Expected an @return tag. | 1206 | |
| Expected an @return tag. | 1216 | |
| Expected an @return tag. | 1226 | |
| Expected an @return tag. | 1236 | |
| Expected an @return tag. | 1246 | |
| Expected @param tag for 'plugin'. | 1256 | |
| Expected @param tag for 'plugin'. | 1266 | |
| Expected an @return tag. | 1300 | |
| Expected an @return tag. | 1310 | |
| 'artifact' hides a field. | 1328 | |
| Expected an @return tag. | 1351 | |
| Expected @param tag for 'string'. | 1351 | |
| Expected @param tag for 'string1'. | 1351 | |
| Expected @param tag for 'string2'. | 1351 | |
| Expected @param tag for 'string3'. | 1351 | |
| Expected an @return tag. | 1361 | |
| Expected @param tag for 'string'. | 1361 | |
| Expected @param tag for 'string1'. | 1361 | |
| Expected @param tag for 'string2'. | 1361 | |
| Expected an @return tag. | 1371 | |
| Expected @param tag for 'mavenProject'. | 1381 | |
| Expected @param tag for 'writer'. | 1391 | |
| Expected @throws tag for 'IOException'. | 1392 | |
| Expected @param tag for 'writer'. | 1402 | |
| Expected @throws tag for 'IOException'. | 1403 | |
| 'model' hides a field. | 1433 | |
| Expected an @return tag. | 1449 | |
| Expected an @return tag. | 1459 | |
| Line is longer than 120 characters (found 121). | 1459 | |
| Expected @param tag for 'artifactFactory'. | 1459 | |
| Expected @param tag for 'string'. | 1459 | |
| Expected @param tag for 'artifactFilter'. | 1459 | |
| Expected @param tag for 'mavenProject'. | 1469 | |
| Expected @param tag for 'string'. | 1479 | |
| Expected @param tag for 'string1'. | 1479 | |
| 'file' hides a field. | 1479 | |
| Expected @param tag for 'file'. | 1479 | |
| Expected an @return tag. | 1489 | |
| Expected an @return tag. | 1499 | |
| Expected an @return tag. | 1509 | |
| Expected an @return tag. | 1537 | |
| 'artifact' hides a field. | 1537 | |
| Expected @param tag for 'artifact'. | 1537 |
| Severity | Message | Line |
|---|---|---|
| Unused import - org.apache.maven.artifact.repository.RepositoryRequest. | 29 | |
| Missing a Javadoc comment. | 53 | |
| More than 7 parameters (found 8). | 53 | |
| Missing a Javadoc comment. | 62 | |
| More than 7 parameters (found 9). | 62 | |
| Missing a Javadoc comment. | 72 | |
| More than 7 parameters (found 8). | 72 | |
| Missing a Javadoc comment. | 81 |
| Severity | Message | Line |
|---|---|---|
| Expected @param tag for 'artifact'. | 57 | |
| Expected @param tag for 'artifactMetadata'. | 66 | |
| Expected @param tag for 'metadata'. | 75 | |
| Expected @param tag for 'repository'. | 75 | |
| Expected @param tag for 'blackListed'. | 166 | |
| Missing a Javadoc comment. | 180 | |
| Missing a Javadoc comment. | 186 | |
| Missing a Javadoc comment. | 191 | |
| Missing a Javadoc comment. | 196 | |
| Missing a Javadoc comment. | 201 | |
| Missing a Javadoc comment. | 206 | |
| Missing a Javadoc comment. | 211 | |
| Missing a Javadoc comment. | 216 | |
| Missing a Javadoc comment. | 221 | |
| Missing a Javadoc comment. | 226 | |
| Missing a Javadoc comment. | 231 | |
| Missing a Javadoc comment. | 236 | |
| Missing a Javadoc comment. | 241 | |
| Missing a Javadoc comment. | 246 |
| Severity | Message | Line |
|---|---|---|
| Expected @param tag for 'factory'. | 62 | |
| Expected @param tag for 'throwArtifactResolutionException'. | 62 | |
| Expected @param tag for 'throwArtifactNotFoundException'. | 63 | |
| Line is longer than 120 characters (found 125). | 75 | |
| Expected @param tag for 'artifact'. | 75 | |
| Expected @param tag for 'remoteRepositories'. | 75 | |
| Expected @param tag for 'localRepository'. | 75 | |
| Expected @throws tag for 'ArtifactResolutionException'. | 76 | |
| Expected @throws tag for 'ArtifactNotFoundException'. | 76 | |
| Expected @param tag for 'artifacts'. | 107 | |
| Expected @param tag for 'originatingArtifact'. | 107 | |
| Line is longer than 120 characters (found 136). | 108 | |
| Expected @param tag for 'remoteRepositories'. | 108 | |
| Expected @param tag for 'localRepository'. | 108 | |
| Expected @param tag for 'source'. | 109 | |
| Expected @throws tag for 'ArtifactResolutionException'. | 110 | |
| Expected @throws tag for 'ArtifactNotFoundException'. | 110 | |
| Expected @param tag for 'artifacts'. | 119 | |
| Expected @param tag for 'originatingArtifact'. | 119 | |
| Line is longer than 120 characters (found 136). | 120 | |
| Expected @param tag for 'remoteRepositories'. | 120 | |
| Expected @param tag for 'localRepository'. | 120 | |
| Line is longer than 120 characters (found 123). | 121 | |
| Expected @param tag for 'source'. | 121 | |
| Expected @param tag for 'listeners'. | 121 | |
| Expected @throws tag for 'ArtifactResolutionException'. | 122 | |
| Expected @throws tag for 'ArtifactNotFoundException'. | 122 | |
| Expected @param tag for 'artifacts'. | 131 | |
| Expected @param tag for 'originatingArtifact'. | 131 | |
| Line is longer than 120 characters (found 136). | 132 | |
| Expected @param tag for 'localRepository'. | 132 | |
| Expected @param tag for 'remoteRepositories'. | 132 | |
| Expected @param tag for 'source'. | 133 | |
| Expected @param tag for 'filter'. | 133 | |
| Expected @throws tag for 'ArtifactResolutionException'. | 134 | |
| Expected @throws tag for 'ArtifactNotFoundException'. | 134 | |
| Expected @param tag for 'artifacts'. | 143 | |
| Expected @param tag for 'originatingArtifact'. | 143 | |
| Expected @param tag for 'managedVersions'. | 144 | |
| Expected @param tag for 'localRepository'. | 144 | |
| Line is longer than 120 characters (found 132). | 145 | |
| Expected @param tag for 'remoteRepositories'. | 145 | |
| Expected @param tag for 'source'. | 145 | |
| Expected @throws tag for 'ArtifactResolutionException'. | 146 | |
| Expected @throws tag for 'ArtifactNotFoundException'. | 146 | |
| Expected @param tag for 'artifacts'. | 155 | |
| Expected @param tag for 'originatingArtifact'. | 155 | |
| Expected @param tag for 'managedVersions'. | 156 | |
| Expected @param tag for 'localRepository'. | 156 | |
| Line is longer than 120 characters (found 131). | 157 | |
| Expected @param tag for 'remoteRepositories'. | 157 | |
| Expected @param tag for 'source'. | 157 | |
| Expected @param tag for 'filter'. | 158 | |
| Expected @throws tag for 'ArtifactResolutionException'. | 159 | |
| Expected @throws tag for 'ArtifactNotFoundException'. | 159 | |
| More than 7 parameters (found 8). | 168 | |
| Expected @param tag for 'artifacts'. | 168 | |
| Expected @param tag for 'originatingArtifact'. | 168 | |
| Expected @param tag for 'managedVersions'. | 169 | |
| Expected @param tag for 'localRepository'. | 169 | |
| Line is longer than 120 characters (found 131). | 170 | |
| Expected @param tag for 'remoteRepositories'. | 170 | |
| Expected @param tag for 'source'. | 170 | |
| Expected @param tag for 'filter'. | 171 | |
| Expected @param tag for 'listeners'. | 171 | |
| Expected @throws tag for 'ArtifactResolutionException'. | 172 | |
| Expected @throws tag for 'ArtifactNotFoundException'. | 172 | |
| Line is longer than 120 characters (found 131). | 182 | |
| Expected @param tag for 'artifact'. | 182 | |
| Expected @param tag for 'remoteRepositories'. | 182 | |
| Expected @param tag for 'localRepository'. | 182 | |
| Expected @throws tag for 'ArtifactResolutionException'. | 183 | |
| Expected @throws tag for 'ArtifactNotFoundException'. | 183 | |
| Line is longer than 120 characters (found 124). | 188 | |
| Missing a Javadoc comment. | 188 | |
| Missing a Javadoc comment. | 196 | |
| Missing a Javadoc comment. | 201 |