Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 4 | 2 | 23 | 0 |
Files
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | HiddenField
|
2 | |
| javadoc | JavadocMethod
|
21 | |
JavadocVariable
|
2 |
Details
org/apache/maven/scm/PlexusJUnit4TestCase.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 121 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 176 | |
| coding | HiddenField | 'basedir' hides a field. | 225 | |
| coding | HiddenField | 'basedir' hides a field. | 240 |
org/apache/maven/scm/ScmTckTestCase.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 165 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 176 | |
| javadoc | JavadocMethod | Expected @param tag for 'workingDirectory'. | 176 | |
| javadoc | JavadocMethod | Expected @param tag for 'repository'. | 176 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 189 | |
| javadoc | JavadocMethod | Expected @param tag for 'workingDirectory'. | 189 | |
| javadoc | JavadocMethod | Expected @param tag for 'repository'. | 189 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 202 | |
| javadoc | JavadocMethod | Expected @param tag for 'workingDirectory'. | 202 | |
| javadoc | JavadocMethod | Expected @param tag for 'repository'. | 202 | |
| javadoc | JavadocMethod | Expected @param tag for 'workingDirectory'. | 215 | |
| javadoc | JavadocMethod | Expected @param tag for 'file'. | 215 | |
| javadoc | JavadocMethod | Expected @param tag for 'repository'. | 215 |
org/apache/maven/scm/ScmTestCase.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
org/apache/maven/scm/provider/ScmProviderStub.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @param tag for 'repository'. | 567 | |
| javadoc | JavadocMethod | Expected @param tag for 'fileSet'. | 568 | |
| javadoc | JavadocMethod | Expected @param tag for 'tag'. | 569 | |
| javadoc | JavadocMethod | Expected @param tag for 'lastUpdate'. | 570 | |
| javadoc | JavadocMethod | Expected @param tag for 'datePattern'. | 571 | |
| javadoc | JavadocMethod | Expected @param tag for 'runChangelog'. | 572 |


