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]+)*$

  • GoogleNonConstantFieldName

    Summary:

    Report id Files Violations Severity-warning
    base 238 2 2
    patch 238 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.GoogleNonConstantFieldNameCheck
    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/java-design-patterns/composite/src/main/java/com/iluwatar/Letter.java

    Severity Rule Message Line Col
    #A1 warning MemberName Name 'c' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-zA-Z0-9]*(?:_[0-9]+)*$'. 5 22
    #A2 warning GoogleNonConstantFieldName Non-constant field name 'c' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 5 22

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/java-design-patterns/model-view-presenter/src/main/java/com/iluwatar/FileSelectorJFrame.java

    Severity Rule Message Line Col
    #A3 warning MemberName Name 'OK' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-zA-Z0-9]*(?:_[0-9]+)*$'. 31 25
    #A4 warning GoogleNonConstantFieldName Non-constant field name 'OK' must start with a lowercase letter, min 2 chars, avoid single lowercase letter followed by uppercase, and contain only letters, digits, or underscores. 31 25