Checkstyle Results

The following document contains the results of Checkstyle 10.17.0 with google_checks.xml ruleset.

Summary

Files  Info  Warnings  Errors
48 0 12 0

Files

File  I  W  E
org/bremersee/comparator/ComparatorJaxbContextDataProvider.java 0 1 0
org/bremersee/comparator/model/BufferSchemaOutputResolver.java 0 1 0
org/bremersee/comparator/model/SortOrder.java 0 2 0
org/bremersee/comparator/model/SortOrderTest.java 0 3 0
org/bremersee/comparator/model/SortOrders.java 0 2 0
org/bremersee/comparator/model/SortOrdersTest.java 0 3 0

Rules

Category Rule Violations Severity
coding OverloadMethodsDeclarationOrder 4  Warning
imports CustomImportOrder
  • separateLineBetweenGroups: "true"
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###THIRD_PARTY_PACKAGE"
  • tokens: "IMPORT, STATIC_IMPORT, PACKAGE_DEF"
8  Warning

Details

org/bremersee/comparator/ComparatorJaxbContextDataProvider.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'jakarta.xml.bind.annotation.XmlSchema' import. Should be before 'java.util.Optional'. 24

org/bremersee/comparator/model/BufferSchemaOutputResolver.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'jakarta.xml.bind.SchemaOutputResolver' import. Should be before 'java.util.Set'. 23

org/bremersee/comparator/model/SortOrder.java

Severity Category Rule Message Line
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Previous overloaded method located at line '195'. 241
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Previous overloaded method located at line '217'. 270

org/bremersee/comparator/model/SortOrderTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'jakarta.xml.bind.JAXBContext' import. Should be before 'java.io.StringWriter'. 24
 Warning imports CustomImportOrder Wrong lexicographical order for 'jakarta.xml.bind.JAXBException' import. Should be before 'java.io.StringWriter'. 25
 Warning imports CustomImportOrder Wrong lexicographical order for 'jakarta.xml.bind.Marshaller' import. Should be before 'java.io.StringWriter'. 26

org/bremersee/comparator/model/SortOrders.java

Severity Category Rule Message Line
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Previous overloaded method located at line '137'. 183
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Previous overloaded method located at line '159'. 211

org/bremersee/comparator/model/SortOrdersTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'jakarta.xml.bind.JAXBContext' import. Should be before 'java.util.List'. 26
 Warning imports CustomImportOrder Wrong lexicographical order for 'jakarta.xml.bind.JAXBException' import. Should be before 'java.util.List'. 27
 Warning imports CustomImportOrder Wrong lexicographical order for 'jakarta.xml.bind.Marshaller' import. Should be before 'java.util.List'. 28