30-July-2022 - 6.48.0-SNAPSHOT
The PMD team is pleased to announce PMD 6.48.0-SNAPSHOT.
This is a minor release.
New and noteworthy
Gherkin support
Thanks to the contribution from Anne Brouwers PMD now has CPD support for the Gherkin language. It is used to defined test cases for the Cucumber testing tool for behavior-driven development.
Being based on a proper Antlr grammar, CPD can:
- ignore comments
- honor comment-based suppressions
Fixed Issues
API Changes
External Contributions
- #4017: Add Gherkin support to CPD - @ASBrouwers