Checkstyle Results

The following document contains the results of Checkstyle 6.1.1 with config/maven_checks.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
2 0 3 1

Rules

Category Rule Violations Severity
javadoc JavadocMethod
  • scope: "protected"
3  Warning
JavadocType
  • allowUnknownTags: "true"
  • scope: "protected"
1  Error

Details

org/slf4j/impl/MavenSimpleLogger.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Missing a Javadoc comment. 94

org/slf4j/impl/MavenSimpleLoggerFactory.java

Severity Category Rule Message Line
 Error javadoc JavadocType Missing a Javadoc comment. 24
 Warning javadoc JavadocMethod Expected an @return tag. 30
 Warning javadoc JavadocMethod Expected @param tag for 'name'. 30