Part of #1139 * current page: https://pmd.github.io/latest/pmd_userdocs_extending_writing_rules_intro.html and the others in this section * How to report violations * variable interpolation in violation messages * the placeholder format `{0}` ... * and the PMD specific format `${variableName}` - this refers to extra parameters in the rule violation or to rule properties * PMD's special XPath functions (matches, typeIs, typeIsExactly, getCommentOn, metric (that is actually documented))
Part of #1139
and the others in this section
{0}...${variableName}- this refers to extra parameters in the rule violation or to rule properties(matches, typeIs, typeIsExactly, getCommentOn, metric (that is actually documented))