Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 3 | 3 | 2 | 2 |
Files
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| javadoc | JavadocMethod
|
2 | |
JavadocVariable
|
3 | ||
| sizes | ParameterNumber | 2 |
Details
org/apache/maven/scm/provider/git/jgit/command/JGitUtils.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 97 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 344 |
org/apache/maven/scm/provider/git/jgit/command/changelog/JGitChangeLogCommand.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | ParameterNumber | More than 7 parameters (found 8). | 88 | |
| sizes | ParameterNumber | More than 7 parameters (found 9). | 102 |
org/apache/maven/scm/provider/git/jgit/command/checkin/JGitCheckInCommand.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 83 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 85 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 87 |


