Table of Contents

26-April-2024 - 7.0.1-SNAPSHOT

The PMD team is pleased to announce PMD 7.0.1-SNAPSHOT.

This is a bugfix release.

๐Ÿš€ New and noteworthy

๐Ÿ› Fixed Issues

  • cli
    • #4791: [cli] Could not find or load main class
  • java-codestyle
    • #4881: [java] ClassNamingConventions: interfaces are identified as abstract classes (regression in 7.0.0)
  • java-design
    • #4873: [java] AvoidCatchingGenericException: Can no longer suppress on the exception itself
  • java-performance
    • #3845: [java] InsufficientStringBufferDeclaration should consider literal expression
    • #4874: [java] StringInstantiation: False-positive when using new String(charArray)
    • #4886: [java] BigIntegerInstantiation: False Positive with Java 17 and BigDecimal.TWO

๐Ÿšจ API Changes

โœจ External Contributions

  • #4894: Fix #4791 Error caused by space in JDK path - Scrates1 (@Scrates1)