File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11repository : pmd/pmd
22
33pmd :
4- version : 7.3.0-SNAPSHOT
4+ version : 7.3.0
55 previous_version : 7.2.0
66 date : 2024-06-28
77 # release types: major, minor, bugfix
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ This is a {{ site.pmd.release_type }} release.
2121### 🚀 New and noteworthy
2222
2323#### ✨ New Rules
24+
2425* The new Java rule {%rule java/bestpractices/UseEnumCollections %} reports usages for ` HashSet ` and ` HashMap `
2526 when the keys are of an enum type. The specialized enum collections are more space- and time-efficient.
2627
@@ -36,6 +37,7 @@ to the latest version (3.23.0 or newer).
3637See also [ Maven PMD Plugin] ({{ baseurl }}pmd_userdocs_tools_maven.html).
3738
3839### 🐛 Fixed Issues
40+
3941* cli
4042 * [ #2827 ] ( https://github.com/pmd/pmd/issues/2827 ) : \[ cli] Consider processing errors in exit status
4143* core
@@ -132,7 +134,9 @@ read the XML format should be updated.
132134The already deprecated PMD 6 compatibility module (pmd-compat6) has been removed.
133135See above for details.
134136
135- ### ✨ External Contributions
137+ ### 📈 Stats
138+ * 88 commits
139+ * 32 closed tickets & PRs
140+ * Days since last release: 27
136141
137142{% endtocmaker %}
138-
You can’t perform that action at this time.
0 commit comments