Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 7 | 2 | 23 | 5 |
Files
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | HiddenField
|
2 | |
MagicNumber
|
5 | ||
| javadoc | JavadocMethod
|
21 | |
JavadocVariable
|
2 |
Details
org/apache/maven/scm/PlexusJUnit4TestSupport.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. | 56 |
org/apache/maven/scm/provider/ScmProviderStub.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @param tag for 'repository'. | 563 | |
| javadoc | JavadocMethod | Expected @param tag for 'fileSet'. | 564 | |
| javadoc | JavadocMethod | Expected @param tag for 'tag'. | 565 | |
| javadoc | JavadocMethod | Expected @param tag for 'lastUpdate'. | 566 | |
| javadoc | JavadocMethod | Expected @param tag for 'datePattern'. | 567 | |
| javadoc | JavadocMethod | Expected @param tag for 'runChangelog'. | 568 |
org/apache/maven/scm/tck/command/blame/BlameCommandTckTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | MagicNumber | '2000' is a magic number. | 70 | |
| coding | MagicNumber | '2000' is a magic number. | 80 |
org/apache/maven/scm/tck/command/changelog/ChangeLogCommandTckTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | MagicNumber | '2000' is a magic number. | 84 |
org/apache/maven/scm/tck/command/update/UpdateCommandTckTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | MagicNumber | '1000000' is a magic number. | 131 | |
| coding | MagicNumber | '5000' is a magic number. | 135 |





