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
1 1 3 0

Files

File  I  W  E
org/sw4j/mojo/apisniffer/ScanApiMojo.java 1 3 0

Rules

Category Rule Violations Severity
coding MissingCtor 1  Info
javadoc JavadocMethod
  • validateThrows: "true"
  • allowUndeclaredRTE: "true"
  • logLoadErrors: "false"
  • allowThrowsTagsForSubclasses: "true"
  • allowedAnnotations: ""
1  Warning
JavadocPackage 1  Warning
JavadocStyle
  • checkEmptyJavadoc: "true"
1  Warning

Details

org/sw4j/mojo/apisniffer/ScanApiMojo.java

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