---------- 1. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse JFace/org/eclipse/jface/wizard/WizardDialog.java (at line 996) if (getTitleArea() == null) ^^^^^^^^^^^^^^ The method getTitleArea() from the type org.eclipse.jface.dialogs.TitleAreaDialog is deprecated ---------- ---------- 2. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse JFace/org/eclipse/jface/wizard/WizardDialog.java (at line 1083) if (getTitleArea() == null) ^^^^^^^^^^^^^^ The method getTitleArea() from the type org.eclipse.jface.dialogs.TitleAreaDialog is deprecated ---------- ---------- 3. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse JFace Text/org/eclipse/jface/text/AbstractHoverInformationControlManager.java (at line 445) public void setEnabled(boolean enabled) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ This method overrides deprecated method from org.eclipse.jface.text.AbstractInformationControlManager ---------- ---------- 4. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse JFace Text/org/eclipse/jface/text/AbstractHoverInformationControlManager.java (at line 448) super.setEnabled(enabled); ^^^^^^^^^^^^^^^^^^^^^^^^^ The method setEnabled(boolean) from the type org.eclipse.jface.text.AbstractInformationControlManager is deprecated ---------- ---------- 5. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse JFace Text/org/eclipse/jface/text/rules/RuleBasedDamagerRepairer.java (at line 34) super(scanner, defaultTextAttribute); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor org.eclipse.jface.text.rules.DefaultDamagerRepairer(org.eclipse.jface.text.rules.ITokenScanner, org.eclipse.jface.text.TextAttribute) is deprecated ---------- ---------- 6. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI/org/eclipse/ui/actions/OpenPerspectiveMenu.java (at line 87) .equals(IWorkbenchPreferenceConstants.OPEN_NEW_PERSPECTIVE)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field org.eclipse.ui.IWorkbenchPreferenceConstants.OPEN_NEW_PERSPECTIVE is deprecated ---------- ---------- 7. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI/org/eclipse/ui/actions/OpenPerspectiveMenu.java (at line 97) IWorkbenchPreferenceConstants.OPEN_NEW_PERSPECTIVE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field org.eclipse.ui.IWorkbenchPreferenceConstants.OPEN_NEW_PERSPECTIVE is deprecated ---------- ---------- 8. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI/org/eclipse/ui/help/DialogPageContextComputer.java (at line 23) public class DialogPageContextComputer implements IContextComputer { ^^^^^^^^^^^^^^^^ The type org.eclipse.ui.help.IContextComputer is deprecated ---------- ---------- 9. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI/org/eclipse/ui/help/DialogPageContextComputer.java (at line 48) object instanceof IContextComputer || ^^^^^^^^^^^^^^^^ The type org.eclipse.ui.help.IContextComputer is deprecated ---------- ---------- 10. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI/org/eclipse/ui/help/DialogPageContextComputer.java (at line 57) if (object instanceof IContextComputer) ^^^^^^^^^^^^^^^^ The type org.eclipse.ui.help.IContextComputer is deprecated ---------- ---------- 11. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI/org/eclipse/ui/help/DialogPageContextComputer.java (at line 59) contexts = ((IContextComputer)object).getLocalContexts(event); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getLocalContexts(org.eclipse.swt.events.HelpEvent) from the type org.eclipse.ui.help.IContextComputer is deprecated ---------- ---------- 12. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI/org/eclipse/ui/help/DialogPageContextComputer.java (at line 59) contexts = ((IContextComputer)object).getLocalContexts(event); ^^^^^^^^^^^^^^^^ The type org.eclipse.ui.help.IContextComputer is deprecated ---------- ---------- 13. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI/org/eclipse/ui/help/DialogPageContextComputer.java (at line 75) Object object = WorkbenchHelp.getHelp(control); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getHelp(org.eclipse.swt.widgets.Control) from the type org.eclipse.ui.help.WorkbenchHelp is deprecated ---------- ---------- 14. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI/org/eclipse/ui/help/ViewContextComputer.java (at line 21) public class ViewContextComputer implements IContextComputer { ^^^^^^^^^^^^^^^^ The type org.eclipse.ui.help.IContextComputer is deprecated ---------- ---------- 15. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI/org/eclipse/ui/help/ViewContextComputer.java (at line 46) object instanceof IContextComputer || ^^^^^^^^^^^^^^^^ The type org.eclipse.ui.help.IContextComputer is deprecated ---------- ---------- 16. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI/org/eclipse/ui/help/ViewContextComputer.java (at line 55) if (object instanceof IContextComputer) ^^^^^^^^^^^^^^^^ The type org.eclipse.ui.help.IContextComputer is deprecated ---------- ---------- 17. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI/org/eclipse/ui/help/ViewContextComputer.java (at line 57) contexts = ((IContextComputer)object).getLocalContexts(event); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getLocalContexts(org.eclipse.swt.events.HelpEvent) from the type org.eclipse.ui.help.IContextComputer is deprecated ---------- ---------- 18. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI/org/eclipse/ui/help/ViewContextComputer.java (at line 57) contexts = ((IContextComputer)object).getLocalContexts(event); ^^^^^^^^^^^^^^^^ The type org.eclipse.ui.help.IContextComputer is deprecated ---------- ---------- 19. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI/org/eclipse/ui/help/ViewContextComputer.java (at line 73) Object object = WorkbenchHelp.getHelp(control); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getHelp(org.eclipse.swt.widgets.Control) from the type org.eclipse.ui.help.WorkbenchHelp is deprecated ---------- ---------- 20. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI/org/eclipse/ui/help/WorkbenchHelp.java (at line 84) helpSupport.displayHelp(helpContext, point.x, point.y); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method displayHelp(java.lang.String, int, int) from the type org.eclipse.help.IHelp is deprecated ---------- ---------- 21. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI/org/eclipse/ui/help/WorkbenchHelp.java (at line 97) helpSupport.displayHelp(helpContext, point.x, point.y); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method displayHelp(org.eclipse.help.IContext, int, int) from the type org.eclipse.help.IHelp is deprecated ---------- ---------- 22. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI/org/eclipse/ui/help/WorkbenchHelp.java (at line 228) if (object instanceof IContextComputer) ^^^^^^^^^^^^^^^^ The type org.eclipse.ui.help.IContextComputer is deprecated ---------- ---------- 23. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI/org/eclipse/ui/help/WorkbenchHelp.java (at line 230) helpContext = ((IContextComputer)object).computeContexts(event); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method computeContexts(org.eclipse.swt.events.HelpEvent) from the type org.eclipse.ui.help.IContextComputer is deprecated ---------- ---------- 24. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI/org/eclipse/ui/help/WorkbenchHelp.java (at line 230) helpContext = ((IContextComputer)object).computeContexts(event); ^^^^^^^^^^^^^^^^ The type org.eclipse.ui.help.IContextComputer is deprecated ---------- ---------- 25. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI/org/eclipse/ui/help/WorkbenchHelp.java (at line 262) getHelpSupport().displayHelp((IContext)helpContexts[0], point.x, point.y); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method displayHelp(org.eclipse.help.IContext, int, int) from the type org.eclipse.help.IHelp is deprecated ---------- ---------- 26. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI/org/eclipse/ui/help/WorkbenchHelp.java (at line 264) getHelpSupport().displayHelp((String)helpContexts[0], point.x, point.y); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method displayHelp(java.lang.String, int, int) from the type org.eclipse.help.IHelp is deprecated ---------- ---------- 27. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI/org/eclipse/ui/help/WorkbenchHelp.java (at line 346) public static void setHelp(IAction action, final IContextComputer computer) { ^^^^^^^^^^^^^^^^ The type org.eclipse.ui.help.IContextComputer is deprecated ---------- ---------- 28. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI/org/eclipse/ui/help/WorkbenchHelp.java (at line 349) Object[] helpContext = computer.computeContexts(event); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method computeContexts(org.eclipse.swt.events.HelpEvent) from the type org.eclipse.ui.help.IContextComputer is deprecated ---------- ---------- 29. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI/org/eclipse/ui/help/WorkbenchHelp.java (at line 397) public static void setHelp(Control control, IContextComputer computer) { ^^^^^^^^^^^^^^^^ The type org.eclipse.ui.help.IContextComputer is deprecated ---------- ---------- 30. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI/org/eclipse/ui/help/WorkbenchHelp.java (at line 439) public static void setHelp(Menu menu, IContextComputer computer) { ^^^^^^^^^^^^^^^^ The type org.eclipse.ui.help.IContextComputer is deprecated ---------- ---------- 31. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI/org/eclipse/ui/help/WorkbenchHelp.java (at line 481) public static void setHelp(MenuItem item, IContextComputer computer) { ^^^^^^^^^^^^^^^^ The type org.eclipse.ui.help.IContextComputer is deprecated ---------- ---------- 32. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/dialogs/BuildOrderPreferencePage.java (at line 451) GlobalBuildAction action = new GlobalBuildAction(workbench, getShell(), IncrementalProjectBuilder.INCREMENTAL_BUILD); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor org.eclipse.ui.actions.GlobalBuildAction(org.eclipse.ui.IWorkbench, org.eclipse.swt.widgets.Shell, int) is deprecated ---------- ---------- 33. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/dialogs/PerspectivesPreferencePage.java (at line 211) IWorkbenchPreferenceConstants.OPEN_PERSPECTIVE_REPLACE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field org.eclipse.ui.IWorkbenchPreferenceConstants.OPEN_PERSPECTIVE_REPLACE is deprecated ---------- ---------- 34. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/dialogs/PerspectivesPreferencePage.java (at line 216) IWorkbenchPreferenceConstants.OPEN_PERSPECTIVE_REPLACE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field org.eclipse.ui.IWorkbenchPreferenceConstants.OPEN_PERSPECTIVE_REPLACE is deprecated ---------- ---------- 35. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/dialogs/PerspectivesPreferencePage.java (at line 227) IWorkbenchPreferenceConstants.OPEN_PERSPECTIVE_WINDOW)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field org.eclipse.ui.IWorkbenchPreferenceConstants.OPEN_PERSPECTIVE_WINDOW is deprecated ---------- ---------- 36. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/dialogs/PerspectivesPreferencePage.java (at line 232) IWorkbenchPreferenceConstants.OPEN_PERSPECTIVE_WINDOW; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field org.eclipse.ui.IWorkbenchPreferenceConstants.OPEN_PERSPECTIVE_WINDOW is deprecated ---------- ---------- 37. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/dialogs/PerspectivesPreferencePage.java (at line 243) IWorkbenchPreferenceConstants.NO_NEW_PERSPECTIVE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field org.eclipse.ui.IWorkbenchPreferenceConstants.NO_NEW_PERSPECTIVE is deprecated ---------- ---------- 38. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/dialogs/PerspectivesPreferencePage.java (at line 247) IWorkbenchPreferenceConstants.NO_NEW_PERSPECTIVE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field org.eclipse.ui.IWorkbenchPreferenceConstants.NO_NEW_PERSPECTIVE is deprecated ---------- ---------- 39. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/dialogs/PerspectivesPreferencePage.java (at line 399) store.getString(IWorkbenchPreferenceConstants.PROJECT_OPEN_NEW_PERSPECTIVE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field org.eclipse.ui.IWorkbenchPreferenceConstants.PROJECT_OPEN_NEW_PERSPECTIVE is deprecated ---------- ---------- 40. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/dialogs/PerspectivesPreferencePage.java (at line 411) store.getDefaultString(IWorkbenchPreferenceConstants.PROJECT_OPEN_NEW_PERSPECTIVE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field org.eclipse.ui.IWorkbenchPreferenceConstants.PROJECT_OPEN_NEW_PERSPECTIVE is deprecated ---------- ---------- 41. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/dialogs/PerspectivesPreferencePage.java (at line 413) newProjectPerspectiveSetting.equals(IWorkbenchPreferenceConstants.OPEN_PERSPECTIVE_REPLACE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field org.eclipse.ui.IWorkbenchPreferenceConstants.OPEN_PERSPECTIVE_REPLACE is deprecated ---------- ---------- 42. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/dialogs/PerspectivesPreferencePage.java (at line 415) newProjectPerspectiveSetting.equals(IWorkbenchPreferenceConstants.OPEN_PERSPECTIVE_WINDOW)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field org.eclipse.ui.IWorkbenchPreferenceConstants.OPEN_PERSPECTIVE_WINDOW is deprecated ---------- ---------- 43. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/dialogs/PerspectivesPreferencePage.java (at line 417) newProjectPerspectiveSetting.equals(IWorkbenchPreferenceConstants.NO_NEW_PERSPECTIVE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field org.eclipse.ui.IWorkbenchPreferenceConstants.NO_NEW_PERSPECTIVE is deprecated ---------- ---------- 44. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/dialogs/PerspectivesPreferencePage.java (at line 455) IWorkbenchPreferenceConstants.PROJECT_OPEN_NEW_PERSPECTIVE, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field org.eclipse.ui.IWorkbenchPreferenceConstants.PROJECT_OPEN_NEW_PERSPECTIVE is deprecated ---------- ---------- 45. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/dialogs/WelcomeItem.java (at line 103) helpSupport.displayHelp(topic, href); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method displayHelp(java.lang.String, java.lang.String) from the type org.eclipse.help.IHelp is deprecated ---------- ---------- 46. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/dialogs/WelcomeItem.java (at line 105) helpSupport.displayHelp(topic); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method displayHelp(java.lang.String) from the type org.eclipse.help.IHelp is deprecated ---------- ---------- 47. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/dialogs/WorkbenchPreferencePage.java (at line 344) GlobalBuildAction action = new GlobalBuildAction(this.workbench, getShell(), IncrementalProjectBuilder.INCREMENTAL_BUILD); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor org.eclipse.ui.actions.GlobalBuildAction(org.eclipse.ui.IWorkbench, org.eclipse.swt.widgets.Shell, int) is deprecated ---------- ---------- 48. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/OpenNewWindowAction.java (at line 49) WorkbenchHelp.setHelp(this, new Object[] {IHelpContextIds.OPEN_NEW_WINDOW_ACTION}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setHelp(org.eclipse.jface.action.IAction, java.lang.Object[]) from the type org.eclipse.ui.help.WorkbenchHelp is deprecated ---------- ---------- 49. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/PageLayout.java (at line 487) public int getEditorReuseThreshold() { ^^^^^^^^^^^^^^^^^^^^^^^^^ This method overrides deprecated method from org.eclipse.ui.IPageLayout ---------- ---------- 50. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/PageLayout.java (at line 493) public void setEditorReuseThreshold(int openEditors) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This method overrides deprecated method from org.eclipse.ui.IPageLayout ---------- ---------- 51. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/ShowViewMenu.java (at line 213) IViewPart[] views = page.getViews(); ^^^^^^^^^^^^^^^ The method getViews() from the type org.eclipse.ui.IWorkbenchPage is deprecated ---------- ---------- 52. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java (at line 1148) public IEditorPart [] getEditors() { ^^^^^^^^^^^^ This method overrides deprecated method from org.eclipse.ui.IWorkbenchPage ---------- ---------- 53. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java (at line 1316) public IViewPart [] getViews() { ^^^^^^^^^^ This method overrides deprecated method from org.eclipse.ui.IWorkbenchPage ---------- ---------- 54. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java (at line 2453) public int getEditorReuseThreshold() { ^^^^^^^^^^^^^^^^^^^^^^^^^ This method overrides deprecated method from org.eclipse.ui.IWorkbenchPage ---------- ---------- 55. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java (at line 2460) public void setEditorReuseThreshold(int openEditors) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This method overrides deprecated method from org.eclipse.ui.IWorkbenchPage ---------- ---------- 56. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/WorkbenchPlugin.java (at line 431) store.setDefault(IWorkbenchPreferenceConstants.OPEN_NEW_PERSPECTIVE, IWorkbenchPreferenceConstants.OPEN_PERSPECTIVE_REPLACE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field org.eclipse.ui.IWorkbenchPreferenceConstants.OPEN_NEW_PERSPECTIVE is deprecated ---------- ---------- 57. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/WorkbenchPlugin.java (at line 431) store.setDefault(IWorkbenchPreferenceConstants.OPEN_NEW_PERSPECTIVE, IWorkbenchPreferenceConstants.OPEN_PERSPECTIVE_REPLACE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field org.eclipse.ui.IWorkbenchPreferenceConstants.OPEN_PERSPECTIVE_REPLACE is deprecated ---------- ---------- 58. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/WorkbenchPlugin.java (at line 432) store.setDefault(IWorkbenchPreferenceConstants.SHIFT_OPEN_NEW_PERSPECTIVE, IWorkbenchPreferenceConstants.OPEN_PERSPECTIVE_REPLACE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field org.eclipse.ui.IWorkbenchPreferenceConstants.SHIFT_OPEN_NEW_PERSPECTIVE is deprecated ---------- ---------- 59. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/WorkbenchPlugin.java (at line 432) store.setDefault(IWorkbenchPreferenceConstants.SHIFT_OPEN_NEW_PERSPECTIVE, IWorkbenchPreferenceConstants.OPEN_PERSPECTIVE_REPLACE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field org.eclipse.ui.IWorkbenchPreferenceConstants.OPEN_PERSPECTIVE_REPLACE is deprecated ---------- ---------- 60. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/WorkbenchPlugin.java (at line 433) store.setDefault(IWorkbenchPreferenceConstants.ALTERNATE_OPEN_NEW_PERSPECTIVE, IWorkbenchPreferenceConstants.OPEN_PERSPECTIVE_REPLACE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field org.eclipse.ui.IWorkbenchPreferenceConstants.ALTERNATE_OPEN_NEW_PERSPECTIVE is deprecated ---------- ---------- 61. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/WorkbenchPlugin.java (at line 433) store.setDefault(IWorkbenchPreferenceConstants.ALTERNATE_OPEN_NEW_PERSPECTIVE, IWorkbenchPreferenceConstants.OPEN_PERSPECTIVE_REPLACE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field org.eclipse.ui.IWorkbenchPreferenceConstants.OPEN_PERSPECTIVE_REPLACE is deprecated ---------- ---------- 62. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/WorkbenchPlugin.java (at line 434) store.setDefault(IWorkbenchPreferenceConstants.PROJECT_OPEN_NEW_PERSPECTIVE, IWorkbenchPreferenceConstants.OPEN_PERSPECTIVE_REPLACE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field org.eclipse.ui.IWorkbenchPreferenceConstants.PROJECT_OPEN_NEW_PERSPECTIVE is deprecated ---------- ---------- 63. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/WorkbenchPlugin.java (at line 434) store.setDefault(IWorkbenchPreferenceConstants.PROJECT_OPEN_NEW_PERSPECTIVE, IWorkbenchPreferenceConstants.OPEN_PERSPECTIVE_REPLACE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field org.eclipse.ui.IWorkbenchPreferenceConstants.OPEN_PERSPECTIVE_REPLACE is deprecated ---------- ---------- 64. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/registry/ProjectImageRegistry.java (at line 29) ProjectImageRegistryReader reader = new ProjectImageRegistryReader(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ The type org.eclipse.ui.internal.registry.ProjectImageRegistryReader is deprecated ---------- ---------- 65. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/registry/ProjectImageRegistry.java (at line 29) ProjectImageRegistryReader reader = new ProjectImageRegistryReader(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor org.eclipse.ui.internal.registry.ProjectImageRegistryReader() is deprecated ---------- ---------- 66. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/registry/ProjectImageRegistry.java (at line 29) ProjectImageRegistryReader reader = new ProjectImageRegistryReader(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ The type org.eclipse.ui.internal.registry.ProjectImageRegistryReader is deprecated ---------- ---------- 67. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/registry/ProjectImageRegistry.java (at line 30) reader.readProjectNatureImages(Platform.getPluginRegistry(), this); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method readProjectNatureImages(org.eclipse.core.runtime.IPluginRegistry, org.eclipse.ui.internal.registry.ProjectImageRegistry) from the type org.eclipse.ui.internal.registry.ProjectImageRegistryReader is deprecated ---------- ---------- 68. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI/org/eclipse/ui/internal/registry/ProjectImageRegistryReader.java (at line 61) readRegistry(in, IWorkbenchConstants.PLUGIN_ID, IWorkbenchConstants.PL_PROJECT_NATURE_IMAGES); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field org.eclipse.ui.internal.IWorkbenchConstants.PL_PROJECT_NATURE_IMAGES is deprecated ---------- ---------- 69. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/views/properties/PropertySheetPage.java (at line 140) if (helpContextId instanceof IContextComputer) { ^^^^^^^^^^^^^^^^ The type org.eclipse.ui.help.IContextComputer is deprecated ---------- ---------- 70. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/views/properties/PropertySheetPage.java (at line 142) contexts = ((IContextComputer)helpContextId).getLocalContexts(e); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getLocalContexts(org.eclipse.swt.events.HelpEvent) from the type org.eclipse.ui.help.IContextComputer is deprecated ---------- ---------- 71. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/views/properties/PropertySheetPage.java (at line 142) contexts = ((IContextComputer)helpContextId).getLocalContexts(e); ^^^^^^^^^^^^^^^^ The type org.eclipse.ui.help.IContextComputer is deprecated ---------- ---------- 72. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/views/properties/PropertySheetPageContextComputer.java (at line 19) /* package */ class PropertySheetPageContextComputer implements IContextComputer { ^^^^^^^^^^^^^^^^ The type org.eclipse.ui.help.IContextComputer is deprecated ---------- ---------- 73. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/views/properties/PropertySheetPageContextComputer.java (at line 44) object instanceof IContextComputer || ^^^^^^^^^^^^^^^^ The type org.eclipse.ui.help.IContextComputer is deprecated ---------- ---------- 74. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/views/properties/PropertySheetPageContextComputer.java (at line 53) if (object instanceof IContextComputer) ^^^^^^^^^^^^^^^^ The type org.eclipse.ui.help.IContextComputer is deprecated ---------- ---------- 75. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/views/properties/PropertySheetPageContextComputer.java (at line 55) contexts = ((IContextComputer)object).getLocalContexts(event); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getLocalContexts(org.eclipse.swt.events.HelpEvent) from the type org.eclipse.ui.help.IContextComputer is deprecated ---------- ---------- 76. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/views/properties/PropertySheetPageContextComputer.java (at line 55) contexts = ((IContextComputer)object).getLocalContexts(event); ^^^^^^^^^^^^^^^^ The type org.eclipse.ui.help.IContextComputer is deprecated ---------- ---------- 77. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/views/properties/PropertySheetPageContextComputer.java (at line 66) public Object[] computeContexts(HelpEvent event) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This method overrides deprecated method from org.eclipse.ui.help.IContextComputer ---------- ---------- 78. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/views/properties/PropertySheetPageContextComputer.java (at line 90) public Object[] getLocalContexts(HelpEvent event) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This method overrides deprecated method from org.eclipse.ui.help.IContextComputer ---------- ---------- 79. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/wizards/datatransfer/WizardFileSystemExportPage1.java (at line 26) /*package*/ class WizardFileSystemExportPage1 extends WizardExportPage implements Listener { ^^^^^^^^^^^^^^^^ The type org.eclipse.ui.dialogs.WizardExportPage is deprecated ---------- ---------- 80. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/wizards/datatransfer/WizardFileSystemExportPage1.java (at line 48) super(name, selection); ^^^^^^^^^^^^^^^^^^^^^^ The constructor org.eclipse.ui.dialogs.WizardExportPage(java.lang.String, org.eclipse.jface.viewers.IStructuredSelection) is deprecated ---------- ---------- 81. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/wizards/datatransfer/WizardFileSystemExportPage1.java (at line 69) public void createControl(Composite parent) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This method overrides deprecated method from org.eclipse.ui.dialogs.WizardExportPage ---------- ---------- 82. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/wizards/datatransfer/WizardFileSystemExportPage1.java (at line 70) super.createControl(parent); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createControl(org.eclipse.swt.widgets.Composite) from the type org.eclipse.ui.dialogs.WizardExportPage is deprecated ---------- ---------- 83. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/wizards/datatransfer/WizardFileSystemExportPage1.java (at line 78) protected void createDestinationGroup(Composite parent) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This method overrides deprecated method from org.eclipse.ui.dialogs.WizardExportPage ---------- ---------- 84. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/wizards/datatransfer/WizardFileSystemExportPage1.java (at line 146) displayErrorDialog(DataTransferMessages.getString("DataTransfer.directoryCreationError")); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method displayErrorDialog(java.lang.String) from the type org.eclipse.ui.dialogs.WizardExportPage is deprecated ---------- ---------- 85. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/wizards/datatransfer/WizardFileSystemExportPage1.java (at line 163) displayErrorDialog(DataTransferMessages.getString("FileExport.directoryExists")); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method displayErrorDialog(java.lang.String) from the type org.eclipse.ui.dialogs.WizardExportPage is deprecated ---------- ---------- 86. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/wizards/datatransfer/WizardFileSystemExportPage1.java (at line 185) displayErrorDialog(e.getTargetException().getMessage()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method displayErrorDialog(java.lang.String) from the type org.eclipse.ui.dialogs.WizardExportPage is deprecated ---------- ---------- 87. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/wizards/datatransfer/WizardFileSystemExportPage1.java (at line 211) List resourcesToExport = getSelectedResources(); ^^^^^^^^^^^^^^^^^^^^^^ The method getSelectedResources() from the type org.eclipse.ui.dialogs.WizardExportPage is deprecated ---------- ---------- 88. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/wizards/datatransfer/WizardFileSystemExportPage1.java (at line 212) if (!ensureResourcesLocal(resourcesToExport)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method ensureResourcesLocal(java.util.List) from the type org.eclipse.ui.dialogs.WizardExportPage is deprecated ---------- ---------- 89. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/wizards/datatransfer/WizardFileSystemExportPage1.java (at line 216) saveWidgetValues(); ^^^^^^^^^^^^^^^^^^ The method saveWidgetValues() from the type org.eclipse.ui.dialogs.WizardExportPage is deprecated ---------- ---------- 90. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/wizards/datatransfer/WizardFileSystemExportPage1.java (at line 221) getSourceResource(), ^^^^^^^^^^^^^^^^^^^ The method getSourceResource() from the type org.eclipse.ui.dialogs.WizardExportPage is deprecated ---------- ---------- 91. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/wizards/datatransfer/WizardFileSystemExportPage1.java (at line 273) public void handleEvent(Event e) { ^^^^^^^^^^^^^^^^^^^^ This method overrides deprecated method from org.eclipse.ui.dialogs.WizardExportPage ---------- ---------- 92. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/wizards/datatransfer/WizardFileSystemExportPage1.java (at line 279) super.handleEvent(e); ^^^^^^^^^^^^^^^^^^^^ The method handleEvent(org.eclipse.swt.widgets.Event) from the type org.eclipse.ui.dialogs.WizardExportPage is deprecated ---------- ---------- 93. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/wizards/datatransfer/WizardFileSystemExportPage1.java (at line 285) protected void internalSaveWidgetValues() { ^^^^^^^^^^^^^^^^^^^^^^^^^^ This method overrides deprecated method from org.eclipse.ui.dialogs.WizardExportPage ---------- ---------- 94. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/wizards/datatransfer/WizardFileSystemImportPage1.java (at line 27) /*package*/ class WizardFileSystemImportPage1 extends WizardImportPage implements ISelectionChangedListener, Listener { ^^^^^^^^^^^^^^^^ The type org.eclipse.ui.dialogs.WizardImportPage is deprecated ---------- ---------- 95. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/wizards/datatransfer/WizardFileSystemImportPage1.java (at line 60) super(name,selection); ^^^^^^^^^^^^^^^^^^^^^ The constructor org.eclipse.ui.dialogs.WizardImportPage(java.lang.String, org.eclipse.jface.viewers.IStructuredSelection) is deprecated ---------- ---------- 96. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/wizards/datatransfer/WizardFileSystemImportPage1.java (at line 110) protected void createSourceGroup(Composite parent) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This method overrides deprecated method from org.eclipse.ui.dialogs.WizardImportPage ---------- ---------- 97. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/wizards/datatransfer/WizardFileSystemImportPage1.java (at line 215) displayErrorDialog(DataTransferMessages.getString("FileImport.invalidSource")); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method displayErrorDialog(java.lang.String) from the type org.eclipse.ui.dialogs.WizardImportPage is deprecated ---------- ---------- 98. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/wizards/datatransfer/WizardFileSystemImportPage1.java (at line 230) displayErrorDialog(e.getTargetException().getMessage()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method displayErrorDialog(java.lang.String) from the type org.eclipse.ui.dialogs.WizardImportPage is deprecated ---------- ---------- 99. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/wizards/datatransfer/WizardFileSystemImportPage1.java (at line 321) displayErrorDialog(DataTransferMessages.getString("FileImport.invalidSource")); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method displayErrorDialog(java.lang.String) from the type org.eclipse.ui.dialogs.WizardImportPage is deprecated ---------- ---------- 100. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/wizards/datatransfer/WizardFileSystemImportPage1.java (at line 400) public void handleEvent(Event e) { ^^^^^^^^^^^^^^^^^^^^ This method overrides deprecated method from org.eclipse.ui.dialogs.WizardImportPage ---------- ---------- 101. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/wizards/datatransfer/WizardFileSystemImportPage1.java (at line 419) super.handleEvent(e); ^^^^^^^^^^^^^^^^^^^^ The method handleEvent(org.eclipse.swt.widgets.Event) from the type org.eclipse.ui.dialogs.WizardImportPage is deprecated ---------- ---------- 102. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/wizards/datatransfer/WizardFileSystemImportPage1.java (at line 481) getContainerFullPath(), ^^^^^^^^^^^^^^^^^^^^^^ The method getContainerFullPath() from the type org.eclipse.ui.dialogs.WizardImportPage is deprecated ---------- ---------- 103. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/wizards/datatransfer/WizardFileSystemImportPage1.java (at line 492) getContainerFullPath(), ^^^^^^^^^^^^^^^^^^^^^^ The method getContainerFullPath() from the type org.eclipse.ui.dialogs.WizardImportPage is deprecated ---------- ---------- 104. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/wizards/datatransfer/WizardFileSystemImportPage1.java (at line 626) displayErrorDialog(e.getTargetException().getMessage()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method displayErrorDialog(java.lang.String) from the type org.eclipse.ui.dialogs.WizardImportPage is deprecated ---------- ---------- 105. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/wizards/datatransfer/WizardZipFileExportPage1.java (at line 112) displayErrorDialog(DataTransferMessages.getString("ZipExport.mustBeFile")); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method displayErrorDialog(java.lang.String) from the type org.eclipse.ui.dialogs.WizardExportPage is deprecated ---------- ---------- 106. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/wizards/datatransfer/WizardZipFileExportPage1.java (at line 124) displayErrorDialog(DataTransferMessages.getString("ZipExport.alreadyExistsError")); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method displayErrorDialog(java.lang.String) from the type org.eclipse.ui.dialogs.WizardExportPage is deprecated ---------- ---------- 107. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/wizards/datatransfer/WizardZipFileExportPage1.java (at line 164) displayErrorDialog(e.getTargetException().getMessage()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method displayErrorDialog(java.lang.String) from the type org.eclipse.ui.dialogs.WizardExportPage is deprecated ---------- ---------- 108. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/wizards/datatransfer/WizardZipFileExportPage1.java (at line 190) List resourcesToExport = getSelectedResources(); ^^^^^^^^^^^^^^^^^^^^^^ The method getSelectedResources() from the type org.eclipse.ui.dialogs.WizardExportPage is deprecated ---------- ---------- 109. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/wizards/datatransfer/WizardZipFileExportPage1.java (at line 191) if (!ensureResourcesLocal(resourcesToExport)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method ensureResourcesLocal(java.util.List) from the type org.eclipse.ui.dialogs.WizardExportPage is deprecated ---------- ---------- 110. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/wizards/datatransfer/WizardZipFileExportPage1.java (at line 195) saveWidgetValues(); ^^^^^^^^^^^^^^^^^^ The method saveWidgetValues() from the type org.eclipse.ui.dialogs.WizardExportPage is deprecated ---------- ---------- 111. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/wizards/datatransfer/WizardZipFileImportPage1.java (at line 74) displayErrorDialog(DataTransferMessages.format("ZipImport.couldNotClose", new Object [] {file.getName()})); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method displayErrorDialog(java.lang.String) from the type org.eclipse.ui.dialogs.WizardImportPage is deprecated ---------- ---------- 112. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/wizards/datatransfer/WizardZipFileImportPage1.java (at line 159) displayErrorDialog(DataTransferMessages.getString("ZipImport.badFormat")); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method displayErrorDialog(java.lang.String) from the type org.eclipse.ui.dialogs.WizardImportPage is deprecated ---------- ---------- 113. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/wizards/datatransfer/WizardZipFileImportPage1.java (at line 161) displayErrorDialog(DataTransferMessages.getString("ZipImport.couldNotRead")); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method displayErrorDialog(java.lang.String) from the type org.eclipse.ui.dialogs.WizardImportPage is deprecated ---------- ---------- 114. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/wizards/datatransfer/WizardZipFileImportPage1.java (at line 204) getContainerFullPath(), ^^^^^^^^^^^^^^^^^^^^^^ The method getContainerFullPath() from the type org.eclipse.ui.dialogs.WizardImportPage is deprecated ---------- ---------- 115. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/wizards/datatransfer/WizardZipFileImportPage1.java (at line 217) getContainerFullPath(), ^^^^^^^^^^^^^^^^^^^^^^ The method getContainerFullPath() from the type org.eclipse.ui.dialogs.WizardImportPage is deprecated ---------- ---------- 116. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/wizards/newresource/BasicNewProjectResourceWizard.java (at line 360) IWorkbenchPreferenceConstants.PROJECT_OPEN_NEW_PERSPECTIVE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field org.eclipse.ui.IWorkbenchPreferenceConstants.PROJECT_OPEN_NEW_PERSPECTIVE is deprecated ---------- ---------- 117. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/wizards/newresource/BasicNewProjectResourceWizard.java (at line 363) if (perspSetting.equals(IWorkbenchPreferenceConstants.NO_NEW_PERSPECTIVE)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field org.eclipse.ui.IWorkbenchPreferenceConstants.NO_NEW_PERSPECTIVE is deprecated ---------- ---------- 118. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/wizards/newresource/BasicNewProjectResourceWizard.java (at line 378) if (perspSetting.equals(IWorkbenchPreferenceConstants.OPEN_PERSPECTIVE_WINDOW)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field org.eclipse.ui.IWorkbenchPreferenceConstants.OPEN_PERSPECTIVE_WINDOW is deprecated ---------- ---------- 119. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/wizards/newresource/BasicNewProjectResourceWizard.java (at line 384) if (perspSetting.equals(IWorkbenchPreferenceConstants.OPEN_PERSPECTIVE_PAGE)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field org.eclipse.ui.IWorkbenchPreferenceConstants.OPEN_PERSPECTIVE_PAGE is deprecated ---------- ---------- 120. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/wizards/newresource/BasicNewProjectResourceWizard.java (at line 390) if (perspSetting.equals(IWorkbenchPreferenceConstants.OPEN_PERSPECTIVE_REPLACE)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field org.eclipse.ui.IWorkbenchPreferenceConstants.OPEN_PERSPECTIVE_REPLACE is deprecated ---------- ---------- 121. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI Standard Components/org/eclipse/ui/wizards/newresource/BasicNewResourceWizard.java (at line 124) parts.addAll(Arrays.asList(page.getViews())); ^^^^^^^^^^^^^^^ The method getViews() from the type org.eclipse.ui.IWorkbenchPage is deprecated ---------- ---------- 122. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI Text Editor/org/eclipse/ui/editors/text/FileDocumentProvider.java (at line 281) setDocumentContent(document, file.getContents(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setDocumentContent(org.eclipse.jface.text.IDocument, java.io.InputStream) from the type org.eclipse.ui.editors.text.StorageDocumentProvider is deprecated ---------- ---------- 123. WARNING in /builds/202/src/plugins/org.eclipse.ui/Eclipse UI Text Editor/org/eclipse/ui/editors/text/FileDocumentProvider.java (at line 284) return super.setDocumentContent(document, editorInput); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setDocumentContent(org.eclipse.jface.text.IDocument, org.eclipse.ui.IEditorInput) from the type org.eclipse.ui.editors.text.StorageDocumentProvider is deprecated ---------- Compiled 212455 lines in 25943 ms (8189.2 lines/s) 123 problems (123 warnings) 2036 .class files generated