Fixed PMD docs location
This commit is contained in:
parent
93b466a338
commit
18c2f6ec9b
1 changed files with 3 additions and 1 deletions
|
@ -366,7 +366,9 @@ public class PmdOperation extends AbstractOperation<PmdOperation> {
|
||||||
LOGGER.log(Level.WARNING, "[{0}] {1}:{2}:\n\t{3} ({4})\n\t\t--> {5}",
|
LOGGER.log(Level.WARNING, "[{0}] {1}:{2}:\n\t{3} ({4})\n\t\t--> {5}",
|
||||||
new Object[]{commandName, Paths.get(v.getFilename()).toUri(), v.getBeginLine(),
|
new Object[]{commandName, Paths.get(v.getFilename()).toUri(), v.getBeginLine(),
|
||||||
v.getRule().getName(),
|
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-rc1"),
|
||||||
v.getDescription()});
|
v.getDescription()});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue