Edit me

??-April-2019 - 6.14.0

The PMD team is pleased to announce PMD 6.14.0.

This is a minor release.

New and noteworthy

Fixed Issues

  • java
    • #1729: [java] JavaRuleViolation loses information in className field when class has package-private access level
  • java-bestpractices
    • #1720: [java] UnusedImports false positive for Javadoc link with array type

API Changes

External Contributions

  • #1745: [doc] Fixed some errors in docs - 0xflotus
  • #1746: [java] Update rule to prevent UnusedImport when using JavaDoc with array type - itaigilo