Skip to content

Releases: giancosta86/EasyPmd

EasyPmd 10.0

06 Jun 08:52
Compare
Choose a tag to compare
  • 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

12 Nov 20:33
Compare
Choose a tag to compare

Now referencing PMD 5.5.2

EasyPmd 9.5

06 Jan 17:46
Compare
Choose a tag to compare

Now supporting the exclude-pattern and include-pattern tags in rule sets.

EasyPmd 9.4

22 Nov 02:16
Compare
Choose a tag to compare
  • Closed issue #9: it is now possible to add multiple standard rulesets at once.
  • Support for PMD 5.4.0

EasyPmd 9.3

17 Aug 22:30
Compare
Choose a tag to compare
  • 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

07 Aug 00:59
Compare
Choose a tag to compare
  • Bug #7 fixed
  • PMD 5.3.3

Special thanks to @torutk for reporting the issue.

EasyPmd 9.1

26 Jul 15:16
Compare
Choose a tag to compare
  • 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

17 Jul 00:18
Compare
Choose a tag to compare
  • 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

12 Jul 19:06
Compare
Choose a tag to compare

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

19 Apr 01:09
Compare
Choose a tag to compare

Now complying with the latest requirements of the NetBeans Plugin Portal.