Checkstyle Results

The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.

Summary

Files  Info  Warnings  Errors
80 82 249 0

Files

File  I  W  E
org/apache/maven/DefaultMaven.java 2 0 0
org/apache/maven/Maven.java 1 0 0
org/apache/maven/ReactorReader.java 0 1 0
org/apache/maven/artifact/factory/ArtifactFactory.java 1 0 0
org/apache/maven/artifact/handler/manager/ArtifactHandlerManager.java 1 0 0
org/apache/maven/artifact/repository/DefaultRepositoryRequest.java 0 4 0
org/apache/maven/artifact/repository/MavenArtifactRepository.java 0 3 0
org/apache/maven/artifact/resolver/filter/CumulativeScopeArtifactFilter.java 0 1 0
org/apache/maven/bridge/MavenRepositorySystem.java 3 0 0
org/apache/maven/classrealm/DefaultClassRealmManager.java 1 1 0
org/apache/maven/configuration/DefaultBeanConfigurationRequest.java 0 6 0
org/apache/maven/execution/DefaultMavenExecutionRequest.java 0 46 0
org/apache/maven/execution/DefaultMavenExecutionResult.java 0 4 0
org/apache/maven/execution/ExecutionEvent.java 17 0 0
org/apache/maven/execution/MavenExecutionRequest.java 14 36 0
org/apache/maven/execution/MavenSession.java 0 9 0
org/apache/maven/execution/ProfileActivation.java 0 2 0
org/apache/maven/execution/ProjectActivation.java 0 2 0
org/apache/maven/execution/ReactorManager.java 6 0 0
org/apache/maven/execution/scope/internal/MojoExecutionScopeModule.java 1 0 0
org/apache/maven/extension/internal/CoreExports.java 0 2 0
org/apache/maven/extension/internal/CoreExtensionEntry.java 0 5 0
org/apache/maven/graph/DefaultProjectDependencyGraph.java 0 1 0
org/apache/maven/graph/GraphBuilder.java 1 0 0
org/apache/maven/internal/impl/AbstractSession.java 0 2 0
org/apache/maven/internal/impl/DefaultNode.java 3 1 0
org/apache/maven/internal/impl/DefaultProjectManager.java 0 1 0
org/apache/maven/internal/impl/DefaultSession.java 0 1 0
org/apache/maven/internal/transformation/ConsumerPomArtifactTransformer.java 1 0 0
org/apache/maven/lifecycle/DefaultLifecycles.java 1 4 0
org/apache/maven/lifecycle/LifecycleExecutor.java 1 1 0
org/apache/maven/lifecycle/internal/DefaultLifecycleMappingDelegate.java 1 0 0
org/apache/maven/lifecycle/internal/DefaultLifecyclePluginAnalyzer.java 1 0 0
org/apache/maven/lifecycle/mapping/DefaultLifecycleMapping.java 0 2 0
org/apache/maven/lifecycle/mapping/Lifecycle.java 0 2 0
org/apache/maven/lifecycle/mapping/LifecycleMapping.java 1 0 0
org/apache/maven/lifecycle/providers/packaging/AbstractLifecycleMappingProvider.java 11 0 0
org/apache/maven/plugin/DebugConfigurationListener.java 0 1 0
org/apache/maven/plugin/DefaultBuildPluginManager.java 0 3 0
org/apache/maven/plugin/DefaultExtensionRealmCache.java 1 0 0
org/apache/maven/plugin/DefaultPluginArtifactsCache.java 1 0 0
org/apache/maven/plugin/DefaultPluginRealmCache.java 1 0 0
org/apache/maven/plugin/ExtensionRealmCache.java 0 1 0
org/apache/maven/plugin/MavenPluginManager.java 0 5 0
org/apache/maven/plugin/MojoExecution.java 0 1 0
org/apache/maven/plugin/PluginArtifactsCache.java 0 1 0
org/apache/maven/plugin/PluginParameterException.java 0 1 0
org/apache/maven/plugin/PluginParameterExpressionEvaluator.java 0 1 0
org/apache/maven/plugin/PluginParameterExpressionEvaluatorV4.java 0 1 0
org/apache/maven/plugin/PluginRealmCache.java 0 1 0
org/apache/maven/plugin/PluginValidationManager.java 0 13 0
org/apache/maven/plugin/internal/DefaultPluginDependenciesResolver.java 0 5 0
org/apache/maven/plugin/prefix/DefaultPluginPrefixRequest.java 0 5 0
org/apache/maven/plugin/version/DefaultPluginVersionRequest.java 0 5 0
org/apache/maven/project/DefaultDependencyResolutionRequest.java 0 2 0
org/apache/maven/project/DefaultDependencyResolutionResult.java 0 1 0
org/apache/maven/project/DefaultProjectBuildingRequest.java 0 13 0
org/apache/maven/project/DefaultProjectRealmCache.java 1 0 0
org/apache/maven/project/DuplicateProjectException.java 0 3 0
org/apache/maven/project/ExtensionDescriptorBuilder.java 0 3 0
org/apache/maven/project/MavenProject.java 3 24 0
org/apache/maven/project/MavenProjectHelper.java 1 0 0
org/apache/maven/project/ProjectBuildingException.java 0 1 0
org/apache/maven/project/ProjectBuildingRequest.java 0 4 0
org/apache/maven/project/ProjectRealmCache.java 0 1 0
org/apache/maven/project/ProjectSorter.java 0 3 0
org/apache/maven/project/RepositorySessionDecorator.java 0 3 0
org/apache/maven/project/artifact/DefaultProjectArtifactsCache.java 1 0 0
org/apache/maven/project/artifact/ProjectArtifactsCache.java 0 1 0
org/apache/maven/project/collector/ProjectCollectionStrategy.java 0 1 0
org/apache/maven/properties/internal/SystemProperties.java 0 1 0
org/apache/maven/rtinfo/internal/DefaultRuntimeInformation.java 0 1 0
org/apache/maven/settings/SettingsUtilsV4.java 0 1 0
org/apache/maven/toolchain/DefaultToolchain.java 1 1 0
org/apache/maven/toolchain/DefaultToolchainManager.java 1 0 0
org/apache/maven/toolchain/ToolchainFactory.java 0 3 0
org/apache/maven/toolchain/ToolchainManager.java 1 0 0
org/apache/maven/toolchain/ToolchainManagerPrivate.java 0 1 0
org/apache/maven/toolchain/java/DefaultJavaToolChain.java 1 0 0
org/apache/maven/toolchain/java/JavaToolchainImpl.java 1 0 0

Rules

Category Rule Violations Severity
coding HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
113  Warning
javadoc JavadocMethod
  • accessModifiers: "public, protected"
136  Warning
JavadocVariable
  • scope: "protected"
82  Info

Details

org/apache/maven/DefaultMaven.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 92
 Info javadoc JavadocVariable Missing a Javadoc comment. 96

org/apache/maven/Maven.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 30

org/apache/maven/ReactorReader.java

Severity Category Rule Message Line
 Warning coding HiddenField 'projects' hides a field. 438

org/apache/maven/artifact/factory/ArtifactFactory.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 30

org/apache/maven/artifact/handler/manager/ArtifactHandlerManager.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 28

org/apache/maven/artifact/repository/DefaultRepositoryRequest.java

Severity Category Rule Message Line
 Warning coding HiddenField 'offline' hides a field. 77
 Warning coding HiddenField 'forceUpdate' hides a field. 87
 Warning coding HiddenField 'localRepository' hides a field. 97
 Warning coding HiddenField 'remoteRepositories' hides a field. 111

org/apache/maven/artifact/repository/MavenArtifactRepository.java

Severity Category Rule Message Line
 Warning coding HiddenField 'snapshots' hides a field. 110
 Warning coding HiddenField 'releases' hides a field. 118
 Warning coding HiddenField 'url' hides a field. 228

org/apache/maven/artifact/resolver/filter/CumulativeScopeArtifactFilter.java

Severity Category Rule Message Line
 Warning coding HiddenField 'scopes' hides a field. 62

org/apache/maven/bridge/MavenRepositorySystem.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 70
 Info javadoc JavadocVariable Missing a Javadoc comment. 72
 Info javadoc JavadocVariable Missing a Javadoc comment. 74

org/apache/maven/classrealm/DefaultClassRealmManager.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 59
 Warning coding HiddenField 'delegates' hides a field. 269

org/apache/maven/configuration/DefaultBeanConfigurationRequest.java

Severity Category Rule Message Line
 Warning coding HiddenField 'bean' hides a field. 51
 Warning coding HiddenField 'configuration' hides a field. 64
 Warning coding HiddenField 'configuration' hides a field. 68
 Warning coding HiddenField 'classLoader' hides a field. 140
 Warning coding HiddenField 'valuePreprocessor' hides a field. 149
 Warning coding HiddenField 'pathTranslator' hides a field. 158

org/apache/maven/execution/DefaultMavenExecutionRequest.java

Severity Category Rule Message Line
 Warning coding HiddenField 'remoteRepositories' hides a field. 335
 Warning coding HiddenField 'pluginArtifactRepositories' hides a field. 346
 Warning coding HiddenField 'basedir' hides a field. 410
 Warning coding HiddenField 'startTime' hides a field. 417
 Warning coding HiddenField 'showErrors' hides a field. 424
 Warning coding HiddenField 'goals' hides a field. 431
 Warning coding HiddenField 'localRepository' hides a field. 442
 Warning coding HiddenField 'localRepository' hides a field. 453
 Warning coding HiddenField 'localRepository' hides a field. 460
 Warning coding HiddenField 'userProperties' hides a field. 478
 Warning coding HiddenField 'resume' hides a field. 515
 Warning coding HiddenField 'makeBehavior' hides a field. 529
 Warning coding HiddenField 'profiles' hides a field. 554
 Warning coding HiddenField 'profiles' hides a field. 563
 Warning javadoc JavadocMethod @return tag should be present and have description. 582
 Warning javadoc JavadocMethod Expected @param tag for 'pomFilename'. 583
 Warning coding HiddenField 'pom' hides a field. 592
 Warning coding HiddenField 'transferListener' hides a field. 606
 Warning coding HiddenField 'loggingLevel' hides a field. 613
 Warning coding HiddenField 'offline' hides a field. 620
 Warning coding HiddenField 'updateSnapshots' hides a field. 627
 Warning coding HiddenField 'noSnapshotUpdates' hides a field. 634
 Warning coding HiddenField 'globalChecksumPolicy' hides a field. 641
 Warning coding HiddenField 'proxies' hides a field. 660
 Warning coding HiddenField 'servers' hides a field. 694
 Warning coding HiddenField 'mirrors' hides a field. 728
 Warning coding HiddenField 'profiles' hides a field. 762
 Warning coding HiddenField 'pluginGroups' hides a field. 782
 Warning coding HiddenField 'pluginGroups' hides a field. 802
 Warning coding HiddenField 'recursive' hides a field. 811
 Warning coding HiddenField 'userSettingsFile' hides a field. 840
 Warning coding HiddenField 'projectSettingsFile' hides a field. 852
 Warning coding HiddenField 'globalSettingsFile' hides a field. 864
 Warning coding HiddenField 'userToolchainsFile' hides a field. 876
 Warning coding HiddenField 'globalToolchainsFile' hides a field. 888
 Warning coding HiddenField 'repositoryCache' hides a field. 976
 Warning coding HiddenField 'executionListener' hides a field. 988
 Warning coding HiddenField 'workspaceReader' hides a field. 1010
 Warning coding HiddenField 'cacheTransferError' hides a field. 1021
 Warning coding HiddenField 'cacheNotFound' hides a field. 1032
 Warning coding HiddenField 'useLegacyLocalRepositoryManager' hides a field. 1043
 Warning coding HiddenField 'builderId' hides a field. 1049
 Warning coding HiddenField 'toolchains' hides a field. 1068
 Warning coding HiddenField 'rootDirectory' hides a field. 1094
 Warning coding HiddenField 'topDirectory' hides a field. 1105
 Warning coding HiddenField 'eventSpyDispatcher' hides a field. 1111

org/apache/maven/execution/DefaultMavenExecutionResult.java

Severity Category Rule Message Line
 Warning coding HiddenField 'project' hides a field. 43
 Warning coding HiddenField 'topologicallySortedProjects' hides a field. 53
 Warning coding HiddenField 'dependencyResolutionResult' hides a field. 69
 Warning coding HiddenField 'project' hides a field. 89

org/apache/maven/execution/ExecutionEvent.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. 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
 Info javadoc JavadocVariable Missing a Javadoc comment. 42
 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
 Info javadoc JavadocVariable Missing a Javadoc comment. 49
 Info javadoc JavadocVariable Missing a Javadoc comment. 50

org/apache/maven/execution/MavenExecutionRequest.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 49
 Info javadoc JavadocVariable Missing a Javadoc comment. 51
 Info javadoc JavadocVariable Missing a Javadoc comment. 53
 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. 65
 Info javadoc JavadocVariable Missing a Javadoc comment. 67
 Info javadoc JavadocVariable Missing a Javadoc comment. 69
 Info javadoc JavadocVariable Missing a Javadoc comment. 75
 Info javadoc JavadocVariable Missing a Javadoc comment. 77
 Info javadoc JavadocVariable Missing a Javadoc comment. 79
 Info javadoc JavadocVariable Missing a Javadoc comment. 85
 Info javadoc JavadocVariable Missing a Javadoc comment. 87
 Warning javadoc JavadocMethod @return tag should be present and have description. 98
 Warning javadoc JavadocMethod Expected @param tag for 'basedir'. 99
 Warning javadoc JavadocMethod @return tag should be present and have description. 104
 Warning javadoc JavadocMethod @return tag should be present and have description. 163
 Warning javadoc JavadocMethod Expected @param tag for 'projects'. 164
 Warning javadoc JavadocMethod @return tag should be present and have description. 169
 Warning javadoc JavadocMethod @return tag should be present and have description. 298
 Warning javadoc JavadocMethod Expected @param tag for 'profile'. 299
 Warning javadoc JavadocMethod @return tag should be present and have description. 304
 Warning javadoc JavadocMethod Expected @param tag for 'profiles'. 305
 Warning javadoc JavadocMethod @return tag should be present and have description. 310
 Warning javadoc JavadocMethod Expected @param tag for 'profiles'. 311
 Warning javadoc JavadocMethod @return tag should be present and have description. 323
 Warning javadoc JavadocMethod Expected @param tag for 'profile'. 324
 Warning javadoc JavadocMethod @return tag should be present and have description. 329
 Warning javadoc JavadocMethod Expected @param tag for 'profiles'. 330
 Warning javadoc JavadocMethod @return tag should be present and have description. 335
 Warning javadoc JavadocMethod Expected @param tag for 'profiles'. 336
 Warning javadoc JavadocMethod @return tag should be present and have description. 464
 Warning javadoc JavadocMethod @return tag should be present and have description. 474
 Warning javadoc JavadocMethod Expected @param tag for 'useLegacyLocalRepository'. 475
 Warning javadoc JavadocMethod @return tag should be present and have description. 483
 Warning javadoc JavadocMethod Expected @param tag for 'builderId'. 483
 Warning javadoc JavadocMethod @return tag should be present and have description. 491
 Warning javadoc JavadocMethod Expected @param tag for 'file'. 513
 Warning javadoc JavadocMethod @return tag should be present and have description. 519
 Warning javadoc JavadocMethod @return tag should be present and have description. 527
 Warning javadoc JavadocMethod Expected @param tag for 'topDirectory'. 527
 Warning javadoc JavadocMethod @return tag should be present and have description. 535
 Warning javadoc JavadocMethod @return tag should be present and have description. 542
 Warning javadoc JavadocMethod Expected @param tag for 'rootDirectory'. 542
 Warning javadoc JavadocMethod @return tag should be present and have description. 553
 Warning javadoc JavadocMethod @return tag should be present and have description. 558
 Warning javadoc JavadocMethod Expected @param tag for 'eventSpyDispatcher'. 558
 Warning javadoc JavadocMethod @return tag should be present and have description. 563
 Warning javadoc JavadocMethod @return tag should be present and have description. 568

org/apache/maven/execution/MavenSession.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod @return tag should be present and have description. 147
 Warning javadoc JavadocMethod @return tag should be present and have description. 156
 Warning javadoc JavadocMethod @return tag should be present and have description. 164
 Warning javadoc JavadocMethod @return tag should be present and have description. 210
 Warning javadoc JavadocMethod Expected @param tag for 'plugin'. 210
 Warning javadoc JavadocMethod Expected @param tag for 'project'. 210
 Warning javadoc JavadocMethod @return tag should be present and have description. 270
 Warning javadoc JavadocMethod Expected @param tag for 'allProjects'. 275
 Warning javadoc JavadocMethod @return tag should be present and have description. 432

org/apache/maven/execution/ProfileActivation.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod @return tag should be present and have description. 42
 Warning javadoc JavadocMethod @return tag should be present and have description. 51

org/apache/maven/execution/ProjectActivation.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod @return tag should be present and have description. 110
 Warning javadoc JavadocMethod @return tag should be present and have description. 120

org/apache/maven/execution/ReactorManager.java

Severity Category Rule Message Line
 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

org/apache/maven/execution/scope/internal/MojoExecutionScopeModule.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 33

org/apache/maven/extension/internal/CoreExports.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod @return tag should be present and have description. 57
 Warning javadoc JavadocMethod @return tag should be present and have description. 64

org/apache/maven/extension/internal/CoreExtensionEntry.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod @return tag should be present and have description. 70
 Warning javadoc JavadocMethod @return tag should be present and have description. 77
 Warning javadoc JavadocMethod @return tag should be present and have description. 84
 Warning javadoc JavadocMethod @return tag should be present and have description. 92
 Warning javadoc JavadocMethod @return tag should be present and have description. 99

org/apache/maven/graph/DefaultProjectDependencyGraph.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod @return tag should be present and have description. 108

org/apache/maven/graph/GraphBuilder.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 31

org/apache/maven/internal/impl/AbstractSession.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod @return tag should be present and have description. 450
 Warning javadoc JavadocMethod Expected @param tag for 'dependency'. 451

org/apache/maven/internal/impl/DefaultNode.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 36
 Info javadoc JavadocVariable Missing a Javadoc comment. 37
 Info javadoc JavadocVariable Missing a Javadoc comment. 38
 Warning coding HiddenField 'node' hides a field. 81

org/apache/maven/internal/impl/DefaultProjectManager.java

Severity Category Rule Message Line
 Warning coding HiddenField 'session' hides a field. 76

org/apache/maven/internal/impl/DefaultSession.java

Severity Category Rule Message Line
 Warning coding HiddenField 'repositories' hides a field. 224

org/apache/maven/internal/transformation/ConsumerPomArtifactTransformer.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 74

org/apache/maven/lifecycle/DefaultLifecycles.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 46
 Warning javadoc JavadocMethod Expected @param tag for 'lifecycles'. 64
 Warning javadoc JavadocMethod Expected @param tag for 'logger'. 64
 Warning javadoc JavadocMethod @return tag should be present and have description. 80
 Warning javadoc JavadocMethod @return tag should be present and have description. 120

org/apache/maven/lifecycle/LifecycleExecutor.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 44
 Warning javadoc JavadocMethod Expected @param tag for 'packaging'. 61

org/apache/maven/lifecycle/internal/DefaultLifecycleMappingDelegate.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 54

org/apache/maven/lifecycle/internal/DefaultLifecyclePluginAnalyzer.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 59

org/apache/maven/lifecycle/mapping/DefaultLifecycleMapping.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Expected @param tag for 'lifecycles'. 54
 Warning coding HiddenField 'phases' hides a field. 79

org/apache/maven/lifecycle/mapping/Lifecycle.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod @return tag should be present and have description. 42
 Warning javadoc JavadocMethod @return tag should be present and have description. 49

org/apache/maven/lifecycle/mapping/LifecycleMapping.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 29

org/apache/maven/lifecycle/providers/packaging/AbstractLifecycleMappingProvider.java

Severity Category Rule Message Line
 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. 50
 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

org/apache/maven/plugin/DebugConfigurationListener.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Expected @param tag for 'logger'. 39

org/apache/maven/plugin/DefaultBuildPluginManager.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod @return tag should be present and have description. 201
 Warning javadoc JavadocMethod Expected @param tag for 'session'. 201
 Warning javadoc JavadocMethod Expected @param tag for 'pluginDescriptor'. 201

org/apache/maven/plugin/DefaultExtensionRealmCache.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 106

org/apache/maven/plugin/DefaultPluginArtifactsCache.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 119

org/apache/maven/plugin/DefaultPluginRealmCache.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 136

org/apache/maven/plugin/ExtensionRealmCache.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Expected @param tag for 'key'. 89

org/apache/maven/plugin/MavenPluginManager.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod @return tag should be present and have description. 111
 Warning javadoc JavadocMethod Expected @param tag for 'project'. 112
 Warning javadoc JavadocMethod Expected @param tag for 'plugin'. 112
 Warning javadoc JavadocMethod Expected @param tag for 'session'. 112
 Warning javadoc JavadocMethod Expected @param tag for '<T>'. 126

org/apache/maven/plugin/MojoExecution.java

Severity Category Rule Message Line
 Warning coding HiddenField 'forkedExecutions' hides a field. 215

org/apache/maven/plugin/PluginArtifactsCache.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Expected @param tag for 'cacheKey'. 95

org/apache/maven/plugin/PluginParameterException.java

Severity Category Rule Message Line
 Warning coding HiddenField 'mojo' hides a field. 159

org/apache/maven/plugin/PluginParameterExpressionEvaluator.java

Severity Category Rule Message Line
 Warning coding HiddenField 'basedir' hides a field. 101

org/apache/maven/plugin/PluginParameterExpressionEvaluatorV4.java

Severity Category Rule Message Line
 Warning coding HiddenField 'basedir' hides a field. 103

org/apache/maven/plugin/PluginRealmCache.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Expected @param tag for 'key'. 97

org/apache/maven/plugin/PluginValidationManager.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Expected @param tag for 'locality'. 59
 Warning javadoc JavadocMethod Expected @param tag for 'session'. 59
 Warning javadoc JavadocMethod Expected @param tag for 'pluginArtifact'. 59
 Warning javadoc JavadocMethod Expected @param tag for 'issue'. 59
 Warning javadoc JavadocMethod Expected @param tag for 'locality'. 67
 Warning javadoc JavadocMethod Expected @param tag for 'mavenSession'. 67
 Warning javadoc JavadocMethod Expected @param tag for 'mojoDescriptor'. 67
 Warning javadoc JavadocMethod Expected @param tag for 'issue'. 67
 Warning javadoc JavadocMethod Expected @param tag for 'locality'. 75
 Warning javadoc JavadocMethod Expected @param tag for 'mavenSession'. 76
 Warning javadoc JavadocMethod Expected @param tag for 'mojoDescriptor'. 77
 Warning javadoc JavadocMethod Expected @param tag for 'mojoClass'. 78
 Warning javadoc JavadocMethod Expected @param tag for 'issue'. 79

org/apache/maven/plugin/internal/DefaultPluginDependenciesResolver.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod @return tag should be present and have description. 153
 Warning javadoc JavadocMethod Expected @param tag for 'plugin'. 154
 Warning javadoc JavadocMethod Expected @param tag for 'dependencyFilter'. 155
 Warning javadoc JavadocMethod Expected @param tag for 'repositories'. 156
 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. 78
 Warning coding HiddenField 'pluginGroups' hides a field. 88
 Warning coding HiddenField 'pom' hides a field. 102
 Warning coding HiddenField 'repositories' hides a field. 112
 Warning coding HiddenField 'session' hides a field. 126

org/apache/maven/plugin/version/DefaultPluginVersionRequest.java

Severity Category Rule Message Line
 Warning coding HiddenField 'groupId' hides a field. 93
 Warning coding HiddenField 'artifactId' hides a field. 103
 Warning coding HiddenField 'pom' hides a field. 113
 Warning coding HiddenField 'repositories' hides a field. 123
 Warning coding HiddenField 'session' hides a field. 137

org/apache/maven/project/DefaultDependencyResolutionRequest.java

Severity Category Rule Message Line
 Warning coding HiddenField 'filter' hides a field. 55
 Warning coding HiddenField 'project' hides a field. 60

org/apache/maven/project/DefaultDependencyResolutionResult.java

Severity Category Rule Message Line
 Warning coding HiddenField 'root' hides a field. 50

org/apache/maven/project/DefaultProjectBuildingRequest.java

Severity Category Rule Message Line
 Warning coding HiddenField 'localRepository' hides a field. 110
 Warning coding HiddenField 'remoteRepositories' hides a field. 123
 Warning coding HiddenField 'pluginArtifactRepositories' hides a field. 137
 Warning coding HiddenField 'systemProperties' hides a field. 151
 Warning coding HiddenField 'userProperties' hides a field. 165
 Warning coding HiddenField 'processPlugins' hides a field. 180
 Warning coding HiddenField 'resolveDependencies' hides a field. 185
 Warning javadoc JavadocMethod @return tag should be present and have description. 199
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 200
 Warning javadoc JavadocMethod @return tag should be present and have description. 210
 Warning coding HiddenField 'validationLevel' hides a field. 215
 Warning coding HiddenField 'repositorySession' hides a field. 276
 Warning coding HiddenField 'repositoryMerging' hides a field. 281

org/apache/maven/project/DefaultProjectRealmCache.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 83

org/apache/maven/project/DuplicateProjectException.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Expected @param tag for 'message'. 38
 Warning javadoc JavadocMethod Expected @param tag for 'message'. 46
 Warning javadoc JavadocMethod Expected @param tag for 'e'. 46

org/apache/maven/project/ExtensionDescriptorBuilder.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod @return tag should be present and have description. 46
 Warning javadoc JavadocMethod @return tag should be present and have description. 86
 Warning javadoc JavadocMethod Expected @param tag for 'is'. 86

org/apache/maven/project/MavenProject.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 96
 Info javadoc JavadocVariable Missing a Javadoc comment. 98
 Info javadoc JavadocVariable Missing a Javadoc comment. 100
 Warning coding HiddenField 'model' hides a field. 186
 Warning coding HiddenField 'file' hides a field. 263
 Warning javadoc JavadocMethod Expected @param tag for 'file'. 263
 Warning coding HiddenField 'file' hides a field. 291
 Warning coding HiddenField 'artifact' hides a field. 621
 Warning coding HiddenField 'injectedProfileIds' hides a field. 762
 Warning coding HiddenField 'artifact' hides a field. 795
 Warning coding HiddenField 'artifact' hides a field. 1114
 Warning coding HiddenField 'file' hides a field. 1115
 Warning javadoc JavadocMethod Expected @param tag for 'key'. 1132
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 1132
 Warning javadoc JavadocMethod @return tag should be present and have description. 1146
 Warning javadoc JavadocMethod Expected @param tag for 'key'. 1146
 Warning coding HiddenField 'artifacts' hides a field. 1207
 Warning coding HiddenField 'artifacts' hides a field. 1362
 Warning coding HiddenField 'artifacts' hides a field. 1405
 Warning coding HiddenField 'artifacts' hides a field. 1430
 Warning coding HiddenField 'artifacts' hides a field. 1509
 Warning javadoc JavadocMethod Expected @param tag for 'type'. 1637
 Warning javadoc JavadocMethod Expected @param tag for 'classifier'. 1637
 Warning coding HiddenField 'file' hides a field. 1637
 Warning javadoc JavadocMethod Expected @param tag for 'file'. 1637
 Warning javadoc JavadocMethod Expected @param tag for 'writer'. 1643
 Warning javadoc JavadocMethod Expected @param tag for 'writer'. 1652

org/apache/maven/project/MavenProjectHelper.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 28

org/apache/maven/project/ProjectBuildingException.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod @return tag should be present and have description. 74

org/apache/maven/project/ProjectBuildingRequest.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Expected @param tag for 'activeProfileIds'. 116
 Warning javadoc JavadocMethod @return tag should be present and have description. 177
 Warning javadoc JavadocMethod @return tag should be present and have description. 185
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 186

org/apache/maven/project/ProjectRealmCache.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Expected @param tag for 'key'. 80

org/apache/maven/project/ProjectSorter.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Expected @param tag for 'projects'. 69
 Warning coding HiddenField 'projectMap' hides a field. 185
 Warning coding HiddenField 'projectMap' hides a field. 217

org/apache/maven/project/RepositorySessionDecorator.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod @return tag should be present and have description. 33
 Warning javadoc JavadocMethod Expected @param tag for 'project'. 33
 Warning javadoc JavadocMethod Expected @param tag for 'session'. 33

org/apache/maven/project/artifact/DefaultProjectArtifactsCache.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 163

org/apache/maven/project/artifact/ProjectArtifactsCache.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Expected @param tag for 'cacheKey'. 95

org/apache/maven/project/collector/ProjectCollectionStrategy.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod @return tag should be present and have description. 37

org/apache/maven/properties/internal/SystemProperties.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Expected @param tag for 'props'. 30

org/apache/maven/rtinfo/internal/DefaultRuntimeInformation.java

Severity Category Rule Message Line
 Warning coding HiddenField 'mavenVersion' hides a field. 105

org/apache/maven/settings/SettingsUtilsV4.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod @return tag should be present and have description. 71

org/apache/maven/toolchain/DefaultToolchain.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 44
 Warning coding HiddenField 'type' hides a field. 79

org/apache/maven/toolchain/DefaultToolchainManager.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 45

org/apache/maven/toolchain/ToolchainFactory.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod @return tag should be present and have description. 32
 Warning javadoc JavadocMethod Expected @param tag for 'model'. 32
 Warning javadoc JavadocMethod @return tag should be present and have description. 39

org/apache/maven/toolchain/ToolchainManager.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 34

org/apache/maven/toolchain/ToolchainManagerPrivate.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod @return tag should be present and have description. 42

org/apache/maven/toolchain/java/DefaultJavaToolChain.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 34

org/apache/maven/toolchain/java/JavaToolchainImpl.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 38