Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
11 0 347 52

Rules

Rules Violations Severity
LeftCurly
  • option: "nl"
0 Errors Error
RightCurly
  • option: "alone"
0 Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
0 Errors Error
MemberName 0 Errors Error
JavadocMethod
  • scope: "protected"
330 Warnings Warning
JavadocType
  • 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
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
0 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 1 Errors Error
FileLength 0 Errors Error
MethodLength 0 Errors Error
ParameterNumber 4 Errors Error
EmptyForIteratorPad
  • option: "space"
0 Errors Error
OperatorWrap 0 Errors Error
ParenPad
  • option: "space"
0 Errors Error
TabCharacter 0 Errors Error
WhitespaceAfter 0 Errors Error
WhitespaceAround 47 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 0 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 0 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. 84
Errors '<' is not preceded with whitespace. 98
Errors '<' is not followed by whitespace. 98
Errors '?' is not preceded with whitespace. 98
Errors '>' is not preceded with whitespace. 98
Errors '?' is not followed by whitespace. 98
Warnings Missing a Javadoc comment. 104
Warnings Missing a Javadoc comment. 110
Warnings Missing a Javadoc comment. 115
Warnings Missing a Javadoc comment. 120
Warnings Missing a Javadoc comment. 137
Warnings Expected @param tag for 'goal'. 155
Warnings Expected @param tag for 'pluginPom'. 155
Warnings Expected @throws tag for 'Exception'. 156
Warnings Expected @param tag for 'goal'. 169
Warnings Expected @param tag for 'pluginPom'. 169
Warnings Expected @throws tag for 'Exception'. 170
Warnings Expected @param tag for 'goal'. 183
Warnings Expected @param tag for 'pom'. 183
Warnings Expected @throws tag for 'Exception'. 184
Warnings Expected @param tag for 'goal'. 209
Warnings Expected @param tag for 'pom'. 209
Warnings Expected @throws tag for 'Exception'. 210
Warnings Expected @param tag for 'groupId'. 245
Warnings Expected @param tag for 'artifactId'. 245
Warnings Expected @param tag for 'version'. 245
Warnings Expected @param tag for 'goal'. 245
Warnings Expected @param tag for 'pluginConfiguration'. 246
Warnings Expected @throws tag for 'Exception'. 247
Warnings Expected @param tag for 'artifactId'. 281
Warnings Expected @param tag for 'pom'. 281
Warnings Expected @throws tag for 'Exception'. 282
Warnings Expected @param tag for 'artifactId'. 297
Warnings Expected @param tag for 'pomDom'. 297
Warnings Expected @throws tag for 'Exception'. 298
Warnings Expected @param tag for 'mojo'. 351
Warnings Expected @param tag for 'artifactId'. 351
Warnings Expected @param tag for 'pom'. 351
Warnings Expected @throws tag for 'Exception'. 352
Warnings Expected @param tag for 'mojo'. 373
Warnings Expected @param tag for 'pluginConfiguration'. 373
Warnings Expected @throws tag for 'Exception'. 374
Warnings Expected @param tag for 'object'. 395
Warnings Expected @param tag for 'variable'. 395
Warnings Expected @throws tag for 'IllegalAccessException'. 396
Warnings Expected @param tag for 'object'. 413
Warnings Expected @throws tag for 'IllegalAccessException'. 414
Warnings Expected @param tag for 'clazz'. 428
Warnings Expected @param tag for 'object'. 428
Warnings Expected @throws tag for 'IllegalAccessException'. 429
Warnings Expected @param tag for 'object'. 463
Warnings Expected @param tag for 'variable'. 463
Warnings Expected @param tag for 'value'. 463
Warnings Expected @throws tag for 'IllegalAccessException'. 464

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
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/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/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'. 220
Warnings Expected @param tag for 'list'. 261
Warnings Expected an @return tag. 271
Warnings Expected @param tag for 'list'. 310
Warnings Expected an @return tag. 320
Warnings Expected an @return tag. 330
Warnings Expected @param tag for 'compileArtifacts'. 402
Warnings Expected @param tag for 'runtimeClasspathElements'. 473
Warnings Expected @param tag for 'attachedArtifacts'. 481
Warnings Expected @param tag for 'compileSourceRoots'. 489
Warnings Expected @param tag for 'testCompileSourceRoots'. 497
Warnings Expected @param tag for 'scriptSourceRoots'. 505
Warnings Expected @param tag for 'artifactMap'. 513
Warnings Expected @param tag for 'pluginArtifactMap'. 521
Warnings Expected @param tag for 'reportArtifactMap'. 529
Warnings Expected @param tag for 'extensionArtifactMap'. 537
Warnings Expected @param tag for 'projectReferences'. 545
Warnings Expected @param tag for 'buildOverlay'. 553
Warnings Expected @param tag for 'compileDependencies'. 561
Warnings Expected @param tag for 'systemDependencies'. 569
Warnings Expected @param tag for 'testClasspathElements'. 577
Warnings Expected @param tag for 'testDependencies'. 585
Warnings Expected @param tag for 'systemClasspathElements'. 593
Warnings Expected @param tag for 'systemArtifacts'. 601
Warnings Expected @param tag for 'testArtifacts'. 609
Warnings Expected @param tag for 'runtimeArtifacts'. 617
Warnings Expected @param tag for 'runtimeDependencies'. 625
Warnings Expected @param tag for 'model'. 633
Warnings Expected an @return tag. 661
Warnings Expected an @return tag. 755
Warnings Expected @param tag for 'issueManagement'. 765
Warnings Expected an @return tag. 775
Warnings Expected @param tag for 'ciManagement'. 785
Warnings Expected an @return tag. 795
Warnings Expected @param tag for 'distributionManagement'. 805
Warnings Expected an @return tag. 815
Warnings Expected @param tag for 'organization'. 837
Warnings Expected an @return tag. 847
Warnings Expected @param tag for 'scm'. 857
Warnings Expected an @return tag. 867
Warnings Expected @param tag for 'list'. 877
Warnings Expected an @return tag. 887
Warnings Expected @param tag for 'mailingList'. 897
Warnings Expected @param tag for 'list'. 907
Warnings Expected an @return tag. 917
Warnings Expected @param tag for 'developer'. 927
Warnings Expected @param tag for 'list'. 937
Warnings Expected an @return tag. 947
Warnings Expected @param tag for 'contributor'. 957
Warnings Expected an @return tag. 979
Warnings Expected an @return tag. 989
Warnings Expected @param tag for 'resource'. 999
Warnings Expected @param tag for 'resource'. 1009
Warnings Expected @param tag for 'reporting'. 1019
Warnings Expected an @return tag. 1029
Warnings Expected @param tag for 'license'. 1051
Warnings Expected @param tag for 'set'. 1061
Warnings Expected an @return tag. 1071
Warnings Expected an @return tag. 1081
Warnings Expected @param tag for 'set'. 1091
Warnings Expected an @return tag. 1101
Warnings Expected an @return tag. 1111
Warnings Expected @param tag for 'set'. 1121
Warnings Expected an @return tag. 1131
Warnings Expected an @return tag. 1141
Warnings Expected @param tag for 'set'. 1151
Warnings Expected an @return tag. 1161
Warnings Expected an @return tag. 1171
Warnings 'artifact' hides a field. 1181
Warnings Expected @param tag for 'artifact'. 1181
Warnings Expected an @return tag. 1191
Warnings Expected an @return tag. 1201
Warnings Expected an @return tag. 1211
Warnings Expected an @return tag. 1221
Warnings Expected an @return tag. 1231
Warnings Expected an @return tag. 1241
Warnings Expected @param tag for 'plugin'. 1251
Warnings Expected @param tag for 'plugin'. 1261
Warnings Expected an @return tag. 1295
Warnings Expected an @return tag. 1305
Warnings 'artifact' hides a field. 1323
Warnings Expected an @return tag. 1346
Warnings Expected @param tag for 'string'. 1346
Warnings Expected @param tag for 'string1'. 1346
Warnings Expected @param tag for 'string2'. 1346
Warnings Expected @param tag for 'string3'. 1346
Warnings Expected an @return tag. 1356
Warnings Expected @param tag for 'string'. 1356
Warnings Expected @param tag for 'string1'. 1356
Warnings Expected @param tag for 'string2'. 1356
Warnings Expected an @return tag. 1366
Warnings Expected @param tag for 'mavenProject'. 1376
Warnings Expected @param tag for 'writer'. 1386
Warnings Expected @throws tag for 'IOException'. 1387
Warnings Expected @param tag for 'writer'. 1397
Warnings Expected @throws tag for 'IOException'. 1398
Warnings 'model' hides a field. 1428
Warnings Expected an @return tag. 1444
Warnings Expected an @return tag. 1454
Warnings Expected @param tag for 'artifactFactory'. 1454
Warnings Expected @param tag for 'string'. 1454
Warnings Expected @param tag for 'artifactFilter'. 1454
Warnings Expected @param tag for 'mavenProject'. 1464
Warnings Expected @param tag for 'string'. 1474
Warnings Expected @param tag for 'string1'. 1474
Warnings 'file' hides a field. 1474
Warnings Expected @param tag for 'file'. 1474
Warnings Expected an @return tag. 1484
Warnings Expected an @return tag. 1494
Warnings Expected an @return tag. 1504
Warnings Expected an @return tag. 1532
Warnings 'artifact' hides a field. 1532
Warnings Expected @param tag for 'artifact'. 1532

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
Errors '<' is not preceded with whitespace. 53
Errors '<' is not followed by whitespace. 53
Errors '>' is not preceded with whitespace. 53
Errors '<' is not preceded with whitespace. 56
Errors '<' is not followed by whitespace. 56
Errors '>' is not preceded with whitespace. 56
Errors '<' is not preceded with whitespace. 57
Errors '<' is not followed by whitespace. 57
Errors '>' is not preceded with whitespace. 57
Warnings Missing a Javadoc comment. 62
Errors More than 7 parameters. 62
Errors '<' is not preceded with whitespace. 62
Errors '<' is not followed by whitespace. 62
Errors '>' is not preceded with whitespace. 62
Errors '<' is not preceded with whitespace. 64
Errors '<' is not followed by whitespace. 64
Errors '>' is not preceded with whitespace. 64
Errors '<' is not preceded with whitespace. 66
Errors '<' is not followed by whitespace. 66
Errors '>' is not preceded with whitespace. 66
Errors '<' is not preceded with whitespace. 67
Errors '<' is not followed by whitespace. 67
Errors '>' is not preceded with whitespace. 67
Warnings Missing a Javadoc comment. 72
Errors More than 7 parameters. 72
Errors '<' is not preceded with whitespace. 72
Errors '<' is not followed by whitespace. 72
Errors '>' is not preceded with whitespace. 72
Errors '<' is not preceded with whitespace. 74
Errors '<' is not followed by whitespace. 74
Errors '>' is not preceded with whitespace. 74
Errors '<' is not preceded with whitespace. 76
Errors '<' is not followed by whitespace. 76
Errors '>' is not preceded with whitespace. 76
Warnings Missing a Javadoc comment. 81
Errors '<' is not preceded with whitespace. 81
Errors '<' is not followed by whitespace. 81
Errors '>' is not preceded with whitespace. 81
Errors '<' is not preceded with whitespace. 83
Errors '<' is not followed by whitespace. 83
Errors '>' is not preceded with whitespace. 83
Errors '<' is not preceded with whitespace. 85
Errors '<' is not followed by whitespace. 85
Errors '>' is not preceded with whitespace. 85

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

Violation Message Line
Warnings Expected @param tag for 'artifact'. 56
Warnings Expected @param tag for 'artifactMetadata'. 65
Warnings Expected @param tag for 'metadata'. 74
Warnings Expected @param tag for 'repository'. 74
Warnings Expected @param tag for 'blackListed'. 165
Warnings Missing a Javadoc comment. 179
Warnings Missing a Javadoc comment. 185
Warnings Missing a Javadoc comment. 190
Warnings Missing a Javadoc comment. 195
Warnings Missing a Javadoc comment. 200
Warnings Missing a Javadoc comment. 205
Warnings Missing a Javadoc comment. 210
Warnings Missing a Javadoc comment. 215
Warnings Missing a Javadoc comment. 220
Warnings Missing a Javadoc comment. 225
Warnings Missing a Javadoc comment. 230
Errors '<' is not preceded with whitespace. 230
Errors '<' is not followed by whitespace. 230
Errors '>' is not preceded with whitespace. 230

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

Violation Message Line
Warnings Expected @param tag for 'factory'. 61
Warnings Expected @param tag for 'throwArtifactResolutionException'. 61
Warnings Expected @param tag for 'throwArtifactNotFoundException'. 62
Warnings Expected @param tag for 'artifact'. 74
Warnings Expected @param tag for 'remoteRepositories'. 74
Warnings Expected @param tag for 'localRepository'. 74
Warnings Expected @throws tag for 'ArtifactResolutionException'. 75
Warnings Expected @throws tag for 'ArtifactNotFoundException'. 75
Warnings Expected @param tag for 'artifacts'. 106
Warnings Expected @param tag for 'originatingArtifact'. 106
Warnings Expected @param tag for 'remoteRepositories'. 107
Warnings Expected @param tag for 'localRepository'. 107
Warnings Expected @param tag for 'source'. 108
Warnings Expected @throws tag for 'ArtifactResolutionException'. 109
Warnings Expected @throws tag for 'ArtifactNotFoundException'. 109
Warnings Expected @param tag for 'artifacts'. 118
Warnings Expected @param tag for 'originatingArtifact'. 118
Warnings Expected @param tag for 'remoteRepositories'. 119
Warnings Expected @param tag for 'localRepository'. 119
Warnings Expected @param tag for 'source'. 120
Warnings Expected @param tag for 'listeners'. 120
Warnings Expected @throws tag for 'ArtifactResolutionException'. 121
Warnings Expected @throws tag for 'ArtifactNotFoundException'. 121
Warnings Expected @param tag for 'artifacts'. 130
Warnings Expected @param tag for 'originatingArtifact'. 130
Warnings Expected @param tag for 'localRepository'. 131
Warnings Expected @param tag for 'remoteRepositories'. 131
Warnings Expected @param tag for 'source'. 132
Warnings Expected @param tag for 'filter'. 132
Warnings Expected @throws tag for 'ArtifactResolutionException'. 133
Warnings Expected @throws tag for 'ArtifactNotFoundException'. 133
Warnings Expected @param tag for 'artifacts'. 142
Warnings Expected @param tag for 'originatingArtifact'. 142
Warnings Expected @param tag for 'managedVersions'. 143
Warnings Expected @param tag for 'localRepository'. 143
Warnings Expected @param tag for 'remoteRepositories'. 144
Warnings Expected @param tag for 'source'. 144
Warnings Expected @throws tag for 'ArtifactResolutionException'. 145
Warnings Expected @throws tag for 'ArtifactNotFoundException'. 145
Warnings Expected @param tag for 'artifacts'. 154
Warnings Expected @param tag for 'originatingArtifact'. 154
Warnings Expected @param tag for 'managedVersions'. 155
Warnings Expected @param tag for 'localRepository'. 155
Warnings Expected @param tag for 'remoteRepositories'. 156
Warnings Expected @param tag for 'source'. 156
Warnings Expected @param tag for 'filter'. 157
Warnings Expected @throws tag for 'ArtifactResolutionException'. 158
Warnings Expected @throws tag for 'ArtifactNotFoundException'. 158
Errors More than 7 parameters. 167
Warnings Expected @param tag for 'artifacts'. 167
Warnings Expected @param tag for 'originatingArtifact'. 167
Warnings Expected @param tag for 'managedVersions'. 168
Warnings Expected @param tag for 'localRepository'. 168
Warnings Expected @param tag for 'remoteRepositories'. 169
Warnings Expected @param tag for 'source'. 169
Warnings Expected @param tag for 'filter'. 170
Warnings Expected @param tag for 'listeners'. 170
Warnings Expected @throws tag for 'ArtifactResolutionException'. 171
Warnings Expected @throws tag for 'ArtifactNotFoundException'. 171
Warnings Expected @param tag for 'artifact'. 181
Warnings Expected @param tag for 'remoteRepositories'. 181
Warnings Expected @param tag for 'localRepository'. 181
Warnings Expected @throws tag for 'ArtifactResolutionException'. 182
Warnings Expected @throws tag for 'ArtifactNotFoundException'. 182
Warnings Missing a Javadoc comment. 187
Warnings Missing a Javadoc comment. 195
Warnings Missing a Javadoc comment. 200