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 tabWidth
  • 4

  • tabWidth
  • 4

  • AtclauseOrder
    JavadocParagraph
    JavadocTagContinuationIndentation
    NonEmptyAtclauseDescription
    SingleLineJavadoc
    SummaryJavadoc

    Summary:

    Report id Files Violations Severity-warning
    base 326 191 191
    patch 326 176 176
    difference 6 17 17

    Number of unique base messages reported below: 16
    Number of unique patch messages reported below: 1

    Violations:

    /home/cortana/Desktop/checkstyle/contribution/checkstyle-tester/repositories/sevntu-checkstyle/sevntu-checks/src/main/java/com/github/sevntu/checkstyle/checks/annotation/RequiredParameterForAnnotationCheck.java

    Severity Rule Message Line Col
    # warning JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 35
    # warning JavadocParagraph <p> tag should be preceded with an empty line. 35
    # warning JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 42
    # warning JavadocParagraph <p> tag should be preceded with an empty line. 42
    # warning JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 70
    # warning JavadocParagraph <p> tag should be preceded with an empty line. 70

    /home/cortana/Desktop/checkstyle/contribution/checkstyle-tester/repositories/sevntu-checkstyle/sevntu-checks/src/main/java/com/github/sevntu/checkstyle/checks/coding/ConfusingConditionCheck.java

    Severity Rule Message Line Col
    # warning JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 32
    # warning JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 46
    # warning JavadocParagraph <p> tag should be preceded with an empty line. 46

    /home/cortana/Desktop/checkstyle/contribution/checkstyle-tester/repositories/sevntu-checkstyle/sevntu-checks/src/main/java/com/github/sevntu/checkstyle/checks/coding/ForbidInstantiationCheck.java

    Severity Rule Message Line Col
    # warning JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 35
    # warning JavadocParagraph <p> tag should be preceded with an empty line. 35

    /home/cortana/Desktop/checkstyle/contribution/checkstyle-tester/repositories/sevntu-checkstyle/sevntu-checks/src/main/java/com/github/sevntu/checkstyle/checks/design/CauseParameterInExceptionCheck.java

    Severity Rule Message Line Col
    # warning JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 35
    # warning JavadocParagraph <p> tag should be preceded with an empty line. 35

    /home/cortana/Desktop/checkstyle/contribution/checkstyle-tester/repositories/sevntu-checkstyle/sevntu-checks/src/main/java/com/github/sevntu/checkstyle/checks/design/ChildBlockLengthCheck.java

    Severity Rule Message Line Col
    # warning JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 34
    # warning JavadocParagraph <p> tag should be preceded with an empty line. 34

    /home/cortana/Desktop/checkstyle/contribution/checkstyle-tester/repositories/sevntu-checkstyle/sevntu-checks/src/test/resources/com/github/sevntu/checkstyle/checks/coding/InputReturnCountExtendedCheckMethodsInMethods.java

    Severity Rule Message Line Col
    # warning JavadocTagContinuationIndentation Javadoc comment at column 69 has parse error. It is forbidden to close singleton HTML tags. Tag: br. 7
    # warning AtclauseOrder Javadoc comment at column 69 has parse error. It is forbidden to close singleton HTML tags. Tag: br. 7