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 6283 206 206
    patch 6283 215 (9 added) 215 (9 added)
    7 files with differences 9 changes in violations 9 changes in violations

    Report id com.puppycrawl.tools.checkstyle.checks.coding.IllegalTokenTextCheck
    base 206
    patch 215 (9 added)
    changes in violations 9

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

    Violations:

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/java/com/puppycrawl/tools/checkstyle/checks/coding/MultipleStringLiteralsCheckTest.java

    Severity Rule Message Line Col
    #A1 warning IllegalTokenText Consider using special escape sequence instead of octal value or Unicode escaped value. 167 19

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/illegaltokentext/InputIllegalTokenTextTextBlocks.java

    Severity Rule Message Line Col
    #A2 warning IllegalTokenText Consider using special escape sequence instead of octal value or Unicode escaped value. 36 37

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/illegaltokentext/InputIllegalTokenTextTextBlocksQuotes.java

    Severity Rule Message Line Col
    #A3 warning IllegalTokenText Consider using special escape sequence instead of octal value or Unicode escaped value. 37 37

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/multiplestringliterals/InputMultipleStringLiteralsTextBlocks1.java

    Severity Rule Message Line Col
    #A4 warning IllegalTokenText Consider using special escape sequence instead of octal value or Unicode escaped value. 42 34
    #A5 warning IllegalTokenText Consider using special escape sequence instead of octal value or Unicode escaped value. 59 34

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/grammar/InputRegressionJavaClass1.java

    Severity Rule Message Line Col
    #A6 warning IllegalTokenText Consider using special escape sequence instead of octal value or Unicode escaped value. 153 17

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/grammar/antlr4/InputRegressionJavaClass1.java

    Severity Rule Message Line Col
    #A7 warning IllegalTokenText Consider using special escape sequence instead of octal value or Unicode escaped value. 148 17

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/grammar/java14/InputJava14TextBlocks.java

    Severity Rule Message Line Col
    #A8 warning IllegalTokenText Consider using special escape sequence instead of octal value or Unicode escaped value. 33 37
    #A9 warning IllegalTokenText Consider using special escape sequence instead of octal value or Unicode escaped value. 38 37