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

  • IllegalTokenText format
  • \\u00(08|09|0(a|A)|0(c|C)|0(d|D)|20|22|27|5(C|c))|\\(0(10|11|12|14|15|40|42|47)|134)

  • tokens
  • STRING_LITERAL, CHAR_LITERAL, TEXT_BLOCK_CONTENT

  • message
  • Consider using special escape sequence instead of octal value or Unicode escaped value.

  • format
  • \\u00(08|09|0(a|A)|0(c|C)|0(d|D)|20|22|27|5(C|c))|\\(0?(10|11|12|14|15|40|42|47)|134)

  • tokens
  • STRING_LITERAL, CHAR_LITERAL, TEXT_BLOCK_CONTENT

  • message
  • Consider using special escape sequence instead of octal value or Unicode escaped value.

  • Summary:

    Report id Files Violations Severity-warning
    base 3160 8 8
    patch 3160 12 (4 added) 12 (4 added)
    2 files with differences 4 changes in violations 4 changes in violations

    Report id com.puppycrawl.tools.checkstyle.checks.coding.IllegalTokenTextCheck
    base 8
    patch 12 (4 added)
    changes in violations 4

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

    Violations:

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/android/guava-tests/test/com/google/common/reflect/ClassPathTest.java

    Severity Rule Message Line Col
    #A1 warning IllegalTokenText Consider using special escape sequence instead of octal value or Unicode escaped value. 170 41
    #A2 warning IllegalTokenText Consider using special escape sequence instead of octal value or Unicode escaped value. 171 29

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/guava/guava-tests/test/com/google/common/reflect/ClassPathTest.java

    Severity Rule Message Line Col
    #A3 warning IllegalTokenText Consider using special escape sequence instead of octal value or Unicode escaped value. 177 41
    #A4 warning IllegalTokenText Consider using special escape sequence instead of octal value or Unicode escaped value. 178 29