Checkstyle Results

The following document contains the results of Checkstyle 12.2.0 with google_checks.xml ruleset.

Summary

Files  Info  Warnings  Errors
42 0 2 0

Files

File  I  W  E
org/bremersee/spring/security/ldaptive/authentication/LdaptiveAuthenticationManagerTest.java 0 2 0

Rules

Category Rule Violations Severity
coding OneStatementPerLine 1  Warning
whitespace WhitespaceAfter
  • tokens: "COMMA, SEMI, TYPECAST, LITERAL_IF, LITERAL_ELSE, LITERAL_RETURN, LITERAL_WHILE, LITERAL_DO, LITERAL_FOR, LITERAL_FINALLY, DO_WHILE, ELLIPSIS, LITERAL_SWITCH, LITERAL_SYNCHRONIZED, LITERAL_TRY, LITERAL_CATCH, LAMBDA, LITERAL_YIELD, LITERAL_CASE, LITERAL_WHEN, ANNOTATIONS"
1  Warning

Details

org/bremersee/spring/security/ldaptive/authentication/LdaptiveAuthenticationManagerTest.java

Severity Category Rule Message Line
 Warning whitespace WhitespaceAfter Nach ';' fehlt ein Leerzeichen. 116
 Warning coding OneStatementPerLine Es ist nur eine Anweisung pro Zeile erlaubt. 116