Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
26 0 14 0

Files

File  I  W  E
org/bremersee/exception/spring/boot/autoconfigure/reactive/ApiExceptionHandlerAutoConfigurationTest.java 0 4 0
org/bremersee/exception/spring/boot/autoconfigure/reactive/DefaultWebClientErrorDecoderAutoConfigurationTest.java 0 1 0
org/bremersee/exception/spring/boot/autoconfigure/reactive/RestApiExceptionParserForWebFluxAutoConfigurationTest.java 0 1 0
org/bremersee/exception/spring/boot/autoconfigure/servlet/ApiExceptionResolverAutoConfigurationTest.java 0 3 0
org/bremersee/exception/spring/boot/autoconfigure/servlet/FeignClientExceptionErrorDecoderAutoConfigurationTest.java 0 1 0
org/bremersee/exception/spring/boot/autoconfigure/servlet/RestApiExceptionMapperForWebAutoConfigurationTest.java 0 1 0
org/bremersee/exception/spring/boot/autoconfigure/servlet/RestApiExceptionParserForWebAutoConfigurationTest.java 0 1 0
org/bremersee/exception/spring/boot/autoconfigure/servlet/RestTemplateErrorHandlerAutoConfigurationTest.java 0 1 0
org/bremersee/exception/spring/boot/autoconfigure/servlet/ServletIntegrationTest.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"
13  Warning
indentation Indentation
  • throwsIndent: "4"
  • arrayInitIndent: "2"
  • caseIndent: "2"
  • basicOffset: "2"
  • braceAdjustment: "2"
  • lineWrappingIndentation: "4"
1  Warning

Details

org/bremersee/exception/spring/boot/autoconfigure/reactive/ApiExceptionHandlerAutoConfigurationTest.java

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

org/bremersee/exception/spring/boot/autoconfigure/reactive/DefaultWebClientErrorDecoderAutoConfigurationTest.java

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

org/bremersee/exception/spring/boot/autoconfigure/reactive/RestApiExceptionParserForWebFluxAutoConfigurationTest.java

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

org/bremersee/exception/spring/boot/autoconfigure/servlet/ApiExceptionResolverAutoConfigurationTest.java

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

org/bremersee/exception/spring/boot/autoconfigure/servlet/FeignClientExceptionErrorDecoderAutoConfigurationTest.java

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

org/bremersee/exception/spring/boot/autoconfigure/servlet/RestApiExceptionMapperForWebAutoConfigurationTest.java

Severity Category Rule Message Line
 Warning indentation Indentation Das Unterelement von 'new' hat eine unerwartete Einrückungstiefe von 6 (erwartet: 10). 14

org/bremersee/exception/spring/boot/autoconfigure/servlet/RestApiExceptionParserForWebAutoConfigurationTest.java

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

org/bremersee/exception/spring/boot/autoconfigure/servlet/RestTemplateErrorHandlerAutoConfigurationTest.java

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

org/bremersee/exception/spring/boot/autoconfigure/servlet/ServletIntegrationTest.java

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