Checkstyle Results
The following document contains the results of Checkstyle 12.2.0 with google_checks.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 42 | 0 | 2 | 0 |
Files
| File | |||
|---|---|---|---|
| org/bremersee/spring/security/ldaptive/authentication/LdaptiveAuthenticationManagerTest.java | 0 | 2 | 0 |
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | OneStatementPerLine | 1 | |
| whitespace | WhitespaceAfter
|
1 |
Details
org/bremersee/spring/security/ldaptive/authentication/LdaptiveAuthenticationManagerTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | WhitespaceAfter | Nach ';' fehlt ein Leerzeichen. | 116 | |
| coding | OneStatementPerLine | Es ist nur eine Anweisung pro Zeile erlaubt. | 116 |
