Compiler log for org.eclipse.ui.ide_3.4.1.M20080903-2000 : @dot.bin.xml

TOTAL : ERRORS: 0, WARNINGS: 135

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

/extensions/org/eclipse/ui/actions/CopyProjectAction.java : 4 warnings :

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/M200809111700/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/M200809111700/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/M200809111700/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/M200809111700/src/plugins/org.eclipse.ui.workbench/@dot

/extensions/org/eclipse/ui/actions/CopyProjectOperation.java : 4 warnings :

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/M200809111700/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/M200809111700/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/M200809111700/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/M200809111700/src/plugins/org.eclipse.ui.workbench/@dot

/extensions/org/eclipse/ui/actions/MoveProjectAction.java : 4 warnings :

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/M200809111700/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/M200809111700/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/M200809111700/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/M200809111700/src/plugins/org.eclipse.ui.workbench/@dot

/extensions/org/eclipse/ui/actions/NewExampleAction.java : 9 warnings :

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/M200809111700/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/M200809111700/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/M200809111700/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/M200809111700/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/M200809111700/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/M200809111700/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/M200809111700/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/M200809111700/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/M200809111700/src/plugins/org.eclipse.ui.workbench/@dot

/extensions/org/eclipse/ui/actions/NewProjectAction.java : 6 warnings :

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/M200809111700/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/M200809111700/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/M200809111700/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/M200809111700/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/M200809111700/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/M200809111700/src/plugins/org.eclipse.ui.workbench/@dot

/extensions/org/eclipse/ui/actions/NewWizardMenu.java : 10 warnings :

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/M200809111700/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/M200809111700/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/M200809111700/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/M200809111700/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/M200809111700/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/M200809111700/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/M200809111700/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/M200809111700/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/M200809111700/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/M200809111700/src/plugins/org.eclipse.ui.workbench/@dot

/extensions/org/eclipse/ui/actions/WorkspaceAction.java : 4 warnings :

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/M200809111700/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/M200809111700/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/M200809111700/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/M200809111700/src/plugins/org.eclipse.ui.workbench/@dot

/src/org/eclipse/ui/ide/IDE.java : 17 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/ui/ide/IDE.java
 (at line 77)
import org.eclipse.ui.internal.misc.UIStats;
Discouraged access: The type UIStats is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.ui.workbench/@dot
2. WARNING in /src/org/eclipse/ui/ide/IDE.java
 (at line 1325)
UIStats.start(UIStats.CONTENT_TYPE_LOOKUP, file.getName());
Discouraged access: The type UIStats is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.ui.workbench/@dot
3. WARNING in /src/org/eclipse/ui/ide/IDE.java
 (at line 1325)
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/M200809111700/src/plugins/org.eclipse.ui.workbench/@dot
4. WARNING in /src/org/eclipse/ui/ide/IDE.java
 (at line 1325)
UIStats.start(UIStats.CONTENT_TYPE_LOOKUP, file.getName());
Discouraged access: The type UIStats is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.ui.workbench/@dot
5. WARNING in /src/org/eclipse/ui/ide/IDE.java
 (at line 1325)
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/M200809111700/src/plugins/org.eclipse.ui.workbench/@dot
6. WARNING in /src/org/eclipse/ui/ide/IDE.java
 (at line 1340)
UIStats.end(UIStats.CONTENT_TYPE_LOOKUP, file, file.getName());
Discouraged access: The type UIStats is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.ui.workbench/@dot
7. WARNING in /src/org/eclipse/ui/ide/IDE.java
 (at line 1340)
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/M200809111700/src/plugins/org.eclipse.ui.workbench/@dot
8. WARNING in /src/org/eclipse/ui/ide/IDE.java
 (at line 1340)
UIStats.end(UIStats.CONTENT_TYPE_LOOKUP, file, file.getName());
Discouraged access: The type UIStats is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.ui.workbench/@dot
9. WARNING in /src/org/eclipse/ui/ide/IDE.java
 (at line 1340)
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/M200809111700/src/plugins/org.eclipse.ui.workbench/@dot
10. WARNING in /src/org/eclipse/ui/ide/IDE.java
 (at line 1356)
UIStats.start(UIStats.CONTENT_TYPE_LOOKUP, fileName);
Discouraged access: The type UIStats is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.ui.workbench/@dot
11. WARNING in /src/org/eclipse/ui/ide/IDE.java
 (at line 1356)
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/M200809111700/src/plugins/org.eclipse.ui.workbench/@dot
12. WARNING in /src/org/eclipse/ui/ide/IDE.java
 (at line 1356)
UIStats.start(UIStats.CONTENT_TYPE_LOOKUP, fileName);
Discouraged access: The type UIStats is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.ui.workbench/@dot
13. WARNING in /src/org/eclipse/ui/ide/IDE.java
 (at line 1356)
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/M200809111700/src/plugins/org.eclipse.ui.workbench/@dot
14. WARNING in /src/org/eclipse/ui/ide/IDE.java
 (at line 1363)
UIStats.end(UIStats.CONTENT_TYPE_LOOKUP, file, fileName);
Discouraged access: The type UIStats is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.ui.workbench/@dot
15. WARNING in /src/org/eclipse/ui/ide/IDE.java
 (at line 1363)
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/M200809111700/src/plugins/org.eclipse.ui.workbench/@dot
16. WARNING in /src/org/eclipse/ui/ide/IDE.java
 (at line 1363)
UIStats.end(UIStats.CONTENT_TYPE_LOOKUP, file, fileName);
Discouraged access: The type UIStats is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.ui.workbench/@dot
17. WARNING in /src/org/eclipse/ui/ide/IDE.java
 (at line 1363)
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/M200809111700/src/plugins/org.eclipse.ui.workbench/@dot

/src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java : 23 warnings :

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/M200809111700/src/plugins/org.eclipse.jface/@dot
2. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 58)
import org.eclipse.ui.internal.handlers.IActionCommandMappingService;
Discouraged access: The type IActionCommandMappingService is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.ui.workbench/@dot
3. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 63)
import org.eclipse.ui.internal.provisional.application.IActionBarConfigurer2;
Discouraged access: The type IActionBarConfigurer2 is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.ui.workbench/@dot
4. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 347)
IActionBarConfigurer2 actionBarConfigurer = (IActionBarConfigurer2) getActionBarConfigurer();
Discouraged access: The type IActionBarConfigurer2 is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.ui.workbench/@dot
5. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 347)
IActionBarConfigurer2 actionBarConfigurer = (IActionBarConfigurer2) getActionBarConfigurer();
Discouraged access: The type IActionBarConfigurer2 is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.ui.workbench/@dot
6. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 358)
IToolBarManager fileToolBar = actionBarConfigurer.createToolBarManager();
Discouraged access: The method createToolBarManager() from the type IActionBarConfigurer2 is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.ui.workbench/@dot
7. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 379)
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/M200809111700/src/plugins/org.eclipse.ui.workbench/@dot
8. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 387)
IToolBarManager navToolBar = actionBarConfigurer.createToolBarManager();
Discouraged access: The method createToolBarManager() from the type IActionBarConfigurer2 is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.ui.workbench/@dot
9. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 398)
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/M200809111700/src/plugins/org.eclipse.ui.workbench/@dot
10. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 407)
IToolBarManager helpToolBar = actionBarConfigurer.createToolBarManager();
Discouraged access: The method createToolBarManager() from the type IActionBarConfigurer2 is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.ui.workbench/@dot
11. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 413)
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/M200809111700/src/plugins/org.eclipse.ui.workbench/@dot
12. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 1281)
if (!(cbItem instanceof IToolBarContributionItem)) {
Discouraged access: The type IToolBarContributionItem is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jface/@dot
13. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 1286)
IToolBarContributionItem toolBarItem = (IToolBarContributionItem) cbItem;
Discouraged access: The type IToolBarContributionItem is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jface/@dot
14. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 1286)
IToolBarContributionItem toolBarItem = (IToolBarContributionItem) cbItem;
Discouraged access: The type IToolBarContributionItem is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jface/@dot
15. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 1287)
IToolBarManager toolBarManager = toolBarItem.getToolBarManager();
Discouraged access: The method getToolBarManager() from the type IToolBarContributionItem is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jface/@dot
16. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 1329)
if (!(cbItem instanceof IToolBarContributionItem)) {
Discouraged access: The type IToolBarContributionItem is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jface/@dot
17. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 1335)
IToolBarContributionItem toolBarItem = (IToolBarContributionItem) cbItem;
Discouraged access: The type IToolBarContributionItem is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jface/@dot
18. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 1335)
IToolBarContributionItem toolBarItem = (IToolBarContributionItem) cbItem;
Discouraged access: The type IToolBarContributionItem is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jface/@dot
19. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 1336)
IToolBarManager toolBarManager = toolBarItem.getToolBarManager();
Discouraged access: The method getToolBarManager() from the type IToolBarContributionItem is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jface/@dot
20. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 1482)
IActionCommandMappingService acms = (IActionCommandMappingService) getWindow()
Discouraged access: The type IActionCommandMappingService is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.ui.workbench/@dot
21. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 1482)
IActionCommandMappingService acms = (IActionCommandMappingService) getWindow()
Discouraged access: The type IActionCommandMappingService is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.ui.workbench/@dot
22. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 1483)
.getService(IActionCommandMappingService.class);
Discouraged access: The type IActionCommandMappingService is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.ui.workbench/@dot
23. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 1484)
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/M200809111700/src/plugins/org.eclipse.ui.workbench/@dot

/src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java : 21 warnings :

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/M200809111700/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/M200809111700/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/M200809111700/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/M200809111700/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/M200809111700/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/M200809111700/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/M200809111700/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/M200809111700/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/M200809111700/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/M200809111700/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/M200809111700/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/M200809111700/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/M200809111700/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/M200809111700/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/M200809111700/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/M200809111700/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/M200809111700/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/M200809111700/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/M200809111700/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/M200809111700/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/M200809111700/src/plugins/org.eclipse.ui.workbench/@dot

/src/org/eclipse/ui/internal/ide/dialogs/IDEPerspectivesPreferencePage.java : 8 warnings :

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/M200809111700/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/M200809111700/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/M200809111700/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/M200809111700/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/M200809111700/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/M200809111700/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/M200809111700/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/M200809111700/src/plugins/org.eclipse.ui.workbench/@dot

/src/org/eclipse/ui/internal/ide/dialogs/IDEWorkbenchPreferencePage.java : 9 warnings :

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/M200809111700/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/M200809111700/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/M200809111700/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/M200809111700/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/M200809111700/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/M200809111700/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/M200809111700/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/M200809111700/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/M200809111700/src/plugins/org.eclipse.ui.workbench/@dot

/src/org/eclipse/ui/internal/ide/dialogs/ProjectReferencePage.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ProjectReferencePage.java
 (at line 47)
import org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog;
Discouraged access: The type ProgressMonitorJobsDialog is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.ui.workbench/@dot
2. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ProjectReferencePage.java
 (at line 248)
new ProgressMonitorJobsDialog(getControl().getShell()).run(true,
Discouraged access: The constructor ProgressMonitorJobsDialog(Shell) is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.ui.workbench/@dot
3. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ProjectReferencePage.java
 (at line 248)
new ProgressMonitorJobsDialog(getControl().getShell()).run(true, true, runnable);
Discouraged access: The method run(boolean, boolean, IRunnableWithProgress) from the type ProgressMonitorJobsDialog is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.ui.workbench/@dot
4. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ProjectReferencePage.java
 (at line 248)
new ProgressMonitorJobsDialog(getControl().getShell()).run(true,
Discouraged access: The type ProgressMonitorJobsDialog is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.ui.workbench/@dot

/src/org/eclipse/ui/internal/views/markers/ConfigureColumnsHandler.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/ui/internal/views/markers/ConfigureColumnsHandler.java
 (at line 15)
import org.eclipse.jface.internal.ConfigureColumnsDialog;
Discouraged access: The type ConfigureColumnsDialog is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jface/@dot
2. WARNING in /src/org/eclipse/ui/internal/views/markers/ConfigureColumnsHandler.java
 (at line 36)
ConfigureColumnsDialog dialog = new ConfigureColumnsDialog(view.getSite(), view.getViewer().getTree());
Discouraged access: The type ConfigureColumnsDialog is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jface/@dot
3. WARNING in /src/org/eclipse/ui/internal/views/markers/ConfigureColumnsHandler.java
 (at line 36)
ConfigureColumnsDialog dialog = new ConfigureColumnsDialog(view.getSite(), view.getViewer().getTree());
Discouraged access: The constructor ConfigureColumnsDialog(IShellProvider, Tree) is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jface/@dot
4. WARNING in /src/org/eclipse/ui/internal/views/markers/ConfigureColumnsHandler.java
 (at line 36)
ConfigureColumnsDialog dialog = new ConfigureColumnsDialog(view.getSite(), view.getViewer().getTree());
Discouraged access: The type ConfigureColumnsDialog is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.jface/@dot

/src/org/eclipse/ui/internal/wizards/datatransfer/WizardFileSystemResourceImportPage1.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/ui/internal/wizards/datatransfer/WizardFileSystemResourceImportPage1.java
 (at line 60)
import org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog;
Discouraged access: The type ProgressMonitorJobsDialog is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.ui.workbench/@dot
2. WARNING in /src/org/eclipse/ui/internal/wizards/datatransfer/WizardFileSystemResourceImportPage1.java
 (at line 819)
ProgressMonitorDialog dialog = new ProgressMonitorJobsDialog( getContainer().getShell());
Discouraged access: The constructor ProgressMonitorJobsDialog(Shell) is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.ui.workbench/@dot
3. WARNING in /src/org/eclipse/ui/internal/wizards/datatransfer/WizardFileSystemResourceImportPage1.java
 (at line 819)
ProgressMonitorDialog dialog = new ProgressMonitorJobsDialog(
Discouraged access: The type ProgressMonitorJobsDialog is not accessible due to restriction on classpath entry /builds/M200809111700/src/plugins/org.eclipse.ui.workbench/@dot

/src/org/eclipse/ui/wizards/newresource/BasicNewProjectResourceWizard.java : 5 warnings :

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/M200809111700/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/M200809111700/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/M200809111700/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/M200809111700/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/M200809111700/src/plugins/org.eclipse.ui.workbench/@dot