Releases: pmd/pmd-eclipse-plugin
PMD For Eclipse 4.12.0.v20200424-1006 (24-April-2020)
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)
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)
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
PMD For Eclipse 4.10.0.v20200125-1230 (25-January-2020)
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 innet.sourceforge.pmd.eclipse.runtime.preferences.IPreferences:getLogLevel()setLogLevel(Level)LOG_LEVELnet.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.FileEditorFactorynet.sourceforge.pmd.eclipse.ui.preferences.editors.FloatEditorFactorynet.sourceforge.pmd.eclipse.ui.preferences.editors.MethodEditorFactorynet.sourceforge.pmd.eclipse.ui.preferences.editors.MultiMethodEditorFactorynet.sourceforge.pmd.eclipse.ui.preferences.editors.MultiTypeEditorFactorynet.sourceforge.pmd.eclipse.ui.preferences.editors.TypeEditorFactory
External Contributions
PMD For Eclipse 4.9.0.v20191129-1951 (29-November-2019)
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)
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)
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
- #111: Delete project markers on Project -> Clean - Sebastian Ratz
PMD For Eclipse 4.6.0.v20190728-0905 (28-July-2019)
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)
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:

Fixed Issues
PMD For Eclipse 4.4.1.v20190620-0836 (20-June-2019)
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