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
    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
    BooleanExpressionComplexity max
  • 7

  • max
  • 7

  • ClassDataAbstractionCoupling excludedClasses
  • boolean, byte, char, double, float, int, long, short, void, Boolean, Byte, Character, Double, Float, Integer, Long, Short, Void, Object, Class, String, StringBuffer, StringBuilder, ArrayIndexOutOfBoundsException, Exception, RuntimeException, IllegalArgumentException, IllegalStateException, IndexOutOfBoundsException, NullPointerException, Throwable, SecurityException, UnsupportedOperationException, List, ArrayList, Deque, Queue, LinkedList, Set, HashSet, SortedSet, TreeSet, Map, HashMap, SortedMap, TreeMap, DetailsAST, CheckstyleException, UnsupportedEncodingException, BuildException, ConversionException, FileNotFoundException, TestException

  • excludedClasses
  • boolean, byte, char, double, float, int, long, short, void, Boolean, Byte, Character, Double, Float, Integer, Long, Short, Void, Object, Class, String, StringBuffer, StringBuilder, ArrayIndexOutOfBoundsException, Exception, RuntimeException, IllegalArgumentException, IllegalStateException, IndexOutOfBoundsException, NullPointerException, Throwable, SecurityException, UnsupportedOperationException, List, ArrayList, Deque, Queue, LinkedList, Set, HashSet, SortedSet, TreeSet, Map, HashMap, SortedMap, TreeMap, DetailsAST, CheckstyleException, UnsupportedEncodingException, BuildException, ConversionException, FileNotFoundException, TestException

  • ClassFanOutComplexity max
  • 25

  • excludedClasses
  • boolean, byte, char, double, float, int, long, short, void, Boolean, Byte, Character, Double, Float, Integer, Long, Short, Void, Object, Class, String, StringBuffer, StringBuilder, ArrayIndexOutOfBoundsException, Exception, RuntimeException, IllegalArgumentException, IllegalStateException, IndexOutOfBoundsException, NullPointerException, Throwable, SecurityException, UnsupportedOperationException, List, ArrayList, Deque, Queue, LinkedList, Set, HashSet, SortedSet, TreeSet, Map, HashMap, SortedMap, TreeMap, DetailsAST, CheckstyleException, UnsupportedEncodingException, BuildException, ConversionException, FileNotFoundException, TestException, Log, Sets, Multimap, TokenStreamRecognitionException, RecognitionException, TokenStreamException, IOException, Override, Deprecated, SafeVarargs, SuppressWarnings, FunctionalInterface

  • max
  • 25

  • excludedClasses
  • boolean, byte, char, double, float, int, long, short, void, Boolean, Byte, Character, Double, Float, Integer, Long, Short, Void, Object, Class, String, StringBuffer, StringBuilder, ArrayIndexOutOfBoundsException, Exception, RuntimeException, IllegalArgumentException, IllegalStateException, IndexOutOfBoundsException, NullPointerException, Throwable, SecurityException, UnsupportedOperationException, List, ArrayList, Deque, Queue, LinkedList, Set, HashSet, SortedSet, TreeSet, Map, HashMap, SortedMap, TreeMap, DetailsAST, CheckstyleException, UnsupportedEncodingException, BuildException, ConversionException, FileNotFoundException, TestException, Log, Sets, Multimap, TokenStreamRecognitionException, RecognitionException, TokenStreamException, IOException, Override, Deprecated, SafeVarargs, SuppressWarnings, FunctionalInterface

  • CyclomaticComplexity switchBlockAsSingleDecisionPoint
  • true

  • switchBlockAsSingleDecisionPoint
  • true

  • JavaNCSS
    NPathComplexity
    ArrayTypeStyle
    AvoidEscapedUnicodeCharacters allowIfAllCharactersEscaped
  • true

  • allowIfAllCharactersEscaped
  • true

  • CommentsIndentation
    DescendantToken
    FinalParameters severity
  • ignore

  • severity
  • ignore

  • Indentation throwsIndent
  • 8

  • caseIndent
  • 4

  • basicOffset
  • 4

  • braceAdjustment
  • 0

  • throwsIndent
  • 8

  • caseIndent
  • 4

  • basicOffset
  • 4

  • braceAdjustment
  • 0

  • OuterTypeFilename
    TodoComment format
  • (TODO)|(FIXME)

  • format
  • (TODO)|(FIXME)

  • TodoComment todo.match
  • Comment text should start with space.

  • format
  • ^([^\s\/*])

  • id
  • commentStartWithSpace

  • todo.match
  • Comment text should start with space.

  • format
  • ^([^\s\/*])

  • id
  • commentStartWithSpace

  • TrailingComment
    UncommentedMain excludedClasses
  • \.(Main|JavadocPropertiesGenerator)$

  • excludedClasses
  • \.(Main|JavadocPropertiesGenerator)$

  • UpperEll
    ClassMemberImpliedModifier severity
  • ignore

  • severity
  • ignore

  • InterfaceMemberImpliedModifier severity
  • ignore

  • severity
  • ignore

  • ModifierOrder
    RedundantModifier
    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 973644 973642 2
    patch 49025 973643 (1 removed) 973641 (1 removed) 2
    1 file with differences 1 change in violations 1 change in violations 0 changes in violations

    Report id com.puppycrawl.tools.checkstyle.checks.metrics.CyclomaticComplexityCheck com.puppycrawl.tools.checkstyle.checks.modifier.ModifierOrderCheck com.puppycrawl.tools.checkstyle.checks.metrics.ClassFanOutComplexityCheck com.puppycrawl.tools.checkstyle.checks.imports.AvoidStarImportCheck com.puppycrawl.tools.checkstyle.checks.UncommentedMainCheck com.puppycrawl.tools.checkstyle.checks.AvoidEscapedUnicodeCharactersCheck com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck com.puppycrawl.tools.checkstyle.checks.imports.RedundantImportCheck com.puppycrawl.tools.checkstyle.checks.metrics.JavaNCSSCheck com.puppycrawl.tools.checkstyle.checks.UpperEllCheck com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck com.puppycrawl.tools.checkstyle.checks.metrics.BooleanExpressionComplexityCheck com.puppycrawl.tools.checkstyle.checks.TrailingCommentCheck commentStartWithSpace com.puppycrawl.tools.checkstyle.checks.modifier.RedundantModifierCheck com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck com.puppycrawl.tools.checkstyle.checks.imports.IllegalImportCheck com.puppycrawl.tools.checkstyle.checks.ArrayTypeStyleCheck com.puppycrawl.tools.checkstyle.checks.OuterTypeFilenameCheck com.puppycrawl.tools.checkstyle.checks.metrics.ClassDataAbstractionCouplingCheck com.puppycrawl.tools.checkstyle.checks.imports.AvoidStaticImportCheck com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck com.puppycrawl.tools.checkstyle.Checker com.puppycrawl.tools.checkstyle.checks.metrics.NPathComplexityCheck
    base 9181 8964 1138 36795 18425 24417 485826 505 5642 473 9967 1885 6678 298 125555 34862 34963 40983 10245 22468 640 2414 11354 73552 2 6412
    patch 9181 8964 1138 36795 18425 24417 485825 (1 removed) 505 5642 473 9967 1885 6678 298 125555 34862 34963 40983 10245 22468 640 2414 11354 73552 2 6412
    changes in violations 0 0 0 0 0 0 1 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: 1
    Number of unique patch messages reported below: 0

    Violations:

    /__w/checkstyle-diff-report-generator/checkstyle-diff-report-generator/contribution/checkstyle-tester/repositories/openjdk21/test/langtools/tools/javac/TextBlockIllegalEscape.java

    Severity Rule Message Line Col
    #A1 warning Indentation 'method call' child has incorrect indentation level 11, expected level should be 12. 12 12