Checkstyle Results

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

rss feed

Summary

Files
 Info
 Warnings
 Errors
71 0 17 0

Files

File
 I
 W
 E
org/bremersee/http/codec/xml/ReactiveJaxbDecoder.java 0 8 0
org/bremersee/http/codec/xml/ReactiveJaxbEncoder.java 0 3 0
org/bremersee/security/ReactiveIpAddressMatcher.java 0 1 0
org/bremersee/web/reactive/function/client/AbstractWebClientErrorDecoder.java 0 1 0
org/bremersee/web/reactive/function/client/AccessTokenAppender.java 0 1 0
org/bremersee/web/reactive/multipart/MultipartFileBuilder.java 0 3 0

Rules

Category Rule Violations Severity
naming AbbreviationAsWordInName
  • tokens: "CLASS_DEF, INTERFACE_DEF, ENUM_DEF, ANNOTATION_DEF, ANNOTATION_FIELD_DEF, PARAMETER_DEF, VARIABLE_DEF, METHOD_DEF, PATTERN_VARIABLE_DEF, RECORD_DEF, RECORD_COMPONENT_DEF"
  • ignoreFinal: "false"
  • allowedAbbreviationLength: "0"
1
 Warning
sizes LineLength
  • fileExtensions: "java"
  • max: "100"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
16
 Error

Details

org/bremersee/http/codec/xml/ReactiveJaxbDecoder.java

Severity Category Rule Message Line
 Warning
sizes LineLength Line is longer than 100 characters (found 119). 109
 Warning
sizes LineLength Line is longer than 100 characters (found 120). 110
 Warning
sizes LineLength Line is longer than 100 characters (found 109). 185
 Warning
sizes LineLength Line is longer than 100 characters (found 110). 211
 Warning
naming AbbreviationAsWordInName Abbreviation in name 'toQName' must contain no more than '1' consecutive capital letters. 216
 Warning
sizes LineLength Line is longer than 100 characters (found 120). 249
 Warning
sizes LineLength Line is longer than 100 characters (found 120). 250
 Warning
sizes LineLength Line is longer than 100 characters (found 118). 251

org/bremersee/http/codec/xml/ReactiveJaxbEncoder.java

Severity Category Rule Message Line
 Warning
sizes LineLength Line is longer than 100 characters (found 108). 46
 Warning
sizes LineLength Line is longer than 100 characters (found 108). 86
 Warning
sizes LineLength Line is longer than 100 characters (found 108). 96

org/bremersee/security/ReactiveIpAddressMatcher.java

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

org/bremersee/web/reactive/function/client/AbstractWebClientErrorDecoder.java

Severity Category Rule Message Line
 Warning
sizes LineLength Line is longer than 100 characters (found 126). 23

org/bremersee/web/reactive/function/client/AccessTokenAppender.java

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

org/bremersee/web/reactive/multipart/MultipartFileBuilder.java

Severity Category Rule Message Line
 Warning
sizes LineLength Line is longer than 100 characters (found 120). 129
 Warning
sizes LineLength Line is longer than 100 characters (found 118). 145
 Warning
sizes LineLength Line is longer than 100 characters (found 119). 161