Edit me

??-June-2021 - 6.36.0-SNAPSHOT

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

This is a minor release.

New and noteworthy

New rules

  • The new Apex rule InaccessibleAuraEnabledGetter checks that an AuraEnabled getter is public or global. This is necessary if it is referenced in Lightning components. You can try out this rule like so:
    <rule ref="category/apex/errorprone.xml/InaccessibleAuraEnabledGetter" />

Fixed Issues

  • apex
    • #3321: [apex] New rule to detect inaccessible AuraEnabled getters (summer ‘21 security update)

API Changes

External Contributions