Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 10 | 8 | 24 | 9 |
Files
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | InnerAssignment | 4 | |
| javadoc | JavadocMethod
|
24 | |
JavadocVariable
|
8 | ||
| sizes | ParameterNumber | 5 |
Details
org/apache/maven/scm/provider/git/gitexe/GpgTestUtils.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
org/apache/maven/scm/provider/git/gitexe/command/AbstractFileCheckingConsumer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
org/apache/maven/scm/provider/git/gitexe/command/GitCommandLineUtils.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 87 | |
| javadoc | JavadocMethod | Expected @param tag for 'workingDirectory'. | 87 | |
| javadoc | JavadocMethod | Expected @param tag for 'command'. | 87 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 94 | |
| javadoc | JavadocMethod | Expected @param tag for 'workingDirectory'. | 95 | |
| javadoc | JavadocMethod | Expected @param tag for 'command'. | 96 | |
| javadoc | JavadocMethod | Expected @param tag for 'repository'. | 97 | |
| javadoc | JavadocMethod | Expected @param tag for 'environment'. | 98 |
org/apache/maven/scm/provider/git/gitexe/command/branch/GitBranchCommand.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 126 | |
| javadoc | JavadocMethod | Expected @param tag for 'repository'. | 126 | |
| javadoc | JavadocMethod | Expected @param tag for 'fileSet'. | 126 |
org/apache/maven/scm/provider/git/gitexe/command/changelog/GitChangeLogCommand.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | ParameterNumber | More than 7 parameters (found 8). | 104 | |
| sizes | ParameterNumber | More than 7 parameters (found 9). | 145 | |
| sizes | ParameterNumber | More than 7 parameters (found 10). | 160 | |
| sizes | ParameterNumber | More than 7 parameters (found 8). | 231 | |
| sizes | ParameterNumber | More than 7 parameters (found 9). | 244 |
org/apache/maven/scm/provider/git/gitexe/command/changelog/GitChangeLogConsumer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @param tag for 'userDateFormat'. | 162 |
org/apache/maven/scm/provider/git/gitexe/command/diff/GitDiffCommand.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 76 | |
| javadoc | JavadocMethod | Expected @param tag for 'workingDirectory'. | 77 | |
| javadoc | JavadocMethod | Expected @param tag for 'startVersion'. | 77 | |
| javadoc | JavadocMethod | Expected @param tag for 'endVersion'. | 77 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 101 | |
| javadoc | JavadocMethod | Expected @param tag for 'sha1'. | 101 |
org/apache/maven/scm/provider/git/gitexe/command/info/GitInfoCommand.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
org/apache/maven/scm/provider/git/gitexe/command/status/GitStatusConsumer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | InnerAssignment | Inner assignments should be avoided. | 156 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 159 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 162 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 165 |
org/apache/maven/scm/provider/git/gitexe/command/update/GitUpdateCommand.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 114 | |
| javadoc | JavadocMethod | Expected @param tag for 'repository'. | 115 | |
| javadoc | JavadocMethod | Expected @param tag for 'workingDirectory'. | 115 | |
| javadoc | JavadocMethod | Expected @param tag for 'scmVersion'. | 115 | |
| javadoc | JavadocMethod | Expected @param tag for 'repository'. | 133 | |
| javadoc | JavadocMethod | Expected @param tag for 'workingDirectory'. | 133 |


