Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.
Summary
Files | Info | Warnings | Errors |
---|---|---|---|
2 | 2 | 0 | 1 |
Files
File | I | W | E |
---|---|---|---|
org/apache/maven/scm/provider/git/repository/GitScmProviderRepository.java | 0 | 0 | 1 |
org/apache/maven/scm/provider/git/util/GitUtil.java | 2 | 0 | 0 |
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
coding | InnerAssignment | 1 | Error |
javadoc | JavadocVariable
|
2 | Info |
Details
org/apache/maven/scm/provider/git/repository/GitScmProviderRepository.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | coding | InnerAssignment | Inner assignments should be avoided. | 145 |
org/apache/maven/scm/provider/git/util/GitUtil.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |