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

  • BeforeExecutionExclusionFileFilter fileNamePattern
  • module\-info\.java$

  • TreeWalker skipFileOnJavaParseException
  • true

  • javaParseExceptionSeverity
  • ignore

  • PreferJavadocInlineTags

    Summary:

    Report id Files Violations Severity-warning
    base 0 0 0
    patch 39 3 (3 added) 3 (3 added)
    2 files with differences 3 changes in violations 3 changes in violations

    Report id com.puppycrawl.tools.checkstyle.checks.javadoc.PreferJavadocInlineTagsCheck
    base 0
    patch 3 (3 added)
    changes in violations 3

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

    Violations:

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/android-launcher/src/com/android/launcher/LauncherModel.java

    Severity Rule Message Line Col
    #A1 warning PreferJavadocInlineTags Javadoc comment at column 32 has parse error. Details: token recognition error at: ',' while parsing cellX 1300
    #A2 warning PreferJavadocInlineTags Javadoc comment at column 64 has parse error. Details: token recognition error at: ',' while parsing cellX 1314

    /home/runner/work/checkstyle/checkstyle/.ci-temp/contribution/checkstyle-tester/repositories/android-launcher/src/com/android/launcher/Workspace.java

    Severity Rule Message Line Col
    #A3 warning PreferJavadocInlineTags Prefer Javadoc inline tag '{@code ...}' over '<code>'. 1060 16