The following document contains the results of Checkstyle 10.20.1 with google_checks.xml ruleset.
| Files | |||
|---|---|---|---|
| 10 | 0 | 2 | 0 |
| File | |||
|---|---|---|---|
| org/bremersee/groupman/model/Group.java | 0 | 2 | 0 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| imports | CustomImportOrder
|
2 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'jakarta.validation.constraints.NotNull' import. Should be before 'java.util.List'. | 30 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'jakarta.validation.constraints.Size' import. Should be before 'java.util.List'. | 31 |