Checkstyle Results

The following document contains the results of Checkstyle 9.3 with kaiserpfalz/checkstyle.xml ruleset.

Summary

Files  Info  Warnings  Errors
1 0 0 3

Files

File  I  W  E
de/kaiserpfalzedv/commons/vaadin/security/security/AuthorityMapper.java 0 0 3

Rules

Category Rule Violations Severity
javadoc JavadocPackage 1  Error
MissingJavadocMethod 1  Error
whitespace NoWhitespaceBefore 1  Error

Details

de/kaiserpfalzedv/commons/vaadin/security/security/AuthorityMapper.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file. 1
 Error javadoc MissingJavadocMethod Missing a Javadoc comment. 36
 Error whitespace NoWhitespaceBefore ';' is preceded with whitespace. 53