Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.
Summary
Files | Info | Warnings | Errors |
---|---|---|---|
3 | 3 | 2 | 2 |
Files
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
javadoc | JavadocMethod
|
2 | Warning |
JavadocVariable
|
3 | Info | |
sizes | ParameterNumber | 2 | Error |
Details
org/apache/maven/scm/provider/git/jgit/command/JGitUtils.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 98 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 347 |
org/apache/maven/scm/provider/git/jgit/command/changelog/JGitChangeLogCommand.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | ParameterNumber | More than 7 parameters (found 8). | 88 |
Error | 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 |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 69 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |