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 skipFileOnJavaParseException
  • true

  • javaParseExceptionSeverity
  • ignore

  • skipFileOnJavaParseException
  • true

  • javaParseExceptionSeverity
  • ignore

  • JavadocMethod id
  • example1

  • id
  • example1

  • JavadocMethod id
  • example2

  • accessModifiers
  • public

  • allowMissingParamTags
  • true

  • id
  • example2

  • accessModifiers
  • public

  • allowMissingParamTags
  • true

  • JavadocMethod id
  • example3

  • accessModifiers
  • private, package

  • id
  • example3

  • accessModifiers
  • private, package

  • JavadocMethod id
  • example4

  • allowMissingReturnTag
  • true

  • id
  • example4

  • allowMissingReturnTag
  • true

  • JavadocMethod id
  • example5

  • allowedAnnotations
  • Deprecated

  • id
  • example5

  • allowedAnnotations
  • Deprecated

  • JavadocMethod tokens
  • CTOR_DEF

  • id
  • example6

  • tokens
  • CTOR_DEF

  • id
  • example6

  • JavadocMethod validateThrows
  • true

  • id
  • example7

  • validateThrows
  • true

  • id
  • example7

  • JavadocMethod id
  • example8

  • allowInlineReturn
  • true

  • id
  • example8

  • allowInlineReturn
  • true

  • SuppressionXpathSingleFilter message
  • Javadoc comment at column \d+ has parse error

  • message
  • Javadoc comment at column \d+ has parse error

  • Summary:

    Report id Files Violations Severity-warning
    base 13402 17057 17057
    patch 13402 17140 (83 added) 17140 (83 added)
    5 files with differences 83 changes in violations 83 changes in violations

    Report id com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck#example2 com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck#example1 com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck#example4 com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck#example3 com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck#example6 com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck#example5 com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck#example8 com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck#example7
    base 1272 3310 1808 275 93 3455 3310 3534
    patch 1285 (13 added) 3327 (17 added) 1810 (2 added) 275 93 3472 (17 added) 3327 (17 added) 3551 (17 added)
    changes in violations 13 17 2 0 0 17 17 17

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

    Violations:

    /home/runner/work/checkstyle/checkstyle/.ci-temp/repositories/camunda/clients/java/src/main/java/io/camunda/client/api/search/response/ClusterVariable.java

    Severity Rule Message Line Col
    #A1 warning JavadocMethodCheck#example1 @return tag should be present and have description. 23
    #A2 warning JavadocMethodCheck#example2 @return tag should be present and have description. 23
    #A3 warning JavadocMethodCheck#example5 @return tag should be present and have description. 23
    #A4 warning JavadocMethodCheck#example7 @return tag should be present and have description. 23
    #A5 warning JavadocMethodCheck#example8 @return tag should be present and have description. 23
    #A6 warning JavadocMethodCheck#example1 @return tag should be present and have description. 26
    #A7 warning JavadocMethodCheck#example2 @return tag should be present and have description. 26
    #A8 warning JavadocMethodCheck#example5 @return tag should be present and have description. 26
    #A9 warning JavadocMethodCheck#example7 @return tag should be present and have description. 26
    #A10 warning JavadocMethodCheck#example8 @return tag should be present and have description. 26
    #A11 warning JavadocMethodCheck#example1 @return tag should be present and have description. 29
    #A12 warning JavadocMethodCheck#example2 @return tag should be present and have description. 29
    #A13 warning JavadocMethodCheck#example5 @return tag should be present and have description. 29
    #A14 warning JavadocMethodCheck#example7 @return tag should be present and have description. 29
    #A15 warning JavadocMethodCheck#example8 @return tag should be present and have description. 29
    #A16 warning JavadocMethodCheck#example1 @return tag should be present and have description. 32
    #A17 warning JavadocMethodCheck#example2 @return tag should be present and have description. 32
    #A18 warning JavadocMethodCheck#example5 @return tag should be present and have description. 32
    #A19 warning JavadocMethodCheck#example7 @return tag should be present and have description. 32
    #A20 warning JavadocMethodCheck#example8 @return tag should be present and have description. 32

    /home/runner/work/checkstyle/checkstyle/.ci-temp/repositories/camunda/clients/java/src/main/java/io/camunda/client/api/search/response/Variable.java

    Severity Rule Message Line Col
    #A21 warning JavadocMethodCheck#example1 @return tag should be present and have description. 20
    #A22 warning JavadocMethodCheck#example2 @return tag should be present and have description. 20
    #A23 warning JavadocMethodCheck#example5 @return tag should be present and have description. 20
    #A24 warning JavadocMethodCheck#example7 @return tag should be present and have description. 20
    #A25 warning JavadocMethodCheck#example8 @return tag should be present and have description. 20
    #A26 warning JavadocMethodCheck#example1 @return tag should be present and have description. 23
    #A27 warning JavadocMethodCheck#example2 @return tag should be present and have description. 23
    #A28 warning JavadocMethodCheck#example5 @return tag should be present and have description. 23
    #A29 warning JavadocMethodCheck#example7 @return tag should be present and have description. 23
    #A30 warning JavadocMethodCheck#example8 @return tag should be present and have description. 23
    #A31 warning JavadocMethodCheck#example1 @return tag should be present and have description. 26
    #A32 warning JavadocMethodCheck#example2 @return tag should be present and have description. 26
    #A33 warning JavadocMethodCheck#example5 @return tag should be present and have description. 26
    #A34 warning JavadocMethodCheck#example7 @return tag should be present and have description. 26
    #A35 warning JavadocMethodCheck#example8 @return tag should be present and have description. 26
    #A36 warning JavadocMethodCheck#example1 @return tag should be present and have description. 29
    #A37 warning JavadocMethodCheck#example2 @return tag should be present and have description. 29
    #A38 warning JavadocMethodCheck#example5 @return tag should be present and have description. 29
    #A39 warning JavadocMethodCheck#example7 @return tag should be present and have description. 29
    #A40 warning JavadocMethodCheck#example8 @return tag should be present and have description. 29
    #A41 warning JavadocMethodCheck#example1 @return tag should be present and have description. 32
    #A42 warning JavadocMethodCheck#example2 @return tag should be present and have description. 32
    #A43 warning JavadocMethodCheck#example5 @return tag should be present and have description. 32
    #A44 warning JavadocMethodCheck#example7 @return tag should be present and have description. 32
    #A45 warning JavadocMethodCheck#example8 @return tag should be present and have description. 32
    #A46 warning JavadocMethodCheck#example1 @return tag should be present and have description. 46
    #A47 warning JavadocMethodCheck#example2 @return tag should be present and have description. 46
    #A48 warning JavadocMethodCheck#example5 @return tag should be present and have description. 46
    #A49 warning JavadocMethodCheck#example7 @return tag should be present and have description. 46
    #A50 warning JavadocMethodCheck#example8 @return tag should be present and have description. 46
    #A51 warning JavadocMethodCheck#example1 @return tag should be present and have description. 49
    #A52 warning JavadocMethodCheck#example2 @return tag should be present and have description. 49
    #A53 warning JavadocMethodCheck#example5 @return tag should be present and have description. 49
    #A54 warning JavadocMethodCheck#example7 @return tag should be present and have description. 49
    #A55 warning JavadocMethodCheck#example8 @return tag should be present and have description. 49

    /home/runner/work/checkstyle/checkstyle/.ci-temp/repositories/camunda/optimize/backend/src/main/java/io/camunda/optimize/OptimizeTomcatConfig.java

    Severity Rule Message Line Col
    #A56 warning JavadocMethodCheck#example1 @return tag should be present and have description. 116
    #A57 warning JavadocMethodCheck#example5 @return tag should be present and have description. 116
    #A58 warning JavadocMethodCheck#example7 @return tag should be present and have description. 116
    #A59 warning JavadocMethodCheck#example8 @return tag should be present and have description. 116

    /home/runner/work/checkstyle/checkstyle/.ci-temp/repositories/camunda/optimize/backend/src/main/java/io/camunda/optimize/rest/security/cloud/CCSaaSSecurityConfigurerAdapter.java

    Severity Rule Message Line Col
    #A60 warning JavadocMethodCheck#example1 @return tag should be present and have description. 120
    #A61 warning JavadocMethodCheck#example5 @return tag should be present and have description. 120
    #A62 warning JavadocMethodCheck#example7 @return tag should be present and have description. 120
    #A63 warning JavadocMethodCheck#example8 @return tag should be present and have description. 120

    /home/runner/work/checkstyle/checkstyle/.ci-temp/repositories/camunda/zeebe/backup/src/main/java/io/camunda/zeebe/backup/schedule/Schedule.java

    Severity Rule Message Line Col
    #A64 warning JavadocMethodCheck#example1 @return tag should be present and have description. 31
    #A65 warning JavadocMethodCheck#example2 @return tag should be present and have description. 31
    #A66 warning JavadocMethodCheck#example5 @return tag should be present and have description. 31
    #A67 warning JavadocMethodCheck#example7 @return tag should be present and have description. 31
    #A68 warning JavadocMethodCheck#example8 @return tag should be present and have description. 31
    #A69 warning JavadocMethodCheck#example1 Expected @param tag for 'from'. 31 43
    #A70 warning JavadocMethodCheck#example4 Expected @param tag for 'from'. 31 43
    #A71 warning JavadocMethodCheck#example5 Expected @param tag for 'from'. 31 43
    #A72 warning JavadocMethodCheck#example7 Expected @param tag for 'from'. 31 43
    #A73 warning JavadocMethodCheck#example8 Expected @param tag for 'from'. 31 43
    #A74 warning JavadocMethodCheck#example1 @return tag should be present and have description. 44
    #A75 warning JavadocMethodCheck#example2 @return tag should be present and have description. 44
    #A76 warning JavadocMethodCheck#example5 @return tag should be present and have description. 44
    #A77 warning JavadocMethodCheck#example7 @return tag should be present and have description. 44
    #A78 warning JavadocMethodCheck#example8 @return tag should be present and have description. 44
    #A79 warning JavadocMethodCheck#example1 Expected @param tag for 'from'. 44 47
    #A80 warning JavadocMethodCheck#example4 Expected @param tag for 'from'. 44 47
    #A81 warning JavadocMethodCheck#example5 Expected @param tag for 'from'. 44 47
    #A82 warning JavadocMethodCheck#example7 Expected @param tag for 'from'. 44 47
    #A83 warning JavadocMethodCheck#example8 Expected @param tag for 'from'. 44 47