Skip to content

Releases: pmd/pmd-eclipse-plugin

PMD For Eclipse 4.12.0.v20200424-1006 (24-April-2020)

24 Apr 10:32

Choose a tag to compare

A new PMD for Eclipse plugin version has been released.
It is available via the update site: https://dl.bintray.com/pmd/pmd-eclipse-plugin/updates/

This is a minor release.

New and noteworthy

  • Updated to PMD 6.23.0

PMD For Eclipse 4.11.0.v20200312-1712 (12-March-2020)

12 Mar 17:19

Choose a tag to compare

A new PMD for Eclipse plugin version has been released.
It is available via the update site: https://dl.bintray.com/pmd/pmd-eclipse-plugin/updates/

This is a minor release.

New and noteworthy

  • Updated to PMD 6.22.0

Fixed Issues

API Changes

External Contributions

PMD For Eclipse 4.10.1.v20200207-1909 (07-February-2020)

07 Feb 19:27

Choose a tag to compare

A new PMD for Eclipse plugin version has been released.
It is available via the update site: https://dl.bintray.com/pmd/pmd-eclipse-plugin/updates/

This is a bugfix release.

Fixed Issues

  • #114: NPE in PriorityDescriptorCache
  • #115: Missing dependencies when installing
  • #116: SWTError: No more handles

PMD For Eclipse 4.10.0.v20200125-1230 (25-January-2020)

25 Jan 12:41

Choose a tag to compare

A new PMD for Eclipse plugin version has been released.
It is available via the update site: https://dl.bintray.com/pmd/pmd-eclipse-plugin/updates/

This is a minor release.

New and noteworthy

  • Updated to PMD 6.21.0

Fixed Issues

  • #108: GenericPropertyDescriptor cannot be cast to NumericPropertyDescriptor

API Changes

  • The minimum eclipse version is now definitely Kepler (4.3) as
    it is declared in the market place. This is enforced via a
    target definition.
  • Usage of Log4j is deprecated and is going to be removed. Logback via slf4j is replacing it.
    Therefore the following methods/fields are deprecated for removal in net.sourceforge.pmd.eclipse.runtime.preferences.IPreferences:
    • getLogLevel()
    • setLogLevel(Level)
    • LOG_LEVEL
    • net.sourceforge.pmd.eclipse.plugin.PMDPlugin#ROOT_LOG_ID
  • The following property editors are deprecated and not used anymore:
    • net.sourceforge.pmd.eclipse.ui.preferences.editors.FileEditorFactory
    • net.sourceforge.pmd.eclipse.ui.preferences.editors.FloatEditorFactory
    • net.sourceforge.pmd.eclipse.ui.preferences.editors.MethodEditorFactory
    • net.sourceforge.pmd.eclipse.ui.preferences.editors.MultiMethodEditorFactory
    • net.sourceforge.pmd.eclipse.ui.preferences.editors.MultiTypeEditorFactory
    • net.sourceforge.pmd.eclipse.ui.preferences.editors.TypeEditorFactory

External Contributions

PMD For Eclipse 4.9.0.v20191129-1951 (29-November-2019)

29 Nov 20:14

Choose a tag to compare

A new PMD for Eclipse plugin version has been released.
It is available via the update site: https://dl.bintray.com/pmd/pmd-eclipse-plugin/updates/

This is a minor release.

New and noteworthy

  • Updated to PMD 6.20.0

PMD For Eclipse 4.8.0.v20191031-1916 (31-October-2019)

31 Oct 19:24

Choose a tag to compare

A new PMD for Eclipse plugin version has been released.
It is available via the update site: https://dl.bintray.com/pmd/pmd-eclipse-plugin/updates/

This is a minor release.

New and noteworthy

  • Updated PMD to 6.19.0

PMD For Eclipse 4.7.0.v20190915-0943 (15-September-2019)

15 Sep 09:52

Choose a tag to compare

A new PMD for Eclipse plugin version has been released.
It is available via the update site: https://dl.bintray.com/pmd/pmd-eclipse-plugin/updates/

This is a minor release.

New and noteworthy

  • Updated PMD to 6.18.0

Fixed Issues

  • #110: PMD markers should be removed on Project->Clean

External Contributions

PMD For Eclipse 4.6.0.v20190728-0905 (28-July-2019)

28 Jul 09:13

Choose a tag to compare

A new PMD for Eclipse plugin version has been released.
It is available via the update site: https://dl.bintray.com/pmd/pmd-eclipse-plugin/updates/

This is a minor release.

New and noteworthy

  • Updated PMD to 6.17.0

PMD For Eclipse 4.5.0.v20190630-0922 (30-June-2019)

30 Jun 09:29

Choose a tag to compare

A new PMD for Eclipse plugin version has been released.
It is available via the update site: https://dl.bintray.com/pmd/pmd-eclipse-plugin/updates/

This is a minor release.

New and noteworthy

  • Updated PMD to 6.16.0

  • PMD specific marker property page: This version adds a PMD specific property page to the
    marker properties which shows more information from the rule violation and rule itself.
    For more information, see Marker Property Page (wiki).

  • Marker Icons: Instead of the geometrical figures, the old icons for the PMD markers can
    be selected again:
    Screenshot of PMD Marker Property Page

Fixed Issues

  • #82: Support old PMD icons
  • #84: Rule Name in Tooltip

PMD For Eclipse 4.4.1.v20190620-0836 (20-June-2019)

20 Jun 08:51

Choose a tag to compare

A new PMD for Eclipse plugin version has been released.
It is available via the update site: https://dl.bintray.com/pmd/pmd-eclipse-plugin/updates/

This is a bugfix release.

Fixed Issues

  • #103: IllegalStateException: Must be called in the UI thread