Checkstyle Results
The following document contains the results of Checkstyle 8.41.1 with config/maven_checks.xml ruleset.
Summary
Files | Info | Warnings | Errors |
---|---|---|---|
96 | 98 | 256 | 0 |
Files
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
coding | HiddenField
|
137 | Warning |
javadoc | JavadocMethod
|
119 | Warning |
JavadocVariable
|
98 | Info |
Details
org/apache/maven/DefaultArtifactFilterManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 73 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 90 |
org/apache/maven/DefaultMaven.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 94 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
org/apache/maven/Maven.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
org/apache/maven/artifact/factory/ArtifactFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
org/apache/maven/artifact/handler/manager/ArtifactHandlerManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
org/apache/maven/artifact/repository/DefaultRepositoryRequest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'offline' hides a field. | 86 |
Warning | coding | HiddenField | 'forceUpdate' hides a field. | 98 |
Warning | coding | HiddenField | 'localRepository' hides a field. | 110 |
Warning | coding | HiddenField | 'remoteRepositories' hides a field. | 127 |
org/apache/maven/artifact/repository/LegacyLocalRepositoryManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'metadata' hides a field. | 265 |
Warning | coding | HiddenField | 'metadata' hides a field. | 270 |
Warning | coding | HiddenField | 'repository' hides a field. | 309 |
org/apache/maven/artifact/repository/MavenArtifactRepository.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'snapshots' hides a field. | 117 |
Warning | coding | HiddenField | 'releases' hides a field. | 127 |
Warning | coding | HiddenField | 'url' hides a field. | 250 |
org/apache/maven/artifact/repository/metadata/AbstractRepositoryMetadata.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'metadata' hides a field. | 82 |
Warning | coding | HiddenField | 'metadata' hides a field. | 182 |
Warning | coding | HiddenField | 'metadata' hides a field. | 190 |
org/apache/maven/artifact/repository/metadata/RepositoryMetadata.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
org/apache/maven/artifact/resolver/ArtifactResolutionRequest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'artifact' hides a field. | 100 |
Warning | coding | HiddenField | 'artifactDependencies' hides a field. | 107 |
Warning | coding | HiddenField | 'localRepository' hides a field. | 124 |
Warning | coding | HiddenField | 'remoteRepositories' hides a field. | 136 |
Warning | coding | HiddenField | 'listeners' hides a field. | 185 |
Warning | coding | HiddenField | 'managedVersionMap' hides a field. | 204 |
Warning | coding | HiddenField | 'resolveRoot' hides a field. | 211 |
Warning | coding | HiddenField | 'offline' hides a field. | 252 |
Warning | coding | HiddenField | 'forceUpdate' hides a field. | 264 |
Warning | coding | HiddenField | 'servers' hides a field. | 271 |
Warning | coding | HiddenField | 'mirrors' hides a field. | 288 |
Warning | coding | HiddenField | 'proxies' hides a field. | 305 |
org/apache/maven/artifact/resolver/ArtifactResolutionResult.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'originatingArtifact' hides a field. | 81 |
Warning | coding | HiddenField | 'resolutionNodes' hides a field. | 123 |
Warning | coding | HiddenField | 'repositories' hides a field. | 340 |
org/apache/maven/artifact/resolver/ResolutionListener.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 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
org/apache/maven/artifact/resolver/ResolutionNode.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'remoteRepositories' hides a field. | 86 |
Warning | coding | HiddenField | 'artifact' hides a field. | 125 |
Warning | coding | HiddenField | 'artifact' hides a field. | 142 |
Warning | coding | HiddenField | 'artifact' hides a field. | 235 |
org/apache/maven/artifact/resolver/filter/CumulativeScopeArtifactFilter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'scopes' hides a field. | 71 |
org/apache/maven/classrealm/DefaultClassRealmManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
Warning | coding | HiddenField | 'delegates' hides a field. | 300 |
org/apache/maven/configuration/DefaultBeanConfigurationRequest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'bean' hides a field. | 56 |
Warning | coding | HiddenField | 'configuration' hides a field. | 72 |
Warning | coding | HiddenField | 'configuration' hides a field. | 77 |
Warning | coding | HiddenField | 'classLoader' hides a field. | 162 |
Warning | coding | HiddenField | 'valuePreprocessor' hides a field. | 173 |
Warning | coding | HiddenField | 'pathTranslator' hides a field. | 184 |
org/apache/maven/execution/DefaultMavenExecutionRequest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'remoteRepositories' hides a field. | 361 |
Warning | coding | HiddenField | 'pluginArtifactRepositories' hides a field. | 376 |
Warning | coding | HiddenField | 'basedir' hides a field. | 454 |
Warning | coding | HiddenField | 'startTime' hides a field. | 462 |
Warning | coding | HiddenField | 'showErrors' hides a field. | 470 |
Warning | coding | HiddenField | 'goals' hides a field. | 478 |
Warning | coding | HiddenField | 'localRepository' hides a field. | 493 |
Warning | coding | HiddenField | 'localRepository' hides a field. | 506 |
Warning | coding | HiddenField | 'localRepository' hides a field. | 514 |
Warning | coding | HiddenField | 'userProperties' hides a field. | 537 |
Warning | coding | HiddenField | 'resume' hides a field. | 583 |
Warning | coding | HiddenField | 'makeBehavior' hides a field. | 599 |
Warning | coding | HiddenField | 'profiles' hides a field. | 629 |
Warning | coding | HiddenField | 'profiles' hides a field. | 640 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 663 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'pomFilename'. | 664 |
Warning | coding | HiddenField | 'pom' hides a field. | 675 |
Warning | coding | HiddenField | 'transferListener' hides a field. | 691 |
Warning | coding | HiddenField | 'loggingLevel' hides a field. | 699 |
Warning | coding | HiddenField | 'offline' hides a field. | 707 |
Warning | coding | HiddenField | 'updateSnapshots' hides a field. | 715 |
Warning | coding | HiddenField | 'noSnapshotUpdates' hides a field. | 723 |
Warning | coding | HiddenField | 'globalChecksumPolicy' hides a field. | 731 |
Warning | coding | HiddenField | 'proxies' hides a field. | 753 |
Warning | coding | HiddenField | 'servers' hides a field. | 796 |
Warning | coding | HiddenField | 'mirrors' hides a field. | 839 |
Warning | coding | HiddenField | 'profiles' hides a field. | 882 |
Warning | coding | HiddenField | 'pluginGroups' hides a field. | 908 |
Warning | coding | HiddenField | 'pluginGroups' hides a field. | 934 |
Warning | coding | HiddenField | 'recursive' hides a field. | 945 |
Warning | coding | HiddenField | 'userSettingsFile' hides a field. | 978 |
Warning | coding | HiddenField | 'globalSettingsFile' hides a field. | 992 |
Warning | coding | HiddenField | 'userToolchainsFile' hides a field. | 1006 |
Warning | coding | HiddenField | 'globalToolchainsFile' hides a field. | 1020 |
Warning | coding | HiddenField | 'repositoryCache' hides a field. | 1125 |
Warning | coding | HiddenField | 'executionListener' hides a field. | 1139 |
Warning | coding | HiddenField | 'workspaceReader' hides a field. | 1165 |
Warning | coding | HiddenField | 'cacheTransferError' hides a field. | 1178 |
Warning | coding | HiddenField | 'cacheNotFound' hides a field. | 1191 |
Warning | coding | HiddenField | 'useLegacyLocalRepositoryManager' hides a field. | 1204 |
Warning | coding | HiddenField | 'builderId' hides a field. | 1211 |
Warning | coding | HiddenField | 'toolchains' hides a field. | 1234 |
Warning | coding | HiddenField | 'eventSpyDispatcher' hides a field. | 1253 |
org/apache/maven/execution/DefaultMavenExecutionResult.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'project' hides a field. | 48 |
Warning | coding | HiddenField | 'topologicallySortedProjects' hides a field. | 60 |
Warning | coding | HiddenField | 'dependencyResolutionResult' hides a field. | 80 |
Warning | coding | HiddenField | 'project' hides a field. | 104 |
org/apache/maven/execution/MavenExecutionRequest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 83 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 91 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 93 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 160 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'projects'. | 161 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 166 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 295 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'profile'. | 296 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 301 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'profiles'. | 302 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 307 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'profiles'. | 308 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 320 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'profile'. | 321 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 326 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'profiles'. | 327 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 332 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'profiles'. | 333 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 453 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 458 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'useLegacyLocalRepository'. | 458 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 466 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'builderId'. | 466 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 474 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'file'. | 494 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 499 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 504 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'eventSpyDispatcher'. | 504 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 509 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 514 |
org/apache/maven/execution/MavenSession.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 212 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'plugin'. | 212 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'project'. | 212 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 285 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'allProjects'. | 291 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 426 |
org/apache/maven/execution/ProfileActivation.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 44 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 54 |
org/apache/maven/execution/ProjectActivation.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 124 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 135 |
org/apache/maven/execution/ReactorManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
org/apache/maven/execution/scope/internal/MojoExecutionScopeModule.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
org/apache/maven/extension/internal/CoreExports.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 61 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 69 |
org/apache/maven/extension/internal/CoreExtensionEntry.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 61 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 69 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 77 |
org/apache/maven/graph/DefaultProjectDependencyGraph.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 100 |
org/apache/maven/graph/GraphBuilder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
org/apache/maven/internal/impl/AbstractSession.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 502 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'dependency'. | 503 |
org/apache/maven/internal/impl/DefaultNode.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Warning | coding | HiddenField | 'node' hides a field. | 92 |
org/apache/maven/internal/impl/DefaultProjectManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'session' hides a field. | 83 |
org/apache/maven/internal/impl/DefaultSession.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'repositories' hides a field. | 252 |
org/apache/maven/lifecycle/DefaultLifecycles.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 75 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 122 |
org/apache/maven/lifecycle/LifecycleExecutor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'packaging'. | 64 |
org/apache/maven/lifecycle/internal/DefaultLifecycleMappingDelegate.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
org/apache/maven/lifecycle/internal/DefaultLifecyclePluginAnalyzer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
org/apache/maven/lifecycle/mapping/DefaultLifecycleMapping.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Expected @param tag for 'lifecycles'. | 58 |
Warning | coding | HiddenField | 'phases' hides a field. | 92 |
org/apache/maven/lifecycle/mapping/Lifecycle.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 44 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 52 |
org/apache/maven/lifecycle/mapping/LifecycleMapping.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
org/apache/maven/lifecycle/mapping/LifecyclePhase.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'mojos' hides a field. | 81 |
org/apache/maven/lifecycle/providers/CleanLifecycleProvider.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
org/apache/maven/lifecycle/providers/DefaultLifecycleProvider.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
org/apache/maven/lifecycle/providers/SiteLifecycleProvider.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
org/apache/maven/lifecycle/providers/WrapperLifecycleProvider.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
org/apache/maven/lifecycle/providers/packaging/AbstractLifecycleMappingProvider.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
org/apache/maven/plugin/DefaultBuildPluginManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 229 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'session'. | 229 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'pluginDescriptor'. | 229 |
org/apache/maven/plugin/DefaultExtensionRealmCache.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 116 |
org/apache/maven/plugin/DefaultPluginArtifactsCache.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 133 |
org/apache/maven/plugin/DefaultPluginRealmCache.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 148 |
org/apache/maven/plugin/ExtensionRealmCache.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Expected @param tag for 'key'. | 99 |
org/apache/maven/plugin/MavenPluginManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 101 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'project'. | 101 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'plugin'. | 101 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'session'. | 102 |
Warning | javadoc | JavadocMethod | Expected @param tag for '<T>'. | 117 |
org/apache/maven/plugin/MojoExecution.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'forkedExecutions' hides a field. | 247 |
org/apache/maven/plugin/PluginArtifactsCache.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Expected @param tag for 'cacheKey'. | 102 |
org/apache/maven/plugin/PluginManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 69 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'plugin'. | 69 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'project'. | 69 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'session'. | 69 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 77 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'plugin'. | 77 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'project'. | 77 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'session'. | 77 |
org/apache/maven/plugin/PluginParameterException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'mojo' hides a field. | 180 |
org/apache/maven/plugin/PluginParameterExpressionEvaluator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'basedir' hides a field. | 105 |
org/apache/maven/plugin/PluginParameterExpressionEvaluatorV4.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'basedir' hides a field. | 108 |
org/apache/maven/plugin/PluginRealmCache.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Expected @param tag for 'key'. | 95 |
org/apache/maven/plugin/internal/DefaultPluginDependenciesResolver.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 156 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'plugin'. | 156 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'dependencyFilter'. | 156 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'repositories'. | 157 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'session'. | 157 |
org/apache/maven/plugin/prefix/DefaultPluginPrefixRequest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'prefix' hides a field. | 87 |
Warning | coding | HiddenField | 'pluginGroups' hides a field. | 99 |
Warning | coding | HiddenField | 'pom' hides a field. | 118 |
Warning | coding | HiddenField | 'repositories' hides a field. | 130 |
Warning | coding | HiddenField | 'session' hides a field. | 149 |
org/apache/maven/plugin/version/DefaultPluginVersionRequest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'groupId' hides a field. | 103 |
Warning | coding | HiddenField | 'artifactId' hides a field. | 115 |
Warning | coding | HiddenField | 'pom' hides a field. | 127 |
Warning | coding | HiddenField | 'repositories' hides a field. | 139 |
Warning | coding | HiddenField | 'session' hides a field. | 158 |
org/apache/maven/project/DefaultDependencyResolutionRequest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'filter' hides a field. | 64 |
Warning | coding | HiddenField | 'project' hides a field. | 70 |
org/apache/maven/project/DefaultDependencyResolutionResult.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'root' hides a field. | 55 |
org/apache/maven/project/DefaultProjectBuildingRequest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'localRepository' hides a field. | 117 |
Warning | coding | HiddenField | 'remoteRepositories' hides a field. | 133 |
Warning | coding | HiddenField | 'pluginArtifactRepositories' hides a field. | 152 |
Warning | coding | HiddenField | 'systemProperties' hides a field. | 171 |
Warning | coding | HiddenField | 'userProperties' hides a field. | 190 |
Warning | coding | HiddenField | 'processPlugins' hides a field. | 210 |
Warning | coding | HiddenField | 'resolveDependencies' hides a field. | 216 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 232 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'value'. | 233 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 244 |
Warning | coding | HiddenField | 'validationLevel' hides a field. | 250 |
Warning | coding | HiddenField | 'repositorySession' hides a field. | 332 |
Warning | coding | HiddenField | 'repositoryMerging' hides a field. | 338 |
org/apache/maven/project/DefaultProjectRealmCache.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 95 |
org/apache/maven/project/DuplicateProjectException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Expected @param tag for 'message'. | 41 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'message'. | 49 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'e'. | 49 |
org/apache/maven/project/ExtensionDescriptorBuilder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 48 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 99 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'is'. | 99 |
org/apache/maven/project/MavenProject.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 98 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 100 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 102 |
Warning | coding | HiddenField | 'model' hides a field. | 187 |
Warning | coding | HiddenField | 'file' hides a field. | 277 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'file'. | 277 |
Warning | coding | HiddenField | 'file' hides a field. | 313 |
Warning | coding | HiddenField | 'artifact' hides a field. | 728 |
Warning | coding | HiddenField | 'injectedProfileIds' hides a field. | 899 |
Warning | coding | HiddenField | 'artifact' hides a field. | 937 |
Warning | coding | HiddenField | 'artifact' hides a field. | 1329 |
Warning | coding | HiddenField | 'file' hides a field. | 1331 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'key'. | 1350 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'value'. | 1350 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 1369 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'key'. | 1369 |
Warning | coding | HiddenField | 'artifacts' hides a field. | 1436 |
Warning | coding | HiddenField | 'artifacts' hides a field. | 1616 |
Warning | coding | HiddenField | 'artifacts' hides a field. | 1665 |
Warning | coding | HiddenField | 'artifacts' hides a field. | 1693 |
Warning | coding | HiddenField | 'artifacts' hides a field. | 1789 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'type'. | 1940 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'classifier'. | 1940 |
Warning | coding | HiddenField | 'file' hides a field. | 1940 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'file'. | 1940 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'writer'. | 1948 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'writer'. | 1959 |
org/apache/maven/project/MavenProjectHelper.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
org/apache/maven/project/ProjectBuildingException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 83 |
org/apache/maven/project/ProjectBuildingRequest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Expected @param tag for 'activeProfileIds'. | 118 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 179 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 187 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'value'. | 188 |
org/apache/maven/project/ProjectRealmCache.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Expected @param tag for 'key'. | 90 |
org/apache/maven/project/ProjectSorter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Expected @param tag for 'projects'. | 75 |
Warning | coding | HiddenField | 'projectMap' hides a field. | 156 |
Warning | coding | HiddenField | 'projectMap' hides a field. | 186 |
org/apache/maven/project/RepositorySessionDecorator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 35 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'project'. | 35 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'session'. | 35 |
org/apache/maven/project/artifact/DefaultMavenMetadataCache.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 51 |
org/apache/maven/project/artifact/DefaultProjectArtifactsCache.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 178 |
org/apache/maven/project/artifact/ProjectArtifactsCache.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Expected @param tag for 'cacheKey'. | 101 |
org/apache/maven/project/collector/ProjectCollectionStrategy.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 39 |
org/apache/maven/project/path/PathTranslator.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
org/apache/maven/properties/internal/SystemProperties.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Expected @param tag for 'props'. | 32 |
org/apache/maven/repository/DelegatingLocalArtifactRepository.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 67 |
org/apache/maven/repository/LocalArtifactRepository.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
org/apache/maven/repository/RepositorySystem.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
org/apache/maven/repository/legacy/metadata/AbstractArtifactMetadata.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
org/apache/maven/repository/legacy/metadata/DefaultMetadataResolutionRequest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'artifact' hides a field. | 65 |
Warning | coding | HiddenField | 'resolveManagedVersions' hides a field. | 101 |
org/apache/maven/rtinfo/internal/DefaultRuntimeInformation.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'mavenVersion' hides a field. | 128 |
org/apache/maven/settings/DefaultMavenSettingsBuilder.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 107 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'request'. | 107 |
org/apache/maven/settings/MavenSettingsBuilder.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. | 39 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
org/apache/maven/settings/SettingsUtils.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 54 |
org/apache/maven/toolchain/DefaultToolchain.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Warning | coding | HiddenField | 'type' hides a field. | 86 |
org/apache/maven/toolchain/DefaultToolchainManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
org/apache/maven/toolchain/ToolchainFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 36 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'model'. | 36 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 44 |
org/apache/maven/toolchain/ToolchainManager.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
org/apache/maven/toolchain/ToolchainManagerPrivate.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 45 |
org/apache/maven/toolchain/java/DefaultJavaToolChain.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |