Checkstyle Results

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

rss feed

Summary

Files
 Info
 Warnings
 Errors
122 0 41 0

Files

File
 I
 W
 E
org/bremersee/context/MessageSourceProperties.java 0 19 0
org/bremersee/data/ldaptive/LdaptiveAutoConfiguration.java 0 1 0
org/bremersee/data/ldaptive/LdaptiveConnectionConfigFactory.java 0 1 0
org/bremersee/data/ldaptive/LdaptiveProperties.java 0 2 0
org/bremersee/exception/RestApiExceptionMapperProperties.java 0 3 0
org/bremersee/security/authentication/AbstractReactiveResourceServerAutoConfiguration.java 0 2 0
org/bremersee/security/authentication/AbstractResourceServerAutoConfiguration.java 0 5 0
org/bremersee/security/authentication/LdaptiveUserDetailsAutoConfiguration.java 0 1 0
org/bremersee/security/authentication/ReactiveInMemoryUserDetailsAutoConfiguration.java 0 2 0
org/bremersee/security/authentication/ReactiveResourceServerAutoConfiguration.java 0 1 0
org/bremersee/security/authentication/resourceserver/reactive/ReactiveLdaptiveTest.java 0 3 0
org/bremersee/security/authentication/resourceserver/servlet/LdaptiveTest.java 0 1 0

Rules

Category Rule Violations Severity
coding FallThrough 1
 Warning
indentation Indentation
  • throwsIndent: "4"
  • arrayInitIndent: "2"
  • caseIndent: "2"
  • basicOffset: "2"
  • braceAdjustment: "2"
  • lineWrappingIndentation: "4"
2
 Warning
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://"
37
 Error

Details

org/bremersee/context/MessageSourceProperties.java

Severity Category Rule Message Line
 Warning
sizes LineLength Line is longer than 100 characters (found 106). 50
 Warning
sizes LineLength Line is longer than 100 characters (found 116). 53
 Warning
sizes LineLength Line is longer than 100 characters (found 117). 57
 Warning
sizes LineLength Line is longer than 100 characters (found 120). 58
 Warning
sizes LineLength Line is longer than 100 characters (found 116). 66
 Warning
sizes LineLength Line is longer than 100 characters (found 117). 72
 Warning
sizes LineLength Line is longer than 100 characters (found 109). 73
 Warning
sizes LineLength Line is longer than 100 characters (found 115). 76
 Warning
sizes LineLength Line is longer than 100 characters (found 117). 80
 Warning
sizes LineLength Line is longer than 100 characters (found 117). 102
 Warning
sizes LineLength Line is longer than 100 characters (found 120). 113
 Warning
sizes LineLength Line is longer than 100 characters (found 111). 114
 Warning
sizes LineLength Line is longer than 100 characters (found 119). 118
 Warning
sizes LineLength Line is longer than 100 characters (found 110). 119
 Warning
sizes LineLength Line is longer than 100 characters (found 102). 124
 Warning
sizes LineLength Line is longer than 100 characters (found 101). 127
 Warning
sizes LineLength Line is longer than 100 characters (found 112). 142
 Warning
sizes LineLength Line is longer than 100 characters (found 118). 143
 Warning
sizes LineLength Line is longer than 100 characters (found 119). 147

org/bremersee/data/ldaptive/LdaptiveAutoConfiguration.java

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

org/bremersee/data/ldaptive/LdaptiveConnectionConfigFactory.java

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

org/bremersee/data/ldaptive/LdaptiveProperties.java

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

org/bremersee/exception/RestApiExceptionMapperProperties.java

Severity Category Rule Message Line
 Warning
sizes LineLength Line is longer than 100 characters (found 117). 48
 Warning
sizes LineLength Line is longer than 100 characters (found 119). 75
 Warning
sizes LineLength Line is longer than 100 characters (found 113). 144

org/bremersee/security/authentication/AbstractReactiveResourceServerAutoConfiguration.java

Severity Category Rule Message Line
 Warning
sizes LineLength Line is longer than 100 characters (found 120). 207
 Warning
sizes LineLength Line is longer than 100 characters (found 115). 214

org/bremersee/security/authentication/AbstractResourceServerAutoConfiguration.java

Severity Category Rule Message Line
 Warning
sizes LineLength Line is longer than 100 characters (found 102). 123
 Warning
indentation Indentation 'init' has incorrect indentation level 2, expected level should be 6. 124
 Warning
sizes LineLength Line is longer than 100 characters (found 103). 130
 Warning
coding FallThrough Fall through from previous branch of the switch statement. 150
 Warning
indentation Indentation 'configurePathMatchers' has incorrect indentation level 2, expected level should be 6. 164

org/bremersee/security/authentication/LdaptiveUserDetailsAutoConfiguration.java

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

org/bremersee/security/authentication/ReactiveInMemoryUserDetailsAutoConfiguration.java

Severity Category Rule Message Line
 Warning
sizes LineLength Line is longer than 100 characters (found 107). 56
 Warning
naming AbbreviationAsWordInName Abbreviation in name 'RSocketSecurityEnabledCondition' must contain no more than '1' consecutive capital letters. 113

org/bremersee/security/authentication/ReactiveResourceServerAutoConfiguration.java

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

org/bremersee/security/authentication/resourceserver/reactive/ReactiveLdaptiveTest.java

Severity Category Rule Message Line
 Warning
sizes LineLength Line is longer than 100 characters (found 118). 157
 Warning
sizes LineLength Line is longer than 100 characters (found 101). 169
 Warning
sizes LineLength Line is longer than 100 characters (found 102). 170

org/bremersee/security/authentication/resourceserver/servlet/LdaptiveTest.java

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