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
TreeWalker
IllegalTypeCheck illegalClassNames
  • Boolean

  • illegalClassNames
  • Boolean

  • Summary:

    Report id Files Violations Severity-error
    base 41 1 1
    patch 41 3 3
    difference 1 2 2

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

    Violations:

    D:\project\check\contribution\contribution\checkstyle-tester\repositories\protonpack\src\test\java\com\codepoetics\protonpack\MapStreamTest.java

    Severity Rule Message Line Col
    # error IllegalType Declaring variables, return values or parameters of type 'Boolean' is not allowed. 55 13
    # error IllegalType Declaring variables, return values or parameters of type 'Boolean' is not allowed. 62 13