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.AbstractEditorFactorynet.sourceforge.pmd.eclipse.ui.preferences.editors.AbstractMultiValueEditorFactorynet.sourceforge.pmd.eclipse.ui.preferences.editors.AbstractNumericEditorFactorynet.sourceforge.pmd.eclipse.ui.preferences.editors.AbstractRealNumberEditornet.sourceforge.pmd.eclipse.ui.preferences.editors.BooleanEditorFactorynet.sourceforge.pmd.eclipse.ui.preferences.editors.CharacterEditorFactorynet.sourceforge.pmd.eclipse.ui.preferences.editors.DoubleEditorFactorynet.sourceforge.pmd.eclipse.ui.preferences.editors.EnumerationEditorFactorynet.sourceforge.pmd.eclipse.ui.preferences.editors.FilePickernet.sourceforge.pmd.eclipse.ui.preferences.editors.IntegerEditorFactorynet.sourceforge.pmd.eclipse.ui.preferences.editors.MethodPickernet.sourceforge.pmd.eclipse.ui.preferences.editors.MultiEnumerationEditorFactorynet.sourceforge.pmd.eclipse.ui.preferences.editors.MultiIntegerEditorFactorynet.sourceforge.pmd.eclipse.ui.preferences.editors.MultiStringEditorFactorynet.sourceforge.pmd.eclipse.ui.preferences.editors.RegexEditorFactorynet.sourceforge.pmd.eclipse.ui.preferences.editors.StringEditorFactorynet.sourceforge.pmd.eclipse.ui.preferences.editors.SWTUtilnet.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.