Checkstyle XML difference report

This is symmetric difference generated from two checkstyle-result.xml reports.
All matching records from each XML file are deleted, then remaining records are merged into single report.
Utility that generated this report.

Checkstyle configuration report

Module Name Base properties Patch properties
Checker severity
  • warning

  • charset
  • UTF-8

  • haltOnException
  • false

  • BeforeExecutionExclusionFileFilter fileNamePattern
  • module\-info\.java$

  • TreeWalker skipFileOnJavaParseException
  • true

  • javaParseExceptionSeverity
  • ignore

  • ArrayBracketNoWhitespace

    Summary:

    Report id Files Violations Severity-warning
    base 0 0 0
    patch 12732 6 (6 added) 6 (6 added)
    2 files with differences 6 changes in violations 6 changes in violations

    Report id com.puppycrawl.tools.checkstyle.checks.whitespace.ArrayBracketNoWhitespaceCheck
    base 0
    patch 6 (6 added)
    changes in violations 6

    Number of unique base messages reported below: 0
    Number of unique patch messages reported below: 6

    Violations:

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/camunda/clients/camunda-spring-boot-starter/src/test/java/io/camunda/client/spring/processor/DeploymentPostProcessorTest.java

    Severity Rule Message Line Col
    #A1 warning ArrayBracketNoWhitespace ']' is not followed by whitespace. 102 48
    #A2 warning ArrayBracketNoWhitespace ']' is not followed by whitespace. 105 48
    #A3 warning ArrayBracketNoWhitespace ']' is not followed by whitespace. 138 48
    #A4 warning ArrayBracketNoWhitespace ']' is not followed by whitespace. 141 48

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/camunda/zeebe/atomix/cluster/src/main/java/io/atomix/cluster/messaging/impl/HeartbeatSetupHandler.java

    Severity Rule Message Line Col
    #A5 warning ArrayBracketNoWhitespace '[' is preceded with whitespace. 114 11
    #A6 warning ArrayBracketNoWhitespace '[' is preceded with whitespace. 202 11