Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.
Summary
| Files |  Info |  Warnings |  Errors | 
|---|---|---|---|
| 42 | 51 | 78 | 0 | 
Files
Rules
| Category | Rule | Violations | Severity | 
|---|---|---|---|
| coding | HiddenField 
 | 27 |  Warning | 
| javadoc | JavadocMethod 
 | 51 |  Warning | 
| JavadocVariable 
 | 51 |  Info | 
Details
org/apache/maven/artifact/ArtifactScopeEnum.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | 
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | 
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | 
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | 
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | 
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | 
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | 
|  Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 52 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'scope'. | 52 | 
org/apache/maven/artifact/deployer/ArtifactDeployer.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | 
org/apache/maven/artifact/deployer/DefaultArtifactDeployer.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'basedir'. | 69 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'finalName'. | 70 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'artifact'. | 71 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'deploymentRepository'. | 72 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'localRepository'. | 73 | 
org/apache/maven/artifact/installer/ArtifactInstaller.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | 
org/apache/maven/artifact/installer/DefaultArtifactInstaller.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'basedir'. | 59 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'finalName'. | 59 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'artifact'. | 59 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'localRepository'. | 59 | 
org/apache/maven/artifact/manager/WagonManager.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 'id'. | 41 | 
org/apache/maven/artifact/repository/ArtifactRepositoryFactory.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | 
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | 
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | 
org/apache/maven/artifact/repository/DefaultArtifactRepository.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Warning | coding | HiddenField | 'snapshots' hides a field. | 137 | 
|  Warning | coding | HiddenField | 'releases' hides a field. | 145 | 
org/apache/maven/artifact/repository/metadata/DefaultRepositoryMetadataManager.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 269 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'mappingFile'. | 269 | 
org/apache/maven/artifact/resolver/ArtifactResolver.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | 
org/apache/maven/artifact/resolver/DebugResolutionListener.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'artifact'. | 105 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'replacement'. | 105 | 
org/apache/maven/artifact/resolver/DefaultArtifactResolver.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | 
|  Warning | coding | HiddenField | 'source' hides a field. | 231 | 
|  Warning | coding | HiddenField | 'source' hides a field. | 250 | 
|  Warning | coding | HiddenField | 'source' hides a field. | 262 | 
|  Warning | coding | HiddenField | 'source' hides a field. | 281 | 
|  Warning | coding | HiddenField | 'source' hides a field. | 291 | 
|  Warning | coding | HiddenField | 'source' hides a field. | 312 | 
|  Warning | coding | HiddenField | 'source' hides a field. | 335 | 
org/apache/maven/profiles/DefaultProfileManager.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'container'. | 68 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'container'. | 77 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'props'. | 77 | 
org/apache/maven/profiles/MavenProfilesBuilder.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | 
org/apache/maven/profiles/activation/FileProfileActivator.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Warning | coding | HiddenField | 'logger' hides a field. | 89 | 
org/apache/maven/profiles/activation/ProfileActivator.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | 
org/apache/maven/project/DefaultMavenProjectBuilder.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 231 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'configuration'. | 231 | 
org/apache/maven/project/DefaultProjectBuilderConfiguration.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Warning | coding | HiddenField | 'globalProfileManager' hides a field. | 45 | 
|  Warning | coding | HiddenField | 'localRepository' hides a field. | 54 | 
|  Warning | coding | HiddenField | 'userProperties' hides a field. | 63 | 
|  Warning | coding | HiddenField | 'executionProperties' hides a field. | 80 | 
|  Warning | coding | HiddenField | 'buildStartTime' hides a field. | 89 | 
org/apache/maven/project/ModelUtils.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'childContainer'. | 53 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'parentContainer'. | 53 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'handleAsInheritance'. | 53 | 
org/apache/maven/project/inheritance/ModelInheritanceAssembler.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | 
org/apache/maven/project/interpolation/AbstractStringBasedModelInterpolator.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'strict'. | 121 | 
|  Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 167 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'src'. | 168 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'model'. | 168 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'projectDir'. | 168 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'config'. | 168 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'debug'. | 168 | 
org/apache/maven/project/interpolation/ModelInterpolator.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | 
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | 
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | 
|  Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 41 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'project'. | 42 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'context'. | 42 | 
|  Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 47 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'model'. | 48 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'context'. | 48 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'strict'. | 48 | 
org/apache/maven/project/validation/ModelValidator.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | 
org/apache/maven/repository/MavenArtifactMetadata.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | 
org/apache/maven/repository/MetadataGraph.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. | 71 | 
|  Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 78 | 
org/apache/maven/repository/MetadataResolutionRequest.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Warning | coding | HiddenField | 'artifactDependencies' hides a field. | 80 | 
|  Warning | coding | HiddenField | 'localRepository' hides a field. | 94 | 
|  Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 103 | 
|  Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 115 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'remoteRepostories'. | 116 | 
|  Warning | coding | HiddenField | 'remoteRepositories' hides a field. | 122 | 
|  Warning | coding | HiddenField | 'managedVersionMap' hides a field. | 130 | 
|  Warning | coding | HiddenField | 'asList' hides a field. | 159 | 
|  Warning | coding | HiddenField | 'asDirtyTree' hides a field. | 168 | 
|  Warning | coding | HiddenField | 'asResolvedTree' hides a field. | 177 | 
|  Warning | coding | HiddenField | 'asGraph' hides a field. | 186 | 
|  Warning | coding | HiddenField | 'scope' hides a field. | 191 | 
org/apache/maven/repository/MetadataResolutionResult.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Warning | coding | HiddenField | 'originatingArtifact' hides a field. | 74 | 
|  Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 153 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'e'. | 153 | 
|  Warning | coding | HiddenField | 'repositories' hides a field. | 273 | 
org/apache/maven/repository/legacy/DefaultUpdateCheckManager.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | 
org/apache/maven/repository/legacy/repository/ArtifactRepositoryFactory.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | 
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | 
org/apache/maven/repository/legacy/resolver/conflict/ConflictResolver.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | 
org/apache/maven/repository/legacy/resolver/transform/AbstractVersionTransformation.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | 
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | 
org/apache/maven/repository/legacy/resolver/transform/ArtifactTransformation.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | 
org/apache/maven/repository/legacy/resolver/transform/ArtifactTransformationManager.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | 
org/apache/maven/repository/metadata/ArtifactMetadata.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | 
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | 
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | 
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | 
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'name'. | 70 | 
org/apache/maven/repository/metadata/ClasspathTransformation.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | 
org/apache/maven/repository/metadata/GraphConflictResolutionPolicy.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | 
org/apache/maven/repository/metadata/GraphConflictResolver.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | 
org/apache/maven/repository/metadata/MetadataGraph.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | 
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'nVertices'. | 67 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'entry'. | 78 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'tree'. | 92 | 
org/apache/maven/repository/metadata/MetadataResolutionRequest.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | 
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | 
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | 
org/apache/maven/repository/metadata/MetadataResolutionRequestTypeEnum.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | 
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | 
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | 
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | 
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | 
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | 
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | 
org/apache/maven/repository/metadata/MetadataSource.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | 
org/apache/maven/repository/metadata/MetadataTreeNode.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Warning | coding | HiddenField | 'children' hides a field. | 44 | 


