??-February-2021 - 6.32.0-SNAPSHOT
The PMD team is pleased to announce PMD 6.32.0-SNAPSHOT.
This is a minor release.
New and noteworthy
Modified Rules
- The Apex rule
ApexDoc
has two new properties:reportPrivate
andreportProtected
. Previously the rule only considered public and global classes, methods, and properties. With these properties, you can verify the existence of ApexDoc comments for private and protected methods as well. By default, these properties are disabled to preserve backwards compatible behavior.
Fixed Issues
- apex-documentation
- #3075: [apex] ApexDoc should support private access modifier
- plsql
-
#3106: [plsql] ParseException while parsing EXECUTE IMMEDIATE ‘drop database link ‘ linkname;
-
API Changes
External Contributions
- #3098: [apex] ApexDoc optionally report private and protected - Jonathan Wiesel
-
#3107: [plsql] Fix ParseException for EXECUTE IMMEDIATE str1 str2; - hvbtup