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 1 2

Files

File
 I
 W
 E
org/apache/maven/scm/provider/git/jgit/command/JGitUtils.java 0 1 0
org/apache/maven/scm/provider/git/jgit/command/changelog/JGitChangeLogCommand.java 0 0 2
org/apache/maven/scm/provider/git/jgit/command/checkin/JGitCheckInCommand.java 3 0 0

Rules

Category Rule Violations Severity
javadoc JavadocMethod
  • accessModifiers: "public, protected"
1
 Warning
JavadocVariable
  • scope: "protected"
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. 99

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. 67
 Info
javadoc JavadocVariable Missing a Javadoc comment. 69
 Info
javadoc JavadocVariable Missing a Javadoc comment. 71