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

File  I  W  E
org/apache/maven/scm/provider/git/jgit/command/JGitUtils.java 0 2 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"
2  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. 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