Checkstyle Results

The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.

Summary

Files  Info  Warnings  Errors
24 16 116 2

Files

File  I  W  E
org/apache/maven/model/building/DefaultModelBuilder.java 0 36 1
org/apache/maven/model/building/DefaultModelBuilderFactory.java 0 1 0
org/apache/maven/model/building/DefaultModelBuildingRequest.java 0 6 0
org/apache/maven/model/building/DefaultModelProblem.java 0 1 0
org/apache/maven/model/building/DefaultModelProblemCollector.java 0 3 0
org/apache/maven/model/building/ModelBuilder.java 0 18 0
org/apache/maven/model/building/ModelBuildingRequest.java 0 3 0
org/apache/maven/model/building/ModelProblem.java 9 0 0
org/apache/maven/model/building/ModelProcessor.java 1 0 0
org/apache/maven/model/building/ModelSource2.java 0 1 0
org/apache/maven/model/building/ModelSource3.java 0 2 0
org/apache/maven/model/building/Result.java 0 18 0
org/apache/maven/model/building/TransformerContext.java 0 4 0
org/apache/maven/model/composition/DependencyManagementImporter.java 0 1 0
org/apache/maven/model/inheritance/InheritanceAssembler.java 0 1 0
org/apache/maven/model/interpolation/MavenBuildTimestamp.java 3 2 0
org/apache/maven/model/interpolation/ModelInterpolator.java 0 5 0
org/apache/maven/model/interpolation/ObjectBasedValueSource.java 0 2 0
org/apache/maven/model/locator/ModelLocator.java 0 4 0
org/apache/maven/model/path/ProfileActivationFilePathInterpolator.java 0 2 0
org/apache/maven/model/profile/ProfileInjector.java 0 2 0
org/apache/maven/model/resolution/ModelResolver.java 0 1 0
org/apache/maven/model/root/RootLocator.java 1 0 0
org/apache/maven/model/validation/DefaultModelValidator.java 2 3 1

Rules

Category Rule Violations Severity
coding HiddenField
  • ignoreConstructorParameter: "true"
  • setterCanReturnItsClass: "true"
  • ignoreSetter: "true"
10  Warning
javadoc JavadocMethod
  • accessModifiers: "public, protected"
106  Warning
JavadocVariable
  • scope: "protected"
16  Info
sizes FileLength 2  Error

Details

org/apache/maven/model/building/DefaultModelBuilder.java

Severity Category Rule Message Line
 Error sizes FileLength File length is 2,028 lines (max allowed is 2,000). 1
 Warning javadoc JavadocMethod @return tag should be present and have description. 181
 Warning javadoc JavadocMethod Expected @param tag for 'modelProcessor'. 182
 Warning javadoc JavadocMethod @return tag should be present and have description. 210
 Warning javadoc JavadocMethod Expected @param tag for 'modelValidator'. 211
 Warning javadoc JavadocMethod @return tag should be present and have description. 239
 Warning javadoc JavadocMethod Expected @param tag for 'modelNormalizer'. 240
 Warning javadoc JavadocMethod @return tag should be present and have description. 268
 Warning javadoc JavadocMethod Expected @param tag for 'modelInterpolator'. 269
 Warning javadoc JavadocMethod @return tag should be present and have description. 297
 Warning javadoc JavadocMethod Expected @param tag for 'modelPathTranslator'. 298
 Warning javadoc JavadocMethod @return tag should be present and have description. 326
 Warning javadoc JavadocMethod Expected @param tag for 'modelUrlNormalizer'. 327
 Warning javadoc JavadocMethod @return tag should be present and have description. 355
 Warning javadoc JavadocMethod Expected @param tag for 'superPomProvider'. 356
 Warning javadoc JavadocMethod @return tag should be present and have description. 384
 Warning javadoc JavadocMethod Expected @param tag for 'inheritanceAssembler'. 385
 Warning javadoc JavadocMethod @return tag should be present and have description. 413
 Warning javadoc JavadocMethod Expected @param tag for 'profileSelector'. 414
 Warning javadoc JavadocMethod @return tag should be present and have description. 442
 Warning javadoc JavadocMethod Expected @param tag for 'profileInjector'. 443
 Warning javadoc JavadocMethod @return tag should be present and have description. 471
 Warning javadoc JavadocMethod Expected @param tag for 'pluginManagementInjector'. 472
 Warning javadoc JavadocMethod @return tag should be present and have description. 500
 Warning javadoc JavadocMethod Expected @param tag for 'dependencyManagementInjector'. 502
 Warning javadoc JavadocMethod @return tag should be present and have description. 530
 Warning javadoc JavadocMethod Expected @param tag for 'dependencyManagementImporter'. 532
 Warning javadoc JavadocMethod @return tag should be present and have description. 560
 Warning javadoc JavadocMethod Expected @param tag for 'lifecycleBindingsInjector'. 561
 Warning javadoc JavadocMethod @return tag should be present and have description. 589
 Warning javadoc JavadocMethod Expected @param tag for 'pluginConfigurationExpander'. 590
 Warning javadoc JavadocMethod @return tag should be present and have description. 618
 Warning javadoc JavadocMethod Expected @param tag for 'reportConfigurationExpander'. 619
 Warning javadoc JavadocMethod @return tag should be present and have description. 647
 Warning javadoc JavadocMethod Expected @param tag for 'profileActivationFilePathInterpolator'. 649
 Warning javadoc JavadocMethod @return tag should be present and have description. 677
 Warning javadoc JavadocMethod Expected @param tag for 'reportingConverter'. 678

org/apache/maven/model/building/DefaultModelBuilderFactory.java

Severity Category Rule Message Line
 Warning coding HiddenField 'versionParser' hides a field. 220

org/apache/maven/model/building/DefaultModelBuildingRequest.java

Severity Category Rule Message Line
 Warning coding HiddenField 'buildStartTime' hides a field. 307
 Warning coding HiddenField 'modelBuildingListener' hides a field. 331
 Warning coding HiddenField 'fileModel' hides a field. 355
 Warning coding HiddenField 'workspaceResolver' hides a field. 376
 Warning coding HiddenField 'contextBuilder' hides a field. 387
 Warning coding HiddenField 'rootDirectory' hides a field. 398

org/apache/maven/model/building/DefaultModelProblem.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Expected @param tag for 'version'. 64

org/apache/maven/model/building/DefaultModelProblemCollector.java

Severity Category Rule Message Line
 Warning coding HiddenField 'problems' hides a field. 117
 Warning coding HiddenField 'source' hides a field. 129
 Warning coding HiddenField 'result' hides a field. 166

org/apache/maven/model/building/ModelBuilder.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod @return tag should be present and have description. 61
 Warning javadoc JavadocMethod Expected @param tag for 'pomFile'. 62
 Warning javadoc JavadocMethod Expected @param tag for 'validationLevel'. 62
 Warning javadoc JavadocMethod Expected @param tag for 'locationTracking'. 62
 Warning javadoc JavadocMethod @return tag should be present and have description. 69
 Warning javadoc JavadocMethod Expected @param tag for 'pomFile'. 69
 Warning javadoc JavadocMethod Expected @param tag for 'validationLevel'. 69
 Warning javadoc JavadocMethod Expected @param tag for 'locationTracking'. 69
 Warning javadoc JavadocMethod @return tag should be present and have description. 74
 Warning javadoc JavadocMethod Expected @param tag for 'pomFile'. 76
 Warning javadoc JavadocMethod Expected @param tag for 'validationLevel'. 76
 Warning javadoc JavadocMethod Expected @param tag for 'locationTracking'. 76
 Warning javadoc JavadocMethod Expected @param tag for 'context'. 76
 Warning javadoc JavadocMethod @return tag should be present and have description. 81
 Warning javadoc JavadocMethod Expected @param tag for 'pomFile'. 82
 Warning javadoc JavadocMethod Expected @param tag for 'validationLevel'. 82
 Warning javadoc JavadocMethod Expected @param tag for 'locationTracking'. 82
 Warning javadoc JavadocMethod Expected @param tag for 'context'. 82

org/apache/maven/model/building/ModelBuildingRequest.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod @return tag should be present and have description. 93
 Warning javadoc JavadocMethod @return tag should be present and have description. 99
 Warning javadoc JavadocMethod Expected @param tag for 'rawModel'. 100

org/apache/maven/model/building/ModelProblem.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 35
 Info javadoc JavadocVariable Missing a Javadoc comment. 36
 Info javadoc JavadocVariable Missing a Javadoc comment. 37
 Info javadoc JavadocVariable Missing a Javadoc comment. 45
 Info javadoc JavadocVariable Missing a Javadoc comment. 46
 Info javadoc JavadocVariable Missing a Javadoc comment. 47
 Info javadoc JavadocVariable Missing a Javadoc comment. 48
 Info javadoc JavadocVariable Missing a Javadoc comment. 49
 Info javadoc JavadocVariable Missing a Javadoc comment. 50

org/apache/maven/model/building/ModelProcessor.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 33

org/apache/maven/model/building/ModelSource2.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod @return tag should be present and have description. 55

org/apache/maven/model/building/ModelSource3.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod @return tag should be present and have description. 55
 Warning javadoc JavadocMethod Expected @param tag for 'relPath'. 56

org/apache/maven/model/building/Result.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod @return tag should be present and have description. 51
 Warning javadoc JavadocMethod Expected @param tag for '<T>'. 51
 Warning javadoc JavadocMethod @return tag should be present and have description. 61
 Warning javadoc JavadocMethod Expected @param tag for '<T>'. 61
 Warning javadoc JavadocMethod @return tag should be present and have description. 72
 Warning javadoc JavadocMethod Expected @param tag for '<T>'. 72
 Warning javadoc JavadocMethod @return tag should be present and have description. 89
 Warning javadoc JavadocMethod Expected @param tag for '<T>'. 89
 Warning javadoc JavadocMethod @return tag should be present and have description. 119
 Warning javadoc JavadocMethod Expected @param tag for '<T>'. 119
 Warning javadoc JavadocMethod @return tag should be present and have description. 129
 Warning javadoc JavadocMethod Expected @param tag for '<T>'. 129
 Warning javadoc JavadocMethod @return tag should be present and have description. 140
 Warning javadoc JavadocMethod Expected @param tag for '<T>'. 140
 Warning javadoc JavadocMethod @return tag should be present and have description. 150
 Warning javadoc JavadocMethod Expected @param tag for '<T>'. 150
 Warning javadoc JavadocMethod @return tag should be present and have description. 177
 Warning javadoc JavadocMethod Expected @param tag for '<T>'. 177

org/apache/maven/model/building/TransformerContext.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod @return tag should be present and have description. 41
 Warning javadoc JavadocMethod Expected @param tag for 'key'. 41
 Warning javadoc JavadocMethod @return tag should be present and have description. 66
 Warning javadoc JavadocMethod Expected @param tag for 'path'. 66

org/apache/maven/model/composition/DependencyManagementImporter.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod @return tag should be present and have description. 44

org/apache/maven/model/inheritance/InheritanceAssembler.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod @return tag should be present and have description. 44

org/apache/maven/model/interpolation/MavenBuildTimestamp.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 36
 Info javadoc JavadocVariable Missing a Javadoc comment. 38
 Info javadoc JavadocVariable Missing a Javadoc comment. 40
 Warning javadoc JavadocMethod Expected @param tag for 'time'. 62
 Warning javadoc JavadocMethod Expected @param tag for 'properties'. 62

org/apache/maven/model/interpolation/ModelInterpolator.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod @return tag should be present and have description. 78
 Warning javadoc JavadocMethod Expected @param tag for 'model'. 79
 Warning javadoc JavadocMethod Expected @param tag for 'projectDir'. 80
 Warning javadoc JavadocMethod Expected @param tag for 'request'. 81
 Warning javadoc JavadocMethod Expected @param tag for 'problems'. 82

org/apache/maven/model/interpolation/ObjectBasedValueSource.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod @return tag should be present and have description. 74
 Warning javadoc JavadocMethod Expected @param tag for 'expression'. 74

org/apache/maven/model/locator/ModelLocator.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod @return tag should be present and have description. 64
 Warning javadoc JavadocMethod Expected @param tag for 'project'. 65
 Warning javadoc JavadocMethod @return tag should be present and have description. 75
 Warning javadoc JavadocMethod Expected @param tag for 'project'. 75

org/apache/maven/model/path/ProfileActivationFilePathInterpolator.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Expected @param tag for 'path'. 61
 Warning javadoc JavadocMethod Expected @param tag for 'context'. 61

org/apache/maven/model/profile/ProfileInjector.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod @return tag should be present and have description. 56
 Warning javadoc JavadocMethod @return tag should be present and have description. 75

org/apache/maven/model/resolution/ModelResolver.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Expected @param tag for 'replace'. 110

org/apache/maven/model/root/RootLocator.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 43

org/apache/maven/model/validation/DefaultModelValidator.java

Severity Category Rule Message Line
 Error sizes FileLength File length is 2,038 lines (max allowed is 2,000). 1
 Info javadoc JavadocVariable Missing a Javadoc comment. 85
 Info javadoc JavadocVariable Missing a Javadoc comment. 88
 Warning javadoc JavadocMethod Expected @param tag for 'problems'. 1241
 Warning javadoc JavadocMethod Expected @param tag for 'd'. 1241
 Warning javadoc JavadocMethod Expected @param tag for 'prefix'. 1241