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 1233 11110 11110
    patch 1233 11110 11110
    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.sizes.OuterTypeNumberCheck 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.GenericWhitespaceCheck 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.regexp.RegexpCheck com.puppycrawl.tools.checkstyle.checks.naming.MethodNameCheck com.puppycrawl.tools.checkstyle.checks.sizes.AnonInnerLengthCheck com.puppycrawl.tools.checkstyle.checks.naming.LocalFinalVariableNameCheck 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 101 312 10 120 201 5 7 34 1211 1419 581 67 13 22 48 47 712 12 2098 959 16 853 77 19 17 12 37 472 1 16 1611
    patch 101 312 10 120 201 5 7 34 1211 1419 581 67 13 22 48 47 712 12 2098 959 16 853 77 19 17 12 37 472 1 16 1611
    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 0 0 0 0

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

    Violations: