Edit me

??-May-2021 - 6.35.0-SNAPSHOT

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

This is a minor release.

New and noteworthy

Fixed Issues

  • doc
    • #3230: [doc] Remove “Edit me” button for language index pages
  • java-codestyle
    • #2655: [java] UnnecessaryImport false positive for on-demand imports
    • #3262: [java] FieldDeclarationsShouldBeAtStartOfClass: false negative with anon classes
    • #3265: [java] MethodArgumentCouldBeFinal: false negatives with interfaces and inner classes
    • #3266: [java] LocalVariableCouldBeFinal: false negatives with interfaces, anon classes

API Changes

External Contributions