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