Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.
Summary
Files | Info | Warnings | Errors |
---|---|---|---|
27 | 14 | 163 | 2 |
Files
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
coding | HiddenField
|
74 | Warning |
javadoc | JavadocMethod
|
89 | Warning |
JavadocVariable
|
14 | Info | |
sizes | MethodLength | 2 | Error |
Details
org/apache/maven/model/building/DefaultModelBuilder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 162 |
Warning | coding | HiddenField | 'modelProcessor' hides a field. | 163 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'modelProcessor'. | 163 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 190 |
Warning | coding | HiddenField | 'modelValidator' hides a field. | 191 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'modelValidator'. | 191 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 218 |
Warning | coding | HiddenField | 'modelNormalizer' hides a field. | 219 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'modelNormalizer'. | 219 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 246 |
Warning | coding | HiddenField | 'modelInterpolator' hides a field. | 247 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'modelInterpolator'. | 247 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 274 |
Warning | coding | HiddenField | 'modelPathTranslator' hides a field. | 275 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'modelPathTranslator'. | 275 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 302 |
Warning | coding | HiddenField | 'modelUrlNormalizer' hides a field. | 303 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'modelUrlNormalizer'. | 303 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 330 |
Warning | coding | HiddenField | 'superPomProvider' hides a field. | 331 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'superPomProvider'. | 331 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 358 |
Warning | coding | HiddenField | 'inheritanceAssembler' hides a field. | 359 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'inheritanceAssembler'. | 359 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 386 |
Warning | coding | HiddenField | 'profileSelector' hides a field. | 387 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'profileSelector'. | 387 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 414 |
Warning | coding | HiddenField | 'profileInjector' hides a field. | 415 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'profileInjector'. | 415 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 442 |
Warning | coding | HiddenField | 'pluginManagementInjector' hides a field. | 443 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'pluginManagementInjector'. | 443 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 470 |
Warning | coding | HiddenField | 'dependencyManagementInjector' hides a field. | 472 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'dependencyManagementInjector'. | 472 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 499 |
Warning | coding | HiddenField | 'dependencyManagementImporter' hides a field. | 501 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'dependencyManagementImporter'. | 501 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 528 |
Warning | coding | HiddenField | 'lifecycleBindingsInjector' hides a field. | 529 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'lifecycleBindingsInjector'. | 529 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 556 |
Warning | coding | HiddenField | 'pluginConfigurationExpander' hides a field. | 557 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'pluginConfigurationExpander'. | 557 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 584 |
Warning | coding | HiddenField | 'reportConfigurationExpander' hides a field. | 585 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'reportConfigurationExpander'. | 585 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 612 |
Warning | coding | HiddenField | 'profileActivationFilePathInterpolator' hides a field. | 614 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'profileActivationFilePathInterpolator'. | 614 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 641 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'reportingConverter'. | 642 |
org/apache/maven/model/building/DefaultModelBuilderFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'modelProcessor' hides a field. | 107 |
Warning | coding | HiddenField | 'modelValidator' hides a field. | 112 |
Warning | coding | HiddenField | 'modelNormalizer' hides a field. | 117 |
Warning | coding | HiddenField | 'modelInterpolator' hides a field. | 122 |
Warning | coding | HiddenField | 'modelPathTranslator' hides a field. | 127 |
Warning | coding | HiddenField | 'modelUrlNormalizer' hides a field. | 132 |
Warning | coding | HiddenField | 'superPomProvider' hides a field. | 137 |
Warning | coding | HiddenField | 'inheritanceAssembler' hides a field. | 142 |
Warning | coding | HiddenField | 'profileSelector' hides a field. | 147 |
Warning | coding | HiddenField | 'profileInjector' hides a field. | 152 |
Warning | coding | HiddenField | 'pluginManagementInjector' hides a field. | 157 |
Warning | coding | HiddenField | 'dependencyManagementInjector' hides a field. | 163 |
Warning | coding | HiddenField | 'dependencyManagementImporter' hides a field. | 169 |
Warning | coding | HiddenField | 'lifecycleBindingsInjector' hides a field. | 175 |
Warning | coding | HiddenField | 'pluginConfigurationExpander' hides a field. | 181 |
Warning | coding | HiddenField | 'reportConfigurationExpander' hides a field. | 187 |
Warning | coding | HiddenField | 'profileActivationFilePathInterpolator' hides a field. | 198 |
Warning | coding | HiddenField | 'versionProcessor' hides a field. | 203 |
Warning | coding | HiddenField | 'rootLocator' hides a field. | 208 |
Warning | coding | HiddenField | 'transformer' hides a field. | 213 |
Warning | coding | HiddenField | 'rootLocator' hides a field. | 266 |
org/apache/maven/model/building/DefaultModelBuildingRequest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'pomFile' hides a field. | 113 |
Warning | coding | HiddenField | 'modelSource' hides a field. | 128 |
Warning | coding | HiddenField | 'validationLevel' hides a field. | 140 |
Warning | coding | HiddenField | 'processPlugins' hides a field. | 152 |
Warning | coding | HiddenField | 'twoPhaseBuilding' hides a field. | 164 |
Warning | coding | HiddenField | 'locationTracking' hides a field. | 176 |
Warning | coding | HiddenField | 'profiles' hides a field. | 192 |
Warning | coding | HiddenField | 'activeProfileIds' hides a field. | 212 |
Warning | coding | HiddenField | 'inactiveProfileIds' hides a field. | 232 |
Warning | coding | HiddenField | 'systemProperties' hides a field. | 252 |
Warning | coding | HiddenField | 'userProperties' hides a field. | 276 |
Warning | coding | HiddenField | 'buildStartTime' hides a field. | 293 |
Warning | coding | HiddenField | 'modelResolver' hides a field. | 305 |
Warning | coding | HiddenField | 'modelBuildingListener' hides a field. | 317 |
Warning | coding | HiddenField | 'modelCache' hides a field. | 329 |
Warning | coding | HiddenField | 'fileModel' hides a field. | 341 |
Warning | coding | HiddenField | 'workspaceResolver' hides a field. | 362 |
Warning | coding | HiddenField | 'contextBuilder' hides a field. | 373 |
Warning | coding | HiddenField | 'rootDirectory' hides a field. | 384 |
org/apache/maven/model/building/DefaultModelBuildingResult.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'fileModel' hides a field. | 76 |
Warning | coding | HiddenField | 'problems' hides a field. | 164 |
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. | 56 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'pomFile'. | 56 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'validationLevel'. | 56 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'locationTracking'. | 56 |
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/ModelCache.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Expected @param tag for '<T>'. | 89 |
Warning | javadoc | JavadocMethod | Expected @param tag for '<T>'. | 101 |
Warning | javadoc | JavadocMethod | Expected @param tag for '<T>'. | 115 |
Warning | javadoc | JavadocMethod | Expected @param tag for '<T>'. | 128 |
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 |
org/apache/maven/model/building/ModelProblemCollectorRequest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'exception' hides a field. | 61 |
Warning | coding | HiddenField | 'message' hides a field. | 70 |
Warning | coding | HiddenField | 'location' hides a field. | 79 |
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/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. | 44 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'project'. | 44 |
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/DefaultProfileActivationContext.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'activeProfileIds' hides a field. | 59 |
Warning | coding | HiddenField | 'inactiveProfileIds' hides a field. | 75 |
Warning | coding | HiddenField | 'systemProperties' hides a field. | 93 |
Warning | coding | HiddenField | 'systemProperties' hides a field. | 104 |
Warning | coding | HiddenField | 'userProperties' hides a field. | 123 |
Warning | coding | HiddenField | 'userProperties' hides a field. | 135 |
Warning | coding | HiddenField | 'projectDirectory' hides a field. | 152 |
Warning | coding | HiddenField | 'projectProperties' hides a field. | 163 |
Warning | coding | HiddenField | 'projectProperties' hides a field. | 167 |
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 |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
Error | sizes | MethodLength | Method validateFileModel length is 158 lines (max allowed is 150). | 96 |
Error | sizes | MethodLength | Method validateEffectiveModel length is 165 lines (max allowed is 150). | 412 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'problems'. | 958 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'd'. | 958 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'prefix'. | 958 |