Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
14 0 433 44

Rules

Rules Violations Severity
FileLength 0 Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
1 Errors Error
FileTabCharacter
  • eachLine: "true"
0 Errors Error
LeftCurly
  • option: "nl"
2 Errors Error
RightCurly
  • option: "alone"
0 Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
13 Errors Error
MemberName 0 Errors Error
JavadocMethod
  • scope: "protected"
416 Warnings Warning
JavadocType
  • allowUnknownTags: "true"
  • scope: "protected"
0 Errors Error
JavadocVariable
  • scope: "protected"
0 Infos Info
ConstantName 0 Errors Error
LocalFinalVariableName 0 Errors Error
LocalVariableName 0 Errors Error
MethodName 0 Errors Error
PackageName 0 Errors Error
ParameterName 0 Errors Error
StaticVariableName 0 Errors Error
TypeName 0 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 2 Errors Error
MethodLength 0 Errors Error
ParameterNumber 4 Errors Error
EmptyForIteratorPad
  • option: "space"
0 Errors Error
OperatorWrap 0 Errors Error
ParenPad
  • option: "space"
15 Errors Error
WhitespaceAfter 0 Errors Error
WhitespaceAround 2 Errors Error
ModifierOrder 0 Errors Error
RedundantModifier 0 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock
  • option: "text"
0 Errors Error
NeedBraces 0 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 1 Errors Error
EqualsHashCode 0 Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
17 Warnings Warning
IllegalInstantiation 0 Errors Error
InnerAssignment 0 Errors Error
MagicNumber
  • ignoreNumbers: "-4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 32, 64, 100, 128, 256, 512, 1000, 1024"
0 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 4 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
0 Errors Error
UpperEll 0 Errors Error

Details

org/apache/maven/plugin/testing/AbstractMojoTestCase.java

Violation Message Line
Warnings Missing a Javadoc comment. 112
Warnings Missing a Javadoc comment. 204
Warnings Missing a Javadoc comment. 210
Warnings Missing a Javadoc comment. 215
Warnings Missing a Javadoc comment. 220
Warnings Expected @param tag for 'modules'. 239
Warnings Missing a Javadoc comment. 244
Warnings Missing a Javadoc comment. 257
Warnings Expected @param tag for 'goal'. 275
Warnings Expected @param tag for 'pluginPom'. 275
Warnings Expected @throws tag for 'Exception'. 276
Warnings Expected @param tag for 'goal'. 289
Warnings Expected @param tag for 'pluginPom'. 289
Warnings Expected @throws tag for 'Exception'. 290
Warnings Expected @param tag for 'goal'. 303
Warnings Expected @param tag for 'pom'. 303
Warnings Expected @throws tag for 'Exception'. 304
Warnings Expected @param tag for 'goal'. 329
Warnings Expected @param tag for 'pom'. 329
Warnings Expected @throws tag for 'Exception'. 330
Warnings Expected @param tag for 'groupId'. 365
Warnings Expected @param tag for 'artifactId'. 365
Warnings Expected @param tag for 'version'. 365
Warnings Expected @param tag for 'goal'. 365
Warnings Expected @param tag for 'pluginConfiguration'. 366
Warnings Expected @throws tag for 'Exception'. 367
Warnings Expected an @return tag. 403
Warnings Expected @param tag for 'project'. 403
Warnings Expected @param tag for 'goal'. 403
Warnings Expected @throws tag for 'Exception'. 404
Warnings Expected an @return tag. 418
Warnings Expected @param tag for 'session'. 418
Warnings Expected @param tag for 'execution'. 418
Warnings Expected @throws tag for 'Exception'. 419
Warnings Expected @throws tag for 'ComponentConfigurationException'. 419
Errors Redundant throws: 'ComponentConfigurationException' is subclass of 'Exception'. 419
Warnings Expected an @return tag. 453
Warnings Expected @param tag for 'project'. 453
Warnings Expected an @return tag. 470
Warnings Expected @param tag for 'goal'. 470
Errors '(' is not followed by whitespace. 473
Errors '(' is not followed by whitespace. 473
Errors ')' is not preceded with whitespace. 473
Errors Line is longer than 120 characters. 479
Errors Empty statement. 490
Errors Line is longer than 120 characters. 507
Warnings Expected @param tag for 'artifactId'. 533
Warnings Expected @param tag for 'pom'. 533
Warnings Expected @throws tag for 'Exception'. 534
Warnings Expected @param tag for 'artifactId'. 549
Warnings Expected @param tag for 'pomDom'. 549
Warnings Expected @throws tag for 'Exception'. 550
Warnings Expected @param tag for 'mojo'. 601
Warnings Expected @param tag for 'artifactId'. 601
Warnings Expected @param tag for 'pom'. 601
Warnings Expected @throws tag for 'Exception'. 602
Warnings Expected @param tag for 'mojo'. 623
Warnings Expected @param tag for 'pluginConfiguration'. 623
Warnings Expected @throws tag for 'Exception'. 624
Warnings Expected @param tag for 'object'. 645
Warnings Expected @param tag for 'variable'. 645
Warnings Expected @throws tag for 'IllegalAccessException'. 646
Warnings Expected @param tag for 'object'. 663
Warnings Expected @throws tag for 'IllegalAccessException'. 664
Warnings Expected @param tag for 'clazz'. 678
Warnings Expected @param tag for 'object'. 678
Warnings Expected @throws tag for 'IllegalAccessException'. 679
Warnings Expected @param tag for 'object'. 710
Warnings Expected @param tag for 'variable'. 710
Warnings Expected @param tag for 'value'. 710
Warnings Expected @throws tag for 'IllegalAccessException'. 711

org/apache/maven/plugin/testing/ArtifactStubFactory.java

Violation Message Line
Warnings Expected @param tag for 'workingDir'. 79
Warnings Expected @param tag for 'createFiles'. 79
Warnings 'archiverManager' hides a field. 91
Warnings Expected @param tag for 'archiverManager'. 91
Warnings Expected @param tag for 'groupId'. 105
Warnings Expected @param tag for 'artifactId'. 105
Warnings Expected @param tag for 'version'. 105
Warnings Expected @param tag for 'groupId'. 120
Warnings Expected @param tag for 'artifactId'. 120
Warnings Expected @param tag for 'version'. 120
Warnings Expected @param tag for 'scope'. 120
Warnings Expected @param tag for 'groupId'. 137
Warnings Expected @param tag for 'artifactId'. 137
Warnings Expected @param tag for 'version'. 137
Warnings Expected @param tag for 'scope'. 137
Warnings Expected @param tag for 'type'. 137
Warnings Expected @param tag for 'classifier'. 138
Warnings Expected @param tag for 'classifier'. 157
Warnings 'workingDir' hides a field. 182
Warnings Expected @throws tag for 'IOException'. 183
Warnings 'workingDir' hides a field. 197
Warnings 'srcFile' hides a field. 197
Warnings Expected @throws tag for 'IOException'. 198
Warnings 'workingDir' hides a field. 210
Warnings Expected @throws tag for 'IOException'. 211
Warnings 'workingDir' hides a field. 225
Warnings 'srcFile' hides a field. 225
Warnings Expected @param tag for 'srcFile'. 225
Warnings 'workingDir' hides a field. 240
Warnings 'srcFile' hides a field. 240
Warnings 'createUnpackableFile' hides a field. 240
Warnings Expected an @return tag. 285
Warnings Expected @param tag for 'artifact'. 285
Warnings Expected @param tag for 'artifact'. 298
Warnings Expected @param tag for 'destFile'. 298
Warnings Expected @throws tag for 'NoSuchArchiverException'. 299
Errors Redundant throws: 'ArchiverException' is unchecked exception. 299
Warnings Expected @param tag for 'object'. 533
Warnings Expected @param tag for 'variable'. 533
Warnings Expected @param tag for 'value'. 533
Warnings Expected @throws tag for 'IllegalAccessException'. 534

org/apache/maven/plugin/testing/MojoRule.java

Violation Message Line
Warnings Missing a Javadoc comment. 60
Errors '{' is not followed by whitespace. 62
Errors '}' is not preceded with whitespace. 62
Warnings Missing a Javadoc comment. 65
Errors '(' is not followed by whitespace. 65
Errors ')' is not preceded with whitespace. 65
Warnings Expected @throws tag for 'Throwable'. 76
Warnings Missing a Javadoc comment. 89
Warnings Missing a Javadoc comment. 95
Warnings Missing a Javadoc comment. 100
Warnings Missing a Javadoc comment. 105
Warnings Missing a Javadoc comment. 110
Warnings Missing a Javadoc comment. 115
Warnings Expected @param tag for 'goal'. 128
Warnings Expected @param tag for 'pluginPom'. 128
Warnings Expected @throws tag for 'Exception'. 129
Warnings Expected @param tag for 'goal'. 142
Warnings Expected @param tag for 'pluginPom'. 142
Warnings Expected @throws tag for 'Exception'. 143
Warnings Expected @param tag for 'goal'. 156
Warnings Expected @param tag for 'pom'. 156
Warnings Expected @throws tag for 'Exception'. 157
Warnings Expected @param tag for 'goal'. 170
Warnings Expected @param tag for 'pom'. 170
Warnings Expected @throws tag for 'Exception'. 171
Warnings Missing a Javadoc comment. 176
Warnings Missing a Javadoc comment. 183
Warnings Missing a Javadoc comment. 189
Errors Redundant throws: 'ComponentConfigurationException' is subclass of 'Exception'. 190
Warnings Missing a Javadoc comment. 195
Warnings Missing a Javadoc comment. 200
Warnings Missing a Javadoc comment. 205
Warnings Missing a Javadoc comment. 211
Warnings Missing a Javadoc comment. 217
Warnings Missing a Javadoc comment. 223
Warnings Expected @param tag for 'object'. 239
Warnings Expected @param tag for 'variable'. 239
Warnings Expected @throws tag for 'IllegalAccessException'. 240
Warnings Expected @param tag for 'object'. 253
Warnings Expected @throws tag for 'IllegalAccessException'. 254
Warnings Expected @param tag for 'clazz'. 268
Warnings Expected @param tag for 'object'. 268
Warnings Expected @throws tag for 'IllegalAccessException'. 269
Warnings Expected @param tag for 'object'. 282
Warnings Expected @param tag for 'variable'. 282
Warnings Expected @param tag for 'value'. 282
Warnings Expected @throws tag for 'IllegalAccessException'. 283
Errors '(' is not followed by whitespace. 289
Errors ')' is not preceded with whitespace. 289
Errors '{' should be on a new line. 289
Errors '(' is not followed by whitespace. 290
Errors '(' is not followed by whitespace. 290
Errors ')' is not preceded with whitespace. 290
Errors ')' is not preceded with whitespace. 290
Warnings Expected an @return tag. 316
Warnings Expected @param tag for 'basedir'. 316
Warnings Expected @throws tag for 'Exception'. 317
Warnings Expected @param tag for 'basedir'. 331
Warnings Expected @param tag for 'goal'. 331
Warnings Expected @throws tag for 'Exception'. 332
Warnings Expected an @return tag. 340
Warnings Expected @param tag for 'basedir'. 340
Warnings Expected @param tag for 'goal'. 340
Warnings Expected @throws tag for 'Exception'. 341
Warnings Expected @throws tag for 'ComponentConfigurationException'. 341
Errors Redundant throws: 'ComponentConfigurationException' is subclass of 'Exception'. 341
Warnings Expected an @return tag. 352
Warnings Expected @param tag for '<T>'. 352
Warnings Expected @param tag for 'role'. 352
Warnings Expected @throws tag for 'ComponentLookupException'. 353

org/apache/maven/plugin/testing/SilentLog.java

Violation Message Line
Warnings Expected @param tag for 'content'. 49
Warnings Expected @param tag for 'content'. 59
Warnings Expected @param tag for 'error'. 59
Warnings Expected @param tag for 'error'. 69
Warnings Expected @param tag for 'content'. 88
Warnings Expected @param tag for 'content'. 98
Warnings Expected @param tag for 'error'. 98
Warnings Expected @param tag for 'error'. 108
Warnings Expected an @return tag. 118
Warnings Expected @param tag for 'content'. 129
Warnings Expected @param tag for 'content'. 139
Warnings Expected @param tag for 'error'. 139
Warnings Expected @param tag for 'error'. 149
Warnings Expected @param tag for 'content'. 168
Warnings Expected @param tag for 'content'. 178
Warnings Expected @param tag for 'error'. 178
Warnings Expected @param tag for 'error'. 188
Warnings Expected @param tag for 'message'. 198
Warnings Expected @param tag for 'message'. 208
Warnings Expected @param tag for 'throwable'. 208
Warnings Expected @param tag for 'message'. 218
Warnings Expected @param tag for 'message'. 228
Warnings Expected @param tag for 'throwable'. 228
Warnings Expected @param tag for 'message'. 238
Warnings Expected @param tag for 'message'. 248
Warnings Expected @param tag for 'throwable'. 248
Warnings Expected @param tag for 'message'. 258
Warnings Expected @param tag for 'message'. 268
Warnings Expected @param tag for 'throwable'. 268
Warnings Expected @param tag for 'message'. 278
Warnings Expected @param tag for 'message'. 288
Warnings Expected @param tag for 'throwable'. 288
Warnings Expected @param tag for 'name'. 306
Warnings Missing a Javadoc comment. 329

org/apache/maven/plugin/testing/WithoutMojo.java

Violation Message Line
Errors Line does not match expected header line of '^/\*\s*$'. 3
Errors '(' is not followed by whitespace. 35
Errors ')' is not preceded with whitespace. 35
Errors '(' is not followed by whitespace. 37
Errors ')' is not preceded with whitespace. 37
Errors '{' should be on a new line. 38

org/apache/maven/plugin/testing/resources/TestResources.java

Violation Message Line
Errors Unused import - org.junit.Rule. 31
Warnings Missing a Javadoc comment. 48
Warnings Missing a Javadoc comment. 53
Warnings Expected an @return tag. 73
Warnings Expected @param tag for 'project'. 73
Warnings Expected @throws tag for 'IOException'. 74
Warnings Missing a Javadoc comment. 87
Warnings Missing a Javadoc comment. 94
Warnings Missing a Javadoc comment. 102
Warnings Missing a Javadoc comment. 145
Warnings Missing a Javadoc comment. 151
Warnings Missing a Javadoc comment. 169

org/apache/maven/plugin/testing/stubs/ArtifactStub.java

Violation Message Line
Warnings Expected an @return tag. 65
Warnings Expected @param tag for 'artifact'. 65
Warnings Expected @param tag for 'type'. 111
Warnings Expected @param tag for 'string'. 154
Warnings Expected @param tag for 'artifactMetadata'. 189
Warnings 'artifactRepository' hides a field. 204
Warnings Expected @param tag for 'string'. 220
Warnings 'artifactRepository' hides a field. 220
Warnings Expected @param tag for 'artifactRepository'. 220
Warnings Expected @param tag for 'string'. 239
Warnings Expected @param tag for 'artifactFilter'. 258
Warnings Expected @param tag for 'list'. 286
Warnings Expected @param tag for 'versionRange'. 311
Warnings Expected @param tag for 'string'. 321
Warnings Expected @param tag for 'b'. 353
Warnings Expected @param tag for 'string'. 372
Warnings Expected @param tag for 'artifactHandler'. 382
Warnings Expected @param tag for 'b'. 401
Warnings Expected @param tag for 'list'. 420
Warnings Expected @param tag for 'b'. 439
Warnings Expected @throws tag for 'OverConstrainedVersionException'. 449
Warnings Expected @throws tag for 'OverConstrainedVersionException'. 459
Warnings Expected an @return tag. 467
Warnings Missing a Javadoc comment. 501
Warnings Missing a Javadoc comment. 506

org/apache/maven/plugin/testing/stubs/MavenProjectStub.java

Violation Message Line
Warnings Expected @param tag for 'mavenProject'. 225
Warnings Expected @param tag for 'list'. 266
Warnings Expected an @return tag. 276
Warnings Expected @param tag for 'list'. 315
Warnings Expected an @return tag. 325
Warnings Expected an @return tag. 335
Warnings Expected @param tag for 'compileArtifacts'. 407
Warnings Expected @param tag for 'runtimeClasspathElements'. 478
Warnings Expected @param tag for 'attachedArtifacts'. 486
Warnings Expected @param tag for 'compileSourceRoots'. 494
Warnings Expected @param tag for 'testCompileSourceRoots'. 502
Warnings Expected @param tag for 'scriptSourceRoots'. 510
Warnings Expected @param tag for 'artifactMap'. 518
Warnings Expected @param tag for 'pluginArtifactMap'. 526
Warnings Expected @param tag for 'reportArtifactMap'. 534
Warnings Expected @param tag for 'extensionArtifactMap'. 542
Warnings Expected @param tag for 'projectReferences'. 550
Warnings Expected @param tag for 'buildOverlay'. 558
Warnings Expected @param tag for 'compileDependencies'. 566
Warnings Expected @param tag for 'systemDependencies'. 574
Warnings Expected @param tag for 'testClasspathElements'. 582
Warnings Expected @param tag for 'testDependencies'. 590
Warnings Expected @param tag for 'systemClasspathElements'. 598
Warnings Expected @param tag for 'systemArtifacts'. 606
Warnings Expected @param tag for 'testArtifacts'. 614
Warnings Expected @param tag for 'runtimeArtifacts'. 622
Warnings Expected @param tag for 'runtimeDependencies'. 630
Warnings Expected @param tag for 'model'. 638
Warnings Expected an @return tag. 666
Warnings Expected an @return tag. 760
Warnings Expected @param tag for 'issueManagement'. 770
Warnings Expected an @return tag. 780
Warnings Expected @param tag for 'ciManagement'. 790
Warnings Expected an @return tag. 800
Warnings Expected @param tag for 'distributionManagement'. 810
Warnings Expected an @return tag. 820
Warnings Expected @param tag for 'organization'. 842
Warnings Expected an @return tag. 852
Warnings Expected @param tag for 'scm'. 862
Warnings Expected an @return tag. 872
Warnings Expected @param tag for 'list'. 882
Warnings Expected an @return tag. 892
Warnings Expected @param tag for 'mailingList'. 902
Warnings Expected @param tag for 'list'. 912
Warnings Expected an @return tag. 922
Warnings Expected @param tag for 'developer'. 932
Warnings Expected @param tag for 'list'. 942
Warnings Expected an @return tag. 952
Warnings Expected @param tag for 'contributor'. 962
Warnings Expected an @return tag. 984
Warnings Expected an @return tag. 994
Warnings Expected @param tag for 'resource'. 1004
Warnings Expected @param tag for 'resource'. 1014
Warnings Expected @param tag for 'reporting'. 1024
Warnings Expected an @return tag. 1034
Warnings Expected @param tag for 'license'. 1056
Warnings Expected @param tag for 'set'. 1066
Warnings Expected an @return tag. 1076
Warnings Expected an @return tag. 1086
Warnings Expected @param tag for 'set'. 1096
Warnings Expected an @return tag. 1106
Warnings Expected an @return tag. 1116
Warnings Expected @param tag for 'set'. 1126
Warnings Expected an @return tag. 1136
Warnings Expected an @return tag. 1146
Warnings Expected @param tag for 'set'. 1156
Warnings Expected an @return tag. 1166
Warnings Expected an @return tag. 1176
Warnings 'artifact' hides a field. 1186
Warnings Expected @param tag for 'artifact'. 1186
Warnings Expected an @return tag. 1196
Warnings Expected an @return tag. 1206
Warnings Expected an @return tag. 1216
Warnings Expected an @return tag. 1226
Warnings Expected an @return tag. 1236
Warnings Expected an @return tag. 1246
Warnings Expected @param tag for 'plugin'. 1256
Warnings Expected @param tag for 'plugin'. 1266
Warnings Expected an @return tag. 1300
Warnings Expected an @return tag. 1310
Warnings 'artifact' hides a field. 1328
Warnings Expected an @return tag. 1351
Warnings Expected @param tag for 'string'. 1351
Warnings Expected @param tag for 'string1'. 1351
Warnings Expected @param tag for 'string2'. 1351
Warnings Expected @param tag for 'string3'. 1351
Warnings Expected an @return tag. 1361
Warnings Expected @param tag for 'string'. 1361
Warnings Expected @param tag for 'string1'. 1361
Warnings Expected @param tag for 'string2'. 1361
Warnings Expected an @return tag. 1371
Warnings Expected @param tag for 'mavenProject'. 1381
Warnings Expected @param tag for 'writer'. 1391
Warnings Expected @throws tag for 'IOException'. 1392
Warnings Expected @param tag for 'writer'. 1402
Warnings Expected @throws tag for 'IOException'. 1403
Warnings 'model' hides a field. 1433
Warnings Expected an @return tag. 1449
Warnings Expected an @return tag. 1459
Errors Line is longer than 120 characters. 1459
Warnings Expected @param tag for 'artifactFactory'. 1459
Warnings Expected @param tag for 'string'. 1459
Warnings Expected @param tag for 'artifactFilter'. 1459
Warnings Expected @param tag for 'mavenProject'. 1469
Warnings Expected @param tag for 'string'. 1479
Warnings Expected @param tag for 'string1'. 1479
Warnings 'file' hides a field. 1479
Warnings Expected @param tag for 'file'. 1479
Warnings Expected an @return tag. 1489
Warnings Expected an @return tag. 1499
Warnings Expected an @return tag. 1509
Warnings Expected an @return tag. 1537
Warnings 'artifact' hides a field. 1537
Warnings Expected @param tag for 'artifact'. 1537

org/apache/maven/plugin/testing/stubs/StubArtifactCollector.java

Violation Message Line
Errors Unused import - org.apache.maven.artifact.repository.RepositoryRequest. 29
Warnings Missing a Javadoc comment. 53
Errors More than 7 parameters. 53
Warnings Missing a Javadoc comment. 62
Errors More than 7 parameters. 62
Warnings Missing a Javadoc comment. 72
Errors More than 7 parameters. 72
Warnings Missing a Javadoc comment. 81

org/apache/maven/plugin/testing/stubs/StubArtifactRepository.java

Violation Message Line
Warnings Expected @param tag for 'artifact'. 57
Warnings Expected @param tag for 'artifactMetadata'. 66
Warnings Expected @param tag for 'metadata'. 75
Warnings Expected @param tag for 'repository'. 75
Warnings Expected @param tag for 'blackListed'. 166
Warnings Missing a Javadoc comment. 180
Warnings Missing a Javadoc comment. 186
Warnings Missing a Javadoc comment. 191
Warnings Missing a Javadoc comment. 196
Warnings Missing a Javadoc comment. 201
Warnings Missing a Javadoc comment. 206
Warnings Missing a Javadoc comment. 211
Warnings Missing a Javadoc comment. 216
Warnings Missing a Javadoc comment. 221
Warnings Missing a Javadoc comment. 226
Warnings Missing a Javadoc comment. 231
Warnings Missing a Javadoc comment. 236
Warnings Missing a Javadoc comment. 241
Warnings Missing a Javadoc comment. 246

org/apache/maven/plugin/testing/stubs/StubArtifactResolver.java

Violation Message Line
Warnings Expected @param tag for 'factory'. 62
Warnings Expected @param tag for 'throwArtifactResolutionException'. 62
Warnings Expected @param tag for 'throwArtifactNotFoundException'. 63
Errors Line is longer than 120 characters. 75
Warnings Expected @param tag for 'artifact'. 75
Warnings Expected @param tag for 'remoteRepositories'. 75
Warnings Expected @param tag for 'localRepository'. 75
Warnings Expected @throws tag for 'ArtifactResolutionException'. 76
Warnings Expected @throws tag for 'ArtifactNotFoundException'. 76
Warnings Expected @param tag for 'artifacts'. 107
Warnings Expected @param tag for 'originatingArtifact'. 107
Errors Line is longer than 120 characters. 108
Warnings Expected @param tag for 'remoteRepositories'. 108
Warnings Expected @param tag for 'localRepository'. 108
Warnings Expected @param tag for 'source'. 109
Warnings Expected @throws tag for 'ArtifactResolutionException'. 110
Warnings Expected @throws tag for 'ArtifactNotFoundException'. 110
Warnings Expected @param tag for 'artifacts'. 119
Warnings Expected @param tag for 'originatingArtifact'. 119
Errors Line is longer than 120 characters. 120
Warnings Expected @param tag for 'remoteRepositories'. 120
Warnings Expected @param tag for 'localRepository'. 120
Errors Line is longer than 120 characters. 121
Warnings Expected @param tag for 'source'. 121
Warnings Expected @param tag for 'listeners'. 121
Warnings Expected @throws tag for 'ArtifactResolutionException'. 122
Warnings Expected @throws tag for 'ArtifactNotFoundException'. 122
Warnings Expected @param tag for 'artifacts'. 131
Warnings Expected @param tag for 'originatingArtifact'. 131
Errors Line is longer than 120 characters. 132
Warnings Expected @param tag for 'localRepository'. 132
Warnings Expected @param tag for 'remoteRepositories'. 132
Warnings Expected @param tag for 'source'. 133
Warnings Expected @param tag for 'filter'. 133
Warnings Expected @throws tag for 'ArtifactResolutionException'. 134
Warnings Expected @throws tag for 'ArtifactNotFoundException'. 134
Warnings Expected @param tag for 'artifacts'. 143
Warnings Expected @param tag for 'originatingArtifact'. 143
Warnings Expected @param tag for 'managedVersions'. 144
Warnings Expected @param tag for 'localRepository'. 144
Errors Line is longer than 120 characters. 145
Warnings Expected @param tag for 'remoteRepositories'. 145
Warnings Expected @param tag for 'source'. 145
Warnings Expected @throws tag for 'ArtifactResolutionException'. 146
Warnings Expected @throws tag for 'ArtifactNotFoundException'. 146
Warnings Expected @param tag for 'artifacts'. 155
Warnings Expected @param tag for 'originatingArtifact'. 155
Warnings Expected @param tag for 'managedVersions'. 156
Warnings Expected @param tag for 'localRepository'. 156
Errors Line is longer than 120 characters. 157
Warnings Expected @param tag for 'remoteRepositories'. 157
Warnings Expected @param tag for 'source'. 157
Warnings Expected @param tag for 'filter'. 158
Warnings Expected @throws tag for 'ArtifactResolutionException'. 159
Warnings Expected @throws tag for 'ArtifactNotFoundException'. 159
Errors More than 7 parameters. 168
Warnings Expected @param tag for 'artifacts'. 168
Warnings Expected @param tag for 'originatingArtifact'. 168
Warnings Expected @param tag for 'managedVersions'. 169
Warnings Expected @param tag for 'localRepository'. 169
Errors Line is longer than 120 characters. 170
Warnings Expected @param tag for 'remoteRepositories'. 170
Warnings Expected @param tag for 'source'. 170
Warnings Expected @param tag for 'filter'. 171
Warnings Expected @param tag for 'listeners'. 171
Warnings Expected @throws tag for 'ArtifactResolutionException'. 172
Warnings Expected @throws tag for 'ArtifactNotFoundException'. 172
Errors Line is longer than 120 characters. 182
Warnings Expected @param tag for 'artifact'. 182
Warnings Expected @param tag for 'remoteRepositories'. 182
Warnings Expected @param tag for 'localRepository'. 182
Warnings Expected @throws tag for 'ArtifactResolutionException'. 183
Warnings Expected @throws tag for 'ArtifactNotFoundException'. 183
Errors Line is longer than 120 characters. 188
Warnings Missing a Javadoc comment. 188
Warnings Missing a Javadoc comment. 196
Warnings Missing a Javadoc comment. 201