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

  • severity
  • warning

  • charset
  • UTF-8

  • haltOnException
  • false

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

  • fileNamePattern
  • module\-info\.java$

  • TreeWalker skipFileOnJavaParseException
  • true

  • javaParseExceptionSeverity
  • ignore

  • skipFileOnJavaParseException
  • true

  • javaParseExceptionSeverity
  • ignore

  • WhitespaceAround id
  • example1

  • id
  • example1

  • WhitespaceAround tokens
  • ASSIGN, DIV_ASSIGN, PLUS_ASSIGN, MINUS_ASSIGN, STAR_ASSIGN, MOD_ASSIGN, SR_ASSIGN, BSR_ASSIGN, SL_ASSIGN, BXOR_ASSIGN, BOR_ASSIGN, BAND_ASSIGN

  • id
  • example2

  • tokens
  • ASSIGN, DIV_ASSIGN, PLUS_ASSIGN, MINUS_ASSIGN, STAR_ASSIGN, MOD_ASSIGN, SR_ASSIGN, BSR_ASSIGN, SL_ASSIGN, BXOR_ASSIGN, BOR_ASSIGN, BAND_ASSIGN

  • id
  • example2

  • WhitespaceAround tokens
  • LCURLY, RCURLY

  • id
  • example3

  • tokens
  • LCURLY, RCURLY

  • id
  • example3

  • WhitespaceAround allowEmptyMethods
  • true

  • id
  • example4

  • allowEmptyMethods
  • true

  • id
  • example4

  • WhitespaceAround allowEmptyConstructors
  • true

  • id
  • example5

  • allowEmptyConstructors
  • true

  • id
  • example5

  • WhitespaceAround id
  • example6

  • allowEmptyTypes
  • true

  • id
  • example6

  • allowEmptyTypes
  • true

  • WhitespaceAround allowEmptyLoops
  • true

  • id
  • example7

  • allowEmptyLoops
  • true

  • id
  • example7

  • WhitespaceAround allowEmptyLambdas
  • true

  • id
  • example8

  • allowEmptyLambdas
  • true

  • id
  • example8

  • WhitespaceAround allowEmptyCatches
  • true

  • id
  • example9

  • allowEmptyCatches
  • true

  • id
  • example9

  • WhitespaceAround ignoreEnhancedForColon
  • false

  • id
  • example10

  • ignoreEnhancedForColon
  • false

  • id
  • example10

  • SuppressionXpathSingleFilter message
  • Javadoc comment at column \d+ has parse error

  • message
  • Javadoc comment at column \d+ has parse error

  • Summary:

    Report id Files Violations Severity-warning
    base 4138 38040 38040
    patch 4138 38033 (7 removed) 38033 (7 removed)
    7 files with differences 7 changes in violations 7 changes in violations

    Report id example7 example6 example9 example8 example3 example2 example5 example4 example1 example10
    base 4710 4693 4660 4714 150 369 4614 4686 4714 4730
    patch 4710 4693 4660 4714 150 369 4614 4679 (7 removed) 4714 4730
    changes in violations 0 0 0 0 0 0 0 7 0 0

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

    Violations:

    /home/runner/work/checkstyle/checkstyle/.ci-temp/repositories/elasticsearch/src/main/java/jsr166e/Striped64.java

    Severity Rule Message Line Col
    #A1 warning example4 '}' is not followed by whitespace. 335 17

    /home/runner/work/checkstyle/checkstyle/.ci-temp/repositories/elasticsearch/src/main/java/org/elasticsearch/common/blobstore/fs/FsBlobContainer.java

    Severity Rule Message Line Col
    #A2 warning example4 '}' is not preceded with whitespace. 96 103

    /home/runner/work/checkstyle/checkstyle/.ci-temp/repositories/elasticsearch/src/main/java/org/elasticsearch/common/metrics/MeterMetric.java

    Severity Rule Message Line Col
    #A3 warning example4 '}' is not preceded with whitespace. 121 53

    /home/runner/work/checkstyle/checkstyle/.ci-temp/repositories/elasticsearch/src/main/java/org/elasticsearch/script/expression/ExpressionScript.java

    Severity Rule Message Line Col
    #A4 warning example4 '}' is not preceded with whitespace. 66 58

    /home/runner/work/checkstyle/checkstyle/.ci-temp/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/Aggregator.java

    Severity Rule Message Line Col
    #A5 warning example4 '}' is not followed by whitespace. 153 9

    /home/runner/work/checkstyle/checkstyle/.ci-temp/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/terms/AbstractTermsParametersParser.java

    Severity Rule Message Line Col
    #A6 warning example4 '}' is not preceded with whitespace. 52 107

    /home/runner/work/checkstyle/checkstyle/.ci-temp/repositories/elasticsearch/src/test/java/org/elasticsearch/gateway/local/QuorumLocalGatewayTests.java

    Severity Rule Message Line Col
    #A7 warning example4 '}' is not followed by whitespace. 102 13