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 289 11747 11747
    patch 289 11747 11747
    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.regexp.RegexpSinglelineJavaCheck 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.naming.LambdaParameterNameCheck 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.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.naming.LocalVariableNameCheck 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.naming.PackageNameCheck 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.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.whitespace.WhitespaceAfterCheck com.puppycrawl.tools.checkstyle.checks.naming.ParameterNameCheck
    base 207 33 21 2 9 38 3 54 4559 363 181 89 13 285 27 287 98 114 156 97 50 133 72 1 153 88 5 19 504 1490 35 89 2472
    patch 207 33 21 2 9 38 3 54 4559 363 181 89 13 285 27 287 98 114 156 97 50 133 72 1 153 88 5 19 504 1490 35 89 2472
    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 0 0

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

    Violations: