---------- 1. WARNING in /builds/integration/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/adaptable/AdaptedResourceNavigator.java (at line 408) IEditorPart editorArray[] = page.getEditors(); ^^^^^^^^^^^^^^^^^ The method getEditors() from the type org.eclipse.ui.IWorkbenchPage is deprecated ---------- ---------- 2. WARNING in /builds/integration/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/IWorkbenchPageTest.java (at line 165) assertEquals(ArrayUtil.contains(fActivePage.getEditors(), editor), true); ^^^^^^^^^^^^^^^^^^^^^^^^ The method getEditors() from the type org.eclipse.ui.IWorkbenchPage is deprecated ---------- ---------- 3. WARNING in /builds/integration/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/IWorkbenchPageTest.java (at line 184) assertEquals(ArrayUtil.contains(fActivePage.getEditors(), editor), true); ^^^^^^^^^^^^^^^^^^^^^^^^ The method getEditors() from the type org.eclipse.ui.IWorkbenchPage is deprecated ---------- ---------- 4. WARNING in /builds/integration/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/IWorkbenchPageTest.java (at line 213) assertEquals(ArrayUtil.contains(fActivePage.getEditors(), editor), true); ^^^^^^^^^^^^^^^^^^^^^^^^ The method getEditors() from the type org.eclipse.ui.IWorkbenchPage is deprecated ---------- ---------- 5. WARNING in /builds/integration/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/IWorkbenchPageTest.java (at line 242) assertEquals(ArrayUtil.contains(fActivePage.getEditors(), editor), true); ^^^^^^^^^^^^^^^^^^^^^^^^ The method getEditors() from the type org.eclipse.ui.IWorkbenchPage is deprecated ---------- ---------- 6. WARNING in /builds/integration/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/IWorkbenchPageTest.java (at line 277) assertEquals(ArrayUtil.contains(fActivePage.getEditors(), editor), true); ^^^^^^^^^^^^^^^^^^^^^^^^ The method getEditors() from the type org.eclipse.ui.IWorkbenchPage is deprecated ---------- ---------- 7. WARNING in /builds/integration/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/IWorkbenchPageTest.java (at line 291) assertEquals(ArrayUtil.contains(fActivePage.getEditors(), editor), true); ^^^^^^^^^^^^^^^^^^^^^^^^ The method getEditors() from the type org.eclipse.ui.IWorkbenchPage is deprecated ---------- ---------- 8. WARNING in /builds/integration/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/IWorkbenchPageTest.java (at line 336) assertEquals(ArrayUtil.contains(fActivePage.getEditors(), editor), true); ^^^^^^^^^^^^^^^^^^^^^^^^ The method getEditors() from the type org.eclipse.ui.IWorkbenchPage is deprecated ---------- ---------- 9. WARNING in /builds/integration/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/IWorkbenchPageTest.java (at line 349) assertEquals(ArrayUtil.contains(fActivePage.getEditors(), editor), true); ^^^^^^^^^^^^^^^^^^^^^^^^ The method getEditors() from the type org.eclipse.ui.IWorkbenchPage is deprecated ---------- ---------- 10. WARNING in /builds/integration/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/IWorkbenchPageTest.java (at line 387) assertEquals(ArrayUtil.contains(fActivePage.getEditors(), editor), true); ^^^^^^^^^^^^^^^^^^^^^^^^ The method getEditors() from the type org.eclipse.ui.IWorkbenchPage is deprecated ---------- ---------- 11. WARNING in /builds/integration/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/IWorkbenchPageTest.java (at line 404) assertEquals(ArrayUtil.contains(fActivePage.getEditors(), editor), true); ^^^^^^^^^^^^^^^^^^^^^^^^ The method getEditors() from the type org.eclipse.ui.IWorkbenchPage is deprecated ---------- ---------- 12. WARNING in /builds/integration/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/IWorkbenchPageTest.java (at line 423) assertEquals(ArrayUtil.contains(fActivePage.getEditors(), editor), true); ^^^^^^^^^^^^^^^^^^^^^^^^ The method getEditors() from the type org.eclipse.ui.IWorkbenchPage is deprecated ---------- ---------- 13. WARNING in /builds/integration/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/IWorkbenchPageTest.java (at line 435) assertEquals(ArrayUtil.contains(fActivePage.getEditors(), editor), true); ^^^^^^^^^^^^^^^^^^^^^^^^ The method getEditors() from the type org.eclipse.ui.IWorkbenchPage is deprecated ---------- ---------- 14. WARNING in /builds/integration/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/IWorkbenchPageTest.java (at line 479) int totalBefore = fActivePage.getViews().length; ^^^^^^^^^^^^^^^^^^^^^^ The method getViews() from the type org.eclipse.ui.IWorkbenchPage is deprecated ---------- ---------- 15. WARNING in /builds/integration/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/IWorkbenchPageTest.java (at line 482) assertEquals(ArrayUtil.contains(fActivePage.getViews(), view), true); ^^^^^^^^^^^^^^^^^^^^^^ The method getViews() from the type org.eclipse.ui.IWorkbenchPage is deprecated ---------- ---------- 16. WARNING in /builds/integration/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/IWorkbenchPageTest.java (at line 483) assertEquals(fActivePage.getViews().length, totalBefore + 1); ^^^^^^^^^^^^^^^^^^^^^^ The method getViews() from the type org.eclipse.ui.IWorkbenchPage is deprecated ---------- ---------- 17. WARNING in /builds/integration/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/IWorkbenchPageTest.java (at line 486) assertEquals(ArrayUtil.contains(fActivePage.getViews(), view), false); ^^^^^^^^^^^^^^^^^^^^^^ The method getViews() from the type org.eclipse.ui.IWorkbenchPage is deprecated ---------- ---------- 18. WARNING in /builds/integration/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/IWorkbenchPageTest.java (at line 487) assertEquals(fActivePage.getViews().length, totalBefore); ^^^^^^^^^^^^^^^^^^^^^^ The method getViews() from the type org.eclipse.ui.IWorkbenchPage is deprecated ---------- ---------- 19. WARNING in /builds/integration/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/IWorkbenchPageTest.java (at line 709) int totalBefore = fActivePage.getEditors().length; ^^^^^^^^^^^^^^^^^^^^^^^^ The method getEditors() from the type org.eclipse.ui.IWorkbenchPage is deprecated ---------- ---------- 20. WARNING in /builds/integration/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/IWorkbenchPageTest.java (at line 715) assertEquals(ArrayUtil.contains(fActivePage.getEditors(), editors[i]), true); ^^^^^^^^^^^^^^^^^^^^^^^^ The method getEditors() from the type org.eclipse.ui.IWorkbenchPage is deprecated ---------- ---------- 21. WARNING in /builds/integration/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/IWorkbenchPageTest.java (at line 717) assertEquals(fActivePage.getEditors().length, totalBefore + num); ^^^^^^^^^^^^^^^^^^^^^^^^ The method getEditors() from the type org.eclipse.ui.IWorkbenchPage is deprecated ---------- ---------- 22. WARNING in /builds/integration/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/IWorkbenchPageTest.java (at line 720) assertEquals(ArrayUtil.contains(fActivePage.getEditors(), editors[0]), false); ^^^^^^^^^^^^^^^^^^^^^^^^ The method getEditors() from the type org.eclipse.ui.IWorkbenchPage is deprecated ---------- ---------- 23. WARNING in /builds/integration/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/IWorkbenchPageTest.java (at line 721) assertEquals(fActivePage.getEditors().length, totalBefore + num - 1); ^^^^^^^^^^^^^^^^^^^^^^^^ The method getEditors() from the type org.eclipse.ui.IWorkbenchPage is deprecated ---------- ---------- 24. WARNING in /builds/integration/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/IWorkbenchPageTest.java (at line 724) assertEquals(fActivePage.getEditors().length, 0); ^^^^^^^^^^^^^^^^^^^^^^^^ The method getEditors() from the type org.eclipse.ui.IWorkbenchPage is deprecated ---------- ---------- 25. WARNING in /builds/integration/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/SessionRestoreTest.java (at line 54) IEditorPart [] editors = pages[1].getEditors(); ^^^^^^^^^^^^^^^^^^^^^ The method getEditors() from the type org.eclipse.ui.IWorkbenchPage is deprecated ---------- ---------- 26. WARNING in /builds/integration/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIDialogs.java (at line 100) YesNoCancelListSelectionDialog dialog = new YesNoCancelListSelectionDialog( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type org.eclipse.ui.dialogs.YesNoCancelListSelectionDialog is deprecated ---------- ---------- 27. WARNING in /builds/integration/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIDialogs.java (at line 100) YesNoCancelListSelectionDialog dialog = new YesNoCancelListSelectionDialog( getShell(), new AdaptableList(), new WorkbenchContentProvider(), new WorkbenchPartLabelProvider(), WorkbenchMessages.getString("EditorManager.saveResourcesMessage") ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor org.eclipse.ui.dialogs.YesNoCancelListSelectionDialog(org.eclipse.swt.widgets.Shell, java.lang.Object, org.eclipse.jface.viewers.IStructuredContentProvider, org.eclipse.jface.viewers.ILabelProvider, java.lang.String) is deprecated ---------- ---------- 28. WARNING in /builds/integration/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIDialogs.java (at line 100) YesNoCancelListSelectionDialog dialog = new YesNoCancelListSelectionDialog( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type org.eclipse.ui.dialogs.YesNoCancelListSelectionDialog is deprecated ---------- ---------- 29. WARNING in /builds/integration/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIDialogsAuto.java (at line 102) YesNoCancelListSelectionDialog dialog = new YesNoCancelListSelectionDialog( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type org.eclipse.ui.dialogs.YesNoCancelListSelectionDialog is deprecated ---------- ---------- 30. WARNING in /builds/integration/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIDialogsAuto.java (at line 102) YesNoCancelListSelectionDialog dialog = new YesNoCancelListSelectionDialog( getShell(), new AdaptableList(), new WorkbenchContentProvider(), new WorkbenchPartLabelProvider(), WorkbenchMessages.getString("EditorManager.saveResourcesMessage") ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor org.eclipse.ui.dialogs.YesNoCancelListSelectionDialog(org.eclipse.swt.widgets.Shell, java.lang.Object, org.eclipse.jface.viewers.IStructuredContentProvider, org.eclipse.jface.viewers.ILabelProvider, java.lang.String) is deprecated ---------- ---------- 31. WARNING in /builds/integration/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIDialogsAuto.java (at line 102) YesNoCancelListSelectionDialog dialog = new YesNoCancelListSelectionDialog( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type org.eclipse.ui.dialogs.YesNoCancelListSelectionDialog is deprecated ---------- ---------- 32. WARNING in /builds/integration/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIPreferences.java (at line 59) WorkbenchHelp.setHelp(dialog.getShell(), new Object[]{IHelpContextIds.PREFERENCE_DIALOG}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setHelp(org.eclipse.swt.widgets.Control, java.lang.Object[]) from the type org.eclipse.ui.help.WorkbenchHelp is deprecated ---------- ---------- 33. WARNING in /builds/integration/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIPreferences.java (at line 103) WorkbenchHelp.setHelp(dialog.getShell(), new Object[]{IHelpContextIds.PROPERTY_DIALOG}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setHelp(org.eclipse.swt.widgets.Control, java.lang.Object[]) from the type org.eclipse.ui.help.WorkbenchHelp is deprecated ---------- ---------- 34. WARNING in /builds/integration/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIPreferencesAuto.java (at line 62) WorkbenchHelp.setHelp(dialog.getShell(), new Object[]{IHelpContextIds.PREFERENCE_DIALOG}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setHelp(org.eclipse.swt.widgets.Control, java.lang.Object[]) from the type org.eclipse.ui.help.WorkbenchHelp is deprecated ---------- ---------- 35. WARNING in /builds/integration/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIPreferencesAuto.java (at line 106) WorkbenchHelp.setHelp(dialog.getShell(), new Object[]{IHelpContextIds.PROPERTY_DIALOG}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setHelp(org.eclipse.swt.widgets.Control, java.lang.Object[]) from the type org.eclipse.ui.help.WorkbenchHelp is deprecated ---------- ---------- 36. WARNING in /builds/integration/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIWizards.java (at line 44) WorkbenchHelp.setHelp(dialog.getShell(), new Object[]{IHelpContextIds.EXPORT_WIZARD}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setHelp(org.eclipse.swt.widgets.Control, java.lang.Object[]) from the type org.eclipse.ui.help.WorkbenchHelp is deprecated ---------- ---------- 37. WARNING in /builds/integration/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIWizards.java (at line 65) WorkbenchHelp.setHelp(dialog.getShell(), new Object[]{IHelpContextIds.IMPORT_WIZARD}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setHelp(org.eclipse.swt.widgets.Control, java.lang.Object[]) from the type org.eclipse.ui.help.WorkbenchHelp is deprecated ---------- ---------- 38. WARNING in /builds/integration/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIWizards.java (at line 113) WorkbenchHelp.setHelp(dialog.getShell(), new Object[]{IHelpContextIds.NEW_FILE_WIZARD}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setHelp(org.eclipse.swt.widgets.Control, java.lang.Object[]) from the type org.eclipse.ui.help.WorkbenchHelp is deprecated ---------- ---------- 39. WARNING in /builds/integration/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIWizards.java (at line 123) WorkbenchHelp.setHelp(dialog.getShell(), new Object[]{IHelpContextIds.NEW_FOLDER_WIZARD}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setHelp(org.eclipse.swt.widgets.Control, java.lang.Object[]) from the type org.eclipse.ui.help.WorkbenchHelp is deprecated ---------- ---------- 40. WARNING in /builds/integration/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIWizards.java (at line 135) WorkbenchHelp.setHelp(dialog.getShell(), new Object[]{IHelpContextIds.NEW_PROJECT_WIZARD}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setHelp(org.eclipse.swt.widgets.Control, java.lang.Object[]) from the type org.eclipse.ui.help.WorkbenchHelp is deprecated ---------- ---------- 41. WARNING in /builds/integration/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIWizards.java (at line 153) WorkbenchHelp.setHelp(dialog.getShell(), new Object[]{IHelpContextIds.NEW_PROJECT_WIZARD}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setHelp(org.eclipse.swt.widgets.Control, java.lang.Object[]) from the type org.eclipse.ui.help.WorkbenchHelp is deprecated ---------- ---------- 42. WARNING in /builds/integration/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIWizards.java (at line 178) WorkbenchHelp.setHelp(dialog.getShell(), new Object[]{IHelpContextIds.NEW_PROJECT_WIZARD}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setHelp(org.eclipse.swt.widgets.Control, java.lang.Object[]) from the type org.eclipse.ui.help.WorkbenchHelp is deprecated ---------- ---------- 43. WARNING in /builds/integration/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIWizards.java (at line 200) WorkbenchHelp.setHelp(dialog.getShell(), new Object[]{IHelpContextIds.NEW_WIZARD}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setHelp(org.eclipse.swt.widgets.Control, java.lang.Object[]) from the type org.eclipse.ui.help.WorkbenchHelp is deprecated ---------- ---------- 44. WARNING in /builds/integration/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIWizardsAuto.java (at line 44) WorkbenchHelp.setHelp(dialog.getShell(), new Object[]{IHelpContextIds.EXPORT_WIZARD}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setHelp(org.eclipse.swt.widgets.Control, java.lang.Object[]) from the type org.eclipse.ui.help.WorkbenchHelp is deprecated ---------- ---------- 45. WARNING in /builds/integration/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIWizardsAuto.java (at line 65) WorkbenchHelp.setHelp(dialog.getShell(), new Object[]{IHelpContextIds.IMPORT_WIZARD}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setHelp(org.eclipse.swt.widgets.Control, java.lang.Object[]) from the type org.eclipse.ui.help.WorkbenchHelp is deprecated ---------- ---------- 46. WARNING in /builds/integration/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIWizardsAuto.java (at line 113) WorkbenchHelp.setHelp(dialog.getShell(), new Object[]{IHelpContextIds.NEW_FILE_WIZARD}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setHelp(org.eclipse.swt.widgets.Control, java.lang.Object[]) from the type org.eclipse.ui.help.WorkbenchHelp is deprecated ---------- ---------- 47. WARNING in /builds/integration/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIWizardsAuto.java (at line 123) WorkbenchHelp.setHelp(dialog.getShell(), new Object[]{IHelpContextIds.NEW_FOLDER_WIZARD}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setHelp(org.eclipse.swt.widgets.Control, java.lang.Object[]) from the type org.eclipse.ui.help.WorkbenchHelp is deprecated ---------- ---------- 48. WARNING in /builds/integration/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIWizardsAuto.java (at line 135) WorkbenchHelp.setHelp(dialog.getShell(), new Object[]{IHelpContextIds.NEW_PROJECT_WIZARD}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setHelp(org.eclipse.swt.widgets.Control, java.lang.Object[]) from the type org.eclipse.ui.help.WorkbenchHelp is deprecated ---------- ---------- 49. WARNING in /builds/integration/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIWizardsAuto.java (at line 153) WorkbenchHelp.setHelp(dialog.getShell(), new Object[]{IHelpContextIds.NEW_PROJECT_WIZARD}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setHelp(org.eclipse.swt.widgets.Control, java.lang.Object[]) from the type org.eclipse.ui.help.WorkbenchHelp is deprecated ---------- ---------- 50. WARNING in /builds/integration/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIWizardsAuto.java (at line 178) WorkbenchHelp.setHelp(dialog.getShell(), new Object[]{IHelpContextIds.NEW_PROJECT_WIZARD}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setHelp(org.eclipse.swt.widgets.Control, java.lang.Object[]) from the type org.eclipse.ui.help.WorkbenchHelp is deprecated ---------- ---------- 51. WARNING in /builds/integration/src/plugins/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIWizardsAuto.java (at line 200) WorkbenchHelp.setHelp(dialog.getShell(), new Object[]{IHelpContextIds.NEW_WIZARD}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setHelp(org.eclipse.swt.widgets.Control, java.lang.Object[]) from the type org.eclipse.ui.help.WorkbenchHelp is deprecated ---------- Compiled 14910 lines in 3643 ms (4092.7 lines/s) 51 problems (51 warnings) 189 .class files generated