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

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

  • GoogleMemberName

    Summary:

    Report id Files Violations Severity-warning
    base 1480 2 2
    patch 1480 2 (2 removed, 2 added) 2 (2 removed, 2 added)
    2 files with differences 4 changes in violations 4 changes in violations

    Report id com.puppycrawl.tools.checkstyle.checks.naming.MemberNameCheck com.puppycrawl.tools.checkstyle.checks.naming.GoogleMemberNameCheck
    base 2 0
    patch 0 (2 removed) 2 (2 added)
    changes in violations 2 2

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

    Violations:

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/Hartshorn/hartshorn-integration-tests/src/integration-test/java/test/org/dockbox/hartshorn/inject/circular/CircularDependencyA.java

    Severity Rule Message Line Col
    #A1 warning GoogleMemberName Member name 'b' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase. 27 33
    #A2 warning MemberName Name 'b' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-zA-Z0-9]*(?:_[0-9]+)*$'. 27 33

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/Hartshorn/hartshorn-integration-tests/src/integration-test/java/test/org/dockbox/hartshorn/inject/circular/CircularDependencyB.java

    Severity Rule Message Line Col
    #A3 warning GoogleMemberName Member name 'a' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase. 27 33
    #A4 warning MemberName Name 'a' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-zA-Z0-9]*(?:_[0-9]+)*$'. 27 33