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
  • pmd-bestpractices
    • #5145: [java] False positive UnusedPrivateMethod
  • 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.

โœจ External Contributions