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
    AbbreviationAsWordInName ignoreFinal
  • false

  • allowedAbbreviations
  • AST

  • allowedAbbreviationLength
  • 0

  • ignoreFinal
  • false

  • allowedAbbreviations
  • AST

  • allowedAbbreviationLength
  • 0

  • AbstractClassName
    ClassTypeParameterName
    ConstantName
    InterfaceTypeParameterName
    LocalFinalVariableName
    LocalVariableName format
  • ^(id)|([a-z][a-z0-9][a-zA-Z0-9]+)$

  • allowOneCharVarInForLoop
  • true

  • format
  • ^(id)|([a-z][a-z0-9][a-zA-Z0-9]+)$

  • allowOneCharVarInForLoop
  • true

  • MemberName format
  • ^(id)|([a-z][a-z0-9][a-zA-Z0-9]+)$

  • format
  • ^(id)|([a-z][a-z0-9][a-zA-Z0-9]+)$

  • MethodName
    MethodTypeParameterName
    PackageName
    ParameterName format
  • ^(id)|([a-z][a-z0-9][a-zA-Z0-9]+)$

  • ignoreOverridden
  • true

  • format
  • ^(id)|([a-z][a-z0-9][a-zA-Z0-9]+)$

  • ignoreOverridden
  • true

  • LambdaParameterName format
  • ^(id)|([a-z][a-z0-9][a-zA-Z0-9]+)$

  • format
  • ^(id)|([a-z][a-z0-9][a-zA-Z0-9]+)$

  • CatchParameterName format
  • ^(ex|[a-z][a-z][a-zA-Z]+)$

  • format
  • ^(ex|[a-z][a-z][a-zA-Z]+)$

  • StaticVariableName format
  • ^(id)|([a-z][a-z0-9][a-zA-Z0-9]+)$

  • format
  • ^(id)|([a-z][a-z0-9][a-zA-Z0-9]+)$

  • TypeName
    Regexp
    RegexpSinglelineJava
    RegexpSinglelineJava ignoreComments
  • true

  • format
  • [^\p{ASCII}]

  • ignoreComments
  • true

  • format
  • [^\p{ASCII}]

  • AnonInnerLength
    ExecutableStatementCount max
  • 30

  • max
  • 30

  • MethodCount maxTotal
  • 34

  • maxTotal
  • 34

  • MethodLength
    OuterTypeNumber
    ParameterNumber
    EmptyForInitializerPad
    EmptyForIteratorPad
    EmptyLineSeparator allowNoEmptyLineBetweenFields
  • true

  • allowMultipleEmptyLinesInsideClassMembers
  • false

  • allowNoEmptyLineBetweenFields
  • true

  • allowMultipleEmptyLinesInsideClassMembers
  • false

  • GenericWhitespace
    MethodParamPad
    NoLineWrap
    NoWhitespaceAfter tokens
  • ARRAY_INIT
  • AT
  • BNOT
  • DEC
  • DOT
  • INC
  • LNOT
  • UNARY_MINUS
  • UNARY_PLUS
  • ARRAY_DECLARATOR
  • INDEX_OP
  • METHOD_REF

  • tokens
  • ARRAY_INIT
  • AT
  • BNOT
  • DEC
  • DOT
  • INC
  • LNOT
  • UNARY_MINUS
  • UNARY_PLUS
  • ARRAY_DECLARATOR
  • INDEX_OP
  • METHOD_REF

  • NoWhitespaceBefore
    NoWhitespaceBefore tokens
  • DOT
  • METHOD_REF

  • allowLineBreaks
  • true

  • tokens
  • DOT
  • METHOD_REF

  • allowLineBreaks
  • true

  • OperatorWrap tokens
  • QUESTION
  • COLON
  • EQUAL
  • NOT_EQUAL
  • DIV
  • PLUS
  • MINUS
  • STAR
  • MOD
  • SR
  • BSR
  • GE
  • GT
  • SL
  • LE
  • LT
  • BXOR
  • BOR
  • LOR
  • BAND
  • LAND
  • TYPE_EXTENSION_AND
  • LITERAL_INSTANCEOF
  • METHOD_REF

  • option
  • nl

  • tokens
  • QUESTION
  • COLON
  • EQUAL
  • NOT_EQUAL
  • DIV
  • PLUS
  • MINUS
  • STAR
  • MOD
  • SR
  • BSR
  • GE
  • GT
  • SL
  • LE
  • LT
  • BXOR
  • BOR
  • LOR
  • BAND
  • LAND
  • TYPE_EXTENSION_AND
  • LITERAL_INSTANCEOF
  • METHOD_REF

  • option
  • nl

  • OperatorWrap tokens
  • ASSIGN
  • DIV_ASSIGN
  • PLUS_ASSIGN
  • MINUS_ASSIGN
  • STAR_ASSIGN
  • MOD_ASSIGN
  • SR_ASSIGN
  • BSR_ASSIGN
  • SL_ASSIGN
  • BXOR_ASSIGN
  • BOR_ASSIGN
  • BAND_ASSIGN

  • option
  • eol

  • tokens
  • ASSIGN
  • DIV_ASSIGN
  • PLUS_ASSIGN
  • MINUS_ASSIGN
  • STAR_ASSIGN
  • MOD_ASSIGN
  • SR_ASSIGN
  • BSR_ASSIGN
  • SL_ASSIGN
  • BXOR_ASSIGN
  • BOR_ASSIGN
  • BAND_ASSIGN

  • option
  • eol

  • ParenPad
    SeparatorWrap tokens
  • DOT
  • AT
  • METHOD_REF

  • option
  • nl

  • tokens
  • DOT
  • AT
  • METHOD_REF

  • option
  • nl

  • SeparatorWrap tokens
  • COMMA
  • RBRACK
  • ARRAY_DECLARATOR
  • ELLIPSIS
  • SEMI

  • option
  • EOL

  • tokens
  • COMMA
  • RBRACK
  • ARRAY_DECLARATOR
  • ELLIPSIS
  • SEMI

  • option
  • EOL

  • SingleSpaceSeparator validateComments
  • false

  • validateComments
  • false

  • TypecastParenPad
    WhitespaceAfter
    WhitespaceAround
    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 752 28117 28117
    patch 752 28117 28117
    0 files with differences 0 changes in violations 0 changes in violations

    Report id com.puppycrawl.tools.checkstyle.checks.naming.MemberNameCheck com.puppycrawl.tools.checkstyle.checks.whitespace.ParenPadCheck 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.whitespace.EmptyLineSeparatorCheck com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck 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.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.naming.LocalVariableNameCheck com.puppycrawl.tools.checkstyle.checks.naming.CatchParameterNameCheck com.puppycrawl.tools.checkstyle.checks.sizes.ParameterNumberCheck com.puppycrawl.tools.checkstyle.checks.whitespace.SingleSpaceSeparatorCheck com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceAfterCheck com.puppycrawl.tools.checkstyle.checks.sizes.AnonInnerLengthCheck com.puppycrawl.tools.checkstyle.checks.naming.MethodNameCheck com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyForInitializerPadCheck com.puppycrawl.tools.checkstyle.checks.sizes.MethodLengthCheck com.puppycrawl.tools.checkstyle.checks.naming.ParameterNameCheck
    base 60 9364 10 7 115 1 175 1008 4082 201 123 74 78 1772 3899 1 1635 1301 41 534 529 20 100 1525 3 3 1456
    patch 60 9364 10 7 115 1 175 1008 4082 201 123 74 78 1772 3899 1 1635 1301 41 534 529 20 100 1525 3 3 1456
    changes in violations 0 0 0 0 0 0 0 0 0 0 0 0 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: 0

    Violations: