Checkstyle Results

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

rss feed

Summary

Files
 Info
 Warnings
 Errors
16 0 7 0

Files

File
 I
 W
 E
org/bremersee/test/beans/SimpleObjectProvider.java 0 2 0
org/bremersee/test/web/RestApiTesterTest.java 0 5 0

Rules

Category Rule Violations Severity
coding OverloadMethodsDeclarationOrder 1
 Warning
imports CustomImportOrder
  • separateLineBetweenGroups: "true"
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###THIRD_PARTY_PACKAGE"
  • tokens: "IMPORT, STATIC_IMPORT, PACKAGE_DEF"
5
 Warning
sizes LineLength
  • fileExtensions: "java"
  • max: "100"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
1
 Error

Details

org/bremersee/test/beans/SimpleObjectProvider.java

Severity Category Rule Message Line
 Warning
sizes LineLength Line is longer than 100 characters (found 105). 50
 Warning
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

org/bremersee/test/web/RestApiTesterTest.java

Severity Category Rule Message Line
 Warning
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
 Warning
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
 Warning
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
 Warning
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
 Warning
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