The following document contains the results of Checkstyle 8.31 with google_checks.xml ruleset. 
| Files | |||
|---|---|---|---|
| 121 | 0 | 9 | 0 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| imports | AvoidStarImport | 1 | |
| javadoc | SummaryJavadoc
|
1 | |
| modifier | ModifierOrder | 2 | |
| naming | MemberName
|
1 | |
| sizes | LineLength
|
4 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | MemberName | Member name 'h' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 115). | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 103). | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 453 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 458 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 132). | 40 | |
| sizes | LineLength | Line is longer than 100 characters (found 145). | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.jupiter.api.Assertions.*. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 19 |