Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
16 0 16 0

Files

File  I  W  E
org/bremersee/geojson/spring/boot/autoconfigure/GeoJsonAutoConfigureIntegrationTest.java 0 1 0
org/bremersee/geojson/spring/boot/autoconfigure/GeoJsonGeometryFactoryAutoConfiguration.java 0 3 0
org/bremersee/geojson/spring/boot/autoconfigure/jackson/GeoJsonJacksonJsonMapperBuilderCustomizer.java 0 3 0
org/bremersee/geojson/spring/boot/autoconfigure/jackson/GeoJsonJacksonJsonMapperBuilderCustomizerTest.java 0 1 0
org/bremersee/geojson/spring/boot/autoconfigure/web/GeoJsonWebFluxConfigurer.java 0 3 0
org/bremersee/geojson/spring/boot/autoconfigure/web/GeoJsonWebFluxConfigurerTest.java 0 1 0
org/bremersee/geojson/spring/boot/autoconfigure/web/GeoJsonWebMvcConfigurer.java 0 3 0
org/bremersee/geojson/spring/boot/autoconfigure/web/GeoJsonWebMvcConfigurerTest.java 0 1 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"
4  Warning
TextBlockGoogleStyleFormatting 12  Warning

Details

org/bremersee/geojson/spring/boot/autoconfigure/GeoJsonAutoConfigureIntegrationTest.java

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

org/bremersee/geojson/spring/boot/autoconfigure/GeoJsonGeometryFactoryAutoConfiguration.java

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

org/bremersee/geojson/spring/boot/autoconfigure/jackson/GeoJsonJacksonJsonMapperBuilderCustomizer.java

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

org/bremersee/geojson/spring/boot/autoconfigure/jackson/GeoJsonJacksonJsonMapperBuilderCustomizerTest.java

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

org/bremersee/geojson/spring/boot/autoconfigure/web/GeoJsonWebFluxConfigurer.java

Severity Category Rule Message Line
 Warning coding TextBlockGoogleStyleFormatting Eröffnende Anführungszeichen (""") eines Text-Blocks müssen in einer neuen Zeile stehen. 66
 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

org/bremersee/geojson/spring/boot/autoconfigure/web/GeoJsonWebFluxConfigurerTest.java

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

org/bremersee/geojson/spring/boot/autoconfigure/web/GeoJsonWebMvcConfigurer.java

Severity Category Rule Message Line
 Warning coding TextBlockGoogleStyleFormatting Eröffnende Anführungszeichen (""") eines Text-Blocks müssen in einer neuen Zeile stehen. 66
 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

org/bremersee/geojson/spring/boot/autoconfigure/web/GeoJsonWebMvcConfigurerTest.java

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