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
Rules
| Category | Rule | Violations | Severity | 
|---|---|---|---|
| coding | HiddenField 
 | 10 |  Warning | 
| javadoc | JavadocMethod 
 | 106 |  Warning | 
| JavadocVariable 
 | 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,020 lines (max allowed is 2,000). | 1 | 
|  Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 179 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'modelProcessor'. | 180 | 
|  Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 208 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'modelValidator'. | 209 | 
|  Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 237 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'modelNormalizer'. | 238 | 
|  Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 266 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'modelInterpolator'. | 267 | 
|  Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 295 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'modelPathTranslator'. | 296 | 
|  Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 324 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'modelUrlNormalizer'. | 325 | 
|  Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 353 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'superPomProvider'. | 354 | 
|  Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 382 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'inheritanceAssembler'. | 383 | 
|  Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 411 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'profileSelector'. | 412 | 
|  Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 440 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'profileInjector'. | 441 | 
|  Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 469 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'pluginManagementInjector'. | 470 | 
|  Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 498 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'dependencyManagementInjector'. | 500 | 
|  Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 528 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'dependencyManagementImporter'. | 530 | 
|  Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 558 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'lifecycleBindingsInjector'. | 559 | 
|  Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 587 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'pluginConfigurationExpander'. | 588 | 
|  Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 616 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'reportConfigurationExpander'. | 617 | 
|  Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 645 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'profileActivationFilePathInterpolator'. | 647 | 
|  Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 675 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'reportingConverter'. | 676 | 
org/apache/maven/model/building/DefaultModelBuilderFactory.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Warning | coding | HiddenField | 'versionParser' hides a field. | 218 | 
org/apache/maven/model/building/DefaultModelBuildingRequest.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Warning | coding | HiddenField | 'buildStartTime' hides a field. | 305 | 
|  Warning | coding | HiddenField | 'modelBuildingListener' hides a field. | 329 | 
|  Warning | coding | HiddenField | 'fileModel' hides a field. | 353 | 
|  Warning | coding | HiddenField | 'workspaceResolver' hides a field. | 374 | 
|  Warning | coding | HiddenField | 'contextBuilder' hides a field. | 385 | 
|  Warning | coding | HiddenField | 'rootDirectory' hides a field. | 396 | 
org/apache/maven/model/building/DefaultModelProblem.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'version'. | 62 | 
org/apache/maven/model/building/DefaultModelProblemCollector.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Warning | coding | HiddenField | 'problems' hides a field. | 115 | 
|  Warning | coding | HiddenField | 'source' hides a field. | 127 | 
|  Warning | coding | HiddenField | 'result' hides a field. | 164 | 
org/apache/maven/model/building/ModelBuilder.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 59 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'pomFile'. | 60 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'validationLevel'. | 60 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'locationTracking'. | 60 | 
|  Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 67 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'pomFile'. | 67 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'validationLevel'. | 67 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'locationTracking'. | 67 | 
|  Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 72 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'pomFile'. | 74 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'validationLevel'. | 74 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'locationTracking'. | 74 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'context'. | 74 | 
|  Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 79 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'pomFile'. | 80 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'validationLevel'. | 80 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'locationTracking'. | 80 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'context'. | 80 | 
org/apache/maven/model/building/ModelBuildingRequest.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 91 | 
|  Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 97 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'rawModel'. | 98 | 
org/apache/maven/model/building/ModelProblem.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | 
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | 
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | 
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | 
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | 
|  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 | 
org/apache/maven/model/building/ModelProcessor.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | 
org/apache/maven/model/building/ModelSource2.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 52 | 
org/apache/maven/model/building/ModelSource3.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 52 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'relPath'. | 53 | 
org/apache/maven/model/building/Result.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 49 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for '<T>'. | 49 | 
|  Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 59 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for '<T>'. | 59 | 
|  Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 70 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for '<T>'. | 70 | 
|  Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 87 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for '<T>'. | 87 | 
|  Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 117 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for '<T>'. | 117 | 
|  Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 127 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for '<T>'. | 127 | 
|  Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 138 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for '<T>'. | 138 | 
|  Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 148 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for '<T>'. | 148 | 
|  Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 175 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for '<T>'. | 175 | 
org/apache/maven/model/building/TransformerContext.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 40 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'key'. | 40 | 
|  Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 65 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'path'. | 65 | 
org/apache/maven/model/composition/DependencyManagementImporter.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 42 | 
org/apache/maven/model/inheritance/InheritanceAssembler.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 42 | 
org/apache/maven/model/interpolation/MavenBuildTimestamp.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | 
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | 
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'time'. | 59 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'properties'. | 59 | 
org/apache/maven/model/interpolation/ModelInterpolator.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 76 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'model'. | 77 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'projectDir'. | 78 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'request'. | 79 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'problems'. | 80 | 
org/apache/maven/model/interpolation/ObjectBasedValueSource.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 71 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'expression'. | 71 | 
org/apache/maven/model/locator/ModelLocator.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 62 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'project'. | 63 | 
|  Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 73 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'project'. | 73 | 
org/apache/maven/model/path/ProfileActivationFilePathInterpolator.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'path'. | 59 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'context'. | 59 | 
org/apache/maven/model/profile/ProfileInjector.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 54 | 
|  Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 73 | 
org/apache/maven/model/resolution/ModelResolver.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'replace'. | 108 | 
org/apache/maven/model/root/RootLocator.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | 
org/apache/maven/model/validation/DefaultModelValidator.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Error | sizes | FileLength | File length is 2,036 lines (max allowed is 2,000). | 1 | 
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 83 | 
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 86 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'problems'. | 1239 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'd'. | 1239 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'prefix'. | 1239 | 


