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
    com.github.sevntu.checkstyle.checks.coding.RequireFailForTryCatchInJunitCheck
    SuppressionXpathSingleFilter message
  • Javadoc comment at column \d+ has parse error

  • message
  • Javadoc comment at column \d+ has parse error

  • SuppressionSingleFilter checks
  • Checker

  • message
  • Exception occurred while parsing

  • checks
  • Checker

  • message
  • Exception occurred while parsing

  • Summary:

    Report id Files Violations Severity-warning
    base 3957 1 1
    patch 3957 0 (1 removed) 0 (1 removed)
    1 file with differences 1 change in violations 1 change in violations

    Report id com.github.sevntu.checkstyle.checks.coding.RequireFailForTryCatchInJunitCheck
    base 1
    patch 0 (1 removed)
    changes in violations 1

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

    Violations:

    src/test/java/com/puppycrawl/tools/checkstyle/checks/design/MutableExceptionCheckTest.java

    Severity Rule Message Line Col
    #A1 warning RequireFailForTryCatchInJunit try/catch either requires a fail at the end of the try clause for junit tests or to remove the try/catch completely. 124 9