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 4840 19105 19105
    patch 4840 19097 (9 removed, 1 added) 19097 (9 removed, 1 added)
    10 files with differences 10 changes in violations 10 changes in violations

    Report id example7 example6 example9 example8 example3 example2 example5 example4 example1 example10
    base 2266 2238 2274 2300 203 572 2278 2273 2300 2401
    patch 2266 2238 2274 2300 203 572 2278 2265 (9 removed, 1 added) 2300 2401
    changes in violations 0 0 0 0 0 0 0 10 0 0

    Number of unique base messages reported below: 9
    Number of unique patch messages reported below: 1

    Violations:

    /home/runner/work/checkstyle/checkstyle/.ci-temp/repositories/infinispan/commons/src/main/java/org/infinispan/commons/util/concurrent/jdk8backported/BoundedEquivalentConcurrentHashMapV8.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/repositories/infinispan/commons/src/main/java/org/infinispan/commons/util/concurrent/jdk8backported/CountedCompleter.java

    Severity Rule Message Line Col
    #A2 warning example4 '}' is not followed by whitespace. 741 19

    /home/runner/work/checkstyle/checkstyle/.ci-temp/repositories/infinispan/commons/src/main/java/org/infinispan/commons/util/concurrent/jdk8backported/EquivalentConcurrentHashMapV8.java

    Severity Rule Message Line Col
    #A3 warning example4 '}' is not followed by whitespace. 6348 19

    /home/runner/work/checkstyle/checkstyle/.ci-temp/repositories/infinispan/commons/src/main/java/org/infinispan/commons/util/concurrent/jdk8backported/ForkJoinPool.java

    Severity Rule Message Line Col
    #A4 warning example4 '}' is not followed by whitespace. 3423 19

    /home/runner/work/checkstyle/checkstyle/.ci-temp/repositories/infinispan/commons/src/main/java/org/infinispan/commons/util/concurrent/jdk8backported/ForkJoinTask.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/repositories/infinispan/commons/src/main/java/org/infinispan/commons/util/concurrent/jdk8backported/Striped64.java

    Severity Rule Message Line Col
    #A6 warning example4 '}' is not followed by whitespace. 339 19

    /home/runner/work/checkstyle/checkstyle/.ci-temp/repositories/infinispan/commons/src/main/java/org/infinispan/commons/util/concurrent/jdk8backported/StrippedConcurrentLinkedDeque.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/repositories/infinispan/core/src/test/java/org/infinispan/commons/util/concurrent/jdk8backported/ConcurrentHashMapV8.java

    Severity Rule Message Line Col
    #A8 warning example4 '}' is not followed by whitespace. 6307 19

    /home/runner/work/checkstyle/checkstyle/.ci-temp/repositories/infinispan/core/src/test/java/org/infinispan/tx/exception/ExceptionInCommandTest.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/repositories/infinispan/persistence/jdbc/src/test/java/org/infinispan/persistence/jdbc/TableNameTest.java

    Severity Rule Message Line Col
    #A10 warning example4 '{' is not preceded with whitespace. 14 29