errors | others warnings | infos | forbidden warnings | discouraged warnings |
top | others warnings | infos | forbidden warnings | discouraged warnings |
top | errors | infos | forbidden warnings | discouraged warnings |
1. WARNING in /eclipseui/org/eclipse/ui/BasicWorkingSetElementAdapter.java (at line 141) PackageAdmin admin = getPackageAdmin(); The type PackageAdmin is deprecated |
2. WARNING in /eclipseui/org/eclipse/ui/BasicWorkingSetElementAdapter.java (at line 146) ExportedPackage[] packages = admin.getExportedPackages(packageName); The type ExportedPackage is deprecated |
3. WARNING in /eclipseui/org/eclipse/ui/BasicWorkingSetElementAdapter.java (at line 146) 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 151) if (packages[0].getExportingBundle().getState() == Bundle.ACTIVE) { The method getExportingBundle() from the type ExportedPackage is deprecated |
5. WARNING in /eclipseui/org/eclipse/ui/BasicWorkingSetElementAdapter.java (at line 157) .getAdapter(packages[0].getExportingBundle().loadClass(type.className)); The method getExportingBundle() from the type ExportedPackage is deprecated |
6. WARNING in /eclipseui/org/eclipse/ui/BasicWorkingSetElementAdapter.java (at line 224) private PackageAdmin getPackageAdmin() { The type PackageAdmin is deprecated |
7. WARNING in /eclipseui/org/eclipse/ui/BasicWorkingSetElementAdapter.java (at line 227) PackageAdmin.class.getName(), null); The type PackageAdmin is deprecated |
8. WARNING in /eclipseui/org/eclipse/ui/BasicWorkingSetElementAdapter.java (at line 231) return (PackageAdmin) packageTracker.getService(); The type PackageAdmin is deprecated |
1. WARNING in /eclipseui/org/eclipse/ui/activities/WorkbenchTriggerPointAdvisor.java (at line 118) WorkbenchPlugin.getDefault().savePluginPreferences(); The method savePluginPreferences() from the type Plugin is deprecated |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
1. WARNING in /eclipseui/org/eclipse/ui/internal/Workbench.java (at line 3241) public IWorkbenchContextSupport getContextSupport() { The type IWorkbenchContextSupport is deprecated |
1. WARNING in /eclipseui/org/eclipse/ui/internal/actions/ModifyWorkingSetDelegate.java (at line 166) contextMenuCreator.dispose(); The method dispose() from the type QuickMenuCreator is deprecated |
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 |
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 |
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 |
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 |
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 120) if (object instanceof org.eclipse.ui.contexts.IContextListener) { The type IContextListener is deprecated |
13. WARNING in /eclipseui/org/eclipse/ui/internal/contexts/LegacyContextListenerWrapper.java (at line 121) final org.eclipse.ui.contexts.IContextListener other = (org.eclipse.ui.contexts.IContextListener) object; The type IContextListener is deprecated |
14. WARNING in /eclipseui/org/eclipse/ui/internal/contexts/LegacyContextListenerWrapper.java (at line 121) final org.eclipse.ui.contexts.IContextListener other = (org.eclipse.ui.contexts.IContextListener) object; The type IContextListener is deprecated |
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 143) final Iterator<EnabledSubmission> submissionItr = enabledSubmissions.iterator(); The type EnabledSubmission is deprecated |
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 |
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 |
1. WARNING in /eclipseui/org/eclipse/ui/internal/handlers/ActionDelegateHandlerProxy.java (at line 279) } else if ((delegate instanceof IActionDelegateWithEvent) && (trigger instanceof Event)) { The type IActionDelegateWithEvent is deprecated |
2. WARNING in /eclipseui/org/eclipse/ui/internal/handlers/ActionDelegateHandlerProxy.java (at line 281) final IActionDelegateWithEvent delegateWithEvent = (IActionDelegateWithEvent) delegate; The type IActionDelegateWithEvent is deprecated |
3. WARNING in /eclipseui/org/eclipse/ui/internal/handlers/ActionDelegateHandlerProxy.java (at line 281) final IActionDelegateWithEvent delegateWithEvent = (IActionDelegateWithEvent) delegate; The type IActionDelegateWithEvent is deprecated |
4. WARNING in /eclipseui/org/eclipse/ui/internal/handlers/ActionDelegateHandlerProxy.java (at line 283) delegateWithEvent.runWithEvent(action, triggeringEvent); The method runWithEvent(IAction, Event) from the type IActionDelegateWithEvent is deprecated |
1. WARNING in /eclipseui/org/eclipse/ui/internal/handlers/CommandLegacyActionWrapper.java (at line 327) baseCommand.execute(executionEvent); The method execute(ExecutionEvent) from the type Command is deprecated |
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 |
1. WARNING in /eclipseui/org/eclipse/ui/internal/help/WorkbenchHelpSystem.java (at line 190) 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 358) private IHelp helpCompatibilityWrapper = null; The type IHelp has been deprecated since version 2023-12 and marked for removal |
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 |
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 |
1. WARNING in /eclipseui/org/eclipse/ui/internal/themes/ColorsAndFontsPreferencePage.java (at line 983) 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 |
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 |
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 |
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 |
1. WARNING in /eclipseui/org/eclipse/ui/part/MultiPageEditorPart.java (at line 915) final IKeyBindingService service = getSite().getKeyBindingService(); The type IKeyBindingService is deprecated |
2. WARNING in /eclipseui/org/eclipse/ui/part/MultiPageEditorPart.java (at line 915) 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 918) if (service instanceof INestableKeyBindingService) { The type INestableKeyBindingService is deprecated |
4. WARNING in /eclipseui/org/eclipse/ui/part/MultiPageEditorPart.java (at line 919) final INestableKeyBindingService nestableService = (INestableKeyBindingService) service; The type INestableKeyBindingService is deprecated |
5. WARNING in /eclipseui/org/eclipse/ui/part/MultiPageEditorPart.java (at line 919) final INestableKeyBindingService nestableService = (INestableKeyBindingService) service; The type INestableKeyBindingService is deprecated |
6. WARNING in /eclipseui/org/eclipse/ui/part/MultiPageEditorPart.java (at line 920) nestableService.activateKeyBindingService(null); The method activateKeyBindingService(IWorkbenchSite) from the type INestableKeyBindingService is deprecated |
7. WARNING in /eclipseui/org/eclipse/ui/part/MultiPageEditorPart.java (at line 961) final IKeyBindingService service = getSite().getKeyBindingService(); The type IKeyBindingService is deprecated |
8. WARNING in /eclipseui/org/eclipse/ui/part/MultiPageEditorPart.java (at line 961) final IKeyBindingService service = getSite().getKeyBindingService(); The method getKeyBindingService() from the type IWorkbenchPartSite is deprecated |
9. WARNING in /eclipseui/org/eclipse/ui/part/MultiPageEditorPart.java (at line 967) if (service instanceof INestableKeyBindingService) { The type INestableKeyBindingService is deprecated |
10. WARNING in /eclipseui/org/eclipse/ui/part/MultiPageEditorPart.java (at line 968) final INestableKeyBindingService nestableService = (INestableKeyBindingService) service; The type INestableKeyBindingService is deprecated |
11. WARNING in /eclipseui/org/eclipse/ui/part/MultiPageEditorPart.java (at line 968) final INestableKeyBindingService nestableService = (INestableKeyBindingService) service; The type INestableKeyBindingService is deprecated |
12. WARNING in /eclipseui/org/eclipse/ui/part/MultiPageEditorPart.java (at line 969) nestableService.activateKeyBindingService(editor.getEditorSite()); The method activateKeyBindingService(IWorkbenchSite) from the type INestableKeyBindingService is deprecated |
13. WARNING in /eclipseui/org/eclipse/ui/part/MultiPageEditorPart.java (at line 987) if (service instanceof INestableKeyBindingService) { The type INestableKeyBindingService is deprecated |
14. WARNING in /eclipseui/org/eclipse/ui/part/MultiPageEditorPart.java (at line 988) final INestableKeyBindingService nestableService = (INestableKeyBindingService) service; The type INestableKeyBindingService is deprecated |
15. WARNING in /eclipseui/org/eclipse/ui/part/MultiPageEditorPart.java (at line 988) final INestableKeyBindingService nestableService = (INestableKeyBindingService) service; The type INestableKeyBindingService is deprecated |
16. WARNING in /eclipseui/org/eclipse/ui/part/MultiPageEditorPart.java (at line 989) nestableService.activateKeyBindingService(null); The method activateKeyBindingService(IWorkbenchSite) from the type INestableKeyBindingService is deprecated |
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) { The type INestableKeyBindingService is deprecated |
5. WARNING in /eclipseui/org/eclipse/ui/part/MultiPageEditorSite.java (at line 228) INestableKeyBindingService nestableParent = (INestableKeyBindingService) parentService; The type INestableKeyBindingService is deprecated |
6. WARNING in /eclipseui/org/eclipse/ui/part/MultiPageEditorSite.java (at line 228) INestableKeyBindingService nestableParent = (INestableKeyBindingService) parentService; The type INestableKeyBindingService is deprecated |
7. WARNING in /eclipseui/org/eclipse/ui/part/MultiPageEditorSite.java (at line 229) nestableParent.removeKeyBindingService(this); The method removeKeyBindingService(IWorkbenchSite) from the type INestableKeyBindingService is deprecated |
8. WARNING in /eclipseui/org/eclipse/ui/part/MultiPageEditorSite.java (at line 311) public IKeyBindingService getKeyBindingService() { The type IKeyBindingService is deprecated |
9. WARNING in /eclipseui/org/eclipse/ui/part/MultiPageEditorSite.java (at line 313) service = getMultiPageEditor().getEditorSite().getKeyBindingService(); The method getKeyBindingService() from the type IWorkbenchPartSite is deprecated |
10. WARNING in /eclipseui/org/eclipse/ui/part/MultiPageEditorSite.java (at line 314) if (service instanceof INestableKeyBindingService) { The type INestableKeyBindingService is deprecated |
11. WARNING in /eclipseui/org/eclipse/ui/part/MultiPageEditorSite.java (at line 315) INestableKeyBindingService nestableService = (INestableKeyBindingService) service; The type INestableKeyBindingService is deprecated |
12. WARNING in /eclipseui/org/eclipse/ui/part/MultiPageEditorSite.java (at line 315) INestableKeyBindingService nestableService = (INestableKeyBindingService) service; The type INestableKeyBindingService is deprecated |
13. WARNING in /eclipseui/org/eclipse/ui/part/MultiPageEditorSite.java (at line 316) service = nestableService.getKeyBindingService(this); The method getKeyBindingService(IWorkbenchSite) from the type INestableKeyBindingService is deprecated |
errors | others warnings | forbidden warnings | discouraged warnings |
top | errors | infos | others warnings | discouraged warnings |
top | errors | infos | others warnings | forbidden warnings |
1. WARNING in /eclipseui/org/eclipse/ui/internal/Workbench.java (at line 3674) DPIUtil.runWithAutoScaleValue(initialAutoScaleValue, runnable); Discouraged access: The type 'DPIUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.37/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 3674) 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.37/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.x86_64/target/classes') |