Table of Contents
30-August-2024 - 7.5.0-SNAPSHOT
The PMD team is pleased to announce PMD 7.5.0-SNAPSHOT.
This is a minor release.
๐ New and noteworthy
๐ Fixed Issues
- apex-performance
- #5139: [apex] OperationWithHighCostInLoop not firing in triggers
- plsql-bestpractices
- #5132: [plsql] TomKytesDespair - exception for more complex exception handler
๐จ API Changes
- pmd-jsp
JspParserImpl
is deprecated now. It should have been package-private because this is an implementation class that should not be used directly.
- pmd-velocity
VtlParserImpl
is deprecated now. It should have been package-private because this is an implementation class that should not be used directly.
- pmd-visualforce
VfParserImpl
is deprecated now. It should have been package-private because this is an implementation class that should not be used directly.