The following document contains the results of Checkstyle 10.20.1 with google_checks.xml ruleset.
| Files | |||
|---|---|---|---|
| 48 | 0 | 22 | 0 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | OverloadMethodsDeclarationOrder | 4 | |
| imports | CustomImportOrder
|
8 | |
| naming | MethodName
|
10 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'jakarta.xml.bind.annotation.XmlSchema' import. Should be before 'java.util.Optional'. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| naming | MethodName | Method name 'testWith_1_And_1' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 218 | |
| naming | MethodName | Method name 'testWith_1_And_2_And_Asc' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 235 | |
| naming | MethodName | Method name 'testWith_1_And_2_And_Desc' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 253 | |
| naming | MethodName | Method name 'testWith_2_And_1_And_Asc' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 271 | |
| naming | MethodName | Method name 'testWith_2_And_1_And_Desc' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 289 | |
| naming | MethodName | Method name 'testWith_A_And_A' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 307 | |
| naming | MethodName | Method name 'testWith_A_And_B_And_Asc_And_IgnoreCase' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 324 | |
| naming | MethodName | Method name 'testWith_A_And_B_And_Desc_And_IgnoreCase' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 342 | |
| naming | MethodName | Method name 'testWith_B_And_A_And_Asc_And_IgnoreCase' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 360 | |
| naming | MethodName | Method name 'testWith_B_And_A_And_Desc_And_IgnoreCase' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 378 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'jakarta.xml.bind.SchemaOutputResolver' import. Should be before 'java.util.Set'. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '195'. | 241 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '217'. | 270 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'jakarta.xml.bind.JAXBContext' import. Should be before 'java.io.StringWriter'. | 24 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'jakarta.xml.bind.JAXBException' import. Should be before 'java.io.StringWriter'. | 25 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'jakarta.xml.bind.Marshaller' import. Should be before 'java.io.StringWriter'. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '137'. | 183 | |
| coding | OverloadMethodsDeclarationOrder | All overloaded methods should be placed next to each other. Previous overloaded method located at line '159'. | 211 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Wrong lexicographical order for 'jakarta.xml.bind.JAXBContext' import. Should be before 'java.util.List'. | 26 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'jakarta.xml.bind.JAXBException' import. Should be before 'java.util.List'. | 27 | |
| imports | CustomImportOrder | Wrong lexicographical order for 'jakarta.xml.bind.Marshaller' import. Should be before 'java.util.List'. | 28 |