Checkstyle Results
The following document contains the results of Checkstyle 12.2.0 with google_checks.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 16 | 0 | 4 | 0 |
Files
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | MatchXpath
|
2 | |
| imports | CustomImportOrder
|
1 | |
| whitespace | SeparatorWrap
|
1 | |
SeparatorWrap
|
1 | ||
SeparatorWrap
|
1 | ||
SeparatorWrap
|
1 | ||
SeparatorWrap
|
1 |
Details
org/bremersee/acl/spring/data/mongodb/AclCriteriaAndUpdateBuilder.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | SeparatorWrap | '.' sollte in einer neuen Zeile stehen. | 216 |
org/bremersee/acl/spring/data/mongodb/app/ExampleEntityRepositoryImpl.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Falsche lexikographische Reihenfolge des Imports von 'org.bremersee.acl.AclUserContext'. Sollte vor 'org.bremersee.acl.PermissionConstants' stehen. | 25 |
org/bremersee/acl/spring/data/mongodb/convert/DocumentToAclConverter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | MatchXpath | '//' must be followed by a whitespace. | 51 | |
| coding | MatchXpath | '//' must be followed by a whitespace. | 59 |
