[doc] Update release notes (#4426)
This commit is contained in:
@ -39,6 +39,13 @@ for all.</p>
|
||||
This section lists the most important changes from the last release candidate.
|
||||
The remaining section describes the complete release notes for 7.0.0.
|
||||
|
||||
#### New CPD report format cpdhtml-v2.xslt
|
||||
|
||||
Thanks to @mohan-chinnappan-n a new CPD report format has been added which features a data table.
|
||||
It uses an XSLT stylesheet to convert CPD's XML format into HTML.
|
||||
|
||||
See [the example report]({{ baseurl }}report-examples/cpdhtml-v2.html).
|
||||
|
||||
#### Fixed issues
|
||||
|
||||
* java-codestyle
|
||||
@ -58,6 +65,7 @@ The remaining section describes the complete release notes for 7.0.0.
|
||||
|
||||
#### External Contributions
|
||||
|
||||
* [#4426](https://github.com/pmd/pmd/pull/4426): \[cpd] New XML to HTML XLST report format for PMD CPD - [mohan-chinnappan-n](https://github.com/mohan-chinnappan-n) (@mohan-chinnappan-n)
|
||||
* [#4540](https://github.com/pmd/pmd/pull/4540): \[java] Fix #4457: false negative about OverrideBothEqualsAndHashcode - [AnnaDev](https://github.com/LynnBroe) (@LynnBroe)
|
||||
|
||||
### 🚀 Major Features and Enhancements
|
||||
@ -114,6 +122,13 @@ Contributors: [Lucas Soncini](https://github.com/lsoncini) (@lsoncini),
|
||||
This PMD release ships a new version of the pmd-designer.
|
||||
For the changes, see [PMD Designer Changelog](https://github.com/pmd/pmd-designer/releases/tag/7.0.0-rc1).
|
||||
|
||||
#### New CPD report format cpdhtml-v2.xslt
|
||||
|
||||
Thanks to @mohan-chinnappan-n a new CPD report format has been added which features a data table.
|
||||
It uses an XSLT stylesheet to convert CPD's XML format into HTML.
|
||||
|
||||
See [the example report]({{ baseurl }}report-examples/cpdhtml-v2.html).
|
||||
|
||||
### 🎉 Language Related Changes
|
||||
|
||||
Note that this is just a concise listing of the highlight.
|
||||
@ -554,6 +569,7 @@ Language specific fixes:
|
||||
* [#4402](https://github.com/pmd/pmd/pull/4402): \[javascript] CPD: add support for Typescript using antlr4 grammar - [Paul Guyot](https://github.com/pguyot) (@pguyot)
|
||||
* [#4403](https://github.com/pmd/pmd/pull/4403): \[julia] CPD: Add support for Julia code duplication - [Wener](https://github.com/wener-tiobe) (@wener-tiobe)
|
||||
* [#4412](https://github.com/pmd/pmd/pull/4412): \[doc] Added new error msg to ConstantsInInterface - [David Ljunggren](https://github.com/dague1) (@dague1)
|
||||
* [#4426](https://github.com/pmd/pmd/pull/4426): \[cpd] New XML to HTML XLST report format for PMD CPD - [mohan-chinnappan-n](https://github.com/mohan-chinnappan-n) (@mohan-chinnappan-n)
|
||||
* [#4428](https://github.com/pmd/pmd/pull/4428): \[apex] ApexBadCrypto bug fix for #4427 - inline detection of hard coded values - [Steven Stearns](https://github.com/sfdcsteve) (@sfdcsteve)
|
||||
* [#4444](https://github.com/pmd/pmd/pull/4444): \[java] CommentDefaultAccessModifier - ignore org.junit.jupiter.api.extension.RegisterExtension by default - [Nirvik Patel](https://github.com/nirvikpatel) (@nirvikpatel)
|
||||
* [#4450](https://github.com/pmd/pmd/pull/4450): \[java] Fix #4449 AvoidAccessibilityAlteration: Correctly handle Lambda expressions in PrivilegedAction scenarios - [Seren](https://github.com/mohui1999) (@mohui1999)
|
||||
|
@ -446,6 +446,13 @@ Contributors: [Lucas Soncini](https://github.com/lsoncini) (@lsoncini),
|
||||
This PMD release ships a new version of the pmd-designer.
|
||||
For the changes, see [PMD Designer Changelog](https://github.com/pmd/pmd-designer/releases/tag/7.0.0-rc1).
|
||||
|
||||
#### New CPD report format cpdhtml-v2.xslt
|
||||
|
||||
Thanks to @mohan-chinnappan-n a new CPD report format has been added which features a data table.
|
||||
It uses an XSLT stylesheet to convert CPD's XML format into HTML.
|
||||
|
||||
See [the example report](report-examples/cpdhtml-v2.html).
|
||||
|
||||
## 🎉 Language Related Changes
|
||||
|
||||
### New: Swift support
|
||||
|
Reference in New Issue
Block a user