Fixed invalid PMD docuemntation URL

This commit is contained in:
Erik C. Thauvin 2023-10-27 01:48:08 -07:00
parent 8d0e0aa294
commit 66c462a207
3 changed files with 7 additions and 3 deletions

View file

@ -385,7 +385,9 @@ public class PmdOperation extends AbstractOperation<PmdOperation> {
v.getFileId().getAbsolutePath(),
v.getBeginLine(),
v.getRule().getName(),
v.getRule().getExternalInfoUrl(),
v.getRule().getExternalInfoUrl() //TODO bug in PMD?
.replace("${pmd.website.baseurl}",
"https://docs.pmd-code.org/pmd-doc-7.0.0-rc4"),
v.getDescription()});
}
}