Compiler log for org.eclipse.ui.workbench_3.137.0.v20251114-0005 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 403, INFOS: 0

errors others warnings infos forbidden warnings discouraged warnings

ERRORS

top others warnings infos forbidden warnings discouraged warnings

OTHER WARNINGS

top errors infos forbidden warnings discouraged warnings

/eclipseui/org/eclipse/ui/BasicWorkingSetElementAdapter.java : 6 warnings :

OTHER WARNINGS
1. WARNING in /eclipseui/org/eclipse/ui/BasicWorkingSetElementAdapter.java
 (at line 145)
PackageAdmin admin = getPackageAdmin();
The type PackageAdmin is deprecated
2. WARNING in /eclipseui/org/eclipse/ui/BasicWorkingSetElementAdapter.java
 (at line 150)
ExportedPackage[] packages = admin.getExportedPackages(packageName);
The type ExportedPackage is deprecated
3. WARNING in /eclipseui/org/eclipse/ui/BasicWorkingSetElementAdapter.java
 (at line 150)
ExportedPackage[] packages = admin.getExportedPackages(packageName);
The method getExportedPackages(String) from the type PackageAdmin is deprecated
4. WARNING in /eclipseui/org/eclipse/ui/BasicWorkingSetElementAdapter.java
 (at line 230)
private PackageAdmin getPackageAdmin() {
The type PackageAdmin is deprecated
5. WARNING in /eclipseui/org/eclipse/ui/BasicWorkingSetElementAdapter.java
 (at line 233)
PackageAdmin.class.getName(), null);
The type PackageAdmin is deprecated
6. WARNING in /eclipseui/org/eclipse/ui/BasicWorkingSetElementAdapter.java
 (at line 237)
return (PackageAdmin) packageTracker.getService();
The type PackageAdmin is deprecated

/eclipseui/org/eclipse/ui/activities/WorkbenchTriggerPointAdvisor.java : 1 warning :

OTHER WARNINGS
1. WARNING in /eclipseui/org/eclipse/ui/activities/WorkbenchTriggerPointAdvisor.java
 (at line 119)
WorkbenchPlugin.getDefault().savePluginPreferences();
The method savePluginPreferences() from the type Plugin is deprecated

/eclipseui/org/eclipse/ui/application/WorkbenchAdvisor.java : 1 warning :

OTHER WARNINGS
1. WARNING in /eclipseui/org/eclipse/ui/application/WorkbenchAdvisor.java
 (at line 691)
* {@link WorkbenchWindowAdvisor#createWindowContents(Shell)}
Javadoc: The method createWindowContents(Shell) from the type WorkbenchWindowAdvisor is deprecated

/eclipseui/org/eclipse/ui/dialogs/EditorSelectionDialog.java : 1 warning :

OTHER WARNINGS
1. WARNING in /eclipseui/org/eclipse/ui/dialogs/EditorSelectionDialog.java
 (at line 259)
editorTable = new FilteredTree(contents, SWT.SINGLE | SWT.BORDER, new PatternFilter(), true);
The constructor FilteredTree(Composite, int, PatternFilter, boolean) is deprecated

/eclipseui/org/eclipse/ui/internal/ActivityPersistanceHelper.java : 1 warning :

OTHER WARNINGS
1. WARNING in /eclipseui/org/eclipse/ui/internal/ActivityPersistanceHelper.java
 (at line 254)
WorkbenchPlugin.getDefault().savePluginPreferences();
The method savePluginPreferences() from the type Plugin is deprecated

/eclipseui/org/eclipse/ui/internal/KeyBindingService.java : 8 warnings :

OTHER WARNINGS
1. WARNING in /eclipseui/org/eclipse/ui/internal/KeyBindingService.java
 (at line 47)
public final class KeyBindingService implements INestableKeyBindingService {
The type INestableKeyBindingService is deprecated
2. WARNING in /eclipseui/org/eclipse/ui/internal/KeyBindingService.java
 (at line 54)
private final Map<IWorkbenchSite, IKeyBindingService> nestedServices = new HashMap<>();
The type IKeyBindingService is deprecated
3. WARNING in /eclipseui/org/eclipse/ui/internal/KeyBindingService.java
 (at line 71)
private IKeyBindingService activeService;
The type IKeyBindingService is deprecated
4. WARNING in /eclipseui/org/eclipse/ui/internal/KeyBindingService.java
 (at line 119)
final IKeyBindingService service = nestedServices.get(nestedSite);
The type IKeyBindingService is deprecated
5. WARNING in /eclipseui/org/eclipse/ui/internal/KeyBindingService.java
 (at line 133)
private void activateNestedService(IKeyBindingService service) {
The type IKeyBindingService is deprecated
6. WARNING in /eclipseui/org/eclipse/ui/internal/KeyBindingService.java
 (at line 255)
public IKeyBindingService getKeyBindingService(IWorkbenchSite nestedSite) {
The type IKeyBindingService is deprecated
7. WARNING in /eclipseui/org/eclipse/ui/internal/KeyBindingService.java
 (at line 264)
IKeyBindingService service = nestedServices.get(nestedSite);
The type IKeyBindingService is deprecated
8. WARNING in /eclipseui/org/eclipse/ui/internal/KeyBindingService.java
 (at line 339)
final IKeyBindingService service = nestedServices.remove(nestedSite);
The type IKeyBindingService is deprecated

/eclipseui/org/eclipse/ui/internal/PartSite.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /eclipseui/org/eclipse/ui/internal/PartSite.java
 (at line 240)
e4Context.set(IKeyBindingService.class.getName(), new ContextFunction() {
The type IKeyBindingService is deprecated
2. WARNING in /eclipseui/org/eclipse/ui/internal/PartSite.java
 (at line 547)
public IKeyBindingService getKeyBindingService() {
The type IKeyBindingService is deprecated
3. WARNING in /eclipseui/org/eclipse/ui/internal/PartSite.java
 (at line 548)
return e4Context.get(IKeyBindingService.class);
The type IKeyBindingService is deprecated

/eclipseui/org/eclipse/ui/internal/PluginAction.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /eclipseui/org/eclipse/ui/internal/PluginAction.java
 (at line 233)
if (delegate instanceof IActionDelegateWithEvent) {
The type IActionDelegateWithEvent is deprecated
2. WARNING in /eclipseui/org/eclipse/ui/internal/PluginAction.java
 (at line 234)
((IActionDelegateWithEvent) delegate).runWithEvent(this, event);
The type IActionDelegateWithEvent is deprecated
3. WARNING in /eclipseui/org/eclipse/ui/internal/PluginAction.java
 (at line 234)
((IActionDelegateWithEvent) delegate).runWithEvent(this, event);
The method runWithEvent(IAction, Event) from the type IActionDelegateWithEvent is deprecated

/eclipseui/org/eclipse/ui/internal/ProductProperties.java : 1 warning :

OTHER WARNINGS
1. WARNING in /eclipseui/org/eclipse/ui/internal/ProductProperties.java
 (at line 307)
property = product.getProperty(WINDOW_IMAGE);
The field IProductConstants.WINDOW_IMAGE is deprecated

/eclipseui/org/eclipse/ui/internal/ViewIntroAdapterSite.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /eclipseui/org/eclipse/ui/internal/ViewIntroAdapterSite.java
 (at line 59)
public IKeyBindingService getKeyBindingService() {
The type IKeyBindingService is deprecated
2. WARNING in /eclipseui/org/eclipse/ui/internal/ViewIntroAdapterSite.java
 (at line 60)
return viewSite.getKeyBindingService();
The method getKeyBindingService() from the type IWorkbenchPartSite is deprecated

/eclipseui/org/eclipse/ui/internal/Workbench.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /eclipseui/org/eclipse/ui/internal/Workbench.java
 (at line 3251)
public IWorkbenchContextSupport getContextSupport() {
The type IWorkbenchContextSupport is deprecated

/eclipseui/org/eclipse/ui/internal/WorkbenchImages.java : 10 warnings :

OTHER WARNINGS
1. WARNING in /eclipseui/org/eclipse/ui/internal/WorkbenchImages.java
 (at line 313)
declareImage(ISharedImages.IMG_TOOL_UNDO_HOVER, PATH_ETOOL + "undo_edit.svg", true); //$NON-NLS-1$
The field ISharedImages.IMG_TOOL_UNDO_HOVER has been deprecated since version 2024-03 and marked for removal
2. WARNING in /eclipseui/org/eclipse/ui/internal/WorkbenchImages.java
 (at line 314)
declareImage(ISharedImages.IMG_TOOL_REDO_HOVER, PATH_ETOOL + "redo_edit.svg", true); //$NON-NLS-1$
The field ISharedImages.IMG_TOOL_REDO_HOVER has been deprecated since version 2024-03 and marked for removal
3. WARNING in /eclipseui/org/eclipse/ui/internal/WorkbenchImages.java
 (at line 315)
declareImage(ISharedImages.IMG_TOOL_CUT_HOVER, PATH_ETOOL + "cut_edit.svg", true); //$NON-NLS-1$
The field ISharedImages.IMG_TOOL_CUT_HOVER has been deprecated since version 2024-03 and marked for removal
4. WARNING in /eclipseui/org/eclipse/ui/internal/WorkbenchImages.java
 (at line 316)
declareImage(ISharedImages.IMG_TOOL_COPY_HOVER, PATH_ETOOL + "copy_edit.svg", true); //$NON-NLS-1$
The field ISharedImages.IMG_TOOL_COPY_HOVER has been deprecated since version 2024-03 and marked for removal
5. WARNING in /eclipseui/org/eclipse/ui/internal/WorkbenchImages.java
 (at line 317)
declareImage(ISharedImages.IMG_TOOL_PASTE_HOVER, PATH_ETOOL + "paste_edit.svg", true); //$NON-NLS-1$
The field ISharedImages.IMG_TOOL_PASTE_HOVER has been deprecated since version 2024-03 and marked for removal
6. WARNING in /eclipseui/org/eclipse/ui/internal/WorkbenchImages.java
 (at line 318)
declareImage(ISharedImages.IMG_TOOL_FORWARD_HOVER, PATH_ELOCALTOOL + "forward_nav.svg", true); //$NON-NLS-1$
The field ISharedImages.IMG_TOOL_FORWARD_HOVER has been deprecated since version 2024-03 and marked for removal
7. WARNING in /eclipseui/org/eclipse/ui/internal/WorkbenchImages.java
 (at line 319)
declareImage(ISharedImages.IMG_TOOL_DELETE_HOVER, PATH_ETOOL + "delete_edit.svg", true); //$NON-NLS-1$
The field ISharedImages.IMG_TOOL_DELETE_HOVER has been deprecated since version 2024-03 and marked for removal
8. WARNING in /eclipseui/org/eclipse/ui/internal/WorkbenchImages.java
 (at line 320)
declareImage(ISharedImages.IMG_TOOL_NEW_WIZARD_HOVER, PATH_ETOOL + "new_wiz.svg", true); //$NON-NLS-1$
The field ISharedImages.IMG_TOOL_NEW_WIZARD_HOVER has been deprecated since version 2024-03 and marked for removal
9. WARNING in /eclipseui/org/eclipse/ui/internal/WorkbenchImages.java
 (at line 321)
declareImage(ISharedImages.IMG_TOOL_BACK_HOVER, PATH_ELOCALTOOL + "backward_nav.svg", true); //$NON-NLS-1$
The field ISharedImages.IMG_TOOL_BACK_HOVER has been deprecated since version 2024-03 and marked for removal
10. WARNING in /eclipseui/org/eclipse/ui/internal/WorkbenchImages.java
 (at line 322)
declareImage(ISharedImages.IMG_TOOL_UP_HOVER, PATH_ELOCALTOOL + "up_nav.svg", true); //$NON-NLS-1$
The field ISharedImages.IMG_TOOL_UP_HOVER has been deprecated since version 2024-03 and marked for removal

/eclipseui/org/eclipse/ui/internal/actions/ModifyWorkingSetDelegate.java : 1 warning :

OTHER WARNINGS
1. WARNING in /eclipseui/org/eclipse/ui/internal/actions/ModifyWorkingSetDelegate.java
 (at line 167)
contextMenuCreator.dispose();
The method dispose() from the type QuickMenuCreator is deprecated

/eclipseui/org/eclipse/ui/internal/application/CompatibilityActionBarAdvisor.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /eclipseui/org/eclipse/ui/internal/application/CompatibilityActionBarAdvisor.java
 (at line 44)
wbAdvisor.fillActionBars(abc.getWindowConfigurer().getWindow(), abc, flags);
The method fillActionBars(IWorkbenchWindow, IActionBarConfigurer, int) from the type WorkbenchAdvisor is deprecated
2. WARNING in /eclipseui/org/eclipse/ui/internal/application/CompatibilityActionBarAdvisor.java
 (at line 50)
return wbAdvisor.isApplicationMenu(abc.getWindowConfigurer(), menuId);
The method isApplicationMenu(IWorkbenchWindowConfigurer, String) from the type WorkbenchAdvisor is deprecated

/eclipseui/org/eclipse/ui/internal/application/CompatibilityWorkbenchWindowAdvisor.java : 9 warnings :

OTHER WARNINGS
1. WARNING in /eclipseui/org/eclipse/ui/internal/application/CompatibilityWorkbenchWindowAdvisor.java
 (at line 50)
wbAdvisor.preWindowOpen(getWindowConfigurer());
The method preWindowOpen(IWorkbenchWindowConfigurer) from the type WorkbenchAdvisor is deprecated
2. WARNING in /eclipseui/org/eclipse/ui/internal/application/CompatibilityWorkbenchWindowAdvisor.java
 (at line 60)
wbAdvisor.postWindowRestore(getWindowConfigurer());
The method postWindowRestore(IWorkbenchWindowConfigurer) from the type WorkbenchAdvisor is deprecated
3. WARNING in /eclipseui/org/eclipse/ui/internal/application/CompatibilityWorkbenchWindowAdvisor.java
 (at line 65)
wbAdvisor.openIntro(getWindowConfigurer());
The method openIntro(IWorkbenchWindowConfigurer) from the type WorkbenchAdvisor is deprecated
4. WARNING in /eclipseui/org/eclipse/ui/internal/application/CompatibilityWorkbenchWindowAdvisor.java
 (at line 70)
wbAdvisor.postWindowCreate(getWindowConfigurer());
The method postWindowCreate(IWorkbenchWindowConfigurer) from the type WorkbenchAdvisor is deprecated
5. WARNING in /eclipseui/org/eclipse/ui/internal/application/CompatibilityWorkbenchWindowAdvisor.java
 (at line 75)
wbAdvisor.postWindowOpen(getWindowConfigurer());
The method postWindowOpen(IWorkbenchWindowConfigurer) from the type WorkbenchAdvisor is deprecated
6. WARNING in /eclipseui/org/eclipse/ui/internal/application/CompatibilityWorkbenchWindowAdvisor.java
 (at line 80)
return wbAdvisor.preWindowShellClose(getWindowConfigurer());
The method preWindowShellClose(IWorkbenchWindowConfigurer) from the type WorkbenchAdvisor is deprecated
7. WARNING in /eclipseui/org/eclipse/ui/internal/application/CompatibilityWorkbenchWindowAdvisor.java
 (at line 85)
wbAdvisor.postWindowClose(getWindowConfigurer());
The method postWindowClose(IWorkbenchWindowConfigurer) from the type WorkbenchAdvisor is deprecated
8. WARNING in /eclipseui/org/eclipse/ui/internal/application/CompatibilityWorkbenchWindowAdvisor.java
 (at line 89)
return wbAdvisor.isApplicationMenu(getWindowConfigurer(), menuId);
The method isApplicationMenu(IWorkbenchWindowConfigurer, String) from the type WorkbenchAdvisor is deprecated
9. WARNING in /eclipseui/org/eclipse/ui/internal/application/CompatibilityWorkbenchWindowAdvisor.java
 (at line 98)
wbAdvisor.createWindowContents(getWindowConfigurer(), shell);
The method createWindowContents(IWorkbenchWindowConfigurer, Shell) from the type WorkbenchAdvisor is deprecated

/eclipseui/org/eclipse/ui/internal/contexts/ContextLegacyWrapper.java : 9 warnings :

OTHER WARNINGS
1. WARNING in /eclipseui/org/eclipse/ui/internal/contexts/ContextLegacyWrapper.java
 (at line 30)
public class ContextLegacyWrapper implements IContext {
The type IContext is deprecated
2. WARNING in /eclipseui/org/eclipse/ui/internal/contexts/ContextLegacyWrapper.java
 (at line 64)
public void addContextListener(IContextListener contextListener) {
The type IContextListener is deprecated
3. WARNING in /eclipseui/org/eclipse/ui/internal/contexts/ContextLegacyWrapper.java
 (at line 87)
public String getName() throws NotDefinedException {
The type NotDefinedException is deprecated
4. WARNING in /eclipseui/org/eclipse/ui/internal/contexts/ContextLegacyWrapper.java
 (at line 91)
throw new NotDefinedException(e);
The type NotDefinedException is deprecated
5. WARNING in /eclipseui/org/eclipse/ui/internal/contexts/ContextLegacyWrapper.java
 (at line 91)
throw new NotDefinedException(e);
The constructor NotDefinedException(NotDefinedException) is deprecated
6. WARNING in /eclipseui/org/eclipse/ui/internal/contexts/ContextLegacyWrapper.java
 (at line 96)
public String getParentId() throws NotDefinedException {
The type NotDefinedException is deprecated
7. WARNING in /eclipseui/org/eclipse/ui/internal/contexts/ContextLegacyWrapper.java
 (at line 100)
throw new NotDefinedException(e);
The type NotDefinedException is deprecated
8. WARNING in /eclipseui/org/eclipse/ui/internal/contexts/ContextLegacyWrapper.java
 (at line 100)
throw new NotDefinedException(e);
The constructor NotDefinedException(NotDefinedException) is deprecated
9. WARNING in /eclipseui/org/eclipse/ui/internal/contexts/ContextLegacyWrapper.java
 (at line 115)
public void removeContextListener(IContextListener contextListener) {
The type IContextListener is deprecated

/eclipseui/org/eclipse/ui/internal/contexts/ContextManagerLegacyWrapper.java : 10 warnings :

OTHER WARNINGS
1. WARNING in /eclipseui/org/eclipse/ui/internal/contexts/ContextManagerLegacyWrapper.java
 (at line 39)
implements org.eclipse.core.commands.contexts.IContextManagerListener, IContextManager {
The type IContextManager is deprecated
2. WARNING in /eclipseui/org/eclipse/ui/internal/contexts/ContextManagerLegacyWrapper.java
 (at line 131)
private List<IContextManagerListener> contextManagerListeners;
The type IContextManagerListener is deprecated
3. WARNING in /eclipseui/org/eclipse/ui/internal/contexts/ContextManagerLegacyWrapper.java
 (at line 151)
public void addContextManagerListener(IContextManagerListener contextManagerListener) {
The type IContextManagerListener is deprecated
4. WARNING in /eclipseui/org/eclipse/ui/internal/contexts/ContextManagerLegacyWrapper.java
 (at line 185)
new ContextManagerEvent(this, definedContextsChanged, contextManagerEvent.isActiveContextsChanged(),
The type ContextManagerEvent is deprecated
5. WARNING in /eclipseui/org/eclipse/ui/internal/contexts/ContextManagerLegacyWrapper.java
 (at line 185)
new ContextManagerEvent(this, definedContextsChanged, contextManagerEvent.isActiveContextsChanged(),
The constructor ContextManagerEvent(IContextManager, boolean, boolean, Set, Set) is deprecated
6. WARNING in /eclipseui/org/eclipse/ui/internal/contexts/ContextManagerLegacyWrapper.java
 (at line 190)
protected void fireContextManagerChanged(ContextManagerEvent contextManagerEvent) {
The type ContextManagerEvent is deprecated
7. WARNING in /eclipseui/org/eclipse/ui/internal/contexts/ContextManagerLegacyWrapper.java
 (at line 196)
for (IContextManagerListener contextManagerListener : contextManagerListeners) {
The type IContextManagerListener is deprecated
8. WARNING in /eclipseui/org/eclipse/ui/internal/contexts/ContextManagerLegacyWrapper.java
 (at line 197)
contextManagerListener.contextManagerChanged(contextManagerEvent);
The method contextManagerChanged(ContextManagerEvent) from the type IContextManagerListener is deprecated
9. WARNING in /eclipseui/org/eclipse/ui/internal/contexts/ContextManagerLegacyWrapper.java
 (at line 203)
public IContext getContext(String contextId) {
The type IContext is deprecated
10. WARNING in /eclipseui/org/eclipse/ui/internal/contexts/ContextManagerLegacyWrapper.java
 (at line 218)
public void removeContextManagerListener(IContextManagerListener contextManagerListener) {
The type IContextManagerListener is deprecated

/eclipseui/org/eclipse/ui/internal/contexts/LegacyContextListenerWrapper.java : 12 warnings :

OTHER WARNINGS
1. WARNING in /eclipseui/org/eclipse/ui/internal/contexts/LegacyContextListenerWrapper.java
 (at line 39)
private final IContext context;
The type IContext is deprecated
2. WARNING in /eclipseui/org/eclipse/ui/internal/contexts/LegacyContextListenerWrapper.java
 (at line 50)
private final org.eclipse.ui.contexts.IContextListener wrappedListener;
The type IContextListener is deprecated
3. WARNING in /eclipseui/org/eclipse/ui/internal/contexts/LegacyContextListenerWrapper.java
 (at line 63)
public LegacyContextListenerWrapper(final org.eclipse.ui.contexts.IContextListener listener,
The type IContextListener is deprecated
4. WARNING in /eclipseui/org/eclipse/ui/internal/contexts/LegacyContextListenerWrapper.java
 (at line 64)
final ContextManager contextManager, final IContext context) {
The type IContext is deprecated
5. WARNING in /eclipseui/org/eclipse/ui/internal/contexts/LegacyContextListenerWrapper.java
 (at line 84)
wrappedListener.contextChanged(new org.eclipse.ui.contexts.ContextEvent(
The method contextChanged(ContextEvent) from the type IContextListener is deprecated
6. WARNING in /eclipseui/org/eclipse/ui/internal/contexts/LegacyContextListenerWrapper.java
 (at line 84)
wrappedListener.contextChanged(new org.eclipse.ui.contexts.ContextEvent(
The constructor ContextEvent(IContext, boolean, boolean, boolean, boolean) is deprecated
7. WARNING in /eclipseui/org/eclipse/ui/internal/contexts/LegacyContextListenerWrapper.java
 (at line 84)
wrappedListener.contextChanged(new org.eclipse.ui.contexts.ContextEvent(
The type ContextEvent is deprecated
8. WARNING in /eclipseui/org/eclipse/ui/internal/contexts/LegacyContextListenerWrapper.java
 (at line 91)
final String contextId = context.getId();
The method getId() from the type IContext is deprecated
9. WARNING in /eclipseui/org/eclipse/ui/internal/contexts/LegacyContextListenerWrapper.java
 (at line 110)
.contextChanged(new org.eclipse.ui.contexts.ContextEvent(context, false, enabledChanged, false, false));
The method contextChanged(ContextEvent) from the type IContextListener is deprecated
10. WARNING in /eclipseui/org/eclipse/ui/internal/contexts/LegacyContextListenerWrapper.java
 (at line 110)
.contextChanged(new org.eclipse.ui.contexts.ContextEvent(context, false, enabledChanged, false, false));
The constructor ContextEvent(IContext, boolean, boolean, boolean, boolean) is deprecated
11. WARNING in /eclipseui/org/eclipse/ui/internal/contexts/LegacyContextListenerWrapper.java
 (at line 110)
.contextChanged(new org.eclipse.ui.contexts.ContextEvent(context, false, enabledChanged, false, false));
The type ContextEvent is deprecated
12. WARNING in /eclipseui/org/eclipse/ui/internal/contexts/LegacyContextListenerWrapper.java
 (at line 119)
if (object instanceof final org.eclipse.ui.contexts.IContextListener other) {
The type IContextListener is deprecated

/eclipseui/org/eclipse/ui/internal/contexts/WorkbenchContextSupport.java : 11 warnings :

OTHER WARNINGS
1. WARNING in /eclipseui/org/eclipse/ui/internal/contexts/WorkbenchContextSupport.java
 (at line 37)
public class WorkbenchContextSupport implements IWorkbenchContextSupport {
The type IWorkbenchContextSupport is deprecated
2. WARNING in /eclipseui/org/eclipse/ui/internal/contexts/WorkbenchContextSupport.java
 (at line 45)
private Map<EnabledSubmission, IContextActivation> activationsBySubmission = null;
The type EnabledSubmission is deprecated
3. WARNING in /eclipseui/org/eclipse/ui/internal/contexts/WorkbenchContextSupport.java
 (at line 85)
public final void addEnabledSubmission(final EnabledSubmission enabledSubmission) {
The type EnabledSubmission is deprecated
4. WARNING in /eclipseui/org/eclipse/ui/internal/contexts/WorkbenchContextSupport.java
 (at line 86)
final IContextActivation activation = contextService.activateContext(enabledSubmission.getContextId(),
The method getContextId() from the type EnabledSubmission is deprecated
5. WARNING in /eclipseui/org/eclipse/ui/internal/contexts/WorkbenchContextSupport.java
 (at line 87)
new LegacyHandlerSubmissionExpression(enabledSubmission.getActivePartId(),
The method getActivePartId() from the type EnabledSubmission is deprecated
6. WARNING in /eclipseui/org/eclipse/ui/internal/contexts/WorkbenchContextSupport.java
 (at line 88)
enabledSubmission.getActiveShell(), enabledSubmission.getActiveWorkbenchPartSite()));
The method getActiveShell() from the type EnabledSubmission is deprecated
7. WARNING in /eclipseui/org/eclipse/ui/internal/contexts/WorkbenchContextSupport.java
 (at line 88)
enabledSubmission.getActiveShell(), enabledSubmission.getActiveWorkbenchPartSite()));
The method getActiveWorkbenchPartSite() from the type EnabledSubmission is deprecated
8. WARNING in /eclipseui/org/eclipse/ui/internal/contexts/WorkbenchContextSupport.java
 (at line 97)
final Iterator<EnabledSubmission> submissionItr = enabledSubmissions.iterator();
The type EnabledSubmission is deprecated
9. WARNING in /eclipseui/org/eclipse/ui/internal/contexts/WorkbenchContextSupport.java
 (at line 104)
public final IContextManager getContextManager() {
The type IContextManager is deprecated
10. WARNING in /eclipseui/org/eclipse/ui/internal/contexts/WorkbenchContextSupport.java
 (at line 129)
public final void removeEnabledSubmission(final EnabledSubmission enabledSubmission) {
The type EnabledSubmission is deprecated
11. WARNING in /eclipseui/org/eclipse/ui/internal/contexts/WorkbenchContextSupport.java
 (at line 142)
final Iterator<EnabledSubmission> submissionItr = enabledSubmissions.iterator();
The type EnabledSubmission is deprecated

/eclipseui/org/eclipse/ui/internal/decorators/FullDecoratorDefinition.java : 1 warning :

OTHER WARNINGS
1. WARNING in /eclipseui/org/eclipse/ui/internal/decorators/FullDecoratorDefinition.java
 (at line 59)
Platform.run(
The method run(ISafeRunnable) from the type Platform has been deprecated since version 2025-03 and marked for removal

/eclipseui/org/eclipse/ui/internal/dialogs/ImportExportPage.java : 1 warning :

OTHER WARNINGS
1. WARNING in /eclipseui/org/eclipse/ui/internal/dialogs/ImportExportPage.java
 (at line 114)
FilteredTree filteredTree = new FilteredTree(parent, SWT.SINGLE | SWT.H_SCROLL | SWT.V_SCROLL | SWT.BORDER,
The constructor FilteredTree(Composite, int, PatternFilter, boolean) is deprecated

/eclipseui/org/eclipse/ui/internal/handlers/ActionDelegateHandlerProxy.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /eclipseui/org/eclipse/ui/internal/handlers/ActionDelegateHandlerProxy.java
 (at line 274)
} else if ((delegate instanceof final IActionDelegateWithEvent delegateWithEvent) && (trigger instanceof final Event triggeringEvent)) {
The type IActionDelegateWithEvent is deprecated
2. WARNING in /eclipseui/org/eclipse/ui/internal/handlers/ActionDelegateHandlerProxy.java
 (at line 276)
delegateWithEvent.runWithEvent(action, triggeringEvent);
The method runWithEvent(IAction, Event) from the type IActionDelegateWithEvent is deprecated

/eclipseui/org/eclipse/ui/internal/handlers/CommandLegacyActionWrapper.java : 1 warning :

OTHER WARNINGS
1. WARNING in /eclipseui/org/eclipse/ui/internal/handlers/CommandLegacyActionWrapper.java
 (at line 326)
baseCommand.execute(executionEvent);
The method execute(ExecutionEvent) from the type Command is deprecated

/eclipseui/org/eclipse/ui/internal/handlers/QuickMenuHandler.java : 1 warning :

OTHER WARNINGS
1. WARNING in /eclipseui/org/eclipse/ui/internal/handlers/QuickMenuHandler.java
 (at line 68)
creator.dispose();
The method dispose() from the type QuickMenuCreator is deprecated

/eclipseui/org/eclipse/ui/internal/help/WorkbenchHelpSystem.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /eclipseui/org/eclipse/ui/internal/help/WorkbenchHelpSystem.java
 (at line 189)
private class CompatibilityIHelpImplementation implements IHelp {
The type IHelp has been deprecated since version 2023-12 and marked for removal
2. WARNING in /eclipseui/org/eclipse/ui/internal/help/WorkbenchHelpSystem.java
 (at line 357)
private IHelp helpCompatibilityWrapper = null;
The type IHelp has been deprecated since version 2023-12 and marked for removal
3. WARNING in /eclipseui/org/eclipse/ui/internal/help/WorkbenchHelpSystem.java
 (at line 553)
public IHelp getHelpSupport() {
The type IHelp has been deprecated since version 2023-12 and marked for removal

/eclipseui/org/eclipse/ui/internal/keys/AbstractKeyFormatter.java : 4 warnings :

OTHER WARNINGS
1. WARNING in /eclipseui/org/eclipse/ui/internal/keys/AbstractKeyFormatter.java
 (at line 64)
String name = key.toString();
The method toString() from the type Key is deprecated
2. WARNING in /eclipseui/org/eclipse/ui/internal/keys/AbstractKeyFormatter.java
 (at line 72)
Iterator<KeyStroke> keyStrokeItr = keySequence.getKeyStrokes().iterator();
The method getKeyStrokes() from the type KeySequence is deprecated
3. WARNING in /eclipseui/org/eclipse/ui/internal/keys/AbstractKeyFormatter.java
 (at line 90)
modifierKeys.addAll(keyStroke.getModifierKeys());
The method getModifierKeys() from the type KeyStroke is deprecated
4. WARNING in /eclipseui/org/eclipse/ui/internal/keys/AbstractKeyFormatter.java
 (at line 99)
NaturalKey naturalKey = keyStroke.getNaturalKey();
The method getNaturalKey() from the type KeyStroke is deprecated

/eclipseui/org/eclipse/ui/internal/keys/AbstractModifierKeyComparator.java : 1 warning :

OTHER WARNINGS
1. WARNING in /eclipseui/org/eclipse/ui/internal/keys/AbstractModifierKeyComparator.java
 (at line 30)
return modifierKeyLeft.compareTo(modifierKeyRight);
The method compareTo(Object) from the type Key is deprecated

/eclipseui/org/eclipse/ui/internal/keys/AlphabeticModifierKeyComparator.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /eclipseui/org/eclipse/ui/internal/keys/AlphabeticModifierKeyComparator.java
 (at line 30)
return modifierKeyLeft.toString().compareTo(modifierKeyRight.toString());
The method toString() from the type Key is deprecated
2. WARNING in /eclipseui/org/eclipse/ui/internal/keys/AlphabeticModifierKeyComparator.java
 (at line 30)
return modifierKeyLeft.toString().compareTo(modifierKeyRight.toString());
The method toString() from the type Key is deprecated

/eclipseui/org/eclipse/ui/internal/keys/CompactKeyFormatter.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /eclipseui/org/eclipse/ui/internal/keys/CompactKeyFormatter.java
 (at line 42)
List<KeyStroke> keyStrokes = keySequence.getKeyStrokes();
The method getKeyStrokes() from the type KeySequence is deprecated
2. WARNING in /eclipseui/org/eclipse/ui/internal/keys/CompactKeyFormatter.java
 (at line 48)
Set<ModifierKey> currentModifierKeys = keyStroke.getModifierKeys();
The method getModifierKeys() from the type KeyStroke is deprecated
3. WARNING in /eclipseui/org/eclipse/ui/internal/keys/CompactKeyFormatter.java
 (at line 63)
naturalKeys.add(keyStroke.getNaturalKey());
The method getNaturalKey() from the type KeyStroke is deprecated

/eclipseui/org/eclipse/ui/internal/keys/EmacsKeyFormatter.java : 1 warning :

OTHER WARNINGS
1. WARNING in /eclipseui/org/eclipse/ui/internal/keys/EmacsKeyFormatter.java
 (at line 56)
String formattedName = Util.translateString(RESOURCE_BUNDLE, key.toString(), null, false, false);
The method toString() from the type Key is deprecated

/eclipseui/org/eclipse/ui/internal/keys/FormalKeyFormatter.java : 1 warning :

OTHER WARNINGS
1. WARNING in /eclipseui/org/eclipse/ui/internal/keys/FormalKeyFormatter.java
 (at line 39)
return key.toString();
The method toString() from the type Key is deprecated

/eclipseui/org/eclipse/ui/internal/keys/MacKeyFormatter.java : 43 warnings :

OTHER WARNINGS
1. WARNING in /eclipseui/org/eclipse/ui/internal/keys/MacKeyFormatter.java
 (at line 34)
if (ModifierKey.SHIFT.equals(modifierKey)) {
The field ModifierKey.SHIFT is deprecated
2. WARNING in /eclipseui/org/eclipse/ui/internal/keys/MacKeyFormatter.java
 (at line 34)
if (ModifierKey.SHIFT.equals(modifierKey)) {
The method equals(Object) from the type Key is deprecated
3. WARNING in /eclipseui/org/eclipse/ui/internal/keys/MacKeyFormatter.java
 (at line 38)
if (ModifierKey.CTRL.equals(modifierKey)) {
The field ModifierKey.CTRL is deprecated
4. WARNING in /eclipseui/org/eclipse/ui/internal/keys/MacKeyFormatter.java
 (at line 38)
if (ModifierKey.CTRL.equals(modifierKey)) {
The method equals(Object) from the type Key is deprecated
5. WARNING in /eclipseui/org/eclipse/ui/internal/keys/MacKeyFormatter.java
 (at line 42)
if (ModifierKey.ALT.equals(modifierKey)) {
The field ModifierKey.ALT is deprecated
6. WARNING in /eclipseui/org/eclipse/ui/internal/keys/MacKeyFormatter.java
 (at line 42)
if (ModifierKey.ALT.equals(modifierKey)) {
The method equals(Object) from the type Key is deprecated
7. WARNING in /eclipseui/org/eclipse/ui/internal/keys/MacKeyFormatter.java
 (at line 46)
if (ModifierKey.COMMAND.equals(modifierKey)) {
The field ModifierKey.COMMAND is deprecated
8. WARNING in /eclipseui/org/eclipse/ui/internal/keys/MacKeyFormatter.java
 (at line 46)
if (ModifierKey.COMMAND.equals(modifierKey)) {
The method equals(Object) from the type Key is deprecated
9. WARNING in /eclipseui/org/eclipse/ui/internal/keys/MacKeyFormatter.java
 (at line 61)
KEY_LOOKUP.put(CharacterKey.BS.toString(), "\u232B"); //$NON-NLS-1$
The field CharacterKey.BS is deprecated
10. WARNING in /eclipseui/org/eclipse/ui/internal/keys/MacKeyFormatter.java
 (at line 61)
KEY_LOOKUP.put(CharacterKey.BS.toString(), "\u232B"); //$NON-NLS-1$
The method toString() from the type Key is deprecated
11. WARNING in /eclipseui/org/eclipse/ui/internal/keys/MacKeyFormatter.java
 (at line 62)
KEY_LOOKUP.put(CharacterKey.CR.toString(), "\u21A9"); //$NON-NLS-1$
The field CharacterKey.CR is deprecated
12. WARNING in /eclipseui/org/eclipse/ui/internal/keys/MacKeyFormatter.java
 (at line 62)
KEY_LOOKUP.put(CharacterKey.CR.toString(), "\u21A9"); //$NON-NLS-1$
The method toString() from the type Key is deprecated
13. WARNING in /eclipseui/org/eclipse/ui/internal/keys/MacKeyFormatter.java
 (at line 63)
KEY_LOOKUP.put(CharacterKey.DEL.toString(), "\u2326"); //$NON-NLS-1$
The field CharacterKey.DEL is deprecated
14. WARNING in /eclipseui/org/eclipse/ui/internal/keys/MacKeyFormatter.java
 (at line 63)
KEY_LOOKUP.put(CharacterKey.DEL.toString(), "\u2326"); //$NON-NLS-1$
The method toString() from the type Key is deprecated
15. WARNING in /eclipseui/org/eclipse/ui/internal/keys/MacKeyFormatter.java
 (at line 64)
KEY_LOOKUP.put(CharacterKey.SPACE.toString(), "\u2423"); //$NON-NLS-1$
The field CharacterKey.SPACE is deprecated
16. WARNING in /eclipseui/org/eclipse/ui/internal/keys/MacKeyFormatter.java
 (at line 64)
KEY_LOOKUP.put(CharacterKey.SPACE.toString(), "\u2423"); //$NON-NLS-1$
The method toString() from the type Key is deprecated
17. WARNING in /eclipseui/org/eclipse/ui/internal/keys/MacKeyFormatter.java
 (at line 65)
KEY_LOOKUP.put(ModifierKey.ALT.toString(), "\u2325"); //$NON-NLS-1$
The field ModifierKey.ALT is deprecated
18. WARNING in /eclipseui/org/eclipse/ui/internal/keys/MacKeyFormatter.java
 (at line 65)
KEY_LOOKUP.put(ModifierKey.ALT.toString(), "\u2325"); //$NON-NLS-1$
The method toString() from the type Key is deprecated
19. WARNING in /eclipseui/org/eclipse/ui/internal/keys/MacKeyFormatter.java
 (at line 66)
KEY_LOOKUP.put(ModifierKey.COMMAND.toString(), "\u2318"); //$NON-NLS-1$
The field ModifierKey.COMMAND is deprecated
20. WARNING in /eclipseui/org/eclipse/ui/internal/keys/MacKeyFormatter.java
 (at line 66)
KEY_LOOKUP.put(ModifierKey.COMMAND.toString(), "\u2318"); //$NON-NLS-1$
The method toString() from the type Key is deprecated
21. WARNING in /eclipseui/org/eclipse/ui/internal/keys/MacKeyFormatter.java
 (at line 67)
KEY_LOOKUP.put(ModifierKey.CTRL.toString(), "\u2303"); //$NON-NLS-1$
The field ModifierKey.CTRL is deprecated
22. WARNING in /eclipseui/org/eclipse/ui/internal/keys/MacKeyFormatter.java
 (at line 67)
KEY_LOOKUP.put(ModifierKey.CTRL.toString(), "\u2303"); //$NON-NLS-1$
The method toString() from the type Key is deprecated
23. WARNING in /eclipseui/org/eclipse/ui/internal/keys/MacKeyFormatter.java
 (at line 68)
KEY_LOOKUP.put(ModifierKey.SHIFT.toString(), "\u21E7"); //$NON-NLS-1$
The field ModifierKey.SHIFT is deprecated
24. WARNING in /eclipseui/org/eclipse/ui/internal/keys/MacKeyFormatter.java
 (at line 68)
KEY_LOOKUP.put(ModifierKey.SHIFT.toString(), "\u21E7"); //$NON-NLS-1$
The method toString() from the type Key is deprecated
25. WARNING in /eclipseui/org/eclipse/ui/internal/keys/MacKeyFormatter.java
 (at line 69)
KEY_LOOKUP.put(SpecialKey.ARROW_DOWN.toString(), "\u2193"); //$NON-NLS-1$
The field SpecialKey.ARROW_DOWN is deprecated
26. WARNING in /eclipseui/org/eclipse/ui/internal/keys/MacKeyFormatter.java
 (at line 69)
KEY_LOOKUP.put(SpecialKey.ARROW_DOWN.toString(), "\u2193"); //$NON-NLS-1$
The method toString() from the type Key is deprecated
27. WARNING in /eclipseui/org/eclipse/ui/internal/keys/MacKeyFormatter.java
 (at line 70)
KEY_LOOKUP.put(SpecialKey.ARROW_LEFT.toString(), "\u2190"); //$NON-NLS-1$
The field SpecialKey.ARROW_LEFT is deprecated
28. WARNING in /eclipseui/org/eclipse/ui/internal/keys/MacKeyFormatter.java
 (at line 70)
KEY_LOOKUP.put(SpecialKey.ARROW_LEFT.toString(), "\u2190"); //$NON-NLS-1$
The method toString() from the type Key is deprecated
29. WARNING in /eclipseui/org/eclipse/ui/internal/keys/MacKeyFormatter.java
 (at line 71)
KEY_LOOKUP.put(SpecialKey.ARROW_RIGHT.toString(), "\u2192"); //$NON-NLS-1$
The field SpecialKey.ARROW_RIGHT is deprecated
30. WARNING in /eclipseui/org/eclipse/ui/internal/keys/MacKeyFormatter.java
 (at line 71)
KEY_LOOKUP.put(SpecialKey.ARROW_RIGHT.toString(), "\u2192"); //$NON-NLS-1$
The method toString() from the type Key is deprecated
31. WARNING in /eclipseui/org/eclipse/ui/internal/keys/MacKeyFormatter.java
 (at line 72)
KEY_LOOKUP.put(SpecialKey.ARROW_UP.toString(), "\u2191"); //$NON-NLS-1$
The field SpecialKey.ARROW_UP is deprecated
32. WARNING in /eclipseui/org/eclipse/ui/internal/keys/MacKeyFormatter.java
 (at line 72)
KEY_LOOKUP.put(SpecialKey.ARROW_UP.toString(), "\u2191"); //$NON-NLS-1$
The method toString() from the type Key is deprecated
33. WARNING in /eclipseui/org/eclipse/ui/internal/keys/MacKeyFormatter.java
 (at line 73)
KEY_LOOKUP.put(SpecialKey.END.toString(), "\u2198"); //$NON-NLS-1$
The field SpecialKey.END is deprecated
34. WARNING in /eclipseui/org/eclipse/ui/internal/keys/MacKeyFormatter.java
 (at line 73)
KEY_LOOKUP.put(SpecialKey.END.toString(), "\u2198"); //$NON-NLS-1$
The method toString() from the type Key is deprecated
35. WARNING in /eclipseui/org/eclipse/ui/internal/keys/MacKeyFormatter.java
 (at line 74)
KEY_LOOKUP.put(SpecialKey.NUMPAD_ENTER.toString(), "\u2324"); //$NON-NLS-1$
The field SpecialKey.NUMPAD_ENTER is deprecated
36. WARNING in /eclipseui/org/eclipse/ui/internal/keys/MacKeyFormatter.java
 (at line 74)
KEY_LOOKUP.put(SpecialKey.NUMPAD_ENTER.toString(), "\u2324"); //$NON-NLS-1$
The method toString() from the type Key is deprecated
37. WARNING in /eclipseui/org/eclipse/ui/internal/keys/MacKeyFormatter.java
 (at line 75)
KEY_LOOKUP.put(SpecialKey.HOME.toString(), "\u2196"); //$NON-NLS-1$
The field SpecialKey.HOME is deprecated
38. WARNING in /eclipseui/org/eclipse/ui/internal/keys/MacKeyFormatter.java
 (at line 75)
KEY_LOOKUP.put(SpecialKey.HOME.toString(), "\u2196"); //$NON-NLS-1$
The method toString() from the type Key is deprecated
39. WARNING in /eclipseui/org/eclipse/ui/internal/keys/MacKeyFormatter.java
 (at line 76)
KEY_LOOKUP.put(SpecialKey.PAGE_DOWN.toString(), "\u21DF"); //$NON-NLS-1$
The field SpecialKey.PAGE_DOWN is deprecated
40. WARNING in /eclipseui/org/eclipse/ui/internal/keys/MacKeyFormatter.java
 (at line 76)
KEY_LOOKUP.put(SpecialKey.PAGE_DOWN.toString(), "\u21DF"); //$NON-NLS-1$
The method toString() from the type Key is deprecated
41. WARNING in /eclipseui/org/eclipse/ui/internal/keys/MacKeyFormatter.java
 (at line 77)
KEY_LOOKUP.put(SpecialKey.PAGE_UP.toString(), "\u21DE"); //$NON-NLS-1$
The field SpecialKey.PAGE_UP is deprecated
42. WARNING in /eclipseui/org/eclipse/ui/internal/keys/MacKeyFormatter.java
 (at line 77)
KEY_LOOKUP.put(SpecialKey.PAGE_UP.toString(), "\u21DE"); //$NON-NLS-1$
The method toString() from the type Key is deprecated
43. WARNING in /eclipseui/org/eclipse/ui/internal/keys/MacKeyFormatter.java
 (at line 82)
String string = (String) KEY_LOOKUP.get(key.toString());
The method toString() from the type Key is deprecated

/eclipseui/org/eclipse/ui/internal/keys/NativeKeyFormatter.java : 35 warnings :

OTHER WARNINGS
1. WARNING in /eclipseui/org/eclipse/ui/internal/keys/NativeKeyFormatter.java
 (at line 70)
CARBON_KEY_LOOK_UP.put(CharacterKey.BS.toString(), "\u232B"); //$NON-NLS-1$
The field CharacterKey.BS is deprecated
2. WARNING in /eclipseui/org/eclipse/ui/internal/keys/NativeKeyFormatter.java
 (at line 70)
CARBON_KEY_LOOK_UP.put(CharacterKey.BS.toString(), "\u232B"); //$NON-NLS-1$
The method toString() from the type Key is deprecated
3. WARNING in /eclipseui/org/eclipse/ui/internal/keys/NativeKeyFormatter.java
 (at line 71)
CARBON_KEY_LOOK_UP.put(CharacterKey.CR.toString(), "\u21A9"); //$NON-NLS-1$
The field CharacterKey.CR is deprecated
4. WARNING in /eclipseui/org/eclipse/ui/internal/keys/NativeKeyFormatter.java
 (at line 71)
CARBON_KEY_LOOK_UP.put(CharacterKey.CR.toString(), "\u21A9"); //$NON-NLS-1$
The method toString() from the type Key is deprecated
5. WARNING in /eclipseui/org/eclipse/ui/internal/keys/NativeKeyFormatter.java
 (at line 72)
CARBON_KEY_LOOK_UP.put(CharacterKey.DEL.toString(), "\u2326"); //$NON-NLS-1$
The field CharacterKey.DEL is deprecated
6. WARNING in /eclipseui/org/eclipse/ui/internal/keys/NativeKeyFormatter.java
 (at line 72)
CARBON_KEY_LOOK_UP.put(CharacterKey.DEL.toString(), "\u2326"); //$NON-NLS-1$
The method toString() from the type Key is deprecated
7. WARNING in /eclipseui/org/eclipse/ui/internal/keys/NativeKeyFormatter.java
 (at line 73)
CARBON_KEY_LOOK_UP.put(CharacterKey.SPACE.toString(), "\u2423"); //$NON-NLS-1$
The field CharacterKey.SPACE is deprecated
8. WARNING in /eclipseui/org/eclipse/ui/internal/keys/NativeKeyFormatter.java
 (at line 73)
CARBON_KEY_LOOK_UP.put(CharacterKey.SPACE.toString(), "\u2423"); //$NON-NLS-1$
The method toString() from the type Key is deprecated
9. WARNING in /eclipseui/org/eclipse/ui/internal/keys/NativeKeyFormatter.java
 (at line 74)
CARBON_KEY_LOOK_UP.put(ModifierKey.ALT.toString(), "\u2325"); //$NON-NLS-1$
The field ModifierKey.ALT is deprecated
10. WARNING in /eclipseui/org/eclipse/ui/internal/keys/NativeKeyFormatter.java
 (at line 74)
CARBON_KEY_LOOK_UP.put(ModifierKey.ALT.toString(), "\u2325"); //$NON-NLS-1$
The method toString() from the type Key is deprecated
11. WARNING in /eclipseui/org/eclipse/ui/internal/keys/NativeKeyFormatter.java
 (at line 75)
CARBON_KEY_LOOK_UP.put(ModifierKey.COMMAND.toString(), "\u2318"); //$NON-NLS-1$
The field ModifierKey.COMMAND is deprecated
12. WARNING in /eclipseui/org/eclipse/ui/internal/keys/NativeKeyFormatter.java
 (at line 75)
CARBON_KEY_LOOK_UP.put(ModifierKey.COMMAND.toString(), "\u2318"); //$NON-NLS-1$
The method toString() from the type Key is deprecated
13. WARNING in /eclipseui/org/eclipse/ui/internal/keys/NativeKeyFormatter.java
 (at line 76)
CARBON_KEY_LOOK_UP.put(ModifierKey.CTRL.toString(), "\u2303"); //$NON-NLS-1$
The field ModifierKey.CTRL is deprecated
14. WARNING in /eclipseui/org/eclipse/ui/internal/keys/NativeKeyFormatter.java
 (at line 76)
CARBON_KEY_LOOK_UP.put(ModifierKey.CTRL.toString(), "\u2303"); //$NON-NLS-1$
The method toString() from the type Key is deprecated
15. WARNING in /eclipseui/org/eclipse/ui/internal/keys/NativeKeyFormatter.java
 (at line 77)
CARBON_KEY_LOOK_UP.put(ModifierKey.SHIFT.toString(), "\u21E7"); //$NON-NLS-1$
The field ModifierKey.SHIFT is deprecated
16. WARNING in /eclipseui/org/eclipse/ui/internal/keys/NativeKeyFormatter.java
 (at line 77)
CARBON_KEY_LOOK_UP.put(ModifierKey.SHIFT.toString(), "\u21E7"); //$NON-NLS-1$
The method toString() from the type Key is deprecated
17. WARNING in /eclipseui/org/eclipse/ui/internal/keys/NativeKeyFormatter.java
 (at line 78)
CARBON_KEY_LOOK_UP.put(SpecialKey.ARROW_DOWN.toString(), "\u2193"); //$NON-NLS-1$
The field SpecialKey.ARROW_DOWN is deprecated
18. WARNING in /eclipseui/org/eclipse/ui/internal/keys/NativeKeyFormatter.java
 (at line 78)
CARBON_KEY_LOOK_UP.put(SpecialKey.ARROW_DOWN.toString(), "\u2193"); //$NON-NLS-1$
The method toString() from the type Key is deprecated
19. WARNING in /eclipseui/org/eclipse/ui/internal/keys/NativeKeyFormatter.java
 (at line 79)
CARBON_KEY_LOOK_UP.put(SpecialKey.ARROW_LEFT.toString(), "\u2190"); //$NON-NLS-1$
The field SpecialKey.ARROW_LEFT is deprecated
20. WARNING in /eclipseui/org/eclipse/ui/internal/keys/NativeKeyFormatter.java
 (at line 79)
CARBON_KEY_LOOK_UP.put(SpecialKey.ARROW_LEFT.toString(), "\u2190"); //$NON-NLS-1$
The method toString() from the type Key is deprecated
21. WARNING in /eclipseui/org/eclipse/ui/internal/keys/NativeKeyFormatter.java
 (at line 80)
CARBON_KEY_LOOK_UP.put(SpecialKey.ARROW_RIGHT.toString(), "\u2192"); //$NON-NLS-1$
The field SpecialKey.ARROW_RIGHT is deprecated
22. WARNING in /eclipseui/org/eclipse/ui/internal/keys/NativeKeyFormatter.java
 (at line 80)
CARBON_KEY_LOOK_UP.put(SpecialKey.ARROW_RIGHT.toString(), "\u2192"); //$NON-NLS-1$
The method toString() from the type Key is deprecated
23. WARNING in /eclipseui/org/eclipse/ui/internal/keys/NativeKeyFormatter.java
 (at line 81)
CARBON_KEY_LOOK_UP.put(SpecialKey.ARROW_UP.toString(), "\u2191"); //$NON-NLS-1$
The field SpecialKey.ARROW_UP is deprecated
24. WARNING in /eclipseui/org/eclipse/ui/internal/keys/NativeKeyFormatter.java
 (at line 81)
CARBON_KEY_LOOK_UP.put(SpecialKey.ARROW_UP.toString(), "\u2191"); //$NON-NLS-1$
The method toString() from the type Key is deprecated
25. WARNING in /eclipseui/org/eclipse/ui/internal/keys/NativeKeyFormatter.java
 (at line 82)
CARBON_KEY_LOOK_UP.put(SpecialKey.END.toString(), "\u2198"); //$NON-NLS-1$
The field SpecialKey.END is deprecated
26. WARNING in /eclipseui/org/eclipse/ui/internal/keys/NativeKeyFormatter.java
 (at line 82)
CARBON_KEY_LOOK_UP.put(SpecialKey.END.toString(), "\u2198"); //$NON-NLS-1$
The method toString() from the type Key is deprecated
27. WARNING in /eclipseui/org/eclipse/ui/internal/keys/NativeKeyFormatter.java
 (at line 83)
CARBON_KEY_LOOK_UP.put(SpecialKey.NUMPAD_ENTER.toString(), "\u2324"); //$NON-NLS-1$
The field SpecialKey.NUMPAD_ENTER is deprecated
28. WARNING in /eclipseui/org/eclipse/ui/internal/keys/NativeKeyFormatter.java
 (at line 83)
CARBON_KEY_LOOK_UP.put(SpecialKey.NUMPAD_ENTER.toString(), "\u2324"); //$NON-NLS-1$
The method toString() from the type Key is deprecated
29. WARNING in /eclipseui/org/eclipse/ui/internal/keys/NativeKeyFormatter.java
 (at line 84)
CARBON_KEY_LOOK_UP.put(SpecialKey.HOME.toString(), "\u2196"); //$NON-NLS-1$
The field SpecialKey.HOME is deprecated
30. WARNING in /eclipseui/org/eclipse/ui/internal/keys/NativeKeyFormatter.java
 (at line 84)
CARBON_KEY_LOOK_UP.put(SpecialKey.HOME.toString(), "\u2196"); //$NON-NLS-1$
The method toString() from the type Key is deprecated
31. WARNING in /eclipseui/org/eclipse/ui/internal/keys/NativeKeyFormatter.java
 (at line 85)
CARBON_KEY_LOOK_UP.put(SpecialKey.PAGE_DOWN.toString(), "\u21DF"); //$NON-NLS-1$
The field SpecialKey.PAGE_DOWN is deprecated
32. WARNING in /eclipseui/org/eclipse/ui/internal/keys/NativeKeyFormatter.java
 (at line 85)
CARBON_KEY_LOOK_UP.put(SpecialKey.PAGE_DOWN.toString(), "\u21DF"); //$NON-NLS-1$
The method toString() from the type Key is deprecated
33. WARNING in /eclipseui/org/eclipse/ui/internal/keys/NativeKeyFormatter.java
 (at line 86)
CARBON_KEY_LOOK_UP.put(SpecialKey.PAGE_UP.toString(), "\u21DE"); //$NON-NLS-1$
The field SpecialKey.PAGE_UP is deprecated
34. WARNING in /eclipseui/org/eclipse/ui/internal/keys/NativeKeyFormatter.java
 (at line 86)
CARBON_KEY_LOOK_UP.put(SpecialKey.PAGE_UP.toString(), "\u21DE"); //$NON-NLS-1$
The method toString() from the type Key is deprecated
35. WARNING in /eclipseui/org/eclipse/ui/internal/keys/NativeKeyFormatter.java
 (at line 99)
String name = key.toString();
The method toString() from the type Key is deprecated

/eclipseui/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java : 21 warnings :

OTHER WARNINGS
1. WARNING in /eclipseui/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java
 (at line 46)
return modifierKeyLeft.compareTo(modifierKeyRight);
The method compareTo(Object) from the type Key is deprecated
2. WARNING in /eclipseui/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java
 (at line 83)
if (ModifierKey.SHIFT.equals(modifierKey)) {
The field ModifierKey.SHIFT is deprecated
3. WARNING in /eclipseui/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java
 (at line 83)
if (ModifierKey.SHIFT.equals(modifierKey)) {
The method equals(Object) from the type Key is deprecated
4. WARNING in /eclipseui/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java
 (at line 87)
if (ModifierKey.CTRL.equals(modifierKey)) {
The field ModifierKey.CTRL is deprecated
5. WARNING in /eclipseui/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java
 (at line 87)
if (ModifierKey.CTRL.equals(modifierKey)) {
The method equals(Object) from the type Key is deprecated
6. WARNING in /eclipseui/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java
 (at line 91)
if (ModifierKey.ALT.equals(modifierKey)) {
The field ModifierKey.ALT is deprecated
7. WARNING in /eclipseui/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java
 (at line 91)
if (ModifierKey.ALT.equals(modifierKey)) {
The method equals(Object) from the type Key is deprecated
8. WARNING in /eclipseui/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java
 (at line 132)
if (ModifierKey.SHIFT.equals(modifierKey)) {
The field ModifierKey.SHIFT is deprecated
9. WARNING in /eclipseui/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java
 (at line 132)
if (ModifierKey.SHIFT.equals(modifierKey)) {
The method equals(Object) from the type Key is deprecated
10. WARNING in /eclipseui/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java
 (at line 136)
if (ModifierKey.CTRL.equals(modifierKey)) {
The field ModifierKey.CTRL is deprecated
11. WARNING in /eclipseui/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java
 (at line 136)
if (ModifierKey.CTRL.equals(modifierKey)) {
The method equals(Object) from the type Key is deprecated
12. WARNING in /eclipseui/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java
 (at line 140)
if (ModifierKey.ALT.equals(modifierKey)) {
The field ModifierKey.ALT is deprecated
13. WARNING in /eclipseui/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java
 (at line 140)
if (ModifierKey.ALT.equals(modifierKey)) {
The method equals(Object) from the type Key is deprecated
14. WARNING in /eclipseui/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java
 (at line 144)
if (ModifierKey.COMMAND.equals(modifierKey)) {
The field ModifierKey.COMMAND is deprecated
15. WARNING in /eclipseui/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java
 (at line 144)
if (ModifierKey.COMMAND.equals(modifierKey)) {
The method equals(Object) from the type Key is deprecated
16. WARNING in /eclipseui/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java
 (at line 160)
if (ModifierKey.CTRL.equals(modifierKey)) {
The field ModifierKey.CTRL is deprecated
17. WARNING in /eclipseui/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java
 (at line 160)
if (ModifierKey.CTRL.equals(modifierKey)) {
The method equals(Object) from the type Key is deprecated
18. WARNING in /eclipseui/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java
 (at line 164)
if (ModifierKey.ALT.equals(modifierKey)) {
The field ModifierKey.ALT is deprecated
19. WARNING in /eclipseui/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java
 (at line 164)
if (ModifierKey.ALT.equals(modifierKey)) {
The method equals(Object) from the type Key is deprecated
20. WARNING in /eclipseui/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java
 (at line 168)
if (ModifierKey.SHIFT.equals(modifierKey)) {
The field ModifierKey.SHIFT is deprecated
21. WARNING in /eclipseui/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java
 (at line 168)
if (ModifierKey.SHIFT.equals(modifierKey)) {
The method equals(Object) from the type Key is deprecated

/eclipseui/org/eclipse/ui/internal/keys/NewKeysPreferencePage.java : 1 warning :

OTHER WARNINGS
1. WARNING in /eclipseui/org/eclipse/ui/internal/keys/NewKeysPreferencePage.java
 (at line 225)
super(parent, treeStyle, filter, true);
The constructor FilteredTree(Composite, int, PatternFilter, boolean) is deprecated

/eclipseui/org/eclipse/ui/internal/registry/ActionSetDescriptor.java : 7 warnings :

OTHER WARNINGS
1. WARNING in /eclipseui/org/eclipse/ui/internal/registry/ActionSetDescriptor.java
 (at line 58)
pluginId = configElement.getNamespace();
The method getNamespace() from the type IConfigurationElement is deprecated
2. WARNING in /eclipseui/org/eclipse/ui/internal/registry/ActionSetDescriptor.java
 (at line 162)
Preferences prefs = WorkbenchPlugin.getDefault().getPluginPreferences();
The type Preferences is deprecated
3. WARNING in /eclipseui/org/eclipse/ui/internal/registry/ActionSetDescriptor.java
 (at line 162)
Preferences prefs = WorkbenchPlugin.getDefault().getPluginPreferences();
The method getPluginPreferences() from the type Plugin is deprecated
4. WARNING in /eclipseui/org/eclipse/ui/internal/registry/ActionSetDescriptor.java
 (at line 164)
if (prefs.getBoolean(prefId)) {
The method getBoolean(String) from the type Preferences is deprecated
5. WARNING in /eclipseui/org/eclipse/ui/internal/registry/ActionSetDescriptor.java
 (at line 181)
Preferences prefs = WorkbenchPlugin.getDefault().getPluginPreferences();
The type Preferences is deprecated
6. WARNING in /eclipseui/org/eclipse/ui/internal/registry/ActionSetDescriptor.java
 (at line 181)
Preferences prefs = WorkbenchPlugin.getDefault().getPluginPreferences();
The method getPluginPreferences() from the type Plugin is deprecated
7. WARNING in /eclipseui/org/eclipse/ui/internal/registry/ActionSetDescriptor.java
 (at line 183)
prefs.setValue(prefId, !newValue);
The method setValue(String, boolean) from the type Preferences is deprecated

/eclipseui/org/eclipse/ui/internal/themes/ColorsAndFontsPreferencePage.java : 1 warning :

OTHER WARNINGS
1. WARNING in /eclipseui/org/eclipse/ui/internal/themes/ColorsAndFontsPreferencePage.java
 (at line 990)
tree = new FilteredTree(parent, SWT.SINGLE | SWT.H_SCROLL | SWT.V_SCROLL | SWT.BORDER, filter, true);
The constructor FilteredTree(Composite, int, PatternFilter, boolean) is deprecated

/eclipseui/org/eclipse/ui/internal/themes/ThemeElementHelper.java : 1 warning :

OTHER WARNINGS
1. WARNING in /eclipseui/org/eclipse/ui/internal/themes/ThemeElementHelper.java
 (at line 121)
defaultFont = registry.bestDataArray(fontData, display);
The method bestDataArray(FontData[], Display) from the type FontRegistry is deprecated

/eclipseui/org/eclipse/ui/internal/wizards/preferences/WizardPreferencesPage.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /eclipseui/org/eclipse/ui/internal/wizards/preferences/WizardPreferencesPage.java
 (at line 275)
viewer.setAllChecked(false);
The method setAllChecked(boolean) from the type CheckboxTreeViewer is deprecated
2. WARNING in /eclipseui/org/eclipse/ui/internal/wizards/preferences/WizardPreferencesPage.java
 (at line 341)
viewer.setAllChecked(true);
The method setAllChecked(boolean) from the type CheckboxTreeViewer is deprecated
3. WARNING in /eclipseui/org/eclipse/ui/internal/wizards/preferences/WizardPreferencesPage.java
 (at line 353)
viewer.setAllChecked(false);
The method setAllChecked(boolean) from the type CheckboxTreeViewer is deprecated

/eclipseui/org/eclipse/ui/keys/CharacterKey.java : 1 warning :

OTHER WARNINGS
1. WARNING in /eclipseui/org/eclipse/ui/keys/CharacterKey.java
 (at line 37)
public final class CharacterKey extends NaturalKey {
The type NaturalKey has been deprecated since version 2024-03 and marked for removal

/eclipseui/org/eclipse/ui/keys/IKeyFormatter.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /eclipseui/org/eclipse/ui/keys/IKeyFormatter.java
 (at line 38)
String format(Key key);
The type Key has been deprecated since version 2024-03 and marked for removal
2. WARNING in /eclipseui/org/eclipse/ui/keys/IKeyFormatter.java
 (at line 51)
String format(KeySequence keySequence);
The type KeySequence has been deprecated since version 2024-03 and marked for removal
3. WARNING in /eclipseui/org/eclipse/ui/keys/IKeyFormatter.java
 (at line 63)
String format(KeyStroke keyStroke);
The type KeyStroke has been deprecated since version 2024-03 and marked for removal

/eclipseui/org/eclipse/ui/keys/KeyFormatterFactory.java : 10 warnings :

OTHER WARNINGS
1. WARNING in /eclipseui/org/eclipse/ui/keys/KeyFormatterFactory.java
 (at line 28)
* @see org.eclipse.ui.keys.IKeyFormatter
Javadoc: The type IKeyFormatter is deprecated
2. WARNING in /eclipseui/org/eclipse/ui/keys/KeyFormatterFactory.java
 (at line 32)
private static final IKeyFormatter COMPACT_KEY_FORMATTER = new CompactKeyFormatter();
The type IKeyFormatter has been deprecated since version 2024-03 and marked for removal
3. WARNING in /eclipseui/org/eclipse/ui/keys/KeyFormatterFactory.java
 (at line 34)
private static final IKeyFormatter FORMAL_KEY_FORMATTER = new FormalKeyFormatter();
The type IKeyFormatter has been deprecated since version 2024-03 and marked for removal
4. WARNING in /eclipseui/org/eclipse/ui/keys/KeyFormatterFactory.java
 (at line 36)
private static final IKeyFormatter EMACS_KEY_FORMATTER = new EmacsKeyFormatter();
The type IKeyFormatter has been deprecated since version 2024-03 and marked for removal
5. WARNING in /eclipseui/org/eclipse/ui/keys/KeyFormatterFactory.java
 (at line 38)
private static IKeyFormatter defaultKeyFormatter = FORMAL_KEY_FORMATTER;
The type IKeyFormatter has been deprecated since version 2024-03 and marked for removal
6. WARNING in /eclipseui/org/eclipse/ui/keys/KeyFormatterFactory.java
 (at line 46)
public static IKeyFormatter getCompactKeyFormatter() {
The type IKeyFormatter has been deprecated since version 2024-03 and marked for removal
7. WARNING in /eclipseui/org/eclipse/ui/keys/KeyFormatterFactory.java
 (at line 56)
public static IKeyFormatter getDefault() {
The type IKeyFormatter has been deprecated since version 2024-03 and marked for removal
8. WARNING in /eclipseui/org/eclipse/ui/keys/KeyFormatterFactory.java
 (at line 66)
public static IKeyFormatter getEmacsKeyFormatter() {
The type IKeyFormatter has been deprecated since version 2024-03 and marked for removal
9. WARNING in /eclipseui/org/eclipse/ui/keys/KeyFormatterFactory.java
 (at line 76)
public static IKeyFormatter getFormalKeyFormatter() {
The type IKeyFormatter has been deprecated since version 2024-03 and marked for removal
10. WARNING in /eclipseui/org/eclipse/ui/keys/KeyFormatterFactory.java
 (at line 87)
public static void setDefault(IKeyFormatter defaultKeyFormatter) {
The type IKeyFormatter has been deprecated since version 2024-03 and marked for removal

/eclipseui/org/eclipse/ui/keys/KeySequence.java : 17 warnings :

OTHER WARNINGS
1. WARNING in /eclipseui/org/eclipse/ui/keys/KeySequence.java
 (at line 106)
public static KeySequence getInstance(KeySequence keySequence, KeyStroke keyStroke) {
The type KeyStroke has been deprecated since version 2024-03 and marked for removal
2. WARNING in /eclipseui/org/eclipse/ui/keys/KeySequence.java
 (at line 111)
List<KeyStroke> keyStrokes = new ArrayList<>(keySequence.getKeyStrokes());
The type KeyStroke has been deprecated since version 2024-03 and marked for removal
3. WARNING in /eclipseui/org/eclipse/ui/keys/KeySequence.java
 (at line 123)
public static KeySequence getInstance(KeyStroke keyStroke) {
The type KeyStroke has been deprecated since version 2024-03 and marked for removal
4. WARNING in /eclipseui/org/eclipse/ui/keys/KeySequence.java
 (at line 136)
public static KeySequence getInstance(KeyStroke[] keyStrokes) {
The type KeyStroke has been deprecated since version 2024-03 and marked for removal
5. WARNING in /eclipseui/org/eclipse/ui/keys/KeySequence.java
 (at line 164)
final List<KeyStroke> legacyKeyStrokes = new ArrayList<>(newKeyStrokesCount);
The type KeyStroke has been deprecated since version 2024-03 and marked for removal
6. WARNING in /eclipseui/org/eclipse/ui/keys/KeySequence.java
 (at line 168)
legacyKeyStrokes.add(SWTKeySupport
The type SWTKeySupport has been deprecated since version 2024-03 and marked for removal
7. WARNING in /eclipseui/org/eclipse/ui/keys/KeySequence.java
 (at line 181)
* @throws ParseException if the given formal string representation could not be
Javadoc: The type ParseException is deprecated
8. WARNING in /eclipseui/org/eclipse/ui/keys/KeySequence.java
 (at line 185)
public static KeySequence getInstance(String string) throws ParseException {
The type ParseException has been deprecated since version 2024-03 and marked for removal
9. WARNING in /eclipseui/org/eclipse/ui/keys/KeySequence.java
 (at line 190)
List<KeyStroke> keyStrokes = new ArrayList<>();
The type KeyStroke has been deprecated since version 2024-03 and marked for removal
10. WARNING in /eclipseui/org/eclipse/ui/keys/KeySequence.java
 (at line 194)
keyStrokes.add(KeyStroke.getInstance(stringTokenizer.nextToken()));
The type KeyStroke has been deprecated since version 2024-03 and marked for removal
11. WARNING in /eclipseui/org/eclipse/ui/keys/KeySequence.java
 (at line 200)
throw new ParseException("Could not construct key sequence with these key strokes: " //$NON-NLS-1$
The type ParseException has been deprecated since version 2024-03 and marked for removal
12. WARNING in /eclipseui/org/eclipse/ui/keys/KeySequence.java
 (at line 222)
private final List<KeyStroke> keyStrokes;
The type KeyStroke has been deprecated since version 2024-03 and marked for removal
13. WARNING in /eclipseui/org/eclipse/ui/keys/KeySequence.java
 (at line 232)
private KeySequence(List<KeyStroke> keyStrokes) {
The type KeyStroke has been deprecated since version 2024-03 and marked for removal
14. WARNING in /eclipseui/org/eclipse/ui/keys/KeySequence.java
 (at line 233)
this.keyStrokes = Util.safeCopy(keyStrokes, KeyStroke.class);
The type KeyStroke has been deprecated since version 2024-03 and marked for removal
15. WARNING in /eclipseui/org/eclipse/ui/keys/KeySequence.java
 (at line 236)
KeyStroke keyStroke = this.keyStrokes.get(i);
The type KeyStroke has been deprecated since version 2024-03 and marked for removal
16. WARNING in /eclipseui/org/eclipse/ui/keys/KeySequence.java
 (at line 287)
return KeyFormatterFactory.getDefault().format(this);
The type KeyFormatterFactory has been deprecated since version 2024-03 and marked for removal
17. WARNING in /eclipseui/org/eclipse/ui/keys/KeySequence.java
 (at line 363)
return KeyFormatterFactory.getFormalKeyFormatter().format(this);
The type KeyFormatterFactory has been deprecated since version 2024-03 and marked for removal

/eclipseui/org/eclipse/ui/keys/KeyStroke.java : 32 warnings :

OTHER WARNINGS
1. WARNING in /eclipseui/org/eclipse/ui/keys/KeyStroke.java
 (at line 54)
* @see org.eclipse.ui.keys.ModifierKey
Javadoc: The type ModifierKey is deprecated
2. WARNING in /eclipseui/org/eclipse/ui/keys/KeyStroke.java
 (at line 55)
* @see org.eclipse.ui.keys.NaturalKey
Javadoc: The type NaturalKey is deprecated
3. WARNING in /eclipseui/org/eclipse/ui/keys/KeyStroke.java
 (at line 94)
public static KeyStroke getInstance(ModifierKey modifierKey, NaturalKey naturalKey) {
The type ModifierKey has been deprecated since version 2024-03 and marked for removal
4. WARNING in /eclipseui/org/eclipse/ui/keys/KeyStroke.java
 (at line 94)
public static KeyStroke getInstance(ModifierKey modifierKey, NaturalKey naturalKey) {
The type NaturalKey has been deprecated since version 2024-03 and marked for removal
5. WARNING in /eclipseui/org/eclipse/ui/keys/KeyStroke.java
 (at line 113)
public static KeyStroke getInstance(ModifierKey[] modifierKeys, NaturalKey naturalKey) {
The type ModifierKey has been deprecated since version 2024-03 and marked for removal
6. WARNING in /eclipseui/org/eclipse/ui/keys/KeyStroke.java
 (at line 113)
public static KeyStroke getInstance(ModifierKey[] modifierKeys, NaturalKey naturalKey) {
The type NaturalKey has been deprecated since version 2024-03 and marked for removal
7. WARNING in /eclipseui/org/eclipse/ui/keys/KeyStroke.java
 (at line 114)
Util.assertInstance(modifierKeys, ModifierKey.class);
The type ModifierKey has been deprecated since version 2024-03 and marked for removal
8. WARNING in /eclipseui/org/eclipse/ui/keys/KeyStroke.java
 (at line 126)
public static KeyStroke getInstance(NaturalKey naturalKey) {
The type NaturalKey has been deprecated since version 2024-03 and marked for removal
9. WARNING in /eclipseui/org/eclipse/ui/keys/KeyStroke.java
 (at line 142)
public static KeyStroke getInstance(SortedSet modifierKeys, NaturalKey naturalKey) {
The type NaturalKey has been deprecated since version 2024-03 and marked for removal
10. WARNING in /eclipseui/org/eclipse/ui/keys/KeyStroke.java
 (at line 152)
* @throws ParseException if the given formal string representation could not be
Javadoc: The type ParseException is deprecated
11. WARNING in /eclipseui/org/eclipse/ui/keys/KeyStroke.java
 (at line 156)
public static KeyStroke getInstance(String string) throws ParseException {
The type ParseException has been deprecated since version 2024-03 and marked for removal
12. WARNING in /eclipseui/org/eclipse/ui/keys/KeyStroke.java
 (at line 161)
SortedSet<ModifierKey> modifierKeys = new TreeSet<>();
The type ModifierKey has been deprecated since version 2024-03 and marked for removal
13. WARNING in /eclipseui/org/eclipse/ui/keys/KeyStroke.java
 (at line 162)
NaturalKey naturalKey = null;
The type NaturalKey has been deprecated since version 2024-03 and marked for removal
14. WARNING in /eclipseui/org/eclipse/ui/keys/KeyStroke.java
 (at line 172)
ModifierKey modifierKey = ModifierKey.modifierKeysByName.get(token);
The type ModifierKey has been deprecated since version 2024-03 and marked for removal
15. WARNING in /eclipseui/org/eclipse/ui/keys/KeyStroke.java
 (at line 172)
ModifierKey modifierKey = ModifierKey.modifierKeysByName.get(token);
The type ModifierKey has been deprecated since version 2024-03 and marked for removal
16. WARNING in /eclipseui/org/eclipse/ui/keys/KeyStroke.java
 (at line 175)
throw new ParseException(
The type ParseException has been deprecated since version 2024-03 and marked for removal
17. WARNING in /eclipseui/org/eclipse/ui/keys/KeyStroke.java
 (at line 180)
naturalKey = CharacterKey.getInstance(token.charAt(0));
The type CharacterKey has been deprecated since version 2024-03 and marked for removal
18. WARNING in /eclipseui/org/eclipse/ui/keys/KeyStroke.java
 (at line 184)
naturalKey = (NaturalKey) CharacterKey.characterKeysByName.get(token);
The type NaturalKey has been deprecated since version 2024-03 and marked for removal
19. WARNING in /eclipseui/org/eclipse/ui/keys/KeyStroke.java
 (at line 184)
naturalKey = (NaturalKey) CharacterKey.characterKeysByName.get(token);
The type CharacterKey has been deprecated since version 2024-03 and marked for removal
20. WARNING in /eclipseui/org/eclipse/ui/keys/KeyStroke.java
 (at line 187)
naturalKey = SpecialKey.specialKeysByName.get(token);
The type SpecialKey has been deprecated since version 2024-03 and marked for removal
21. WARNING in /eclipseui/org/eclipse/ui/keys/KeyStroke.java
 (at line 191)
throw new ParseException("Cannot create key stroke with invalid natural key: " //$NON-NLS-1$
The type ParseException has been deprecated since version 2024-03 and marked for removal
22. WARNING in /eclipseui/org/eclipse/ui/keys/KeyStroke.java
 (at line 203)
throw new ParseException("Cannot create key stroke with " //$NON-NLS-1$
The type ParseException has been deprecated since version 2024-03 and marked for removal
23. WARNING in /eclipseui/org/eclipse/ui/keys/KeyStroke.java
 (at line 225)
private final SortedSet<ModifierKey> modifierKeys;
The type ModifierKey has been deprecated since version 2024-03 and marked for removal
24. WARNING in /eclipseui/org/eclipse/ui/keys/KeyStroke.java
 (at line 231)
private transient ModifierKey[] modifierKeysAsArray;
The type ModifierKey has been deprecated since version 2024-03 and marked for removal
25. WARNING in /eclipseui/org/eclipse/ui/keys/KeyStroke.java
 (at line 236)
private final NaturalKey naturalKey;
The type NaturalKey has been deprecated since version 2024-03 and marked for removal
26. WARNING in /eclipseui/org/eclipse/ui/keys/KeyStroke.java
 (at line 248)
private KeyStroke(SortedSet<ModifierKey> modifierKeys, NaturalKey naturalKey) {
The type ModifierKey has been deprecated since version 2024-03 and marked for removal
27. WARNING in /eclipseui/org/eclipse/ui/keys/KeyStroke.java
 (at line 248)
private KeyStroke(SortedSet<ModifierKey> modifierKeys, NaturalKey naturalKey) {
The type NaturalKey has been deprecated since version 2024-03 and marked for removal
28. WARNING in /eclipseui/org/eclipse/ui/keys/KeyStroke.java
 (at line 249)
this.modifierKeys = Util.safeCopy(modifierKeys, ModifierKey.class);
The type ModifierKey has been deprecated since version 2024-03 and marked for removal
29. WARNING in /eclipseui/org/eclipse/ui/keys/KeyStroke.java
 (at line 251)
this.modifierKeysAsArray = this.modifierKeys.toArray(new ModifierKey[this.modifierKeys.size()]);
The type ModifierKey has been deprecated since version 2024-03 and marked for removal
30. WARNING in /eclipseui/org/eclipse/ui/keys/KeyStroke.java
 (at line 291)
return KeyFormatterFactory.getDefault().format(this);
The type KeyFormatterFactory has been deprecated since version 2024-03 and marked for removal
31. WARNING in /eclipseui/org/eclipse/ui/keys/KeyStroke.java
 (at line 312)
public NaturalKey getNaturalKey() {
The type NaturalKey has been deprecated since version 2024-03 and marked for removal
32. WARNING in /eclipseui/org/eclipse/ui/keys/KeyStroke.java
 (at line 349)
return KeyFormatterFactory.getFormalKeyFormatter().format(this);
The type KeyFormatterFactory has been deprecated since version 2024-03 and marked for removal

/eclipseui/org/eclipse/ui/keys/ModifierKey.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /eclipseui/org/eclipse/ui/keys/ModifierKey.java
 (at line 27)
* combination with themselves and/or a {@link org.eclipse.ui.keys.NaturalKey}.
Javadoc: The type NaturalKey is deprecated
2. WARNING in /eclipseui/org/eclipse/ui/keys/ModifierKey.java
 (at line 37)
* @see org.eclipse.ui.keys.NaturalKey
Javadoc: The type NaturalKey is deprecated
3. WARNING in /eclipseui/org/eclipse/ui/keys/ModifierKey.java
 (at line 40)
public final class ModifierKey extends Key {
The type Key has been deprecated since version 2024-03 and marked for removal

/eclipseui/org/eclipse/ui/keys/NaturalKey.java : 1 warning :

OTHER WARNINGS
1. WARNING in /eclipseui/org/eclipse/ui/keys/NaturalKey.java
 (at line 36)
public abstract class NaturalKey extends Key {
The type Key has been deprecated since version 2024-03 and marked for removal

/eclipseui/org/eclipse/ui/keys/SWTKeySupport.java : 87 warnings :

OTHER WARNINGS
1. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 42)
public static KeyStroke convertAcceleratorToKeyStroke(int accelerator) {
The type KeyStroke has been deprecated since version 2024-03 and marked for removal
2. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 43)
final SortedSet<ModifierKey> modifierKeys = new TreeSet<>();
The type ModifierKey has been deprecated since version 2024-03 and marked for removal
3. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 44)
NaturalKey naturalKey;
The type NaturalKey has been deprecated since version 2024-03 and marked for removal
4. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 47)
modifierKeys.add(ModifierKey.ALT);
The type ModifierKey has been deprecated since version 2024-03 and marked for removal
5. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 51)
modifierKeys.add(ModifierKey.COMMAND);
The type ModifierKey has been deprecated since version 2024-03 and marked for removal
6. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 55)
modifierKeys.add(ModifierKey.CTRL);
The type ModifierKey has been deprecated since version 2024-03 and marked for removal
7. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 59)
modifierKeys.add(ModifierKey.SHIFT);
The type ModifierKey has been deprecated since version 2024-03 and marked for removal
8. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 71)
naturalKey = SpecialKey.ARROW_DOWN;
The type SpecialKey has been deprecated since version 2024-03 and marked for removal
9. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 74)
naturalKey = SpecialKey.ARROW_LEFT;
The type SpecialKey has been deprecated since version 2024-03 and marked for removal
10. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 77)
naturalKey = SpecialKey.ARROW_RIGHT;
The type SpecialKey has been deprecated since version 2024-03 and marked for removal
11. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 80)
naturalKey = SpecialKey.ARROW_UP;
The type SpecialKey has been deprecated since version 2024-03 and marked for removal
12. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 83)
naturalKey = SpecialKey.BREAK;
The type SpecialKey has been deprecated since version 2024-03 and marked for removal
13. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 86)
naturalKey = SpecialKey.CAPS_LOCK;
The type SpecialKey has been deprecated since version 2024-03 and marked for removal
14. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 89)
naturalKey = SpecialKey.END;
The type SpecialKey has been deprecated since version 2024-03 and marked for removal
15. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 92)
naturalKey = SpecialKey.F1;
The type SpecialKey has been deprecated since version 2024-03 and marked for removal
16. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 95)
naturalKey = SpecialKey.F10;
The type SpecialKey has been deprecated since version 2024-03 and marked for removal
17. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 98)
naturalKey = SpecialKey.F11;
The type SpecialKey has been deprecated since version 2024-03 and marked for removal
18. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 101)
naturalKey = SpecialKey.F12;
The type SpecialKey has been deprecated since version 2024-03 and marked for removal
19. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 104)
naturalKey = SpecialKey.F2;
The type SpecialKey has been deprecated since version 2024-03 and marked for removal
20. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 107)
naturalKey = SpecialKey.F3;
The type SpecialKey has been deprecated since version 2024-03 and marked for removal
21. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 110)
naturalKey = SpecialKey.F4;
The type SpecialKey has been deprecated since version 2024-03 and marked for removal
22. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 113)
naturalKey = SpecialKey.F5;
The type SpecialKey has been deprecated since version 2024-03 and marked for removal
23. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 116)
naturalKey = SpecialKey.F6;
The type SpecialKey has been deprecated since version 2024-03 and marked for removal
24. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 119)
naturalKey = SpecialKey.F7;
The type SpecialKey has been deprecated since version 2024-03 and marked for removal
25. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 122)
naturalKey = SpecialKey.F8;
The type SpecialKey has been deprecated since version 2024-03 and marked for removal
26. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 125)
naturalKey = SpecialKey.F9;
The type SpecialKey has been deprecated since version 2024-03 and marked for removal
27. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 128)
naturalKey = SpecialKey.HOME;
The type SpecialKey has been deprecated since version 2024-03 and marked for removal
28. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 131)
naturalKey = SpecialKey.INSERT;
The type SpecialKey has been deprecated since version 2024-03 and marked for removal
29. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 134)
naturalKey = SpecialKey.NUMPAD_0;
The type SpecialKey has been deprecated since version 2024-03 and marked for removal
30. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 137)
naturalKey = SpecialKey.NUMPAD_1;
The type SpecialKey has been deprecated since version 2024-03 and marked for removal
31. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 140)
naturalKey = SpecialKey.NUMPAD_2;
The type SpecialKey has been deprecated since version 2024-03 and marked for removal
32. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 143)
naturalKey = SpecialKey.NUMPAD_3;
The type SpecialKey has been deprecated since version 2024-03 and marked for removal
33. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 146)
naturalKey = SpecialKey.NUMPAD_4;
The type SpecialKey has been deprecated since version 2024-03 and marked for removal
34. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 149)
naturalKey = SpecialKey.NUMPAD_5;
The type SpecialKey has been deprecated since version 2024-03 and marked for removal
35. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 152)
naturalKey = SpecialKey.NUMPAD_6;
The type SpecialKey has been deprecated since version 2024-03 and marked for removal
36. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 155)
naturalKey = SpecialKey.NUMPAD_7;
The type SpecialKey has been deprecated since version 2024-03 and marked for removal
37. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 158)
naturalKey = SpecialKey.NUMPAD_8;
The type SpecialKey has been deprecated since version 2024-03 and marked for removal
38. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 161)
naturalKey = SpecialKey.NUMPAD_9;
The type SpecialKey has been deprecated since version 2024-03 and marked for removal
39. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 164)
naturalKey = SpecialKey.NUMPAD_ADD;
The type SpecialKey has been deprecated since version 2024-03 and marked for removal
40. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 167)
naturalKey = SpecialKey.NUMPAD_ENTER;
The type SpecialKey has been deprecated since version 2024-03 and marked for removal
41. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 170)
naturalKey = SpecialKey.NUMPAD_DECIMAL;
The type SpecialKey has been deprecated since version 2024-03 and marked for removal
42. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 173)
naturalKey = SpecialKey.NUMPAD_DIVIDE;
The type SpecialKey has been deprecated since version 2024-03 and marked for removal
43. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 176)
naturalKey = SpecialKey.NUMPAD_EQUAL;
The type SpecialKey has been deprecated since version 2024-03 and marked for removal
44. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 179)
naturalKey = SpecialKey.NUMPAD_MULTIPLY;
The type SpecialKey has been deprecated since version 2024-03 and marked for removal
45. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 182)
naturalKey = SpecialKey.NUMPAD_SUBTRACT;
The type SpecialKey has been deprecated since version 2024-03 and marked for removal
46. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 185)
naturalKey = SpecialKey.NUM_LOCK;
The type SpecialKey has been deprecated since version 2024-03 and marked for removal
47. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 188)
naturalKey = SpecialKey.PAGE_DOWN;
The type SpecialKey has been deprecated since version 2024-03 and marked for removal
48. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 191)
naturalKey = SpecialKey.PAGE_UP;
The type SpecialKey has been deprecated since version 2024-03 and marked for removal
49. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 194)
naturalKey = SpecialKey.PAUSE;
The type SpecialKey has been deprecated since version 2024-03 and marked for removal
50. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 197)
naturalKey = SpecialKey.PRINT_SCREEN;
The type SpecialKey has been deprecated since version 2024-03 and marked for removal
51. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 200)
naturalKey = SpecialKey.SCROLL_LOCK;
The type SpecialKey has been deprecated since version 2024-03 and marked for removal
52. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 203)
naturalKey = CharacterKey.getInstance((char) (accelerator & 0xFFFF));
The type CharacterKey has been deprecated since version 2024-03 and marked for removal
53. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 207)
return KeyStroke.getInstance(modifierKeys, naturalKey);
The type KeyStroke has been deprecated since version 2024-03 and marked for removal
54. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 323)
public static int convertKeyStrokeToAccelerator(final KeyStroke keyStroke) {
The type KeyStroke has been deprecated since version 2024-03 and marked for removal
55. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 325)
final Iterator<ModifierKey> iterator = keyStroke.getModifierKeys().iterator();
The type ModifierKey has been deprecated since version 2024-03 and marked for removal
56. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 328)
final ModifierKey modifierKey = iterator.next();
The type ModifierKey has been deprecated since version 2024-03 and marked for removal
57. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 330)
if (modifierKey == ModifierKey.ALT) {
The type ModifierKey has been deprecated since version 2024-03 and marked for removal
58. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 332)
} else if (modifierKey == ModifierKey.COMMAND) {
The type ModifierKey has been deprecated since version 2024-03 and marked for removal
59. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 334)
} else if (modifierKey == ModifierKey.CTRL) {
The type ModifierKey has been deprecated since version 2024-03 and marked for removal
60. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 336)
} else if (modifierKey == ModifierKey.SHIFT) {
The type ModifierKey has been deprecated since version 2024-03 and marked for removal
61. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 341)
final NaturalKey naturalKey = keyStroke.getNaturalKey();
The type NaturalKey has been deprecated since version 2024-03 and marked for removal
62. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 343)
if (naturalKey instanceof CharacterKey) {
The type CharacterKey has been deprecated since version 2024-03 and marked for removal
63. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 344)
accelerator |= ((CharacterKey) naturalKey).getCharacter();
The type CharacterKey has been deprecated since version 2024-03 and marked for removal
64. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 345)
} else if (naturalKey instanceof final SpecialKey specialKey) {
The type SpecialKey has been deprecated since version 2024-03 and marked for removal
65. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 346)
if (specialKey == SpecialKey.ARROW_DOWN) {
The type SpecialKey has been deprecated since version 2024-03 and marked for removal
66. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 348)
} else if (specialKey == SpecialKey.ARROW_LEFT) {
The type SpecialKey has been deprecated since version 2024-03 and marked for removal
67. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 350)
} else if (specialKey == SpecialKey.ARROW_RIGHT) {
The type SpecialKey has been deprecated since version 2024-03 and marked for removal
68. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 352)
} else if (specialKey == SpecialKey.ARROW_UP) {
The type SpecialKey has been deprecated since version 2024-03 and marked for removal
69. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 354)
} else if (specialKey == SpecialKey.END) {
The type SpecialKey has been deprecated since version 2024-03 and marked for removal
70. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 356)
} else if (specialKey == SpecialKey.F1) {
The type SpecialKey has been deprecated since version 2024-03 and marked for removal
71. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 358)
} else if (specialKey == SpecialKey.F10) {
The type SpecialKey has been deprecated since version 2024-03 and marked for removal
72. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 360)
} else if (specialKey == SpecialKey.F11) {
The type SpecialKey has been deprecated since version 2024-03 and marked for removal
73. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 362)
} else if (specialKey == SpecialKey.F12) {
The type SpecialKey has been deprecated since version 2024-03 and marked for removal
74. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 364)
} else if (specialKey == SpecialKey.F2) {
The type SpecialKey has been deprecated since version 2024-03 and marked for removal
75. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 366)
} else if (specialKey == SpecialKey.F3) {
The type SpecialKey has been deprecated since version 2024-03 and marked for removal
76. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 368)
} else if (specialKey == SpecialKey.F4) {
The type SpecialKey has been deprecated since version 2024-03 and marked for removal
77. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 370)
} else if (specialKey == SpecialKey.F5) {
The type SpecialKey has been deprecated since version 2024-03 and marked for removal
78. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 372)
} else if (specialKey == SpecialKey.F6) {
The type SpecialKey has been deprecated since version 2024-03 and marked for removal
79. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 374)
} else if (specialKey == SpecialKey.F7) {
The type SpecialKey has been deprecated since version 2024-03 and marked for removal
80. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 376)
} else if (specialKey == SpecialKey.F8) {
The type SpecialKey has been deprecated since version 2024-03 and marked for removal
81. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 378)
} else if (specialKey == SpecialKey.F9) {
The type SpecialKey has been deprecated since version 2024-03 and marked for removal
82. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 380)
} else if (specialKey == SpecialKey.HOME) {
The type SpecialKey has been deprecated since version 2024-03 and marked for removal
83. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 382)
} else if (specialKey == SpecialKey.INSERT) {
The type SpecialKey has been deprecated since version 2024-03 and marked for removal
84. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 384)
} else if (specialKey == SpecialKey.PAGE_DOWN) {
The type SpecialKey has been deprecated since version 2024-03 and marked for removal
85. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 386)
} else if (specialKey == SpecialKey.PAGE_UP) {
The type SpecialKey has been deprecated since version 2024-03 and marked for removal
86. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 394)
private static final IKeyFormatter NATIVE_FORMATTER = new NativeKeyFormatter();
The type IKeyFormatter has been deprecated since version 2024-03 and marked for removal
87. WARNING in /eclipseui/org/eclipse/ui/keys/SWTKeySupport.java
 (at line 404)
public static IKeyFormatter getKeyFormatterForPlatform() {
The type IKeyFormatter has been deprecated since version 2024-03 and marked for removal

/eclipseui/org/eclipse/ui/keys/SpecialKey.java : 1 warning :

OTHER WARNINGS
1. WARNING in /eclipseui/org/eclipse/ui/keys/SpecialKey.java
 (at line 41)
public final class SpecialKey extends NaturalKey {
The type NaturalKey has been deprecated since version 2024-03 and marked for removal

/eclipseui/org/eclipse/ui/part/EditorPart.java : 1 warning :

OTHER WARNINGS
1. WARNING in /eclipseui/org/eclipse/ui/part/EditorPart.java
 (at line 278)
setTitle(getPartName());
The method setTitle(String) from the type WorkbenchPart is deprecated

/eclipseui/org/eclipse/ui/part/MultiPageEditorPart.java : 10 warnings :

OTHER WARNINGS
1. WARNING in /eclipseui/org/eclipse/ui/part/MultiPageEditorPart.java
 (at line 927)
final IKeyBindingService service = getSite().getKeyBindingService();
The type IKeyBindingService is deprecated
2. WARNING in /eclipseui/org/eclipse/ui/part/MultiPageEditorPart.java
 (at line 927)
final IKeyBindingService service = getSite().getKeyBindingService();
The method getKeyBindingService() from the type IWorkbenchPartSite is deprecated
3. WARNING in /eclipseui/org/eclipse/ui/part/MultiPageEditorPart.java
 (at line 930)
if (service instanceof final INestableKeyBindingService nestableService) {
The type INestableKeyBindingService is deprecated
4. WARNING in /eclipseui/org/eclipse/ui/part/MultiPageEditorPart.java
 (at line 931)
nestableService.activateKeyBindingService(null);
The method activateKeyBindingService(IWorkbenchSite) from the type INestableKeyBindingService is deprecated
5. WARNING in /eclipseui/org/eclipse/ui/part/MultiPageEditorPart.java
 (at line 972)
final IKeyBindingService service = getSite().getKeyBindingService();
The type IKeyBindingService is deprecated
6. WARNING in /eclipseui/org/eclipse/ui/part/MultiPageEditorPart.java
 (at line 972)
final IKeyBindingService service = getSite().getKeyBindingService();
The method getKeyBindingService() from the type IWorkbenchPartSite is deprecated
7. WARNING in /eclipseui/org/eclipse/ui/part/MultiPageEditorPart.java
 (at line 978)
if (service instanceof final INestableKeyBindingService nestableService) {
The type INestableKeyBindingService is deprecated
8. WARNING in /eclipseui/org/eclipse/ui/part/MultiPageEditorPart.java
 (at line 979)
nestableService.activateKeyBindingService(editor.getEditorSite());
The method activateKeyBindingService(IWorkbenchSite) from the type INestableKeyBindingService is deprecated
9. WARNING in /eclipseui/org/eclipse/ui/part/MultiPageEditorPart.java
 (at line 997)
if (service instanceof final INestableKeyBindingService nestableService) {
The type INestableKeyBindingService is deprecated
10. WARNING in /eclipseui/org/eclipse/ui/part/MultiPageEditorPart.java
 (at line 998)
nestableService.activateKeyBindingService(null);
The method activateKeyBindingService(IWorkbenchSite) from the type INestableKeyBindingService is deprecated

/eclipseui/org/eclipse/ui/part/MultiPageEditorSite.java : 9 warnings :

OTHER WARNINGS
1. WARNING in /eclipseui/org/eclipse/ui/part/MultiPageEditorSite.java
 (at line 104)
private IKeyBindingService service;
The type IKeyBindingService is deprecated
2. WARNING in /eclipseui/org/eclipse/ui/part/MultiPageEditorSite.java
 (at line 226)
IKeyBindingService parentService = getMultiPageEditor().getEditorSite().getKeyBindingService();
The type IKeyBindingService is deprecated
3. WARNING in /eclipseui/org/eclipse/ui/part/MultiPageEditorSite.java
 (at line 226)
IKeyBindingService parentService = getMultiPageEditor().getEditorSite().getKeyBindingService();
The method getKeyBindingService() from the type IWorkbenchPartSite is deprecated
4. WARNING in /eclipseui/org/eclipse/ui/part/MultiPageEditorSite.java
 (at line 227)
if (parentService instanceof INestableKeyBindingService nestableParent) {
The type INestableKeyBindingService is deprecated
5. WARNING in /eclipseui/org/eclipse/ui/part/MultiPageEditorSite.java
 (at line 228)
nestableParent.removeKeyBindingService(this);
The method removeKeyBindingService(IWorkbenchSite) from the type INestableKeyBindingService is deprecated
6. WARNING in /eclipseui/org/eclipse/ui/part/MultiPageEditorSite.java
 (at line 310)
public IKeyBindingService getKeyBindingService() {
The type IKeyBindingService is deprecated
7. WARNING in /eclipseui/org/eclipse/ui/part/MultiPageEditorSite.java
 (at line 312)
service = getMultiPageEditor().getEditorSite().getKeyBindingService();
The method getKeyBindingService() from the type IWorkbenchPartSite is deprecated
8. WARNING in /eclipseui/org/eclipse/ui/part/MultiPageEditorSite.java
 (at line 313)
if (service instanceof INestableKeyBindingService nestableService) {
The type INestableKeyBindingService is deprecated
9. WARNING in /eclipseui/org/eclipse/ui/part/MultiPageEditorSite.java
 (at line 314)
service = nestableService.getKeyBindingService(this);
The method getKeyBindingService(IWorkbenchSite) from the type INestableKeyBindingService is deprecated

/eclipseui/org/eclipse/ui/plugin/AbstractUIPlugin.java : 1 warning :

OTHER WARNINGS
1. WARNING in /eclipseui/org/eclipse/ui/plugin/AbstractUIPlugin.java
 (at line 487)
super.shutdown();
The method shutdown() from the type Plugin has been deprecated since version 2025-06 (removal in 2027-06 or later) and marked for removal

INFO WARNINGS

errors others warnings forbidden warnings discouraged warnings

FORBIDDEN ACCESS WARNINGS

top errors infos others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors infos others warnings forbidden warnings

/eclipseui/org/eclipse/ui/internal/Workbench.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /eclipseui/org/eclipse/ui/internal/Workbench.java
 (at line 3683)
DPIUtil.runWithAutoScaleValue(initialAutoScaleValue, runnable);
Discouraged access: The type 'DPIUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.38/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.x86_64/target/classes')
2. WARNING in /eclipseui/org/eclipse/ui/internal/Workbench.java
 (at line 3683)
DPIUtil.runWithAutoScaleValue(initialAutoScaleValue, runnable);
Discouraged access: The method 'DPIUtil.runWithAutoScaleValue(String, Runnable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.38/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.x86_64/target/classes')