The following document contains the results of Checkstyle 8.43 with google_checks.xml ruleset. 
| Files | |||
|---|---|---|---|
| 16 | 0 | 7 | 0 | 
| File | |||
|---|---|---|---|
| org/bremersee/test/beans/SimpleObjectProvider.java | 0 | 2 | 0 | 
| org/bremersee/test/web/RestApiTesterTest.java | 0 | 5 | 0 | 
| Category | Rule | Violations | Severity | 
|---|---|---|---|
| coding | OverloadMethodsDeclarationOrder | 1 | |
| imports | CustomImportOrder
  | 
5 | |
| sizes | LineLength
  | 
1 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 105). | 50 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '71'. | 100 | 
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'org.bremersee.test.web.RestApiAssertionType.ANNOTATION_MUST_NOT_BE_NULL' import. Should be before 'org.bremersee.test.web.RestApiTester.assertSameApi'. | 20 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.bremersee.test.web.RestApiAssertionType.METHOD_MUST_NOT_BE_NULL' import. Should be before 'org.bremersee.test.web.RestApiTester.assertSameApi'. | 21 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.bremersee.test.web.RestApiAssertionType.SAME_ANNOTATION_ATTRIBUTE_VALUE' import. Should be before 'org.bremersee.test.web.RestApiTester.assertSameApi'. | 22 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.bremersee.test.web.RestApiAssertionType.SAME_ANNOTATION_SIZE' import. Should be before 'org.bremersee.test.web.RestApiTester.assertSameApi'. | 23 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'org.bremersee.test.web.RestApiAssertionType.SAME_METHOD_SIZE' import. Should be before 'org.bremersee.test.web.RestApiTester.assertSameApi'. | 24 |