Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files  Info  Warnings  Errors
15 0 450 48

Rules

Rule Violations Severity
Translation 0  Error
FileLength 0  Error
RegexpHeader
  • fileExtensions: "java"
  • headerFile: "target/checkstyle-header.txt"
2  Error
FileTabCharacter
  • eachLine: "true"
0  Error
LeftCurly
  • option: "nl"
2  Error
RightCurly
  • option: "alone"
0  Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
16  Error
MemberName 0  Error
JavadocMethod
  • scope: "protected"
433  Warning
JavadocType
  • allowUnknownTags: "true"
  • scope: "protected"
0  Error
JavadocVariable
  • scope: "protected"
0  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 0  Error
ParameterNumber 4  Error
EmptyForIteratorPad
  • option: "space"
0  Error
OperatorWrap 0  Error
ParenPad
  • option: "space"
15  Error
WhitespaceAfter 0  Error
WhitespaceAround 2  Error
ModifierOrder 0  Error
RedundantModifier 0  Error
AvoidNestedBlocks 0  Error
EmptyBlock
  • option: "text"
0  Error
NeedBraces 0  Error
EmptyStatement 1  Error
EqualsHashCode 0  Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
17  Warning
IllegalInstantiation 0  Error
InnerAssignment 0  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  Error
MissingSwitchDefault 0  Error
RedundantThrows 4  Error
SimplifyBooleanExpression 0  Error
SimplifyBooleanReturn 0  Error
InterfaceIsType 0  Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
0  Error
UpperEll 0  Error

Details

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

Severity Message Line
 Warning Missing a Javadoc comment. 115
 Warning Missing a Javadoc comment. 207
 Warning Missing a Javadoc comment. 213
 Warning Missing a Javadoc comment. 218
 Warning Missing a Javadoc comment. 223
 Error Line is longer than 120 characters (found 136). 238
 Error Line is longer than 120 characters (found 138). 239
 Warning Expected @param tag for 'modules'. 255
 Warning Missing a Javadoc comment. 260
 Warning Missing a Javadoc comment. 273
 Warning Expected @param tag for 'goal'. 291
 Warning Expected @param tag for 'pluginPom'. 291
 Warning Expected @throws tag for 'Exception'. 292
 Warning Expected @param tag for 'goal'. 305
 Warning Expected @param tag for 'pluginPom'. 305
 Warning Expected @throws tag for 'Exception'. 306
 Warning Expected @param tag for 'goal'. 319
 Warning Expected @param tag for 'pom'. 319
 Warning Expected @throws tag for 'Exception'. 320
 Warning Expected @param tag for 'goal'. 345
 Warning Expected @param tag for 'pom'. 345
 Warning Expected @throws tag for 'Exception'. 346
 Warning Expected @param tag for 'groupId'. 381
 Warning Expected @param tag for 'artifactId'. 381
 Warning Expected @param tag for 'version'. 381
 Warning Expected @param tag for 'goal'. 381
 Warning Expected @param tag for 'pluginConfiguration'. 382
 Warning Expected @throws tag for 'Exception'. 383
 Warning Expected an @return tag. 419
 Warning Expected @param tag for 'project'. 419
 Warning Expected @param tag for 'goal'. 419
 Warning Expected @throws tag for 'Exception'. 420
 Warning Expected an @return tag. 434
 Warning Expected @param tag for 'session'. 434
 Warning Expected @param tag for 'execution'. 434
 Warning Expected @throws tag for 'Exception'. 435
 Warning Expected @throws tag for 'ComponentConfigurationException'. 435
 Error Redundant throws: 'ComponentConfigurationException' is subclass of 'Exception'. 435
 Error Line is longer than 120 characters (found 123). 460
 Warning Expected an @return tag. 474
 Warning Expected @param tag for 'project'. 474
 Warning Expected an @return tag. 491
 Warning Expected @param tag for 'goal'. 491
 Error '(' is not followed by whitespace. 494
 Error '(' is not followed by whitespace. 494
 Error ')' is not preceded with whitespace. 494
 Error Line is longer than 120 characters (found 139). 500
 Error Empty statement. 511
 Error Line is longer than 120 characters (found 121). 528
 Warning Expected @param tag for 'artifactId'. 554
 Warning Expected @param tag for 'pom'. 554
 Warning Expected @throws tag for 'Exception'. 555
 Warning Expected @param tag for 'artifactId'. 570
 Warning Expected @param tag for 'pomDom'. 570
 Warning Expected @throws tag for 'Exception'. 571
 Warning Expected @param tag for 'mojo'. 622
 Warning Expected @param tag for 'artifactId'. 622
 Warning Expected @param tag for 'pom'. 622
 Warning Expected @throws tag for 'Exception'. 623
 Warning Expected @param tag for 'mojo'. 644
 Warning Expected @param tag for 'pluginConfiguration'. 644
 Warning Expected @throws tag for 'Exception'. 645
 Warning Expected @param tag for 'object'. 666
 Warning Expected @param tag for 'variable'. 666
 Warning Expected @throws tag for 'IllegalAccessException'. 667
 Warning Expected @param tag for 'object'. 684
 Warning Expected @throws tag for 'IllegalAccessException'. 685
 Warning Expected @param tag for 'clazz'. 699
 Warning Expected @param tag for 'object'. 699
 Warning Expected @throws tag for 'IllegalAccessException'. 700
 Warning Expected @param tag for 'object'. 731
 Warning Expected @param tag for 'variable'. 731
 Warning Expected @param tag for 'value'. 731
 Warning Expected @throws tag for 'IllegalAccessException'. 732

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

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

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

Severity Message Line
 Error Line does not match expected header line of '^/\*\s*$'. 3
 Warning Missing a Javadoc comment. 31

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

Severity Message Line
 Warning Missing a Javadoc comment. 65
 Error '{' is not followed by whitespace. 67
 Error '}' is not preceded with whitespace. 67
 Warning Missing a Javadoc comment. 70
 Error '(' is not followed by whitespace. 70
 Error ')' is not preceded with whitespace. 70
 Warning Expected @throws tag for 'Throwable'. 81
 Warning Missing a Javadoc comment. 94
 Warning Missing a Javadoc comment. 100
 Warning Missing a Javadoc comment. 105
 Warning Missing a Javadoc comment. 110
 Warning Missing a Javadoc comment. 115
 Warning Missing a Javadoc comment. 120
 Warning Expected @param tag for 'goal'. 133
 Warning Expected @param tag for 'pluginPom'. 133
 Warning Expected @throws tag for 'Exception'. 134
 Warning Expected @param tag for 'goal'. 147
 Warning Expected @param tag for 'pluginPom'. 147
 Warning Expected @throws tag for 'Exception'. 148
 Warning Expected @param tag for 'goal'. 161
 Warning Expected @param tag for 'pom'. 161
 Warning Expected @throws tag for 'Exception'. 162
 Warning Expected @param tag for 'goal'. 175
 Warning Expected @param tag for 'pom'. 175
 Warning Expected @throws tag for 'Exception'. 176
 Warning Missing a Javadoc comment. 181
 Warning Missing a Javadoc comment. 188
 Warning Missing a Javadoc comment. 194
 Error Redundant throws: 'ComponentConfigurationException' is subclass of 'Exception'. 195
 Warning Missing a Javadoc comment. 200
 Warning Missing a Javadoc comment. 205
 Warning Missing a Javadoc comment. 210
 Warning Missing a Javadoc comment. 216
 Warning Missing a Javadoc comment. 222
 Warning Missing a Javadoc comment. 228
 Warning Expected @param tag for 'object'. 244
 Warning Expected @param tag for 'variable'. 244
 Warning Expected @throws tag for 'IllegalAccessException'. 245
 Warning Expected @param tag for 'object'. 258
 Warning Expected @throws tag for 'IllegalAccessException'. 259
 Warning Expected @param tag for 'clazz'. 273
 Warning Expected @param tag for 'object'. 273
 Warning Expected @throws tag for 'IllegalAccessException'. 274
 Warning Expected @param tag for 'object'. 287
 Warning Expected @param tag for 'variable'. 287
 Warning Expected @param tag for 'value'. 287
 Warning Expected @throws tag for 'IllegalAccessException'. 288
 Error '(' is not followed by whitespace. 294
 Error ')' is not preceded with whitespace. 294
 Error '{' should be on a new line. 294
 Error '(' is not followed by whitespace. 295
 Error '(' is not followed by whitespace. 295
 Error ')' is not preceded with whitespace. 295
 Error ')' is not preceded with whitespace. 295
 Warning Expected an @return tag. 321
 Warning Expected @param tag for 'basedir'. 321
 Warning Expected @throws tag for 'Exception'. 322
 Warning Expected @param tag for 'basedir'. 337
 Warning Expected @param tag for 'goal'. 337
 Warning Expected @throws tag for 'Exception'. 338
 Warning Expected an @return tag. 349
 Warning Expected @param tag for 'basedir'. 349
 Warning Expected @param tag for 'goal'. 349
 Warning Expected @throws tag for 'Exception'. 350
 Warning Expected @throws tag for 'ComponentConfigurationException'. 350
 Error Redundant throws: 'ComponentConfigurationException' is subclass of 'Exception'. 350
 Warning Expected an @return tag. 361
 Warning Expected @param tag for '<T>'. 361
 Warning Expected @param tag for 'role'. 361
 Warning Expected @throws tag for 'ComponentLookupException'. 362
 Warning Expected @param tag for 'project'. 370
 Warning Expected @param tag for 'goal'. 370
 Warning Expected @param tag for 'parameters'. 370
 Warning Expected @throws tag for 'Exception'. 371
 Warning Expected @param tag for 'session'. 380
 Warning Expected @param tag for 'project'. 380
 Warning Expected @param tag for 'goal'. 380
 Warning Expected @param tag for 'parameters'. 380
 Warning Expected @throws tag for 'Exception'. 381
 Warning Expected @param tag for 'session'. 398
 Warning Expected @param tag for 'project'. 398
 Warning Expected @param tag for 'execution'. 398
 Warning Expected @throws tag for 'Exception'. 399

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

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

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

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

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

Severity Message Line
 Error Unused import - org.junit.Rule. 31
 Warning Missing a Javadoc comment. 48
 Warning Missing a Javadoc comment. 53
 Warning Expected an @return tag. 73
 Warning Expected @param tag for 'project'. 73
 Warning Expected @throws tag for 'IOException'. 74
 Warning Missing a Javadoc comment. 87
 Warning Missing a Javadoc comment. 94
 Warning Missing a Javadoc comment. 102
 Warning Missing a Javadoc comment. 145
 Warning Missing a Javadoc comment. 151
 Warning Missing a Javadoc comment. 169
 Warning Expected @param tag for 'basedir'. 177
 Warning Expected @param tag for 'paths'. 177
 Warning Expected @throws tag for 'IOException'. 178

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

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

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

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

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

Severity Message Line
 Error Unused import - org.apache.maven.artifact.repository.RepositoryRequest. 29
 Warning Missing a Javadoc comment. 53
 Error More than 7 parameters (found 8). 53
 Warning Missing a Javadoc comment. 62
 Error More than 7 parameters (found 9). 62
 Warning Missing a Javadoc comment. 72
 Error More than 7 parameters (found 8). 72
 Warning Missing a Javadoc comment. 81

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

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

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

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