Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
40 0 44 0

Files

File  I  W  E
org/bremersee/spring/boot/autoconfigure/data/mongo/MongoCustomConversionsAutoConfiguration.java 0 3 0
org/bremersee/spring/boot/autoconfigure/keycloak/DecodeNotFoundKeycloakAdminApiCustomizerTest.java 0 1 0
org/bremersee/spring/boot/autoconfigure/keycloak/ReactiveKeycloakClientAutoConfiguration.java 0 3 0
org/bremersee/spring/boot/autoconfigure/keycloak/ReactiveKeycloakClientAutoConfigurationTest.java 0 2 0
org/bremersee/spring/boot/autoconfigure/ldaptive/LdaptiveAutoConfiguration.java 0 4 0
org/bremersee/spring/boot/autoconfigure/ldaptive/LdaptiveJackson2ObjectMapperBuilderCustomizer.java 0 3 0
org/bremersee/spring/boot/autoconfigure/minio/MinioAutoConfiguration.java 0 3 0
org/bremersee/spring/boot/autoconfigure/security/authentication/JwtConverterAutoConfiguration.java 0 5 0
org/bremersee/spring/boot/autoconfigure/security/authentication/LdaptiveAuthenticationAutoConfiguration.java 0 3 0
org/bremersee/spring/boot/autoconfigure/security/authentication/LdaptiveAuthenticationAutoConfigurationTest.java 0 1 0
org/bremersee/spring/boot/autoconfigure/security/authentication/LdaptivePasswordEncoderProvider.java 0 1 0
org/bremersee/spring/boot/autoconfigure/security/authentication/LdaptiveRememberMeAutoConfiguration.java 0 6 0
org/bremersee/spring/boot/autoconfigure/web/CorsConfigurationSourceAutoConfiguration.java 0 3 0
org/bremersee/spring/boot/autoconfigure/web/reactive/CorsConfigurationSourceAutoConfiguration.java 0 3 0
org/bremersee/spring/boot/autoconfigure/web/reactive/MultipartFileBuilderAutoConfiguration.java 0 3 0

Rules

Category Rule Violations Severity
coding MatchXpath
  • query: "//SINGLE_LINE_COMMENT[./COMMENT_CONTENT[not(starts-with(@text, ' ')) and not(starts-with(@text, '/')) and not(@text = '\n') and not(ends-with(@text, '//\n'))]]"
  • id: "singleLineCommentStartWithSpace"
6  Warning
TextBlockGoogleStyleFormatting 36  Warning
sizes LineLength
  • fileExtensions: "java"
  • max: "100"
  • ignorePattern: "^package.*|^import.*|href\s*=\s*"[^"]*"|http://|https://|ftp://"
2  Error

Details

org/bremersee/spring/boot/autoconfigure/data/mongo/MongoCustomConversionsAutoConfiguration.java

Severity Category Rule Message Line
 Warning coding TextBlockGoogleStyleFormatting Eröffnende Anführungszeichen (""") eines Text-Blocks müssen in einer neuen Zeile stehen. 78
 Warning coding TextBlockGoogleStyleFormatting Abschließende Anführungszeichen (""") eines Text-Blocks müssen in einer neuen Zeile stehen. 84
 Warning coding TextBlockGoogleStyleFormatting Die Anführungszeichen des Text-Blocks sind nicht vertikal ausgerichtet. 84

org/bremersee/spring/boot/autoconfigure/keycloak/DecodeNotFoundKeycloakAdminApiCustomizerTest.java

Severity Category Rule Message Line
 Warning coding MatchXpath '//' must be followed by a whitespace. 50

org/bremersee/spring/boot/autoconfigure/keycloak/ReactiveKeycloakClientAutoConfiguration.java

Severity Category Rule Message Line
 Warning coding TextBlockGoogleStyleFormatting Eröffnende Anführungszeichen (""") eines Text-Blocks müssen in einer neuen Zeile stehen. 74
 Warning coding TextBlockGoogleStyleFormatting Abschließende Anführungszeichen (""") eines Text-Blocks müssen in einer neuen Zeile stehen. 80
 Warning coding TextBlockGoogleStyleFormatting Die Anführungszeichen des Text-Blocks sind nicht vertikal ausgerichtet. 80

org/bremersee/spring/boot/autoconfigure/keycloak/ReactiveKeycloakClientAutoConfigurationTest.java

Severity Category Rule Message Line
 Warning coding MatchXpath '//' must be followed by a whitespace. 65
 Warning coding MatchXpath '//' must be followed by a whitespace. 71

org/bremersee/spring/boot/autoconfigure/ldaptive/LdaptiveAutoConfiguration.java

Severity Category Rule Message Line
 Warning coding MatchXpath '//' must be followed by a whitespace. 78
 Warning coding TextBlockGoogleStyleFormatting Eröffnende Anführungszeichen (""") eines Text-Blocks müssen in einer neuen Zeile stehen. 90
 Warning coding TextBlockGoogleStyleFormatting Abschließende Anführungszeichen (""") eines Text-Blocks müssen in einer neuen Zeile stehen. 95
 Warning coding TextBlockGoogleStyleFormatting Die Anführungszeichen des Text-Blocks sind nicht vertikal ausgerichtet. 95

org/bremersee/spring/boot/autoconfigure/ldaptive/LdaptiveJackson2ObjectMapperBuilderCustomizer.java

Severity Category Rule Message Line
 Warning coding TextBlockGoogleStyleFormatting Eröffnende Anführungszeichen (""") eines Text-Blocks müssen in einer neuen Zeile stehen. 42
 Warning coding TextBlockGoogleStyleFormatting Abschließende Anführungszeichen (""") eines Text-Blocks müssen in einer neuen Zeile stehen. 46
 Warning coding TextBlockGoogleStyleFormatting Die Anführungszeichen des Text-Blocks sind nicht vertikal ausgerichtet. 46

org/bremersee/spring/boot/autoconfigure/minio/MinioAutoConfiguration.java

Severity Category Rule Message Line
 Warning coding TextBlockGoogleStyleFormatting Eröffnende Anführungszeichen (""") eines Text-Blocks müssen in einer neuen Zeile stehen. 71
 Warning coding TextBlockGoogleStyleFormatting Abschließende Anführungszeichen (""") eines Text-Blocks müssen in einer neuen Zeile stehen. 77
 Warning coding TextBlockGoogleStyleFormatting Die Anführungszeichen des Text-Blocks sind nicht vertikal ausgerichtet. 77

org/bremersee/spring/boot/autoconfigure/security/authentication/JwtConverterAutoConfiguration.java

Severity Category Rule Message Line
 Warning sizes LineLength Zeile ist 104 Zeichen lang (Obergrenze ist 100). 56
 Warning sizes LineLength Zeile ist 101 Zeichen lang (Obergrenze ist 100). 57
 Warning coding TextBlockGoogleStyleFormatting Eröffnende Anführungszeichen (""") eines Text-Blocks müssen in einer neuen Zeile stehen. 88
 Warning coding TextBlockGoogleStyleFormatting Abschließende Anführungszeichen (""") eines Text-Blocks müssen in einer neuen Zeile stehen. 93
 Warning coding TextBlockGoogleStyleFormatting Die Anführungszeichen des Text-Blocks sind nicht vertikal ausgerichtet. 93

org/bremersee/spring/boot/autoconfigure/security/authentication/LdaptiveAuthenticationAutoConfiguration.java

Severity Category Rule Message Line
 Warning coding TextBlockGoogleStyleFormatting Eröffnende Anführungszeichen (""") eines Text-Blocks müssen in einer neuen Zeile stehen. 98
 Warning coding TextBlockGoogleStyleFormatting Abschließende Anführungszeichen (""") eines Text-Blocks müssen in einer neuen Zeile stehen. 103
 Warning coding TextBlockGoogleStyleFormatting Die Anführungszeichen des Text-Blocks sind nicht vertikal ausgerichtet. 103

org/bremersee/spring/boot/autoconfigure/security/authentication/LdaptiveAuthenticationAutoConfigurationTest.java

Severity Category Rule Message Line
 Warning coding MatchXpath '//' must be followed by a whitespace. 61

org/bremersee/spring/boot/autoconfigure/security/authentication/LdaptivePasswordEncoderProvider.java

Severity Category Rule Message Line
 Warning coding MatchXpath '//' must be followed by a whitespace. 54

org/bremersee/spring/boot/autoconfigure/security/authentication/LdaptiveRememberMeAutoConfiguration.java

Severity Category Rule Message Line
 Warning coding TextBlockGoogleStyleFormatting Eröffnende Anführungszeichen (""") eines Text-Blocks müssen in einer neuen Zeile stehen. 80
 Warning coding TextBlockGoogleStyleFormatting Abschließende Anführungszeichen (""") eines Text-Blocks müssen in einer neuen Zeile stehen. 85
 Warning coding TextBlockGoogleStyleFormatting Die Anführungszeichen des Text-Blocks sind nicht vertikal ausgerichtet. 85
 Warning coding TextBlockGoogleStyleFormatting Eröffnende Anführungszeichen (""") eines Text-Blocks müssen in einer neuen Zeile stehen. 90
 Warning coding TextBlockGoogleStyleFormatting Abschließende Anführungszeichen (""") eines Text-Blocks müssen in einer neuen Zeile stehen. 96
 Warning coding TextBlockGoogleStyleFormatting Die Anführungszeichen des Text-Blocks sind nicht vertikal ausgerichtet. 96

org/bremersee/spring/boot/autoconfigure/web/CorsConfigurationSourceAutoConfiguration.java

Severity Category Rule Message Line
 Warning coding TextBlockGoogleStyleFormatting Eröffnende Anführungszeichen (""") eines Text-Blocks müssen in einer neuen Zeile stehen. 64
 Warning coding TextBlockGoogleStyleFormatting Abschließende Anführungszeichen (""") eines Text-Blocks müssen in einer neuen Zeile stehen. 69
 Warning coding TextBlockGoogleStyleFormatting Die Anführungszeichen des Text-Blocks sind nicht vertikal ausgerichtet. 69

org/bremersee/spring/boot/autoconfigure/web/reactive/CorsConfigurationSourceAutoConfiguration.java

Severity Category Rule Message Line
 Warning coding TextBlockGoogleStyleFormatting Eröffnende Anführungszeichen (""") eines Text-Blocks müssen in einer neuen Zeile stehen. 67
 Warning coding TextBlockGoogleStyleFormatting Abschließende Anführungszeichen (""") eines Text-Blocks müssen in einer neuen Zeile stehen. 72
 Warning coding TextBlockGoogleStyleFormatting Die Anführungszeichen des Text-Blocks sind nicht vertikal ausgerichtet. 72

org/bremersee/spring/boot/autoconfigure/web/reactive/MultipartFileBuilderAutoConfiguration.java

Severity Category Rule Message Line
 Warning coding TextBlockGoogleStyleFormatting Eröffnende Anführungszeichen (""") eines Text-Blocks müssen in einer neuen Zeile stehen. 64
 Warning coding TextBlockGoogleStyleFormatting Abschließende Anführungszeichen (""") eines Text-Blocks müssen in einer neuen Zeile stehen. 70
 Warning coding TextBlockGoogleStyleFormatting Die Anführungszeichen des Text-Blocks sind nicht vertikal ausgerichtet. 70