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 tabWidth
  • 4

  • tabWidth
  • 4

  • com.github.sevntu.checkstyle.checks.design.ChildBlockLengthCheck blockTypes
  • LITERAL_IF,LITERAL_ELSE,LITERAL_WHILE,LITERAL_DO,LITERAL_FOR,LITERAL_SWITCH,LITERAL_TRY,LITERAL_CATCH

  • maxChildBlockPercentage
  • 90

  • ignoreBlockLinesCount
  • 50

  • blockTypes
  • LITERAL_IF,LITERAL_ELSE,LITERAL_WHILE,LITERAL_DO,LITERAL_FOR,LITERAL_SWITCH,LITERAL_TRY,LITERAL_CATCH

  • maxChildBlockPercentage
  • 90

  • ignoreBlockLinesCount
  • 50

  • com.github.sevntu.checkstyle.checks.design.ForbidWildcardAsReturnTypeCheck checkProtectedMethods
  • true

  • checkDeprecatedMethods
  • false

  • allowReturnWildcardWithSuper
  • false

  • checkPrivateMethods
  • false

  • checkPublicMethods
  • true

  • checkOverrideMethods
  • false

  • returnTypeClassNamesIgnoreRegex
  • ^(Comparator|Comparable)$

  • checkPackageMethods
  • true

  • allowReturnWildcardWithExtends
  • false

  • checkProtectedMethods
  • true

  • checkDeprecatedMethods
  • false

  • allowReturnWildcardWithSuper
  • false

  • checkPrivateMethods
  • false

  • checkPublicMethods
  • true

  • checkOverrideMethods
  • false

  • returnTypeClassNamesIgnoreRegex
  • ^(Comparator|Comparable)$

  • checkPackageMethods
  • true

  • allowReturnWildcardWithExtends
  • false

  • com.github.sevntu.checkstyle.checks.design.NoMainMethodInAbstractClassCheck
    com.github.sevntu.checkstyle.checks.design.PublicReferenceToPrivateTypeCheck
    com.github.sevntu.checkstyle.checks.design.StaticMethodCandidateCheck skippedMethods
  • readObject, writeObject, readObjectNoData, readResolve, writeReplace

  • skippedMethods
  • readObject, writeObject, readObjectNoData, readResolve, writeReplace

  • com.github.sevntu.checkstyle.checks.design.ConstructorWithoutParamsCheck ignoredClassNameFormat
  • UnsupportedOperationException

  • classNameFormat
  • .*Exception$

  • ignoredClassNameFormat
  • UnsupportedOperationException

  • classNameFormat
  • .*Exception$

  • com.github.sevntu.checkstyle.checks.design.InnerClassCheck
    com.github.sevntu.checkstyle.checks.design.HideUtilityClassConstructorCheck
    com.github.sevntu.checkstyle.checks.design.NestedSwitchCheck
    com.github.sevntu.checkstyle.checks.design.AvoidConditionInversionCheck
    com.github.sevntu.checkstyle.checks.design.CauseParameterInExceptionCheck
    com.github.sevntu.checkstyle.checks.design.CheckstyleTestMakeupCheck
    com.github.sevntu.checkstyle.checks.naming.InterfaceTypeParameterNameCheck format
  • ^[A-Z]$

  • format
  • ^[A-Z]$

  • com.github.sevntu.checkstyle.checks.naming.EnumValueNameCheck format
  • ^[A-Z][a-zA-Z0-9_]*$

  • format
  • ^[A-Z][a-zA-Z0-9_]*$

  • com.github.sevntu.checkstyle.checks.naming.UniformEnumConstantNameCheck formats
  • ^[A-Z][a-zA-Z0-9]*$,^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$

  • formats
  • ^[A-Z][a-zA-Z0-9]*$,^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$

  • com.github.sevntu.checkstyle.checks.sizes.LineLengthExtendedCheck ignoreClass
  • false

  • ignoreConstructor
  • false

  • ignoreMethod
  • false

  • max
  • 100

  • ignoreField
  • false

  • ignorePattern
  • ^$

  • tabWidth
  • 4

  • ignoreClass
  • false

  • ignoreConstructor
  • false

  • ignoreMethod
  • false

  • max
  • 100

  • ignoreField
  • false

  • ignorePattern
  • ^$

  • tabWidth
  • 4

  • 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 Severity-error
    base 49025 194172 194171 1
    patch 49025 194171 (1 removed) 194170 (1 removed) 1
    1 file with differences 1 change in violations 1 change in violations 0 changes in violations

    Report id com.github.sevntu.checkstyle.checks.design.NestedSwitchCheck com.github.sevntu.checkstyle.checks.design.CauseParameterInExceptionCheck com.github.sevntu.checkstyle.checks.sizes.LineLengthExtendedCheck com.github.sevntu.checkstyle.checks.design.AvoidConditionInversionCheck com.github.sevntu.checkstyle.checks.design.InnerClassCheck com.github.sevntu.checkstyle.checks.design.PublicReferenceToPrivateTypeCheck com.github.sevntu.checkstyle.checks.naming.EnumValueNameCheck com.github.sevntu.checkstyle.checks.design.NoMainMethodInAbstractClassCheck com.github.sevntu.checkstyle.checks.design.StaticMethodCandidateCheck com.github.sevntu.checkstyle.checks.design.HideUtilityClassConstructorCheck com.puppycrawl.tools.checkstyle.Checker com.github.sevntu.checkstyle.checks.design.ConstructorWithoutParamsCheck com.github.sevntu.checkstyle.checks.design.ForbidWildcardAsReturnTypeCheck com.github.sevntu.checkstyle.checks.design.ChildBlockLengthCheck com.github.sevntu.checkstyle.checks.design.CheckstyleTestMakeupCheck com.github.sevntu.checkstyle.checks.naming.UniformEnumConstantNameCheck com.github.sevntu.checkstyle.checks.naming.InterfaceTypeParameterNameCheck
    base 483 883 109210 605 51778 242 5253 14 3026 15180 1 4762 1435 897 52 272 79
    patch 483 883 109210 605 51778 242 5253 14 3026 15179 (1 removed) 1 4762 1435 897 52 272 79
    changes in violations 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0

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

    Violations:

    /__w/checkstyle-diff-report-generator/checkstyle-diff-report-generator/contribution/checkstyle-tester/repositories/openjdk21/test/langtools/tools/javac/TextBlockIllegalEscape.java

    Severity Rule Message Line Col
    #A1 warning HideUtilityClassConstructor Utility classes should not have a public or default constructor. 8 1