Checkstyle Results

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

rss feed

Summary

Files
 Info
 Warnings
 Errors
4 0 6 0

Files

File
 I
 W
 E
org/bremersee/exception/feign/FeignClientException.java 0 2 0
org/bremersee/exception/feign/FeignClientExceptionErrorDecoder.java 0 2 0
org/bremersee/exception/feign/FeignClientExceptionTest.java 0 2 0

Rules

Category Rule Violations Severity
sizes LineLength
  • fileExtensions: "java"
  • max: "100"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
6
 Error

Details

org/bremersee/exception/feign/FeignClientException.java

Severity Category Rule Message Line
 Warning
sizes LineLength Line is longer than 100 characters (found 120). 37
 Warning
sizes LineLength Line is longer than 100 characters (found 114). 38

org/bremersee/exception/feign/FeignClientExceptionErrorDecoder.java

Severity Category Rule Message Line
 Warning
sizes LineLength Line is longer than 100 characters (found 107). 42
 Warning
sizes LineLength Line is longer than 100 characters (found 102). 108

org/bremersee/exception/feign/FeignClientExceptionTest.java

Severity Category Rule Message Line
 Warning
sizes LineLength Line is longer than 100 characters (found 101). 83
 Warning
sizes LineLength Line is longer than 100 characters (found 105). 85