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

  • MethodName name.invalidPattern
  • Method name ''{0}'' must match pattern ''{1}''.

  • format
  • ^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$

  • GoogleMethodName

    Summary:

    Report id Files Violations Severity-warning
    base 95 1 1
    patch 95 1 (1 removed, 1 added) 1 (1 removed, 1 added)
    1 file with differences 2 changes in violations 2 changes in violations

    Report id com.puppycrawl.tools.checkstyle.checks.naming.GoogleMethodNameCheck com.puppycrawl.tools.checkstyle.checks.naming.MethodNameCheck
    base 0 1
    patch 1 (1 added) 0 (1 removed)
    changes in violations 1 1

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

    Violations:

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/jOOL/src/main/java/org/jooq/lambda/tuple/Range.java

    Severity Rule Message Line Col
    #A1 warning MethodName Method name 'r' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. 37 59
    #A2 warning GoogleMethodName Method name 'r' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 37 59