PMD Report for {{project_name}}

Summary

{{branch | capitalize}}
Violations {{report.violation_counts}}
Errors {{report.error_counts}}
ConfigErrors {{report.configerror_counts}}
Execution time {{report.execution_time}}
Timestamp {{report.timestamp}}
Full Report {{branch}}_pmd_report.xml

Summary by rule

{% assign sorted_rules = report.rules | sort: 'name' %} {% for rule in sorted_rules %} {% endfor %}
Rule {{branch | capitalize}}
{{ rule.name }} [doc] {{ rule.count }}

Violations

Location (click row to expand) Rule Message Type

Errors

{% for error in report.errors %} {% endfor %}
File Description (click to expand)
{{error.short_filename}} {{error.short_message | escape | replace: error.filename, "$FILE" }}
{{ error.stack_trace_html }}
                                

ConfigErrors

{% for configerror in report.configerrors %} {% endfor %}
Rule Message
{{configerror.rule}} {{configerror.message}}