Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 98 | 140 | 331 | 0 |
Files
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | HiddenField
|
134 | |
| javadoc | JavadocMethod
|
197 | |
JavadocVariable
|
140 |
Details
org/apache/maven/AbstractCoreMavenComponentTestCase.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
org/apache/maven/DefaultMaven.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 409 | |
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 410 |
org/apache/maven/DefaultMavenTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'maven' hides a field. | 68 |
org/apache/maven/Maven.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
org/apache/maven/ReactorReader.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'projects' hides a field. | 469 | |
| coding | HiddenField | 'projects' hides a field. | 489 | |
| coding | HiddenField | 'allProjects' hides a field. | 499 | |
| coding | HiddenField | 'projects' hides a field. | 516 |
org/apache/maven/artifact/factory/ArtifactFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
org/apache/maven/artifact/handler/manager/ArtifactHandlerManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
org/apache/maven/artifact/repository/MavenArtifactRepository.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'snapshots' hides a field. | 138 | |
| coding | HiddenField | 'releases' hides a field. | 148 | |
| coding | HiddenField | 'url' hides a field. | 274 |
org/apache/maven/artifact/resolver/filter/CumulativeScopeArtifactFilter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'scopes' hides a field. | 62 |
org/apache/maven/bridge/MavenRepositorySystem.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 |
org/apache/maven/classrealm/DefaultClassRealmManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| coding | HiddenField | 'delegates' hides a field. | 297 |
org/apache/maven/configuration/DefaultBeanConfigurationRequest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'configuration' hides a field. | 74 |
org/apache/maven/execution/DefaultMavenExecutionRequest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'startTime' hides a field. | 315 | |
| coding | HiddenField | 'remoteRepositories' hides a field. | 359 | |
| coding | HiddenField | 'pluginArtifactRepositories' hides a field. | 370 | |
| coding | HiddenField | 'basedir' hides a field. | 434 | |
| coding | HiddenField | 'startTime' hides a field. | 442 | |
| coding | HiddenField | 'showErrors' hides a field. | 449 | |
| coding | HiddenField | 'goals' hides a field. | 456 | |
| coding | HiddenField | 'localRepository' hides a field. | 467 | |
| coding | HiddenField | 'localRepository' hides a field. | 478 | |
| coding | HiddenField | 'localRepository' hides a field. | 485 | |
| coding | HiddenField | 'userProperties' hides a field. | 503 | |
| coding | HiddenField | 'resume' hides a field. | 540 | |
| coding | HiddenField | 'makeBehavior' hides a field. | 554 | |
| coding | HiddenField | 'profiles' hides a field. | 579 | |
| coding | HiddenField | 'profiles' hides a field. | 588 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 607 | |
| javadoc | JavadocMethod | Expected @param tag for 'pomFilename'. | 608 | |
| coding | HiddenField | 'pom' hides a field. | 617 | |
| coding | HiddenField | 'transferListener' hides a field. | 631 | |
| coding | HiddenField | 'loggingLevel' hides a field. | 638 | |
| coding | HiddenField | 'offline' hides a field. | 645 | |
| coding | HiddenField | 'updateSnapshots' hides a field. | 652 | |
| coding | HiddenField | 'noSnapshotUpdates' hides a field. | 659 | |
| coding | HiddenField | 'globalChecksumPolicy' hides a field. | 666 | |
| coding | HiddenField | 'proxies' hides a field. | 685 | |
| coding | HiddenField | 'servers' hides a field. | 719 | |
| coding | HiddenField | 'mirrors' hides a field. | 753 | |
| coding | HiddenField | 'profiles' hides a field. | 787 | |
| coding | HiddenField | 'pluginGroups' hides a field. | 807 | |
| coding | HiddenField | 'pluginGroups' hides a field. | 827 | |
| coding | HiddenField | 'recursive' hides a field. | 836 | |
| coding | HiddenField | 'userSettingsFile' hides a field. | 865 | |
| coding | HiddenField | 'projectSettingsFile' hides a field. | 877 | |
| coding | HiddenField | 'installationSettingsFile' hides a field. | 901 | |
| coding | HiddenField | 'userToolchainsFile' hides a field. | 913 | |
| coding | HiddenField | 'installationToolchainsFile' hides a field. | 927 | |
| coding | HiddenField | 'installationToolchainsFile' hides a field. | 938 | |
| coding | HiddenField | 'repositoryCache' hides a field. | 1026 | |
| coding | HiddenField | 'executionListener' hides a field. | 1038 | |
| coding | HiddenField | 'workspaceReader' hides a field. | 1060 | |
| coding | HiddenField | 'cacheTransferError' hides a field. | 1071 | |
| coding | HiddenField | 'cacheNotFound' hides a field. | 1082 | |
| coding | HiddenField | 'ignoreTransitiveRepositories' hides a field. | 1115 | |
| coding | HiddenField | 'useLegacyLocalRepositoryManager' hides a field. | 1126 | |
| coding | HiddenField | 'builderId' hides a field. | 1132 | |
| coding | HiddenField | 'toolchains' hides a field. | 1151 | |
| coding | HiddenField | 'rootDirectory' hides a field. | 1177 | |
| coding | HiddenField | 'topDirectory' hides a field. | 1188 | |
| coding | HiddenField | 'eventSpyDispatcher' hides a field. | 1194 |
org/apache/maven/execution/DefaultMavenExecutionResult.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'project' hides a field. | 44 | |
| coding | HiddenField | 'topologicallySortedProjects' hides a field. | 56 | |
| coding | HiddenField | 'dependencyResolutionResult' hides a field. | 75 | |
| coding | HiddenField | 'project' hides a field. | 99 |
org/apache/maven/execution/ExecutionEvent.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
org/apache/maven/execution/MavenExecutionRequest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 78 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 86 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 88 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 99 | |
| javadoc | JavadocMethod | Expected @param tag for 'basedir'. | 100 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 105 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 170 | |
| javadoc | JavadocMethod | Expected @param tag for 'projects'. | 171 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 176 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 298 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 303 | |
| javadoc | JavadocMethod | Expected @param tag for 'ignoreMissing'. | 303 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 308 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 313 | |
| javadoc | JavadocMethod | Expected @param tag for 'ignoreInvalid'. | 313 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 318 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 323 | |
| javadoc | JavadocMethod | Expected @param tag for 'ignoreTransitiveRepositories'. | 323 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 335 | |
| javadoc | JavadocMethod | Expected @param tag for 'profile'. | 336 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 341 | |
| javadoc | JavadocMethod | Expected @param tag for 'profiles'. | 342 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 347 | |
| javadoc | JavadocMethod | Expected @param tag for 'profiles'. | 348 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 360 | |
| javadoc | JavadocMethod | Expected @param tag for 'profile'. | 361 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 366 | |
| javadoc | JavadocMethod | Expected @param tag for 'profiles'. | 367 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 372 | |
| javadoc | JavadocMethod | Expected @param tag for 'profiles'. | 373 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 527 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 537 | |
| javadoc | JavadocMethod | Expected @param tag for 'useLegacyLocalRepository'. | 538 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 546 | |
| javadoc | JavadocMethod | Expected @param tag for 'builderId'. | 546 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 554 | |
| javadoc | JavadocMethod | Expected @param tag for 'file'. | 576 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 582 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 590 | |
| javadoc | JavadocMethod | Expected @param tag for 'topDirectory'. | 590 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 598 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 605 | |
| javadoc | JavadocMethod | Expected @param tag for 'rootDirectory'. | 605 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 616 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 621 | |
| javadoc | JavadocMethod | Expected @param tag for 'eventSpyDispatcher'. | 621 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 626 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 631 |
org/apache/maven/execution/MavenSession.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 149 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 158 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 166 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 212 | |
| javadoc | JavadocMethod | Expected @param tag for 'plugin'. | 212 | |
| javadoc | JavadocMethod | Expected @param tag for 'project'. | 212 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 277 | |
| javadoc | JavadocMethod | Expected @param tag for 'allProjects'. | 282 | |
| coding | HiddenField | 'executionProperties' hides a field. | 313 | |
| coding | HiddenField | 'executionProperties' hides a field. | 330 | |
| coding | HiddenField | 'executionProperties' hides a field. | 406 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 465 |
org/apache/maven/execution/ProfileActivation.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 42 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 51 |
org/apache/maven/execution/ProjectActivation.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 104 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 114 |
org/apache/maven/execution/ReactorManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
org/apache/maven/execution/scope/internal/MojoExecutionScopeModule.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
org/apache/maven/extension/internal/CoreExports.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 57 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 64 |
org/apache/maven/extension/internal/CoreExtensionEntry.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 70 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 77 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 84 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 92 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 99 |
org/apache/maven/graph/DefaultGraphBuilderTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'activeRequiredProjects' hides a field. | 495 | |
| coding | HiddenField | 'activeOptionalProjects' hides a field. | 500 | |
| coding | HiddenField | 'inactiveRequiredProjects' hides a field. | 505 | |
| coding | HiddenField | 'inactiveOptionalProjects' hides a field. | 510 | |
| coding | HiddenField | 'resumeFrom' hides a field. | 515 | |
| coding | HiddenField | 'makeBehavior' hides a field. | 520 | |
| coding | HiddenField | 'requestedPom' hides a field. | 525 |
org/apache/maven/graph/GraphBuilder.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
org/apache/maven/graph/ProjectSelector.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 90 | |
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 92 | |
| javadoc | JavadocMethod | Expected @param tag for 'projects'. | 92 | |
| javadoc | JavadocMethod | Expected @param tag for 'projectSelectors'. | 92 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 116 | |
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 118 | |
| javadoc | JavadocMethod | Expected @param tag for 'projects'. | 118 | |
| javadoc | JavadocMethod | Expected @param tag for 'projectSelectors'. | 118 |
org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 90 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 92 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 96 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 106 |
org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactoryTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 |
org/apache/maven/internal/impl/DefaultLifecycleRegistry.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 90 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 97 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 98 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 99 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 100 |
org/apache/maven/internal/impl/DefaultProject.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'project' hides a field. | 181 | |
| coding | HiddenField | 'project' hides a field. | 197 |
org/apache/maven/internal/impl/DefaultSession.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'mavenSession' hides a field. | 210 |
org/apache/maven/internal/impl/EventSpyImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 60 | |
| javadoc | JavadocMethod | Expected @param tag for 'type'. | 60 |
org/apache/maven/internal/impl/InternalMavenSession.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 47 | |
| javadoc | JavadocMethod | Expected @param tag for 'project'. | 48 |
org/apache/maven/internal/impl/SisuDiBridgeModule.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| coding | HiddenField | 'injector' hides a field. | 91 | |
| coding | HiddenField | 'beanEntry' hides a field. | 141 |
org/apache/maven/internal/impl/TestApi.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'session' hides a field. | 125 |
org/apache/maven/internal/transformation/AbstractRepositoryTestCase.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| coding | HiddenField | 'system' hides a field. | 72 | |
| coding | HiddenField | 'session' hides a field. | 84 |
org/apache/maven/lifecycle/DefaultLifecycles.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Expected @param tag for 'lifecycles'. | 70 | |
| javadoc | JavadocMethod | Expected @param tag for 'logger'. | 70 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 88 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 144 |
org/apache/maven/lifecycle/LifecycleExecutor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Expected @param tag for 'packaging'. | 61 |
org/apache/maven/lifecycle/internal/DefaultLifecycleMappingDelegate.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
org/apache/maven/lifecycle/internal/PhaseId.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'priority' hides a field. | 83 |
org/apache/maven/lifecycle/internal/builder/BuilderCommonTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'logger' hides a field. | 90 |
org/apache/maven/lifecycle/internal/concurrent/BuildPlan.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'sortedNodes' hides a field. | 146 |
org/apache/maven/lifecycle/internal/concurrent/BuildPlanExecutor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'plan' hides a field. | 243 | |
| coding | HiddenField | 'plan' hides a field. | 656 | |
| coding | HiddenField | 'session' hides a field. | 761 | |
| coding | HiddenField | 'plan' hides a field. | 892 |
org/apache/maven/lifecycle/internal/concurrent/BuildStep.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
org/apache/maven/lifecycle/internal/stub/LifecycleExecutionPlanCalculatorStub.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 78 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 82 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 84 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 88 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 90 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 92 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 99 | |
| javadoc | JavadocMethod | Expected @param tag for 'projectBuildList'. | 100 |
org/apache/maven/lifecycle/internal/stub/LifecycleTaskSegmentCalculatorStub.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
org/apache/maven/lifecycle/internal/stub/MojoExecutorStub.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
org/apache/maven/lifecycle/internal/stub/ProjectDependencyGraphStub.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
org/apache/maven/lifecycle/mapping/DefaultLifecycleMapping.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @param tag for 'lifecycles'. | 54 | |
| coding | HiddenField | 'phases' hides a field. | 79 |
org/apache/maven/lifecycle/mapping/Lifecycle.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 42 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 49 |
org/apache/maven/lifecycle/mapping/LifecycleMapping.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
org/apache/maven/lifecycle/providers/packaging/AbstractLifecycleMappingProvider.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
org/apache/maven/plugin/DebugConfigurationListener.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @param tag for 'logger'. | 39 |
org/apache/maven/plugin/DefaultExtensionRealmCache.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 104 |
org/apache/maven/plugin/DefaultPluginArtifactsCache.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 117 |
org/apache/maven/plugin/DefaultPluginRealmCache.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 134 |
org/apache/maven/plugin/ExtensionRealmCache.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @param tag for 'key'. | 89 |
org/apache/maven/plugin/MavenPluginManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 111 | |
| javadoc | JavadocMethod | Expected @param tag for 'project'. | 112 | |
| javadoc | JavadocMethod | Expected @param tag for 'plugin'. | 112 | |
| javadoc | JavadocMethod | Expected @param tag for 'session'. | 112 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 126 |
org/apache/maven/plugin/MojoExecution.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'forkedExecutions' hides a field. | 215 |
org/apache/maven/plugin/PluginArtifactsCache.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @param tag for 'cacheKey'. | 95 |
org/apache/maven/plugin/PluginConfigurationException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @param tag for 'pluginDescriptor'. | 52 | |
| javadoc | JavadocMethod | Expected @param tag for 'originalMessage'. | 52 | |
| javadoc | JavadocMethod | Expected @param tag for 'cause'. | 52 | |
| javadoc | JavadocMethod | Expected @param tag for 'pluginDescriptor'. | 63 | |
| javadoc | JavadocMethod | Expected @param tag for 'originalMessage'. | 63 | |
| javadoc | JavadocMethod | Expected @param tag for 'cause'. | 63 | |
| javadoc | JavadocMethod | Expected @param tag for 'pluginDescriptor'. | 74 | |
| javadoc | JavadocMethod | Expected @param tag for 'originalMessage'. | 74 | |
| javadoc | JavadocMethod | Expected @param tag for 'cause'. | 74 |
org/apache/maven/plugin/PluginContainerException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @param tag for 'plugin'. | 68 | |
| javadoc | JavadocMethod | Expected @param tag for 'pluginRealm'. | 68 | |
| javadoc | JavadocMethod | Expected @param tag for 'message'. | 68 | |
| javadoc | JavadocMethod | Expected @param tag for 'e'. | 68 | |
| javadoc | JavadocMethod | Expected @param tag for 'plugin'. | 79 | |
| javadoc | JavadocMethod | Expected @param tag for 'pluginRealm'. | 79 | |
| javadoc | JavadocMethod | Expected @param tag for 'message'. | 79 | |
| javadoc | JavadocMethod | Expected @param tag for 'e'. | 79 |
org/apache/maven/plugin/PluginManagerException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @param tag for 'plugin'. | 104 | |
| javadoc | JavadocMethod | Expected @param tag for 'message'. | 104 | |
| javadoc | JavadocMethod | Expected @param tag for 'cause'. | 104 | |
| javadoc | JavadocMethod | Expected @param tag for 'plugin'. | 114 | |
| javadoc | JavadocMethod | Expected @param tag for 'message'. | 114 | |
| javadoc | JavadocMethod | Expected @param tag for 'cause'. | 114 | |
| javadoc | JavadocMethod | Expected @param tag for 'plugin'. | 149 | |
| javadoc | JavadocMethod | Expected @param tag for 'message'. | 149 | |
| javadoc | JavadocMethod | Expected @param tag for 'cause'. | 149 |
org/apache/maven/plugin/PluginParameterException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'mojo' hides a field. | 159 |
org/apache/maven/plugin/PluginParameterExpressionEvaluator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'basedir' hides a field. | 101 |
org/apache/maven/plugin/PluginParameterExpressionEvaluatorV4.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'basedir' hides a field. | 75 |
org/apache/maven/plugin/PluginParameterExpressionEvaluatorV4Test.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'container' hides a field. | 377 |
org/apache/maven/plugin/PluginRealmCache.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @param tag for 'key'. | 105 |
org/apache/maven/plugin/PluginValidationManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @param tag for 'locality'. | 59 | |
| javadoc | JavadocMethod | Expected @param tag for 'session'. | 59 | |
| javadoc | JavadocMethod | Expected @param tag for 'pluginArtifact'. | 59 | |
| javadoc | JavadocMethod | Expected @param tag for 'issue'. | 59 | |
| javadoc | JavadocMethod | Expected @param tag for 'locality'. | 67 | |
| javadoc | JavadocMethod | Expected @param tag for 'mavenSession'. | 67 | |
| javadoc | JavadocMethod | Expected @param tag for 'mojoDescriptor'. | 67 | |
| javadoc | JavadocMethod | Expected @param tag for 'issue'. | 67 | |
| javadoc | JavadocMethod | Expected @param tag for 'locality'. | 75 | |
| javadoc | JavadocMethod | Expected @param tag for 'mavenSession'. | 76 | |
| javadoc | JavadocMethod | Expected @param tag for 'mojoDescriptor'. | 77 | |
| javadoc | JavadocMethod | Expected @param tag for 'mojoClass'. | 78 | |
| javadoc | JavadocMethod | Expected @param tag for 'issue'. | 79 |
org/apache/maven/plugin/internal/DefaultPluginDependenciesResolver.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 156 | |
| javadoc | JavadocMethod | Expected @param tag for 'plugin'. | 157 | |
| javadoc | JavadocMethod | Expected @param tag for 'dependencyFilter'. | 158 | |
| javadoc | JavadocMethod | Expected @param tag for 'repositories'. | 159 | |
| javadoc | JavadocMethod | Expected @param tag for 'session'. | 160 |
org/apache/maven/plugin/internal/MavenPluginConfigurationValidator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @param tag for 'mavenSession'. | 35 | |
| javadoc | JavadocMethod | Expected @param tag for 'mojoDescriptor'. | 36 | |
| javadoc | JavadocMethod | Expected @param tag for 'mojoClass'. | 37 | |
| javadoc | JavadocMethod | Expected @param tag for 'pomConfiguration'. | 38 | |
| javadoc | JavadocMethod | Expected @param tag for 'expressionEvaluator'. | 39 |
org/apache/maven/plugin/prefix/DefaultPluginPrefixRequest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'session' hides a field. | 136 |
org/apache/maven/plugin/version/DefaultPluginVersionRequest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'session' hides a field. | 147 |
org/apache/maven/project/AbstractMavenProjectTestCase.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
org/apache/maven/project/DefaultDependencyResolutionRequest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'filter' hides a field. | 59 | |
| coding | HiddenField | 'project' hides a field. | 65 |
org/apache/maven/project/DefaultDependencyResolutionResult.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'root' hides a field. | 51 |
org/apache/maven/project/DefaultProjectBuilder.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'session' hides a field. | 321 | |
| coding | HiddenField | 'request' hides a field. | 379 | |
| coding | HiddenField | 'session' hides a field. | 913 |
org/apache/maven/project/DefaultProjectBuildingRequest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'localRepository' hides a field. | 114 | |
| coding | HiddenField | 'remoteRepositories' hides a field. | 130 | |
| coding | HiddenField | 'pluginArtifactRepositories' hides a field. | 146 | |
| coding | HiddenField | 'systemProperties' hides a field. | 162 | |
| coding | HiddenField | 'userProperties' hides a field. | 178 | |
| coding | HiddenField | 'processPlugins' hides a field. | 195 | |
| coding | HiddenField | 'resolveDependencies' hides a field. | 201 | |
| coding | HiddenField | 'validationLevel' hides a field. | 235 | |
| coding | HiddenField | 'buildStartTime' hides a field. | 310 |
org/apache/maven/project/DefaultProjectRealmCache.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 |
org/apache/maven/project/DuplicateProjectException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @param tag for 'message'. | 38 | |
| javadoc | JavadocMethod | Expected @param tag for 'message'. | 46 | |
| javadoc | JavadocMethod | Expected @param tag for 'e'. | 46 |
org/apache/maven/project/ExtensionDescriptorBuilder.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 46 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 86 | |
| javadoc | JavadocMethod | Expected @param tag for 'is'. | 86 |
org/apache/maven/project/LegacyLocalRepositoryManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'repository' hides a field. | 71 | |
| coding | HiddenField | 'repository' hides a field. | 81 | |
| coding | HiddenField | 'repository' hides a field. | 85 |
org/apache/maven/project/MavenProject.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 107 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 109 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 111 | |
| coding | HiddenField | 'model' hides a field. | 205 | |
| coding | HiddenField | 'file' hides a field. | 282 | |
| javadoc | JavadocMethod | Expected @param tag for 'file'. | 282 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 289 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 300 | |
| javadoc | JavadocMethod | Expected @param tag for 'path'. | 410 | |
| javadoc | JavadocMethod | Expected @param tag for 'path'. | 418 | |
| javadoc | JavadocMethod | Expected @param tag for 'path'. | 426 | |
| javadoc | JavadocMethod | Expected @param tag for 'path'. | 433 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 443 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 460 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 486 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 494 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 559 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 573 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 587 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 780 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 788 | |
| javadoc | JavadocMethod | Expected @param tag for 'resource'. | 839 | |
| javadoc | JavadocMethod | Expected @param tag for 'testResource'. | 847 | |
| coding | HiddenField | 'artifact' hides a field. | 884 | |
| coding | HiddenField | 'injectedProfileIds' hides a field. | 1039 | |
| coding | HiddenField | 'artifact' hides a field. | 1072 | |
| javadoc | JavadocMethod | Expected @param tag for 'compileSourceRoots'. | 1307 | |
| javadoc | JavadocMethod | Expected @param tag for 'testCompileSourceRoots'. | 1315 | |
| javadoc | JavadocMethod | Expected @param tag for 'key'. | 1416 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 1416 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 1430 | |
| javadoc | JavadocMethod | Expected @param tag for 'key'. | 1430 | |
| coding | HiddenField | 'artifacts' hides a field. | 1491 | |
| coding | HiddenField | 'artifacts' hides a field. | 1637 | |
| coding | HiddenField | 'artifacts' hides a field. | 1678 | |
| coding | HiddenField | 'artifacts' hides a field. | 1703 | |
| coding | HiddenField | 'artifacts' hides a field. | 1783 | |
| javadoc | JavadocMethod | Expected @param tag for 'type'. | 1910 | |
| javadoc | JavadocMethod | Expected @param tag for 'classifier'. | 1910 | |
| coding | HiddenField | 'file' hides a field. | 1910 | |
| javadoc | JavadocMethod | Expected @param tag for 'file'. | 1910 | |
| javadoc | JavadocMethod | Expected @param tag for 'writer'. | 1916 | |
| javadoc | JavadocMethod | Expected @param tag for 'writer'. | 1925 |
org/apache/maven/project/MavenProjectHelper.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
org/apache/maven/project/ProjectBuildingException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 74 |
org/apache/maven/project/ProjectBuildingRequest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @param tag for 'activeProfileIds'. | 117 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 194 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 202 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 203 |
org/apache/maven/project/ProjectBuildingResultWithLocationMatcher.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'columnNumber' hides a field. | 56 | |
| coding | HiddenField | 'lineNumber' hides a field. | 56 |
org/apache/maven/project/ProjectRealmCache.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @param tag for 'key'. | 80 |
org/apache/maven/project/ProjectSorter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @param tag for 'projects'. | 69 | |
| coding | HiddenField | 'projectMap' hides a field. | 185 | |
| coding | HiddenField | 'projectMap' hides a field. | 217 |
org/apache/maven/project/RepositorySessionDecorator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 33 | |
| javadoc | JavadocMethod | Expected @param tag for 'project'. | 33 | |
| javadoc | JavadocMethod | Expected @param tag for 'session'. | 33 |
org/apache/maven/project/artifact/DefaultProjectArtifactsCache.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 161 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 162 |
org/apache/maven/project/artifact/ProjectArtifactsCache.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @param tag for 'cacheKey'. | 100 |
org/apache/maven/project/collector/ProjectCollectionStrategy.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 37 |
org/apache/maven/project/harness/Xpp3DomAttributeIterator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'position' hides a field. | 69 |
org/apache/maven/project/harness/Xpp3DomNodeIterator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'position' hides a field. | 88 | |
| coding | HiddenField | 'position' hides a field. | 95 | |
| coding | HiddenField | 'child' hides a field. | 97 | |
| coding | HiddenField | 'node' hides a field. | 104 |
org/apache/maven/properties/internal/SystemProperties.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @param tag for 'props'. | 30 |
org/apache/maven/resolver/MavenChainedWorkspaceReader.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
org/apache/maven/rtinfo/internal/DefaultRuntimeInformation.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'mavenVersion' hides a field. | 105 |


