Releases: pmd/pmd-eclipse-plugin
PMD For Eclipse 7.10.0.v20250131-1102-r
A new PMD for Eclipse plugin version has been released.
It is available via the update site: https://pmd.github.io/pmd-eclipse-plugin-p2-site/
This is a minor release.
New and noteworthy
- Update to PMD 7.10.0
- The plugin uses a new GPG key for code signing. Releases are signed with
A0B5CA1A4E086838.
The full fingerprint is2EFA 55D0 785C 31F9 56F2 F87E A0B5 CA1A 4E08 6838
.
Merged pull requests
Dependency updates
PMD For Eclipse 7.9.0.v20241227-1626-r
A new PMD for Eclipse plugin version has been released.
It is available via the update site: https://pmd.github.io/pmd-eclipse-plugin-p2-site/
This is a minor release.
New and noteworthy
- Update to PMD 7.9.0
- Support for Eclipse 2024-12 added
- Support for Eclipse 2023-12 removed
- The plugin now uses GPG signatures. Releases are signed with
D0BF1D737C9A1C22.
The full fingerprint isEBB2 41A5 45CB 17C8 7FAC B2EB D0BF 1D73 7C9A 1C22
.
Merged pull requests
Dependency updates
PMD For Eclipse 7.8.0.v20241129-1139-r
A new PMD for Eclipse plugin version has been released.
It is available via the update site: https://pmd.github.io/pmd-eclipse-plugin-p2-site/
This is a minor release.
New and noteworthy
- Update to PMD 7.8.0
Dependency updates
PMD For Eclipse 7.7.0.v20241025-0829-r
A new PMD for Eclipse plugin version has been released.
It is available via the update site: https://pmd.github.io/pmd-eclipse-plugin-p2-site/
This is a minor release.
New and noteworthy
- Update to PMD 7.7.0
Dependency updates
PMD For Eclipse 7.6.0.v20240927-1030-r
A new PMD for Eclipse plugin version has been released.
It is available via the update site: https://pmd.github.io/pmd-eclipse-plugin-p2-site/
This is a minor release.
New and noteworthy
- Update to PMD 7.6.0
- Support for Eclipse 2024-09 added
- Support for Eclipse 2023-09 removed
- New Git default branch - "main":
We are joining the Git community and updating "master" to "main". Using the term "master" for the main
development branch can be offensive to some people. Existing versions of Git have been always capable of
working with any branch name and since 2.28.0 (July 2020) the default initial branch is configurable
(init.defaultBranch
). Since October 2020, the default branch for new repositories on GitHub
is "main". Finally, PMD will also use this new name for the main branch in all our own repositories.
Merged pull requests
- Only include the jars under target/lib that are on the classpath (#223) by @adangel
- Update PMD icon to use small variant of the logo (#222) by @adangel
- Support eclipse 2024-09 (#221) by @adangel
- Change branch master to main (#220) by @adangel
Dependency updates
- Bump checkstyle from 10.14.0 to 10.18.1 (#217)
PMD For Eclipse 7.5.0.v20240830-0910-r
A new PMD for Eclipse plugin version has been released.
It is available via the update site: https://pmd.github.io/pmd-eclipse-plugin-p2-site/
This is a minor release.
New and noteworthy
- Update to PMD 7.5.0
Dependency updates
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.0 to 3.4.0 (#215)
PMD For Eclipse 7.4.0.v20240726-0845-r
A new PMD for Eclipse plugin version has been released.
It is available via the update site: https://pmd.github.io/pmd-eclipse-plugin-p2-site/
This is a minor release.
New and noteworthy
- Update to PMD 7.4.0
Dependency updates
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.3.0 (#199)
- Bump org.apache.maven.plugins:maven-site-plugin from 4.0.0-M13 to 4.0.0-M15 (#201)
- Bump org.apache.maven.plugins:maven-clean-plugin from 3.3.2 to 3.4.0 (#202)
- Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.1 to 3.1.2 (#203)
- Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.1 to 3.5.0 (#204)
- Bump org.apache.maven.plugins:maven-pmd-plugin from 3.22.0 to 3.23.0 (#206)
- Bump org.apache.maven.plugins:maven-dependency-plugin from 3.5.0 to 3.7.1 (#207)
PMD For Eclipse 7.3.0.v20240628-1015-r
A new PMD for Eclipse plugin version has been released.
It is available via the update site: https://pmd.github.io/pmd-eclipse-plugin-p2-site/
This is a minor release.
New and noteworthy
- Updated to PMD 7.3.0
- Support for Eclipse 2024-06 added
- Support for Eclipse 2023-06 removed
PMD For Eclipse 7.2.0.v20240531-1152-r
A new PMD for Eclipse plugin version has been released.
It is available via the update site: https://pmd.github.io/pmd-eclipse-plugin-p2-site/
This is a minor release.
New and noteworthy
- Updated to PMD 7.2.0
Merged pull requests
PMD For Eclipse 7.1.0.v20240426-0821-r
A new PMD for Eclipse plugin version has been released.
It is available via the update site: https://pmd.github.io/pmd-eclipse-plugin-p2-site/
This is a minor release.
New and noteworthy
- Updated to PMD 7.1.0
Fixed Issues
- #191: Rule Configuration Pref Page - PropertyDescriptor cannot be cast to Comparable
- #192: Add japicmp
API Changes
Deprecations
The following classes have been deprecated for removal. Either they were not intended to be public API at all
or they were used to support the UI for rule configuration. With the switch to PMD 7.0.0, these editor
factories are not used anymore.
net.sourceforge.pmd.eclipse.ui.preferences.editors.AbstractEditorFactory
net.sourceforge.pmd.eclipse.ui.preferences.editors.AbstractMultiValueEditorFactory
net.sourceforge.pmd.eclipse.ui.preferences.editors.AbstractNumericEditorFactory
net.sourceforge.pmd.eclipse.ui.preferences.editors.AbstractRealNumberEditor
net.sourceforge.pmd.eclipse.ui.preferences.editors.BooleanEditorFactory
net.sourceforge.pmd.eclipse.ui.preferences.editors.CharacterEditorFactory
net.sourceforge.pmd.eclipse.ui.preferences.editors.DoubleEditorFactory
net.sourceforge.pmd.eclipse.ui.preferences.editors.EnumerationEditorFactory
net.sourceforge.pmd.eclipse.ui.preferences.editors.FilePicker
net.sourceforge.pmd.eclipse.ui.preferences.editors.IntegerEditorFactory
net.sourceforge.pmd.eclipse.ui.preferences.editors.MethodPicker
net.sourceforge.pmd.eclipse.ui.preferences.editors.MultiEnumerationEditorFactory
net.sourceforge.pmd.eclipse.ui.preferences.editors.MultiIntegerEditorFactory
net.sourceforge.pmd.eclipse.ui.preferences.editors.MultiStringEditorFactory
net.sourceforge.pmd.eclipse.ui.preferences.editors.RegexEditorFactory
net.sourceforge.pmd.eclipse.ui.preferences.editors.StringEditorFactory
net.sourceforge.pmd.eclipse.ui.preferences.editors.SWTUtil
net.sourceforge.pmd.eclipse.ui.preferences.editors.TypeText
The following members have been deprecated for removal:
net.sourceforge.pmd.eclipse.ui.dialogs.NewPropertyDialog#NewPropertyDialog(Shell, Map<Class<?>, EditorFactory<?>>, PropertySource, ValueChangeListener)
net.sourceforge.pmd.eclipse.ui.dialogs.NewPropertyDialog#NewPropertyDialog(Shell, Map<Class<?>, EditorFactory<?>>, Rule, PropertyDescriptor<?>, ValueChangeListener)
net.sourceforge.pmd.eclipse.ui.dialogs.NewPropertyDialog#withOnly(Map<Class<?>, EditorFactory<?>>, Class<?>[])
net.sourceforge.pmd.eclipse.ui.preferences.panelmanagers.AbstractRulePanelManager.show(TypeText, Class<?>)
net.sourceforge.pmd.eclipse.ui.preferences.panelmanagers.FormArranger#FormArranger(Composite, Map<Class<?>, EditorFactory<?>>, ValueChangeListener, SizeChangeListener)
net.sourceforge.pmd.eclipse.ui.preferences.panelmanagers.PerRulePropertyPanelManager#EDITOR_FACTORIES_BY_PROPERTY_TYPE
See the javadoc for more info and any possible alternatives if available.