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 643 11 11
    patch 643 23 23
    difference 2 12 12

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

    Violations:

    D:\project\check\contribution\contribution\checkstyle-tester\repositories\storm\storm-core\src\jvm\backtype\storm\testing\MemoryTransactionalSpout.java

    Severity Rule Message Line Col
    # error IllegalType Declaring variables, return values or parameters of type 'Boolean' is not allowed. 47 22
    # error IllegalType Declaring variables, return values or parameters of type 'Boolean' is not allowed. 47 91
    # error IllegalType Declaring variables, return values or parameters of type 'Boolean' is not allowed. 55 22
    # error IllegalType Declaring variables, return values or parameters of type 'Boolean' is not allowed. 114 34
    # error IllegalType Declaring variables, return values or parameters of type 'Boolean' is not allowed. 178 26

    D:\project\check\contribution\contribution\checkstyle-tester\repositories\storm\storm-core\src\jvm\backtype\storm\testing\OpaqueMemoryTransactionalSpout.java

    Severity Rule Message Line Col
    # error IllegalType Declaring variables, return values or parameters of type 'Boolean' is not allowed. 50 22
    # error IllegalType Declaring variables, return values or parameters of type 'Boolean' is not allowed. 50 91
    # error IllegalType Declaring variables, return values or parameters of type 'Boolean' is not allowed. 53 22
    # error IllegalType Declaring variables, return values or parameters of type 'Boolean' is not allowed. 53 91
    # error IllegalType Declaring variables, return values or parameters of type 'Boolean' is not allowed. 65 22
    # error IllegalType Declaring variables, return values or parameters of type 'Boolean' is not allowed. 179 26
    # error IllegalType Declaring variables, return values or parameters of type 'Boolean' is not allowed. 183 26