Checkstyle Results

The following document contains the results of Checkstyle 6.8.2 with https://git.sw4j.net/sw4j-org/quality-profile/raw/master/src/main/resources/org/sw4j/quality-profile/checkstyle/checkstyle-6.19.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
4 1 5 0

Rules

Category Rule Violations Severity
coding MissingCtor 1  Info
javadoc JavadocPackage 1  Warning
JavadocStyle
  • checkEmptyJavadoc: "true"
4  Warning

Details

org/sw4j/apisniffer/sample/base/SimpleAnnotation.java

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 19

org/sw4j/apisniffer/sample/base/SimpleClass.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Warning javadoc JavadocStyle Javadoc has empty description section. 19
 Info coding MissingCtor Class should define a constructor. 23

org/sw4j/apisniffer/sample/base/SimpleEnum.java

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 19

org/sw4j/apisniffer/sample/base/SimpleInterface.java

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 19