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. 
| File | |||
|---|---|---|---|
| org/sw4j/mojo/apisniffer/test/SampleClass.java | 1 | 3 | 0 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | MissingCtor | 1 | |
| javadoc | JavadocPackage | 1 | |
JavadocStyle
|
1 | ||
| JavadocVariable | 1 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocStyle | Javadoc has empty description section. | 19 | |
| coding | MissingCtor | Class should define a constructor. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 |