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 50776 302473 302473
    patch 50776 302394 (79 removed) 302394 (79 removed)
    10 files with differences 79 changes in violations 79 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 12093 56973 36868 7855 2885 59488 55529 70782
    patch 12093 56957 (16 removed) 36858 (10 removed) 7855 2883 (2 removed) 59470 (18 removed) 55513 (16 removed) 70765 (17 removed)
    changes in violations 0 16 10 0 2 18 16 17

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

    Violations:

    /home/runner/work/checkstyle/checkstyle/.ci-temp/repositories/openjdk25/test/jdk/java/util/concurrent/tck/JSR166TestCase.java

    Severity Rule Message Line Col
    #A1 warning JavadocMethodCheck#example7 Expected @throws tag for 'Throwable'. 1110 49

    /home/runner/work/checkstyle/checkstyle/.ci-temp/repositories/openjdk25/test/langtools/jdk/javadoc/lib/javadoc/tester/JavadocTester.java

    Severity Rule Message Line Col
    #A2 warning JavadocMethodCheck#example5 Expected @param tag for 'dir'. 219 48

    /home/runner/work/checkstyle/checkstyle/.ci-temp/repositories/openjdk25/test/langtools/tools/doclint/EmptyDescriptionTest.java

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

    /home/runner/work/checkstyle/checkstyle/.ci-temp/repositories/openjdk25/test/langtools/tools/doclint/ReferenceTest.java

    Severity Rule Message Line Col
    #A4 warning JavadocMethodCheck#example1 Unused @param tag for 'x'. 21 8
    #A5 warning JavadocMethodCheck#example4 Unused @param tag for 'x'. 21 8
    #A6 warning JavadocMethodCheck#example5 Unused @param tag for 'x'. 21 8
    #A7 warning JavadocMethodCheck#example6 Unused @param tag for 'x'. 21 8
    #A8 warning JavadocMethodCheck#example7 Unused @param tag for 'x'. 21 8
    #A9 warning JavadocMethodCheck#example8 Unused @param tag for 'x'. 21 8
    #A10 warning JavadocMethodCheck#example1 Unused @param tag for '<X>'. 33 8
    #A11 warning JavadocMethodCheck#example4 Unused @param tag for '<X>'. 33 8
    #A12 warning JavadocMethodCheck#example5 Unused @param tag for '<X>'. 33 8
    #A13 warning JavadocMethodCheck#example6 Unused @param tag for '<X>'. 33 8
    #A14 warning JavadocMethodCheck#example7 Unused @param tag for '<X>'. 33 8
    #A15 warning JavadocMethodCheck#example8 Unused @param tag for '<X>'. 33 8

    /home/runner/work/checkstyle/checkstyle/.ci-temp/repositories/openjdk25/test/langtools/tools/javac/annotations/typeAnnotations/classfile/T8010015.java

    Severity Rule Message Line Col
    #A16 warning JavadocMethodCheck#example1 @return tag should be present and have description. 61
    #A17 warning JavadocMethodCheck#example5 @return tag should be present and have description. 61
    #A18 warning JavadocMethodCheck#example7 @return tag should be present and have description. 61
    #A19 warning JavadocMethodCheck#example8 @return tag should be present and have description. 61
    #A20 warning JavadocMethodCheck#example1 Expected @param tag for 'n'. 61 37
    #A21 warning JavadocMethodCheck#example4 Expected @param tag for 'n'. 61 37
    #A22 warning JavadocMethodCheck#example5 Expected @param tag for 'n'. 61 37
    #A23 warning JavadocMethodCheck#example7 Expected @param tag for 'n'. 61 37
    #A24 warning JavadocMethodCheck#example8 Expected @param tag for 'n'. 61 37

    /home/runner/work/checkstyle/checkstyle/.ci-temp/repositories/openjdk25/test/langtools/tools/javac/lambda/methodReferenceExecution/MethodReferenceTestInnerDefault.java

    Severity Rule Message Line Col
    #A25 warning JavadocMethodCheck#example1 @return tag should be present and have description. 39
    #A26 warning JavadocMethodCheck#example5 @return tag should be present and have description. 39
    #A27 warning JavadocMethodCheck#example7 @return tag should be present and have description. 39
    #A28 warning JavadocMethodCheck#example8 @return tag should be present and have description. 39
    #A29 warning JavadocMethodCheck#example1 Expected @param tag for 'a'. 39 34
    #A30 warning JavadocMethodCheck#example4 Expected @param tag for 'a'. 39 34
    #A31 warning JavadocMethodCheck#example5 Expected @param tag for 'a'. 39 34
    #A32 warning JavadocMethodCheck#example7 Expected @param tag for 'a'. 39 34
    #A33 warning JavadocMethodCheck#example8 Expected @param tag for 'a'. 39 34

    /home/runner/work/checkstyle/checkstyle/.ci-temp/repositories/openjdk25/test/langtools/tools/javac/lambda/methodReferenceExecution/MethodReferenceTestSuper.java

    Severity Rule Message Line Col
    #A34 warning JavadocMethodCheck#example1 @return tag should be present and have description. 39
    #A35 warning JavadocMethodCheck#example5 @return tag should be present and have description. 39
    #A36 warning JavadocMethodCheck#example7 @return tag should be present and have description. 39
    #A37 warning JavadocMethodCheck#example8 @return tag should be present and have description. 39
    #A38 warning JavadocMethodCheck#example1 Expected @param tag for 'a'. 39 34
    #A39 warning JavadocMethodCheck#example4 Expected @param tag for 'a'. 39 34
    #A40 warning JavadocMethodCheck#example5 Expected @param tag for 'a'. 39 34
    #A41 warning JavadocMethodCheck#example7 Expected @param tag for 'a'. 39 34
    #A42 warning JavadocMethodCheck#example8 Expected @param tag for 'a'. 39 34

    /home/runner/work/checkstyle/checkstyle/.ci-temp/repositories/openjdk25/test/langtools/tools/javac/lambda/methodReferenceExecution/MethodReferenceTestSuperDefault.java

    Severity Rule Message Line Col
    #A43 warning JavadocMethodCheck#example1 @return tag should be present and have description. 39
    #A44 warning JavadocMethodCheck#example5 @return tag should be present and have description. 39
    #A45 warning JavadocMethodCheck#example7 @return tag should be present and have description. 39
    #A46 warning JavadocMethodCheck#example8 @return tag should be present and have description. 39
    #A47 warning JavadocMethodCheck#example1 Expected @param tag for 'a'. 39 35
    #A48 warning JavadocMethodCheck#example4 Expected @param tag for 'a'. 39 35
    #A49 warning JavadocMethodCheck#example5 Expected @param tag for 'a'. 39 35
    #A50 warning JavadocMethodCheck#example7 Expected @param tag for 'a'. 39 35
    #A51 warning JavadocMethodCheck#example8 Expected @param tag for 'a'. 39 35

    /home/runner/work/checkstyle/checkstyle/.ci-temp/repositories/openjdk25/test/langtools/tools/javac/lambda/methodReferenceExecution/MethodReferenceTestVarArgsExt.java

    Severity Rule Message Line Col
    #A52 warning JavadocMethodCheck#example1 @return tag should be present and have description. 40
    #A53 warning JavadocMethodCheck#example5 @return tag should be present and have description. 40
    #A54 warning JavadocMethodCheck#example7 @return tag should be present and have description. 40
    #A55 warning JavadocMethodCheck#example8 @return tag should be present and have description. 40
    #A56 warning JavadocMethodCheck#example1 Expected @param tag for 'a'. 40 35
    #A57 warning JavadocMethodCheck#example4 Expected @param tag for 'a'. 40 35
    #A58 warning JavadocMethodCheck#example5 Expected @param tag for 'a'. 40 35
    #A59 warning JavadocMethodCheck#example7 Expected @param tag for 'a'. 40 35
    #A60 warning JavadocMethodCheck#example8 Expected @param tag for 'a'. 40 35
    #A61 warning JavadocMethodCheck#example1 Expected @param tag for 'b'. 40 46
    #A62 warning JavadocMethodCheck#example4 Expected @param tag for 'b'. 40 46
    #A63 warning JavadocMethodCheck#example5 Expected @param tag for 'b'. 40 46
    #A64 warning JavadocMethodCheck#example7 Expected @param tag for 'b'. 40 46
    #A65 warning JavadocMethodCheck#example8 Expected @param tag for 'b'. 40 46

    /home/runner/work/checkstyle/checkstyle/.ci-temp/repositories/openjdk25/test/langtools/tools/javac/lambda/methodReferenceExecution/MethodReferenceTestVarArgsThis.java

    Severity Rule Message Line Col
    #A66 warning JavadocMethodCheck#example1 @return tag should be present and have description. 40
    #A67 warning JavadocMethodCheck#example5 @return tag should be present and have description. 40
    #A68 warning JavadocMethodCheck#example7 @return tag should be present and have description. 40
    #A69 warning JavadocMethodCheck#example8 @return tag should be present and have description. 40
    #A70 warning JavadocMethodCheck#example1 Expected @param tag for 'a'. 40 35
    #A71 warning JavadocMethodCheck#example4 Expected @param tag for 'a'. 40 35
    #A72 warning JavadocMethodCheck#example5 Expected @param tag for 'a'. 40 35
    #A73 warning JavadocMethodCheck#example7 Expected @param tag for 'a'. 40 35
    #A74 warning JavadocMethodCheck#example8 Expected @param tag for 'a'. 40 35
    #A75 warning JavadocMethodCheck#example1 Expected @param tag for 'b'. 40 46
    #A76 warning JavadocMethodCheck#example4 Expected @param tag for 'b'. 40 46
    #A77 warning JavadocMethodCheck#example5 Expected @param tag for 'b'. 40 46
    #A78 warning JavadocMethodCheck#example7 Expected @param tag for 'b'. 40 46
    #A79 warning JavadocMethodCheck#example8 Expected @param tag for 'b'. 40 46