Releases: giancosta86/EasyPmd
EasyPmd 10.0
-
Redesigned dual-layer cache, now backed by HyperSQL
-
Smart options: if just visual options change, the engine and its cache won't be affected
-
Simplified, more elegant architecture, employing several constructs and ideas introduced by Java 8 (in particular, streams)
EasyPmd 9.6
Now referencing PMD 5.5.2
EasyPmd 9.5
Now supporting the exclude-pattern and include-pattern tags in rule sets.
EasyPmd 9.4
- Closed issue #9: it is now possible to add multiple standard rulesets at once.
- Support for PMD 5.4.0
EasyPmd 9.3
- Simplified dependency versioning
- EasyPmd release also for NetBeans 7.4
Special thanks to Diogo Mendes for suggesting a version for NetBeans 7.4.
EasyPmd 9.2
EasyPmd 9.1
- Introduce the Enforce change checkbox in the Options dialog
- Temporarily restore HashMap
Special thanks to Christian Funder Sommerlund for his issue reports.
EasyPmd 9.0
- Settings now stored on disk as a human-readable XML file
- Fixed a bug related to XML-parsing dependencies
- Lighter cache, now based on WeakHashMap
Special thanks to Christian Funder Sommerlund for his valuable bug reports.
EasyPmd 8.0
The Add files... button in the Rulesets tab simplifies adding standalone ruleset descriptors - that is, not packaged into JAR files.
Special thanks to Christian Funder for his report about that.
EasyPmd 7.6
Now complying with the latest requirements of the NetBeans Plugin Portal.