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
    IllegalCatch illegalClassNames
  • java.lang.Exception, java.lang.Throwable, java.lang.RuntimeException, java.lang.NullPointerException

  • illegalClassNames
  • java.lang.Exception, java.lang.Throwable, java.lang.RuntimeException, java.lang.NullPointerException

  • IllegalInstantiation classes
  • org.xml.sax.SAXException, org.xml.sax.SAXParseException, org.apache.commons.beanutils.ConversionException, org.antlr.v4.runtime.misc.ParseCancellationException, antlr.RecognitionException, antlr.TokenStreamException, antlr.TokenStreamRecognitionException, antlr.ANTLRException, java.lang.StringBuffer

  • classes
  • org.xml.sax.SAXException, org.xml.sax.SAXParseException, org.apache.commons.beanutils.ConversionException, org.antlr.v4.runtime.misc.ParseCancellationException, antlr.RecognitionException, antlr.TokenStreamException, antlr.TokenStreamRecognitionException, antlr.ANTLRException, java.lang.StringBuffer

  • InnerAssignment
    MagicNumber
    SuppressionCommentFilter checkFormat
  • IGNORETHIS

  • onCommentFormat
  • CSON\: .*

  • offCommentFormat
  • CSOFF\: .*

  • checkFormat
  • IGNORETHIS

  • onCommentFormat
  • CSON\: .*

  • offCommentFormat
  • CSOFF\: .*

  • SuppressionXpathSingleFilter checks
  • IllegalCatch

  • files
  • [\\/]internal[\\/].*[\\/]\w+Util\.java

  • checks
  • IllegalCatch

  • files
  • [\\/]internal[\\/].*[\\/]\w+Util\.java

  • SuppressionXpathSingleFilter checks
  • EmptyBlock

  • files
  • .*[\\/]src[\\/]test[\\/]

  • checks
  • EmptyBlock

  • files
  • .*[\\/]src[\\/]test[\\/]

  • SuppressionXpathSingleFilter checks
  • JavadocVariable

  • files
  • .*[\\/]src[\\/](test|it)[\\/]

  • checks
  • JavadocVariable

  • files
  • .*[\\/]src[\\/](test|it)[\\/]

  • SuppressionXpathSingleFilter checks
  • JavadocType

  • files
  • .*[\\/]src[\\/](test|it)[\\/]

  • checks
  • JavadocType

  • files
  • .*[\\/]src[\\/](test|it)[\\/]

  • SuppressionXpathSingleFilter checks
  • MagicNumber

  • files
  • .*[\\/]src[\\/](test|it)[\\/]

  • checks
  • MagicNumber

  • files
  • .*[\\/]src[\\/](test|it)[\\/]

  • SuppressionXpathSingleFilter checks
  • AvoidStaticImport

  • files
  • .*[\\/]src[\\/](test|it)[\\/]

  • checks
  • AvoidStaticImport

  • files
  • .*[\\/]src[\\/](test|it)[\\/]

  • SuppressionXpathSingleFilter checks
  • WriteTag

  • files
  • .*[\\/]src[\\/](test|it)[\\/]

  • checks
  • WriteTag

  • files
  • .*[\\/]src[\\/](test|it)[\\/]

  • SuppressionXpathSingleFilter checks
  • MethodCount

  • files
  • .*[\\/]src[\\/](test|it)[\\/]

  • checks
  • MethodCount

  • files
  • .*[\\/]src[\\/](test|it)[\\/]

  • SuppressionXpathSingleFilter checks
  • MultipleStringLiterals

  • files
  • .*[\\/]src[\\/](test|it)[\\/]

  • checks
  • MultipleStringLiterals

  • files
  • .*[\\/]src[\\/](test|it)[\\/]

  • SuppressWithNearbyCommentFilter checkFormat
  • $1

  • commentFormat
  • -@cs\[(\w{8,}(\|\w{8,})*)\] \w[\(\)\-\.\'\`\,\:\;\w ]{10,}

  • influenceFormat
  • 3

  • checkFormat
  • $1

  • commentFormat
  • -@cs\[(\w{8,}(\|\w{8,})*)\] \w[\(\)\-\.\'\`\,\:\;\w ]{10,}

  • influenceFormat
  • 3

  • AvoidStarImport
    AvoidStaticImport
    CustomImportOrder thirdPartyPackageRegExp
  • ^org\.

  • separateLineBetweenGroups
  • true

  • sortImportsInGroupAlphabetically
  • true

  • specialImportsRegExp
  • ^javax\.

  • customImportOrderRules
  • STATIC###STANDARD_JAVA_PACKAGE###SPECIAL_IMPORTS###THIRD_PARTY_PACKAGE

  • standardPackageRegExp
  • ^java\.

  • thirdPartyPackageRegExp
  • ^org\.

  • separateLineBetweenGroups
  • true

  • sortImportsInGroupAlphabetically
  • true

  • specialImportsRegExp
  • ^javax\.

  • customImportOrderRules
  • STATIC###STANDARD_JAVA_PACKAGE###SPECIAL_IMPORTS###THIRD_PARTY_PACKAGE

  • standardPackageRegExp
  • ^java\.

  • IllegalImport
    ImportOrder ordered
  • true

  • sortStaticImportsAlphabetically
  • true

  • groups
  • /^java\./,javax,org

  • separated
  • true

  • option
  • top

  • ordered
  • true

  • sortStaticImportsAlphabetically
  • true

  • groups
  • /^java\./,javax,org

  • separated
  • true

  • option
  • top

  • RedundantImport
    UnusedImports
    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 4138 30538 30538
    patch 4138 30538 30538
    0 files with differences 0 changes in violations 0 changes in violations

    Report id com.puppycrawl.tools.checkstyle.checks.imports.AvoidStaticImportCheck com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck com.puppycrawl.tools.checkstyle.checks.imports.RedundantImportCheck com.puppycrawl.tools.checkstyle.checks.coding.InnerAssignmentCheck com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck com.puppycrawl.tools.checkstyle.checks.coding.IllegalCatchCheck com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck
    base 810 4704 1324 20569 7 210 358 821 1735
    patch 810 4704 1324 20569 7 210 358 821 1735
    changes in violations 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: