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$

  • RegexpMultiline
    RegexpOnFilename
    RegexpSingleline
    FileLength
    LineLength
    FileTabCharacter
    TreeWalker
    ThrowsCount max
  • 20000000

  • max
  • 20000000

  • ClassMemberImpliedModifier
    InterfaceMemberImpliedModifier
    ModifierOrder
    RedundantModifier
    AbbreviationAsWordInName
    AbstractClassName
    CatchParameterName
    ClassTypeParameterName
    ConstantName
    InterfaceTypeParameterName
    LambdaParameterName
    LocalFinalVariableName
    LocalVariableName
    MemberName
    MethodName
    MethodTypeParameterName
    PackageName
    ParameterName
    StaticVariableName
    TypeName
    Regexp
    RegexpSinglelineJava
    AnonInnerLength
    ExecutableStatementCount
    MethodCount
    MethodLength
    OuterTypeNumber
    ParameterNumber
    EmptyForInitializerPad
    EmptyForIteratorPad
    EmptyLineSeparator
    GenericWhitespace
    MethodParamPad
    NoLineWrap
    NoWhitespaceAfter
    NoWhitespaceBefore
    OperatorWrap
    ParenPad
    SeparatorWrap
    SingleSpaceSeparator
    TypecastParenPad
    WhitespaceAfter
    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 3160 104306 104306
    patch 3160 104314 (8 added) 104314 (8 added)
    4 files with differences 8 changes in violations 8 changes in violations

    Report id com.puppycrawl.tools.checkstyle.checks.naming.StaticVariableNameCheck com.puppycrawl.tools.checkstyle.checks.whitespace.MethodParamPadCheck com.puppycrawl.tools.checkstyle.checks.sizes.ExecutableStatementCountCheck com.puppycrawl.tools.checkstyle.checks.naming.TypeNameCheck com.puppycrawl.tools.checkstyle.checks.naming.ConstantNameCheck com.puppycrawl.tools.checkstyle.checks.modifier.InterfaceMemberImpliedModifierCheck com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck com.puppycrawl.tools.checkstyle.checks.naming.AbstractClassNameCheck com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyForIteratorPadCheck com.puppycrawl.tools.checkstyle.checks.naming.ClassTypeParameterNameCheck com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceBeforeCheck com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck com.puppycrawl.tools.checkstyle.checks.whitespace.SeparatorWrapCheck com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck com.puppycrawl.tools.checkstyle.checks.naming.LocalVariableNameCheck com.puppycrawl.tools.checkstyle.checks.modifier.RedundantModifierCheck com.puppycrawl.tools.checkstyle.checks.naming.CatchParameterNameCheck com.puppycrawl.tools.checkstyle.checks.sizes.ParameterNumberCheck com.puppycrawl.tools.checkstyle.checks.naming.InterfaceTypeParameterNameCheck com.puppycrawl.tools.checkstyle.checks.sizes.FileLengthCheck com.puppycrawl.tools.checkstyle.checks.modifier.ClassMemberImpliedModifierCheck com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceAfterCheck com.puppycrawl.tools.checkstyle.checks.regexp.RegexpCheck com.puppycrawl.tools.checkstyle.checks.sizes.AnonInnerLengthCheck com.puppycrawl.tools.checkstyle.checks.naming.MethodNameCheck com.puppycrawl.tools.checkstyle.checks.naming.MethodTypeParameterNameCheck com.puppycrawl.tools.checkstyle.checks.naming.LocalFinalVariableNameCheck com.puppycrawl.tools.checkstyle.checks.sizes.MethodLengthCheck
    base 10 2 176 232 367 2466 4111 33 705 49 93 54 23 21 9149 74359 26 424 81 61 10 27 554 1 6 296 10706 217 18 29
    patch 10 2 176 232 367 2466 4111 33 705 49 93 54 30 (7 added) 21 9150 (1 added) 74359 26 424 81 61 10 27 554 1 6 296 10706 217 18 29
    changes in violations 0 0 0 0 0 0 0 0 0 0 0 0 7 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

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

    Violations:

    /Users/erik/Code/checkstyle/contribution/checkstyle-tester/repositories/guava28/guava/src/com/google/common/base/Objects.java

    Severity Rule Message Line Col
    #A1 warning NoWhitespaceBefore '...' is preceded with whitespace. 76 57

    /Users/erik/Code/checkstyle/contribution/checkstyle-tester/repositories/guava28/guava/src/com/google/common/base/Preconditions.java

    Severity Rule Message Line Col
    #A2 warning NoWhitespaceBefore '...' is preceded with whitespace. 162 34
    #A3 warning NoWhitespaceBefore '...' is preceded with whitespace. 530 34
    #A4 warning NoWhitespaceBefore '...' is preceded with whitespace. 921 34

    /Users/erik/Code/checkstyle/contribution/checkstyle-tester/repositories/guava28/guava/src/com/google/common/base/Strings.java

    Severity Rule Message Line Col
    #A5 warning NoWhitespaceBefore '...' is preceded with whitespace. 260 61
    #A6 warning SeparatorWrap '.' should be on the previous line. 309 11

    /Users/erik/Code/checkstyle/contribution/checkstyle-tester/repositories/guava28/guava/src/com/google/common/base/Verify.java

    Severity Rule Message Line Col
    #A7 warning NoWhitespaceBefore '...' is preceded with whitespace. 122 34
    #A8 warning NoWhitespaceBefore '...' is preceded with whitespace. 499 34