Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
8 0 9 0

Files

File  I  W  E
org/bremersee/xml/spring/boot/JaxbContextBuilderAutoConfiguration.java 0 3 0
org/bremersee/xml/spring/boot/http/codec/Jaxb2HttpMessageCodecAutoConfiguration.java 0 3 0
org/bremersee/xml/spring/boot/http/converter/Jaxb2HttpMessageConverterAutoConfiguration.java 0 3 0

Rules

Category Rule Violations Severity
coding TextBlockGoogleStyleFormatting 9  Warning

Details

org/bremersee/xml/spring/boot/JaxbContextBuilderAutoConfiguration.java

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

org/bremersee/xml/spring/boot/http/codec/Jaxb2HttpMessageCodecAutoConfiguration.java

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

org/bremersee/xml/spring/boot/http/converter/Jaxb2HttpMessageConverterAutoConfiguration.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. 71
 Warning coding TextBlockGoogleStyleFormatting Die Anführungszeichen des Text-Blocks sind nicht vertikal ausgerichtet. 71