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 2686 6253 6253
    patch 2686 6279 (15 removed, 41 added) 6279 (15 removed, 41 added)
    9 files with differences 56 changes in violations 56 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 512 1191 533 13 68 1180 1191 1565
    patch 511 (1 removed) 1196 (3 removed, 8 added) 535 (2 removed, 4 added) 13 68 1190 (2 removed, 12 added) 1196 (3 removed, 8 added) 1570 (4 removed, 9 added)
    changes in violations 1 11 6 0 0 14 11 13

    Number of unique base messages reported below: 15
    Number of unique patch messages reported below: 41

    Violations:

    /home/runner/work/checkstyle/checkstyle/.ci-temp/repositories/spotbugs/spotbugs/src/gui/edu/umd/cs/findbugs/gui2/BugSet.java

    Severity Rule Message Line Col
    #A1 warning JavadocMethodCheck#example7 Expected @throws tag for 'AssertionError'. 305 35

    /home/runner/work/checkstyle/checkstyle/.ci-temp/repositories/spotbugs/spotbugs/src/gui/edu/umd/cs/findbugs/gui2/FBFrame.java

    Severity Rule Message Line Col
    #A2 warning JavadocMethodCheck#example1 Expected @param tag for 'comps'. 50 50
    #A3 warning JavadocMethodCheck#example4 Expected @param tag for 'comps'. 50 50
    #A4 warning JavadocMethodCheck#example7 Expected @param tag for 'comps'. 50 50
    #A5 warning JavadocMethodCheck#example8 Expected @param tag for 'comps'. 50 50
    #A6 warning JavadocMethodCheck#example1 Expected @param tag for 'size'. 50 63
    #A7 warning JavadocMethodCheck#example4 Expected @param tag for 'size'. 50 63
    #A8 warning JavadocMethodCheck#example7 Expected @param tag for 'size'. 50 63
    #A9 warning JavadocMethodCheck#example8 Expected @param tag for 'size'. 50 63

    /home/runner/work/checkstyle/checkstyle/.ci-temp/repositories/spotbugs/spotbugs/src/main/java/edu/umd/cs/findbugs/BugInstance.java

    Severity Rule Message Line Col
    #A10 warning JavadocMethodCheck#example1 @return tag should be present and have description. 807
    #A11 warning JavadocMethodCheck#example2 @return tag should be present and have description. 807
    #A12 warning JavadocMethodCheck#example5 @return tag should be present and have description. 807
    #A13 warning JavadocMethodCheck#example7 @return tag should be present and have description. 807
    #A14 warning JavadocMethodCheck#example8 @return tag should be present and have description. 807

    /home/runner/work/checkstyle/checkstyle/.ci-temp/repositories/spotbugs/spotbugs/src/main/java/edu/umd/cs/findbugs/Project.java

    Severity Rule Message Line Col
    #A15 warning JavadocMethodCheck#example5 @return tag should be present and have description. 766

    /home/runner/work/checkstyle/checkstyle/.ci-temp/repositories/spotbugs/spotbugs/src/main/java/edu/umd/cs/findbugs/ba/BasicAbstractDataflowAnalysis.java

    Severity Rule Message Line Col
    #A16 warning JavadocMethodCheck#example5 @return tag should be present and have description. 68
    #A17 warning JavadocMethodCheck#example5 Expected @param tag for 'block'. 69 51
    #A18 warning JavadocMethodCheck#example5 @return tag should be present and have description. 73
    #A19 warning JavadocMethodCheck#example5 Expected @param tag for 'block'. 74 52

    /home/runner/work/checkstyle/checkstyle/.ci-temp/repositories/spotbugs/spotbugs/src/main/java/edu/umd/cs/findbugs/ba/vna/ValueNumberAnalysis.java

    Severity Rule Message Line Col
    #A20 warning JavadocMethodCheck#example7 Expected @throws tag for 'UnsupportedOperationException'. 408 23

    /home/runner/work/checkstyle/checkstyle/.ci-temp/repositories/spotbugs/spotbugsTestCases/src/java/bugIdeas/Ideas_2009_03_13.java

    Severity Rule Message Line Col
    #A21 warning JavadocMethodCheck#example1 @return tag should be present and have description. 38
    #A22 warning JavadocMethodCheck#example5 @return tag should be present and have description. 38
    #A23 warning JavadocMethodCheck#example7 @return tag should be present and have description. 38
    #A24 warning JavadocMethodCheck#example8 @return tag should be present and have description. 38
    #A25 warning JavadocMethodCheck#example1 Expected @param tag for 'x'. 40 25
    #A26 warning JavadocMethodCheck#example4 Expected @param tag for 'x'. 40 25
    #A27 warning JavadocMethodCheck#example5 Expected @param tag for 'x'. 40 25
    #A28 warning JavadocMethodCheck#example7 Expected @param tag for 'x'. 40 25
    #A29 warning JavadocMethodCheck#example8 Expected @param tag for 'x'. 40 25
    #A30 warning JavadocMethodCheck#example1 @return tag should be present and have description. 44
    #A31 warning JavadocMethodCheck#example5 @return tag should be present and have description. 44
    #A32 warning JavadocMethodCheck#example7 @return tag should be present and have description. 44
    #A33 warning JavadocMethodCheck#example8 @return tag should be present and have description. 44
    #A34 warning JavadocMethodCheck#example1 Expected @param tag for 'x'. 47 30
    #A35 warning JavadocMethodCheck#example4 Expected @param tag for 'x'. 47 30
    #A36 warning JavadocMethodCheck#example5 Expected @param tag for 'x'. 47 30
    #A37 warning JavadocMethodCheck#example7 Expected @param tag for 'x'. 47 30
    #A38 warning JavadocMethodCheck#example8 Expected @param tag for 'x'. 47 30

    /home/runner/work/checkstyle/checkstyle/.ci-temp/repositories/spotbugs/spotbugsTestCases/src/java/sfBugs/Bug1645869.java

    Severity Rule Message Line Col
    #A39 warning JavadocMethodCheck#example1 @return tag should be present and have description. 17
    #A40 warning JavadocMethodCheck#example5 @return tag should be present and have description. 17
    #A41 warning JavadocMethodCheck#example7 @return tag should be present and have description. 17
    #A42 warning JavadocMethodCheck#example8 @return tag should be present and have description. 17

    /home/runner/work/checkstyle/checkstyle/.ci-temp/repositories/spotbugs/spotbugsTestCases/src/java/sfBugs/Bug2930744.java

    Severity Rule Message Line Col
    #A43 warning JavadocMethodCheck#example1 @return tag should be present and have description. 14
    #A44 warning JavadocMethodCheck#example5 @return tag should be present and have description. 14
    #A45 warning JavadocMethodCheck#example7 @return tag should be present and have description. 14
    #A46 warning JavadocMethodCheck#example8 @return tag should be present and have description. 14
    #A47 warning JavadocMethodCheck#example1 Expected @param tag for 'x'. 14 22
    #A48 warning JavadocMethodCheck#example4 Expected @param tag for 'x'. 14 22
    #A49 warning JavadocMethodCheck#example5 Expected @param tag for 'x'. 14 22
    #A50 warning JavadocMethodCheck#example7 Expected @param tag for 'x'. 14 22
    #A51 warning JavadocMethodCheck#example8 Expected @param tag for 'x'. 14 22
    #A52 warning JavadocMethodCheck#example1 Expected @param tag for 'y'. 14 29
    #A53 warning JavadocMethodCheck#example4 Expected @param tag for 'y'. 14 29
    #A54 warning JavadocMethodCheck#example5 Expected @param tag for 'y'. 14 29
    #A55 warning JavadocMethodCheck#example7 Expected @param tag for 'y'. 14 29
    #A56 warning JavadocMethodCheck#example8 Expected @param tag for 'y'. 14 29