Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.
Summary
Files | Info | Warnings | Errors |
---|---|---|---|
23 | 12 | 149 | 2 |
Files
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
coding | HiddenField
|
70 | Warning |
javadoc | JavadocMethod
|
79 | Warning |
JavadocVariable
|
12 | 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. | 171 |
Warning | coding | HiddenField | 'modelProcessor' hides a field. | 172 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'modelProcessor'. | 172 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 198 |
Warning | coding | HiddenField | 'modelValidator' hides a field. | 199 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'modelValidator'. | 199 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 225 |
Warning | coding | HiddenField | 'modelNormalizer' hides a field. | 226 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'modelNormalizer'. | 226 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 252 |
Warning | coding | HiddenField | 'modelInterpolator' hides a field. | 253 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'modelInterpolator'. | 253 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 279 |
Warning | coding | HiddenField | 'modelPathTranslator' hides a field. | 280 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'modelPathTranslator'. | 280 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 306 |
Warning | coding | HiddenField | 'modelUrlNormalizer' hides a field. | 307 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'modelUrlNormalizer'. | 307 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 333 |
Warning | coding | HiddenField | 'superPomProvider' hides a field. | 334 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'superPomProvider'. | 334 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 360 |
Warning | coding | HiddenField | 'inheritanceAssembler' hides a field. | 361 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'inheritanceAssembler'. | 361 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 387 |
Warning | coding | HiddenField | 'profileSelector' hides a field. | 388 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'profileSelector'. | 388 |
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. | 441 |
Warning | coding | HiddenField | 'pluginManagementInjector' hides a field. | 442 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'pluginManagementInjector'. | 442 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 468 |
Warning | coding | HiddenField | 'dependencyManagementInjector' hides a field. | 470 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'dependencyManagementInjector'. | 470 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 496 |
Warning | coding | HiddenField | 'dependencyManagementImporter' hides a field. | 498 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'dependencyManagementImporter'. | 498 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 524 |
Warning | coding | HiddenField | 'lifecycleBindingsInjector' hides a field. | 525 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'lifecycleBindingsInjector'. | 525 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 551 |
Warning | coding | HiddenField | 'pluginConfigurationExpander' hides a field. | 552 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'pluginConfigurationExpander'. | 552 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 578 |
Warning | coding | HiddenField | 'reportConfigurationExpander' hides a field. | 579 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'reportConfigurationExpander'. | 579 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 605 |
Warning | coding | HiddenField | 'profileActivationFilePathInterpolator' hides a field. | 607 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'profileActivationFilePathInterpolator'. | 607 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 633 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'reportingConverter'. | 634 |
org/apache/maven/model/building/DefaultModelBuilderFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'modelProcessor' hides a field. | 103 |
Warning | coding | HiddenField | 'modelValidator' hides a field. | 108 |
Warning | coding | HiddenField | 'modelNormalizer' hides a field. | 113 |
Warning | coding | HiddenField | 'modelInterpolator' hides a field. | 118 |
Warning | coding | HiddenField | 'modelPathTranslator' hides a field. | 123 |
Warning | coding | HiddenField | 'modelUrlNormalizer' hides a field. | 128 |
Warning | coding | HiddenField | 'superPomProvider' hides a field. | 133 |
Warning | coding | HiddenField | 'inheritanceAssembler' hides a field. | 138 |
Warning | coding | HiddenField | 'profileSelector' hides a field. | 143 |
Warning | coding | HiddenField | 'profileInjector' hides a field. | 148 |
Warning | coding | HiddenField | 'pluginManagementInjector' hides a field. | 153 |
Warning | coding | HiddenField | 'dependencyManagementInjector' hides a field. | 159 |
Warning | coding | HiddenField | 'dependencyManagementImporter' hides a field. | 165 |
Warning | coding | HiddenField | 'lifecycleBindingsInjector' hides a field. | 171 |
Warning | coding | HiddenField | 'pluginConfigurationExpander' hides a field. | 177 |
Warning | coding | HiddenField | 'reportConfigurationExpander' hides a field. | 183 |
Warning | coding | HiddenField | 'profileActivationFilePathInterpolator' hides a field. | 194 |
Warning | coding | HiddenField | 'versionProcessor' hides a field. | 199 |
org/apache/maven/model/building/DefaultModelBuildingRequest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'pomFile' hides a field. | 110 |
Warning | coding | HiddenField | 'modelSource' hides a field. | 125 |
Warning | coding | HiddenField | 'validationLevel' hides a field. | 137 |
Warning | coding | HiddenField | 'processPlugins' hides a field. | 149 |
Warning | coding | HiddenField | 'twoPhaseBuilding' hides a field. | 161 |
Warning | coding | HiddenField | 'locationTracking' hides a field. | 173 |
Warning | coding | HiddenField | 'profiles' hides a field. | 189 |
Warning | coding | HiddenField | 'activeProfileIds' hides a field. | 209 |
Warning | coding | HiddenField | 'inactiveProfileIds' hides a field. | 229 |
Warning | coding | HiddenField | 'systemProperties' hides a field. | 249 |
Warning | coding | HiddenField | 'userProperties' hides a field. | 273 |
Warning | coding | HiddenField | 'buildStartTime' hides a field. | 290 |
Warning | coding | HiddenField | 'modelResolver' hides a field. | 302 |
Warning | coding | HiddenField | 'modelBuildingListener' hides a field. | 314 |
Warning | coding | HiddenField | 'modelCache' hides a field. | 326 |
Warning | coding | HiddenField | 'fileModel' hides a field. | 338 |
Warning | coding | HiddenField | 'workspaceResolver' hides a field. | 359 |
Warning | coding | HiddenField | 'contextBuilder' hides a field. | 370 |
org/apache/maven/model/building/DefaultModelBuildingResult.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'fileModel' hides a field. | 77 |
Warning | coding | HiddenField | 'problems' hides a field. | 165 |
org/apache/maven/model/building/DefaultModelProblem.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Expected @param tag for 'version'. | 63 |
org/apache/maven/model/building/DefaultModelProblemCollector.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'problems' hides a field. | 116 |
Warning | coding | HiddenField | 'source' hides a field. | 128 |
Warning | coding | HiddenField | 'result' hides a field. | 165 |
org/apache/maven/model/building/ModelBuilder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 57 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'pomFile'. | 57 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'validationLevel'. | 57 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'locationTracking'. | 57 |
org/apache/maven/model/building/ModelBuildingRequest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 86 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 92 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'rawModel'. | 93 |
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. | 34 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
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/ModelProblemCollectorRequest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'exception' hides a field. | 62 |
Warning | coding | HiddenField | 'message' hides a field. | 71 |
Warning | coding | HiddenField | 'location' hides a field. | 80 |
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/ModelSourceTransformer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Expected @param tag for 'parser'. | 45 |
org/apache/maven/model/building/Result.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 50 |
Warning | javadoc | JavadocMethod | Expected @param tag for '<T>'. | 50 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 60 |
Warning | javadoc | JavadocMethod | Expected @param tag for '<T>'. | 60 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 71 |
Warning | javadoc | JavadocMethod | Expected @param tag for '<T>'. | 71 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 88 |
Warning | javadoc | JavadocMethod | Expected @param tag for '<T>'. | 88 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 118 |
Warning | javadoc | JavadocMethod | Expected @param tag for '<T>'. | 118 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 128 |
Warning | javadoc | JavadocMethod | Expected @param tag for '<T>'. | 128 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 139 |
Warning | javadoc | JavadocMethod | Expected @param tag for '<T>'. | 139 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 149 |
Warning | javadoc | JavadocMethod | Expected @param tag for '<T>'. | 149 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 176 |
Warning | javadoc | JavadocMethod | Expected @param tag for '<T>'. | 176 |
org/apache/maven/model/building/TransformerContext.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 43 |
org/apache/maven/model/composition/DependencyManagementImporter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 43 |
org/apache/maven/model/inheritance/InheritanceAssembler.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 43 |
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/path/ProfileActivationFilePathInterpolator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Expected @param tag for 'path'. | 55 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'context'. | 55 |
org/apache/maven/model/profile/DefaultProfileActivationContext.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'activeProfileIds' hides a field. | 60 |
Warning | coding | HiddenField | 'inactiveProfileIds' hides a field. | 76 |
Warning | coding | HiddenField | 'systemProperties' hides a field. | 94 |
Warning | coding | HiddenField | 'systemProperties' hides a field. | 105 |
Warning | coding | HiddenField | 'userProperties' hides a field. | 124 |
Warning | coding | HiddenField | 'userProperties' hides a field. | 136 |
Warning | coding | HiddenField | 'projectDirectory' hides a field. | 153 |
Warning | coding | HiddenField | 'projectProperties' hides a field. | 164 |
Warning | coding | HiddenField | 'projectProperties' hides a field. | 168 |
org/apache/maven/model/resolution/ModelResolver.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Expected @param tag for 'replace'. | 109 |
org/apache/maven/model/validation/DefaultModelValidator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | MethodLength | Method validateFileModel length is 163 lines (max allowed is 150). | 92 |
Error | sizes | MethodLength | Method validateEffectiveModel length is 155 lines (max allowed is 150). | 404 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'problems'. | 939 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'd'. | 939 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'prefix'. | 939 |