Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
9 0 2 0

Files

File  I  W  E
org/bremersee/spring/test/api/comparator/BadApis.java 0 1 0
org/bremersee/spring/test/api/comparator/RestApiTesterTest.java 0 1 0

Rules

Category Rule Violations Severity
imports CustomImportOrder
  • separateLineBetweenGroups: "true"
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###THIRD_PARTY_PACKAGE"
  • tokens: "IMPORT, STATIC_IMPORT, PACKAGE_DEF"
1  Warning
whitespace EmptyLineSeparator
  • allowNoEmptyLineBetweenFields: "true"
  • allowMultipleEmptyLines: "false"
  • tokens: "PACKAGE_DEF, IMPORT, STATIC_IMPORT, CLASS_DEF, INTERFACE_DEF, ENUM_DEF, STATIC_INIT, INSTANCE_INIT, METHOD_DEF, CTOR_DEF, VARIABLE_DEF, RECORD_DEF, COMPACT_CTOR_DEF"
1  Warning

Details

org/bremersee/spring/test/api/comparator/BadApis.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator Hinter '}' steht mehr als eine leere Zeile. 249

org/bremersee/spring/test/api/comparator/RestApiTesterTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Falsche lexikographische Reihenfolge des Imports von 'org.bremersee.spring.test.api.comparator.RestApiComparator.assertSameApi'. Sollte vor 'org.bremersee.spring.test.api.comparator.RestApiComparatorAssertionType.SAME_METHOD_SIZE' stehen. 25