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 238 78 78
    patch 238 78 78
    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.naming.LocalVariableNameCheck com.puppycrawl.tools.checkstyle.checks.whitespace.ParenPadCheck com.puppycrawl.tools.checkstyle.checks.naming.CatchParameterNameCheck com.puppycrawl.tools.checkstyle.checks.naming.StaticVariableNameCheck com.puppycrawl.tools.checkstyle.checks.sizes.ExecutableStatementCountCheck com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck com.puppycrawl.tools.checkstyle.checks.naming.MethodNameCheck com.puppycrawl.tools.checkstyle.checks.naming.AbstractClassNameCheck com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck com.puppycrawl.tools.checkstyle.checks.naming.ParameterNameCheck
    base 2 8 6 4 1 1 6 9 2 20 3 6 10
    patch 2 8 6 4 1 1 6 9 2 20 3 6 10
    changes in violations 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: