Edit me

??-????-2018 - 6.9.0

The PMD team is pleased to announce PMD 6.9.0.

This is a minor release.

New and noteworthy

Fixed Issues

  • java
    • #1330: [java] PMD crashes with java.lang.ClassFormatError: Absent Code attribute in method that is not native or abstract in class file javax/xml/ws/Service
  • java-bestpractices
    • #1365: [java] JUnitTestsShouldIncludeAssert false positive
  • java-codestyle
    • #1356: [java] UnnecessaryModifier wrong message public->static

API Changes

External Contributions

  • #1366: [Java] Static Modifier on Internal Interface pmd #1356 - avishvat
  • #1368: [doc] Updated outdated note in the building documentation. - Maikel Steneker
  • #1374: [java] Simplify check for ‘Test’ annotation in JUnitTestsShouldIncludeAssertRule. - Will Winder
  • #1375: [java] Add missing null check AbstractJavaAnnotatableNode - Will Winder
  • #1376: [core] Upgrading Apache Commons IO from 2.4 to 2.6 - Thunderforge