Fixed invalid PMD docuemntation URL
This commit is contained in:
parent
8d0e0aa294
commit
66c462a207
3 changed files with 7 additions and 3 deletions
|
@ -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()});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue