The following document contains the results of Checkstyle 6.1.1 with config/maven_checks.xml ruleset. 
| File | |||
|---|---|---|---|
| org/slf4j/impl/MavenSimpleLogger.java | 0 | 1 | 0 | 
| org/slf4j/impl/MavenSimpleLoggerFactory.java | 0 | 2 | 1 | 
| org/slf4j/impl/StaticLoggerBinder.java | 0 | 1 | 0 | 
| Category | Rule | Violations | Severity | 
|---|---|---|---|
| javadoc | JavadocMethod
  | 
4 | |
JavadocType
  | 
1 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Expected an @return tag. | 30 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 30 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected an @return tag. | 67 |