PMD Regression Tester Report

github.com/pmd/pmd-regression-tester

Branch details

Base Patch
Branch info {{base.name}} {{ base.tip.sha | truncate: 8, "" }}: {{ base.tip.message }} {{patch.name}} {{ patch.tip.sha | truncate: 8, "" }}: {{ patch.tip.message }} {% if patch.pr_number %} PR #{{patch.pr_number}} {% endif %} [Compare]
Timestamp {{base.timestamp}} {{patch.timestamp}}
Total PMD runtime {{base.execution_time}} {{patch.execution_time}}
JDK {{base.jdk_info | escape }} {{patch.jdk_info | escape }}
Locale {{base.locale | escape }} {{patch.locale | escape }}
Configuration Base config Patch config

Projects

{% assign sorted_projects = projects | sort: 'name' %} {% for project in sorted_projects %} {% endfor %}
Project Tag Violation diff Error diff ConfigError diff
{{ project.name }} {{ project.tag }} {% include 'diff_pill_row' h: project.violation_counts %} {% include 'diff_pill_row' h: project.error_counts %} {% include 'diff_pill_row' h: project.configerror_counts %}