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 Severity-error
    base 49025 1772396 1772394 2
    patch 49025 1772396 1772394 2
    0 files with differences 0 changes in violations 0 changes in violations 0 changes in violations

    Report id com.puppycrawl.tools.checkstyle.checks.naming.MemberNameCheck com.puppycrawl.tools.checkstyle.checks.regexp.RegexpSinglelineJavaCheck 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.OuterTypeNumberCheck 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.naming.LambdaParameterNameCheck com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck com.puppycrawl.tools.checkstyle.checks.whitespace.NoLineWrapCheck com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck com.puppycrawl.tools.checkstyle.checks.whitespace.GenericWhitespaceCheck 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.whitespace.TypecastParenPadCheck 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.Checker 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.whitespace.EmptyForInitializerPadCheck com.puppycrawl.tools.checkstyle.checks.sizes.MethodLengthCheck com.puppycrawl.tools.checkstyle.checks.naming.ParameterNameCheck
    base 13745 66 44353 5395 32394 2937 8607 8255 22824 21358 59392 2 442093 250025 406 2623 887 245 1490 23952 54627 14363 467 143011 34820 1531 79 803 137603 31964 116 1359 30207 2 435 2204 245839 135 1834 129948
    patch 13745 66 44353 5395 32394 2937 8607 8255 22824 21358 59392 2 442093 250025 406 2623 887 245 1490 23952 54627 14363 467 143011 34820 1531 79 803 137603 31964 116 1359 30207 2 435 2204 245839 135 1834 129948
    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 0 0 0 0 0 0 0

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

    Violations: