DISCOURAGED ACCESS WARNINGS
	| 1. WARNING in /extensions/org/eclipse/ui/actions/CopyProjectAction.java (at line 41)
 import org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog;
 Discouraged access: The type ProgressMonitorJobsDialog is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 2. WARNING in /extensions/org/eclipse/ui/actions/CopyProjectAction.java (at line 246)
 new ProgressMonitorJobsDialog(shellProvider.getShell()).run(true, true, op);
 Discouraged access: The constructor ProgressMonitorJobsDialog(Shell) is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 3. WARNING in /extensions/org/eclipse/ui/actions/CopyProjectAction.java (at line 246)
 new ProgressMonitorJobsDialog(shellProvider.getShell()).run(true, true, op);
 Discouraged access: The method run(boolean, boolean, IRunnableWithProgress) from the type ProgressMonitorJobsDialog is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 4. WARNING in /extensions/org/eclipse/ui/actions/CopyProjectAction.java (at line 246)
 new ProgressMonitorJobsDialog(shellProvider.getShell()).run(true, true, op);
 Discouraged access: The type ProgressMonitorJobsDialog is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
DISCOURAGED ACCESS WARNINGS
	| 1. WARNING in /extensions/org/eclipse/ui/actions/CopyProjectOperation.java (at line 37)
 import org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog;
 Discouraged access: The type ProgressMonitorJobsDialog is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 2. WARNING in /extensions/org/eclipse/ui/actions/CopyProjectOperation.java (at line 180)
 new ProgressMonitorJobsDialog(parentShell).run(true, true, op);
 Discouraged access: The constructor ProgressMonitorJobsDialog(Shell) is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 3. WARNING in /extensions/org/eclipse/ui/actions/CopyProjectOperation.java (at line 180)
 new ProgressMonitorJobsDialog(parentShell).run(true, true, op);
 Discouraged access: The method run(boolean, boolean, IRunnableWithProgress) from the type ProgressMonitorJobsDialog is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 4. WARNING in /extensions/org/eclipse/ui/actions/CopyProjectOperation.java (at line 180)
 new ProgressMonitorJobsDialog(parentShell).run(true, true, op);
 Discouraged access: The type ProgressMonitorJobsDialog is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
DISCOURAGED ACCESS WARNINGS
	| 1. WARNING in /extensions/org/eclipse/ui/actions/MoveProjectAction.java (at line 33)
 import org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog;
 Discouraged access: The type ProgressMonitorJobsDialog is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 2. WARNING in /extensions/org/eclipse/ui/actions/MoveProjectAction.java (at line 126)
 new ProgressMonitorJobsDialog(shellProvider.getShell()).run(true, true, op);
 Discouraged access: The constructor ProgressMonitorJobsDialog(Shell) is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 3. WARNING in /extensions/org/eclipse/ui/actions/MoveProjectAction.java (at line 126)
 new ProgressMonitorJobsDialog(shellProvider.getShell()).run(true, true, op);
 Discouraged access: The method run(boolean, boolean, IRunnableWithProgress) from the type ProgressMonitorJobsDialog is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 4. WARNING in /extensions/org/eclipse/ui/actions/MoveProjectAction.java (at line 126)
 new ProgressMonitorJobsDialog(shellProvider.getShell()).run(true, true, op);
 Discouraged access: The type ProgressMonitorJobsDialog is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
DISCOURAGED ACCESS WARNINGS
	| 1. WARNING in /extensions/org/eclipse/ui/actions/NewExampleAction.java (at line 24)
 import org.eclipse.ui.internal.dialogs.NewWizard;
 Discouraged access: The type NewWizard is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 2. WARNING in /extensions/org/eclipse/ui/actions/NewExampleAction.java (at line 28)
 import org.eclipse.ui.internal.registry.WizardsRegistryReader;
 Discouraged access: The type WizardsRegistryReader is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 3. WARNING in /extensions/org/eclipse/ui/actions/NewExampleAction.java (at line 91)
 NewWizard wizard = new NewWizard();
 Discouraged access: The type NewWizard is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 4. WARNING in /extensions/org/eclipse/ui/actions/NewExampleAction.java (at line 91)
 NewWizard wizard = new NewWizard();
 Discouraged access: The constructor NewWizard() is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 5. WARNING in /extensions/org/eclipse/ui/actions/NewExampleAction.java (at line 91)
 NewWizard wizard = new NewWizard();
 Discouraged access: The type NewWizard is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 6. WARNING in /extensions/org/eclipse/ui/actions/NewExampleAction.java (at line 92)
 wizard                 .setCategoryId(WizardsRegistryReader.FULL_EXAMPLES_WIZARD_CATEGORY);
 Discouraged access: The method setCategoryId(String) from the type NewWizard is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 7. WARNING in /extensions/org/eclipse/ui/actions/NewExampleAction.java (at line 93)
 .setCategoryId(WizardsRegistryReader.FULL_EXAMPLES_WIZARD_CATEGORY);
 Discouraged access: The type WizardsRegistryReader is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 8. WARNING in /extensions/org/eclipse/ui/actions/NewExampleAction.java (at line 93)
 .setCategoryId(WizardsRegistryReader.FULL_EXAMPLES_WIZARD_CATEGORY);
 Discouraged access: The field FULL_EXAMPLES_WIZARD_CATEGORY from the type WizardsRegistryReader is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 9. WARNING in /extensions/org/eclipse/ui/actions/NewExampleAction.java (at line 100)
 wizard.init(workbench, selectionToPass);
 Discouraged access: The method init(IWorkbench, IStructuredSelection) from the type NewWizard is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
DISCOURAGED ACCESS WARNINGS
	| 1. WARNING in /extensions/org/eclipse/ui/actions/NewProjectAction.java (at line 23)
 import org.eclipse.ui.internal.dialogs.NewWizard;
 Discouraged access: The type NewWizard is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 2. WARNING in /extensions/org/eclipse/ui/actions/NewProjectAction.java (at line 89)
 NewWizard wizard = new NewWizard();
 Discouraged access: The type NewWizard is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 3. WARNING in /extensions/org/eclipse/ui/actions/NewProjectAction.java (at line 89)
 NewWizard wizard = new NewWizard();
 Discouraged access: The constructor NewWizard() is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 4. WARNING in /extensions/org/eclipse/ui/actions/NewProjectAction.java (at line 89)
 NewWizard wizard = new NewWizard();
 Discouraged access: The type NewWizard is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 5. WARNING in /extensions/org/eclipse/ui/actions/NewProjectAction.java (at line 90)
 wizard.setProjectsOnly(true);
 Discouraged access: The method setProjectsOnly(boolean) from the type NewWizard is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 6. WARNING in /extensions/org/eclipse/ui/actions/NewProjectAction.java (at line 96)
 wizard.init(workbench, selectionToPass);
 Discouraged access: The method init(IWorkbench, IStructuredSelection) from the type NewWizard is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
DISCOURAGED ACCESS WARNINGS
	| 1. WARNING in /extensions/org/eclipse/ui/actions/NewWizardMenu.java (at line 24)
 import org.eclipse.ui.internal.actions.NewWizardShortcutAction;
 Discouraged access: The type NewWizardShortcutAction is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 2. WARNING in /extensions/org/eclipse/ui/actions/NewWizardMenu.java (at line 25)
 import org.eclipse.ui.internal.dialogs.WorkbenchWizardElement;
 Discouraged access: The type WorkbenchWizardElement is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 3. WARNING in /extensions/org/eclipse/ui/actions/NewWizardMenu.java (at line 26)
 import org.eclipse.ui.internal.registry.WizardsRegistryReader;
 Discouraged access: The type WizardsRegistryReader is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 4. WARNING in /extensions/org/eclipse/ui/actions/NewWizardMenu.java (at line 121)
 return registryHasCategory(WizardsRegistryReader.FULL_EXAMPLES_WIZARD_CATEGORY);
 Discouraged access: The type WizardsRegistryReader is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 5. WARNING in /extensions/org/eclipse/ui/actions/NewWizardMenu.java (at line 121)
 return registryHasCategory(WizardsRegistryReader.FULL_EXAMPLES_WIZARD_CATEGORY);
 Discouraged access: The field FULL_EXAMPLES_WIZARD_CATEGORY from the type WizardsRegistryReader is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 6. WARNING in /extensions/org/eclipse/ui/actions/NewWizardMenu.java (at line 152)
 if (action instanceof NewWizardShortcutAction) {
 Discouraged access: The type NewWizardShortcutAction is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 7. WARNING in /extensions/org/eclipse/ui/actions/NewWizardMenu.java (at line 153)
 IWizardDescriptor wizardDescriptor= ((NewWizardShortcutAction) action).getWizardDescriptor();
 Discouraged access: The method getWizardDescriptor() from the type NewWizardShortcutAction is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 8. WARNING in /extensions/org/eclipse/ui/actions/NewWizardMenu.java (at line 153)
 IWizardDescriptor wizardDescriptor= ((NewWizardShortcutAction) action).getWizardDescriptor();
 Discouraged access: The type NewWizardShortcutAction is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 9. WARNING in /extensions/org/eclipse/ui/actions/NewWizardMenu.java (at line 156)
 if (WorkbenchWizardElement.TAG_PROJECT.equals(tags[i])) {
 Discouraged access: The type WorkbenchWizardElement is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 10. WARNING in /extensions/org/eclipse/ui/actions/NewWizardMenu.java (at line 156)
 if (WorkbenchWizardElement.TAG_PROJECT.equals(tags[i])) {
 Discouraged access: The field TAG_PROJECT from the type WorkbenchWizardElement is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
DISCOURAGED ACCESS WARNINGS
	| 1. WARNING in /extensions/org/eclipse/ui/actions/WorkspaceAction.java (at line 40)
 import org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog;
 Discouraged access: The type ProgressMonitorJobsDialog is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 2. WARNING in /extensions/org/eclipse/ui/actions/WorkspaceAction.java (at line 334)
 new ProgressMonitorJobsDialog(shellProvider.getShell()).run(true, true,
 Discouraged access: The constructor ProgressMonitorJobsDialog(Shell) is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 3. WARNING in /extensions/org/eclipse/ui/actions/WorkspaceAction.java (at line 334)
 new ProgressMonitorJobsDialog(shellProvider.getShell()).run(true, true,      createOperation(errorStatus));
 Discouraged access: The method run(boolean, boolean, IRunnableWithProgress) from the type ProgressMonitorJobsDialog is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 4. WARNING in /extensions/org/eclipse/ui/actions/WorkspaceAction.java (at line 334)
 new ProgressMonitorJobsDialog(shellProvider.getShell()).run(true, true,
 Discouraged access: The type ProgressMonitorJobsDialog is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
DISCOURAGED ACCESS WARNINGS
	| 1. WARNING in /src/org/eclipse/ui/ide/IDE.java (at line 82)
 import org.eclipse.ui.internal.misc.UIStats;
 Discouraged access: The type UIStats is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 2. WARNING in /src/org/eclipse/ui/ide/IDE.java (at line 1330)
 UIStats.start(UIStats.CONTENT_TYPE_LOOKUP, file.getName());
 Discouraged access: The type UIStats is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 3. WARNING in /src/org/eclipse/ui/ide/IDE.java (at line 1330)
 UIStats.start(UIStats.CONTENT_TYPE_LOOKUP, file.getName());
 Discouraged access: The method start(int, String) from the type UIStats is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 4. WARNING in /src/org/eclipse/ui/ide/IDE.java (at line 1330)
 UIStats.start(UIStats.CONTENT_TYPE_LOOKUP, file.getName());
 Discouraged access: The type UIStats is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 5. WARNING in /src/org/eclipse/ui/ide/IDE.java (at line 1330)
 UIStats.start(UIStats.CONTENT_TYPE_LOOKUP, file.getName());
 Discouraged access: The field CONTENT_TYPE_LOOKUP from the type UIStats is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 6. WARNING in /src/org/eclipse/ui/ide/IDE.java (at line 1345)
 UIStats.end(UIStats.CONTENT_TYPE_LOOKUP, file, file.getName());
 Discouraged access: The type UIStats is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 7. WARNING in /src/org/eclipse/ui/ide/IDE.java (at line 1345)
 UIStats.end(UIStats.CONTENT_TYPE_LOOKUP, file, file.getName());
 Discouraged access: The method end(int, Object, String) from the type UIStats is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 8. WARNING in /src/org/eclipse/ui/ide/IDE.java (at line 1345)
 UIStats.end(UIStats.CONTENT_TYPE_LOOKUP, file, file.getName());
 Discouraged access: The type UIStats is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 9. WARNING in /src/org/eclipse/ui/ide/IDE.java (at line 1345)
 UIStats.end(UIStats.CONTENT_TYPE_LOOKUP, file, file.getName());
 Discouraged access: The field CONTENT_TYPE_LOOKUP from the type UIStats is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 10. WARNING in /src/org/eclipse/ui/ide/IDE.java (at line 1361)
 UIStats.start(UIStats.CONTENT_TYPE_LOOKUP, fileName);
 Discouraged access: The type UIStats is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 11. WARNING in /src/org/eclipse/ui/ide/IDE.java (at line 1361)
 UIStats.start(UIStats.CONTENT_TYPE_LOOKUP, fileName);
 Discouraged access: The method start(int, String) from the type UIStats is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 12. WARNING in /src/org/eclipse/ui/ide/IDE.java (at line 1361)
 UIStats.start(UIStats.CONTENT_TYPE_LOOKUP, fileName);
 Discouraged access: The type UIStats is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 13. WARNING in /src/org/eclipse/ui/ide/IDE.java (at line 1361)
 UIStats.start(UIStats.CONTENT_TYPE_LOOKUP, fileName);
 Discouraged access: The field CONTENT_TYPE_LOOKUP from the type UIStats is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 14. WARNING in /src/org/eclipse/ui/ide/IDE.java (at line 1368)
 UIStats.end(UIStats.CONTENT_TYPE_LOOKUP, file, fileName);
 Discouraged access: The type UIStats is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 15. WARNING in /src/org/eclipse/ui/ide/IDE.java (at line 1368)
 UIStats.end(UIStats.CONTENT_TYPE_LOOKUP, file, fileName);
 Discouraged access: The method end(int, Object, String) from the type UIStats is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 16. WARNING in /src/org/eclipse/ui/ide/IDE.java (at line 1368)
 UIStats.end(UIStats.CONTENT_TYPE_LOOKUP, file, fileName);
 Discouraged access: The type UIStats is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 17. WARNING in /src/org/eclipse/ui/ide/IDE.java (at line 1368)
 UIStats.end(UIStats.CONTENT_TYPE_LOOKUP, file, fileName);
 Discouraged access: The field CONTENT_TYPE_LOOKUP from the type UIStats is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
DISCOURAGED ACCESS WARNINGS
	| 1. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java (at line 34)
 import org.eclipse.jface.internal.provisional.action.IToolBarContributionItem;
 Discouraged access: The type IToolBarContributionItem is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.jface/@dot
 | 
	| 2. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java (at line 59)
 import org.eclipse.ui.internal.handlers.IActionCommandMappingService;
 Discouraged access: The type IActionCommandMappingService is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 3. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java (at line 64)
 import org.eclipse.ui.internal.provisional.application.IActionBarConfigurer2;
 Discouraged access: The type IActionBarConfigurer2 is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 4. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java (at line 344)
 IActionBarConfigurer2 actionBarConfigurer = (IActionBarConfigurer2) getActionBarConfigurer();
 Discouraged access: The type IActionBarConfigurer2 is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 5. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java (at line 344)
 IActionBarConfigurer2 actionBarConfigurer = (IActionBarConfigurer2) getActionBarConfigurer();
 Discouraged access: The type IActionBarConfigurer2 is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 6. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java (at line 355)
 IToolBarManager fileToolBar = actionBarConfigurer.createToolBarManager();
 Discouraged access: The method createToolBarManager() from the type IActionBarConfigurer2 is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 7. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java (at line 376)
 coolBar.add(actionBarConfigurer.createToolBarContributionItem(fileToolBar,                     IWorkbenchActionConstants.TOOLBAR_FILE));
 Discouraged access: The method createToolBarContributionItem(IToolBarManager, String) from the type IActionBarConfigurer2 is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 8. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java (at line 384)
 IToolBarManager navToolBar = actionBarConfigurer.createToolBarManager();
 Discouraged access: The method createToolBarManager() from the type IActionBarConfigurer2 is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 9. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java (at line 395)
 coolBar.add(actionBarConfigurer.createToolBarContributionItem(navToolBar,                     IWorkbenchActionConstants.TOOLBAR_NAVIGATE));
 Discouraged access: The method createToolBarContributionItem(IToolBarManager, String) from the type IActionBarConfigurer2 is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 10. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java (at line 404)
 IToolBarManager helpToolBar = actionBarConfigurer.createToolBarManager();
 Discouraged access: The method createToolBarManager() from the type IActionBarConfigurer2 is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 11. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java (at line 410)
 coolBar.add(actionBarConfigurer.createToolBarContributionItem(helpToolBar,                     IWorkbenchActionConstants.TOOLBAR_HELP));
 Discouraged access: The method createToolBarContributionItem(IToolBarManager, String) from the type IActionBarConfigurer2 is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 12. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java (at line 1270)
 if (!(cbItem instanceof IToolBarContributionItem)) {
 Discouraged access: The type IToolBarContributionItem is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.jface/@dot
 | 
	| 13. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java (at line 1275)
 IToolBarContributionItem toolBarItem = (IToolBarContributionItem) cbItem;
 Discouraged access: The type IToolBarContributionItem is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.jface/@dot
 | 
	| 14. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java (at line 1275)
 IToolBarContributionItem toolBarItem = (IToolBarContributionItem) cbItem;
 Discouraged access: The type IToolBarContributionItem is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.jface/@dot
 | 
	| 15. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java (at line 1276)
 IToolBarManager toolBarManager = toolBarItem.getToolBarManager();
 Discouraged access: The method getToolBarManager() from the type IToolBarContributionItem is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.jface/@dot
 | 
	| 16. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java (at line 1318)
 if (!(cbItem instanceof IToolBarContributionItem)) {
 Discouraged access: The type IToolBarContributionItem is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.jface/@dot
 | 
	| 17. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java (at line 1324)
 IToolBarContributionItem toolBarItem = (IToolBarContributionItem) cbItem;
 Discouraged access: The type IToolBarContributionItem is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.jface/@dot
 | 
	| 18. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java (at line 1324)
 IToolBarContributionItem toolBarItem = (IToolBarContributionItem) cbItem;
 Discouraged access: The type IToolBarContributionItem is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.jface/@dot
 | 
	| 19. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java (at line 1325)
 IToolBarManager toolBarManager = toolBarItem.getToolBarManager();
 Discouraged access: The method getToolBarManager() from the type IToolBarContributionItem is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.jface/@dot
 | 
	| 20. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java (at line 1478)
 IActionCommandMappingService acms = (IActionCommandMappingService) getWindow()
 Discouraged access: The type IActionCommandMappingService is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 21. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java (at line 1478)
 IActionCommandMappingService acms = (IActionCommandMappingService) getWindow()
 Discouraged access: The type IActionCommandMappingService is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 22. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java (at line 1479)
 .getService(IActionCommandMappingService.class);
 Discouraged access: The type IActionCommandMappingService is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 23. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java (at line 1480)
 acms.map(actionId, commandId);
 Discouraged access: The method map(String, String) from the type IActionCommandMappingService is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
DISCOURAGED ACCESS WARNINGS
	| 1. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ConfigurationLogUpdateSection.java (at line 20)
 import org.eclipse.equinox.internal.provisional.p2.engine.IProfile;
 Discouraged access: The type IProfile is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.equinox.p2.engine/@dot
 | 
	| 2. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ConfigurationLogUpdateSection.java (at line 21)
 import org.eclipse.equinox.internal.provisional.p2.engine.IProfileRegistry;
 Discouraged access: The type IProfileRegistry is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.equinox.p2.engine/@dot
 | 
	| 3. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ConfigurationLogUpdateSection.java (at line 22)
 import org.eclipse.equinox.internal.provisional.p2.metadata.IInstallableUnit;
 Discouraged access: The type IInstallableUnit is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
 | 
	| 4. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ConfigurationLogUpdateSection.java (at line 23)
 import org.eclipse.equinox.internal.provisional.p2.metadata.query.InstallableUnitQuery;
 Discouraged access: The type InstallableUnitQuery is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
 | 
	| 5. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ConfigurationLogUpdateSection.java (at line 51)
 ServiceReference reference = context.getServiceReference(IProfileRegistry.class.getName());
 Discouraged access: The type IProfileRegistry is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.equinox.p2.engine/@dot
 | 
	| 6. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ConfigurationLogUpdateSection.java (at line 55)
 IProfileRegistry registry = (IProfileRegistry) context.getService(reference);
 Discouraged access: The type IProfileRegistry is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.equinox.p2.engine/@dot
 | 
	| 7. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ConfigurationLogUpdateSection.java (at line 55)
 IProfileRegistry registry = (IProfileRegistry) context.getService(reference);
 Discouraged access: The type IProfileRegistry is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.equinox.p2.engine/@dot
 | 
	| 8. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ConfigurationLogUpdateSection.java (at line 58)
 IProfile profile = "">
		Discouraged access: The type IProfile is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.equinox.p2.engine/@dot
 | 
	| 9. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ConfigurationLogUpdateSection.java (at line 58)
 IProfile profile = "">registry.getProfile(IProfileRegistry.SELF);
 Discouraged access: The method getProfile(String) from the type IProfileRegistry is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.equinox.p2.engine/@dot
 | 
	| 10. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ConfigurationLogUpdateSection.java (at line 58)
 IProfile profile = "">IProfileRegistry.SELF);
 Discouraged access: The type IProfileRegistry is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.equinox.p2.engine/@dot
 | 
	| 11. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ConfigurationLogUpdateSection.java (at line 58)
 IProfile profile = "">SELF);
 Discouraged access: The field SELF from the type IProfileRegistry is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.equinox.p2.engine/@dot
 | 
	| 12. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ConfigurationLogUpdateSection.java (at line 63)
 writer.println(" " + NLS.bind(IDEWorkbenchMessages.ConfigurationLogUpdateSection_lastChangedOn, DateFormat.getDateInstance().format(new Date(profile.getTimestamp())))); //$NON-NLS-1$
 Discouraged access: The method getTimestamp() from the type IProfile is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.equinox.p2.engine/@dot
 | 
	| 13. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ConfigurationLogUpdateSection.java (at line 64)
 writer.println(" " + NLS.bind(IDEWorkbenchMessages.ConfigurationLogUpdateSection_location, profile.getProperty(IProfile.PROP_INSTALL_FOLDER))); //$NON-NLS-1$
 Discouraged access: The method getProperty(String) from the type IProfile is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.equinox.p2.engine/@dot
 | 
	| 14. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ConfigurationLogUpdateSection.java (at line 64)
 writer.println(" " + NLS.bind(IDEWorkbenchMessages.ConfigurationLogUpdateSection_location, profile.getProperty(IProfile.PROP_INSTALL_FOLDER))); //$NON-NLS-1$
 Discouraged access: The type IProfile is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.equinox.p2.engine/@dot
 | 
	| 15. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ConfigurationLogUpdateSection.java (at line 64)
 writer.println(" " + NLS.bind(IDEWorkbenchMessages.ConfigurationLogUpdateSection_location, profile.getProperty(IProfile.PROP_INSTALL_FOLDER))); //$NON-NLS-1$
 Discouraged access: The field PROP_INSTALL_FOLDER from the type IProfile is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.equinox.p2.engine/@dot
 | 
	| 16. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ConfigurationLogUpdateSection.java (at line 65)
 writer.println(" " + NLS.bind(IDEWorkbenchMessages.ConfigurationLogUpdateSection_timestamp, Long.toString(profile.getTimestamp()))); //$NON-NLS-1$
 Discouraged access: The method getTimestamp() from the type IProfile is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.equinox.p2.engine/@dot
 | 
	| 17. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ConfigurationLogUpdateSection.java (at line 71)
 Collector collector = profile.available(InstallableUnitQuery.ANY, new Collector(), null);
 Discouraged access: The type InstallableUnitQuery is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
 | 
	| 18. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ConfigurationLogUpdateSection.java (at line 71)
 Collector collector = profile.available(InstallableUnitQuery.ANY, new Collector(), null);
 Discouraged access: The field ANY from the type InstallableUnitQuery is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
 | 
	| 19. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ConfigurationLogUpdateSection.java (at line 74)
 IInstallableUnit unit = (IInstallableUnit) iter.next();
 Discouraged access: The type IInstallableUnit is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
 | 
	| 20. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ConfigurationLogUpdateSection.java (at line 74)
 IInstallableUnit unit = (IInstallableUnit) iter.next();
 Discouraged access: The type IInstallableUnit is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
 | 
	| 21. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ConfigurationLogUpdateSection.java (at line 75)
 sorted.add(NLS.bind(IDEWorkbenchMessages.ConfigurationLogUpdateSection_IU, unit.getId(), unit.getVersion()));
 Discouraged access: The method getId() from the type IInstallableUnit is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
 | 
	| 22. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ConfigurationLogUpdateSection.java (at line 75)
 sorted.add(NLS.bind(IDEWorkbenchMessages.ConfigurationLogUpdateSection_IU, unit.getId(), unit.getVersion()));
 Discouraged access: The method getVersion() from the type IInstallableUnit is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.equinox.p2.metadata/@dot
 | 
DISCOURAGED ACCESS WARNINGS
	| 1. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java (at line 18)
 import org.eclipse.ui.internal.dialogs.EditorsPreferencePage;
 Discouraged access: The type EditorsPreferencePage is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 2. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java (at line 20)
 import org.eclipse.ui.internal.tweaklets.TabBehaviour;
 Discouraged access: The type TabBehaviour is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 3. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java (at line 21)
 import org.eclipse.ui.internal.tweaklets.Tweaklets;
 Discouraged access: The type Tweaklets is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 4. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java (at line 30)
 public class IDEEditorsPreferencePage extends EditorsPreferencePage {
 Discouraged access: The type EditorsPreferencePage is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 5. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java (at line 33)
 Composite composite = createComposite(parent);
 Discouraged access: The method createComposite(Composite) from the type EditorsPreferencePage is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 6. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java (at line 56)
 createEditorHistoryGroup(composite);
 Discouraged access: The method createEditorHistoryGroup(Composite) from the type EditorsPreferencePage is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 7. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java (at line 58)
 createSpace(composite);
 Discouraged access: The method createSpace(Composite) from the type EditorsPreferencePage is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 8. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java (at line 59)
 createShowMultipleEditorTabsPref(composite);
 Discouraged access: The method createShowMultipleEditorTabsPref(Composite) from the type EditorsPreferencePage is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 9. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java (at line 60)
 createAllowInplaceEditorPref(composite);
 Discouraged access: The method createAllowInplaceEditorPref(Composite) from the type EditorsPreferencePage is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 10. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java (at line 61)
 createUseIPersistablePref(composite);
 Discouraged access: The method createUseIPersistablePref(Composite) from the type EditorsPreferencePage is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 11. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java (at line 62)
 createPromptWhenStillOpenPref(composite);
 Discouraged access: The method createPromptWhenStillOpenPref(Composite) from the type EditorsPreferencePage is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 12. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java (at line 63)
 createEditorReuseGroup(composite);
 Discouraged access: The method createEditorReuseGroup(Composite) from the type EditorsPreferencePage is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 13. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java (at line 64)
 ((TabBehaviour)Tweaklets.get(TabBehaviour.KEY)).setPreferenceVisibility(editorReuseGroup, showMultipleEditorTabs);
 Discouraged access: The method setPreferenceVisibility(Composite, Button) from the type TabBehaviour is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 14. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java (at line 64)
 ((TabBehaviour)Tweaklets.get(TabBehaviour.KEY)).setPreferenceVisibility(editorReuseGroup, showMultipleEditorTabs);
 Discouraged access: The type TabBehaviour is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 15. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java (at line 64)
 ((TabBehaviour)Tweaklets.get(TabBehaviour.KEY)).setPreferenceVisibility(editorReuseGroup, showMultipleEditorTabs);
 Discouraged access: The type Tweaklets is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 16. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java (at line 64)
 ((TabBehaviour)Tweaklets.get(TabBehaviour.KEY)).setPreferenceVisibility(editorReuseGroup, showMultipleEditorTabs);
 Discouraged access: The method get(Tweaklets.TweakKey) from the type Tweaklets is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 17. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java (at line 64)
 ((TabBehaviour)Tweaklets.get(TabBehaviour.KEY)).setPreferenceVisibility(editorReuseGroup, showMultipleEditorTabs);
 Discouraged access: The type TabBehaviour is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 18. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java (at line 64)
 ((TabBehaviour)Tweaklets.get(TabBehaviour.KEY)).setPreferenceVisibility(editorReuseGroup, showMultipleEditorTabs);
 Discouraged access: The field KEY from the type TabBehaviour is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 19. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java (at line 64)
 ((TabBehaviour)Tweaklets.get(TabBehaviour.KEY)).setPreferenceVisibility(editorReuseGroup, showMultipleEditorTabs);
 Discouraged access: The field editorReuseGroup from the type EditorsPreferencePage is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 20. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java (at line 64)
 ((TabBehaviour)Tweaklets.get(TabBehaviour.KEY)).setPreferenceVisibility(editorReuseGroup, showMultipleEditorTabs);
 Discouraged access: The field showMultipleEditorTabs from the type EditorsPreferencePage is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 21. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java (at line 68)
 super.setHelpContext(parent);
 Discouraged access: The method setHelpContext(Composite) from the type EditorsPreferencePage is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
DISCOURAGED ACCESS WARNINGS
	| 1. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEPerspectivesPreferencePage.java (at line 20)
 import org.eclipse.ui.internal.dialogs.PerspectivesPreferencePage;
 Discouraged access: The type PerspectivesPreferencePage is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 2. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEPerspectivesPreferencePage.java (at line 32)
 public class IDEPerspectivesPreferencePage extends PerspectivesPreferencePage {
 Discouraged access: The type PerspectivesPreferencePage is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 3. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEPerspectivesPreferencePage.java (at line 56)
 Composite composite = createComposite(parent);
 Discouraged access: The method createComposite(Composite) from the type PerspectivesPreferencePage is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 4. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEPerspectivesPreferencePage.java (at line 58)
 createOpenPerspButtonGroup(composite);
 Discouraged access: The method createOpenPerspButtonGroup(Composite) from the type PerspectivesPreferencePage is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 5. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEPerspectivesPreferencePage.java (at line 59)
 createOpenViewButtonGroup(composite);
 Discouraged access: The method createOpenViewButtonGroup(Composite) from the type PerspectivesPreferencePage is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 6. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEPerspectivesPreferencePage.java (at line 61)
 createCustomizePerspective(composite);
 Discouraged access: The method createCustomizePerspective(Composite) from the type PerspectivesPreferencePage is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 7. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEPerspectivesPreferencePage.java (at line 103)
 super.performDefaults();
 Discouraged access: The method performDefaults() from the type PerspectivesPreferencePage is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 8. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEPerspectivesPreferencePage.java (at line 114)
 return super.performOk();
 Discouraged access: The method performOk() from the type PerspectivesPreferencePage is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
DISCOURAGED ACCESS WARNINGS
	| 1. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEWorkbenchPreferencePage.java (at line 19)
 import org.eclipse.ui.internal.dialogs.WorkbenchPreferencePage;
 Discouraged access: The type WorkbenchPreferencePage is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 2. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEWorkbenchPreferencePage.java (at line 28)
 public class IDEWorkbenchPreferencePage extends WorkbenchPreferencePage
 Discouraged access: The type WorkbenchPreferencePage is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 3. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEWorkbenchPreferencePage.java (at line 41)
 Composite composite = createComposite(parent);
 Discouraged access: The method createComposite(Composite) from the type WorkbenchPreferencePage is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 4. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEWorkbenchPreferencePage.java (at line 43)
 createShowUserDialogPref(composite);
 Discouraged access: The method createShowUserDialogPref(Composite) from the type WorkbenchPreferencePage is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 5. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEWorkbenchPreferencePage.java (at line 44)
 createStickyCyclePref(composite);
 Discouraged access: The method createStickyCyclePref(Composite) from the type WorkbenchPreferencePage is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 6. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEWorkbenchPreferencePage.java (at line 45)
 createHeapStatusPref(composite);
 Discouraged access: The method createHeapStatusPref(Composite) from the type WorkbenchPreferencePage is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 7. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEWorkbenchPreferencePage.java (at line 47)
 createOpenModeGroup(composite);
 Discouraged access: The method createOpenModeGroup(Composite) from the type WorkbenchPreferencePage is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 8. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEWorkbenchPreferencePage.java (at line 66)
 super.performDefaults();
 Discouraged access: The method performDefaults() from the type WorkbenchPreferencePage is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 9. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEWorkbenchPreferencePage.java (at line 73)
 return super.performOk();
 Discouraged access: The method performOk() from the type WorkbenchPreferencePage is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
DISCOURAGED ACCESS WARNINGS
	| 1. WARNING in /src/org/eclipse/ui/wizards/newresource/BasicNewProjectResourceWizard.java (at line 71)
 import org.eclipse.ui.internal.registry.PerspectiveDescriptor;
 Discouraged access: The type PerspectiveDescriptor is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 2. WARNING in /src/org/eclipse/ui/wizards/newresource/BasicNewProjectResourceWizard.java (at line 549)
 PerspectiveDescriptor descriptor = ((PerspectiveDescriptor) perspectives[i]);
 Discouraged access: The type PerspectiveDescriptor is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 3. WARNING in /src/org/eclipse/ui/wizards/newresource/BasicNewProjectResourceWizard.java (at line 549)
 PerspectiveDescriptor descriptor = ((PerspectiveDescriptor) perspectives[i]);
 Discouraged access: The type PerspectiveDescriptor is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 4. WARNING in /src/org/eclipse/ui/wizards/newresource/BasicNewProjectResourceWizard.java (at line 550)
 if (descriptor.getOriginalId().equals(id)) {
 Discouraged access: The method getOriginalId() from the type PerspectiveDescriptor is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 | 
	| 5. WARNING in /src/org/eclipse/ui/wizards/newresource/BasicNewProjectResourceWizard.java (at line 551)
 perspectiveIds.add(descriptor.getId());
 Discouraged access: The method getId() from the type PerspectiveDescriptor is not accessible due to restriction on classpath entry /builds/N200910072000/src/plugins/org.eclipse.ui.workbench/@dot
 |