Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
11035520

Rules

RulesViolationsSeverity
FileLength0Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
0Errors Error
FileTabCharacter
  • eachLine: "true"
0Errors Error
LeftCurly
  • option: "nl"
0Errors Error
RightCurly
  • option: "alone"
0Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
13Errors Error
MemberName0Errors Error
JavadocMethod
  • scope: "protected"
338Warnings Warning
JavadocType
  • scope: "protected"
0Errors Error
JavadocVariable
  • scope: "protected"
0Infos Info
ConstantName0Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName0Errors Error
TypeName0Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports1Errors Error
MethodLength0Errors Error
ParameterNumber4Errors Error
EmptyForIteratorPad
  • option: "space"
0Errors Error
OperatorWrap0Errors Error
ParenPad
  • option: "space"
0Errors Error
WhitespaceAfter0Errors Error
WhitespaceAround0Errors Error
ModifierOrder0Errors Error
RedundantModifier0Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock
  • option: "text"
0Errors Error
NeedBraces0Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement1Errors Error
EqualsHashCode0Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
17Warnings Warning
IllegalInstantiation0Errors Error
InnerAssignment0Errors 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"
0Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows1Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
InterfaceIsType0Errors Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
0Errors Error
UpperEll0Errors Error

Details

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

ViolationMessageLine
WarningsMissing a Javadoc comment.104
WarningsMissing a Javadoc comment.138
WarningsMissing a Javadoc comment.144
WarningsMissing a Javadoc comment.149
WarningsMissing a Javadoc comment.154
WarningsMissing a Javadoc comment.168
WarningsMissing a Javadoc comment.175
WarningsExpected @param tag for 'goal'.193
WarningsExpected @param tag for 'pluginPom'.193
WarningsExpected @throws tag for 'Exception'.194
WarningsExpected @param tag for 'goal'.207
WarningsExpected @param tag for 'pluginPom'.207
WarningsExpected @throws tag for 'Exception'.208
WarningsExpected @param tag for 'goal'.221
WarningsExpected @param tag for 'pom'.221
WarningsExpected @throws tag for 'Exception'.222
WarningsExpected @param tag for 'goal'.247
WarningsExpected @param tag for 'pom'.247
WarningsExpected @throws tag for 'Exception'.248
WarningsExpected @param tag for 'groupId'.283
WarningsExpected @param tag for 'artifactId'.283
WarningsExpected @param tag for 'version'.283
WarningsExpected @param tag for 'goal'.283
WarningsExpected @param tag for 'pluginConfiguration'.284
WarningsExpected @throws tag for 'Exception'.285
WarningsMissing a Javadoc comment.313
WarningsMissing a Javadoc comment.319
ErrorsRedundant throws: 'ComponentConfigurationException' is subclass of 'Exception'.320
WarningsMissing a Javadoc comment.348
WarningsMissing a Javadoc comment.359
ErrorsLine is longer than 120 characters.368
ErrorsEmpty statement.379
ErrorsLine is longer than 120 characters.396
WarningsExpected @param tag for 'artifactId'.422
WarningsExpected @param tag for 'pom'.422
WarningsExpected @throws tag for 'Exception'.423
WarningsExpected @param tag for 'artifactId'.438
WarningsExpected @param tag for 'pomDom'.438
WarningsExpected @throws tag for 'Exception'.439
WarningsExpected @param tag for 'mojo'.490
WarningsExpected @param tag for 'artifactId'.490
WarningsExpected @param tag for 'pom'.490
WarningsExpected @throws tag for 'Exception'.491
WarningsExpected @param tag for 'mojo'.512
WarningsExpected @param tag for 'pluginConfiguration'.512
WarningsExpected @throws tag for 'Exception'.513
WarningsExpected @param tag for 'object'.534
WarningsExpected @param tag for 'variable'.534
WarningsExpected @throws tag for 'IllegalAccessException'.535
WarningsExpected @param tag for 'object'.552
WarningsExpected @throws tag for 'IllegalAccessException'.553
WarningsExpected @param tag for 'clazz'.567
WarningsExpected @param tag for 'object'.567
WarningsExpected @throws tag for 'IllegalAccessException'.568
WarningsExpected @param tag for 'object'.599
WarningsExpected @param tag for 'variable'.599
WarningsExpected @param tag for 'value'.599
WarningsExpected @throws tag for 'IllegalAccessException'.600

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

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

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

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

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

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

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

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

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

ViolationMessageLine
ErrorsUnused import - org.apache.maven.artifact.repository.RepositoryRequest.29
WarningsMissing a Javadoc comment.53
ErrorsMore than 7 parameters.53
WarningsMissing a Javadoc comment.62
ErrorsMore than 7 parameters.62
WarningsMissing a Javadoc comment.72
ErrorsMore than 7 parameters.72
WarningsMissing a Javadoc comment.81

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

ViolationMessageLine
WarningsExpected @param tag for 'artifact'.57
WarningsExpected @param tag for 'artifactMetadata'.66
WarningsExpected @param tag for 'metadata'.75
WarningsExpected @param tag for 'repository'.75
WarningsExpected @param tag for 'blackListed'.166
WarningsMissing a Javadoc comment.180
WarningsMissing a Javadoc comment.186
WarningsMissing a Javadoc comment.191
WarningsMissing a Javadoc comment.196
WarningsMissing a Javadoc comment.201
WarningsMissing a Javadoc comment.206
WarningsMissing a Javadoc comment.211
WarningsMissing a Javadoc comment.216
WarningsMissing a Javadoc comment.221
WarningsMissing a Javadoc comment.226
WarningsMissing a Javadoc comment.231
WarningsMissing a Javadoc comment.236
WarningsMissing a Javadoc comment.241
WarningsMissing a Javadoc comment.246

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

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