diff --git a/docs/pages/release_notes.md b/docs/pages/release_notes.md index 66f959c4db..e310f917b0 100644 --- a/docs/pages/release_notes.md +++ b/docs/pages/release_notes.md @@ -39,6 +39,7 @@ about the usage and features of the rule designer. ### Fixed Issues * all + * [#1465](https://github.com/pmd/pmd/issues/1465): \[core] Stylesheet pmd-report.xslt fails to display filepath if 'java' in path * [#1983](https://github.com/pmd/pmd/pull/1983): \[core] Avoid crashes with analysis cache when classpath references non-existing directories * [#1990](https://github.com/pmd/pmd/pull/1990): \[core] Incremental analysis mixes XPath rule violations * java-bestpractices @@ -70,6 +71,7 @@ about the usage and features of the rule designer. * [#1970](https://github.com/pmd/pmd/pull/1970): \[java] DoubleBraceInitialization: Fix example - [Tobias Weimer](https://github.com/tweimer) * [#1971](https://github.com/pmd/pmd/pull/1971): \[java] 1862 - Message Digest should not be used as class field - [AnthonyKot](https://github.com/AnthonyKot) +* [#1994](https://github.com/pmd/pmd/pull/1994): \[core] Resolve pmd-report failure when java folder in filepath - [Amish Shah](https://github.com/shahamish150294) {% endtocmaker %} diff --git a/pmd-core/etc/xslt/pmd-report.xslt b/pmd-core/etc/xslt/pmd-report.xslt index 8a37c85d3b..b6359646dc 100644 --- a/pmd-core/etc/xslt/pmd-report.xslt +++ b/pmd-core/etc/xslt/pmd-report.xslt @@ -50,7 +50,7 @@ -

+

Begin Line