Compiler log for org.eclipse.ui.ide_3.3.1.M20070910-0800b : @dot.bin.xml

TOTAL : ERRORS: 0, WARNINGS: 125

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 39)
import org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog;
Discouraged access: The type ProgressMonitorJobsDialog is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot
2. WARNING in /extensions/org/eclipse/ui/actions/CopyProjectAction.java
 (at line 201)
new ProgressMonitorJobsDialog(shell).run(true, true, op);
Discouraged access: The constructor ProgressMonitorJobsDialog(Shell) is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot
3. WARNING in /extensions/org/eclipse/ui/actions/CopyProjectAction.java
 (at line 201)
new ProgressMonitorJobsDialog(shell).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/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot
4. WARNING in /extensions/org/eclipse/ui/actions/CopyProjectAction.java
 (at line 201)
new ProgressMonitorJobsDialog(shell).run(true, true, op);
Discouraged access: The type ProgressMonitorJobsDialog is not accessible due to restriction on classpath entry /builds/M200709211145/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/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot
2. WARNING in /extensions/org/eclipse/ui/actions/CopyProjectOperation.java
 (at line 179)
new ProgressMonitorJobsDialog(parentShell).run(true, true, op);
Discouraged access: The constructor ProgressMonitorJobsDialog(Shell) is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot
3. WARNING in /extensions/org/eclipse/ui/actions/CopyProjectOperation.java
 (at line 179)
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/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot
4. WARNING in /extensions/org/eclipse/ui/actions/CopyProjectOperation.java
 (at line 179)
new ProgressMonitorJobsDialog(parentShell).run(true, true, op);
Discouraged access: The type ProgressMonitorJobsDialog is not accessible due to restriction on classpath entry /builds/M200709211145/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 32)
import org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog;
Discouraged access: The type ProgressMonitorJobsDialog is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot
2. WARNING in /extensions/org/eclipse/ui/actions/MoveProjectAction.java
 (at line 109)
new ProgressMonitorJobsDialog(shell).run(true, true, op);
Discouraged access: The constructor ProgressMonitorJobsDialog(Shell) is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot
3. WARNING in /extensions/org/eclipse/ui/actions/MoveProjectAction.java
 (at line 109)
new ProgressMonitorJobsDialog(shell).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/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot
4. WARNING in /extensions/org/eclipse/ui/actions/MoveProjectAction.java
 (at line 109)
new ProgressMonitorJobsDialog(shell).run(true, true, op);
Discouraged access: The type ProgressMonitorJobsDialog is not accessible due to restriction on classpath entry /builds/M200709211145/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/M200709211145/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/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot
3. WARNING in /extensions/org/eclipse/ui/actions/NewExampleAction.java
 (at line 90)
NewWizard wizard = new NewWizard();
Discouraged access: The type NewWizard is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot
4. WARNING in /extensions/org/eclipse/ui/actions/NewExampleAction.java
 (at line 90)
NewWizard wizard = new NewWizard();
Discouraged access: The constructor NewWizard() is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot
5. WARNING in /extensions/org/eclipse/ui/actions/NewExampleAction.java
 (at line 90)
NewWizard wizard = new NewWizard();
Discouraged access: The type NewWizard is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot
6. WARNING in /extensions/org/eclipse/ui/actions/NewExampleAction.java
 (at line 91)
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/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot
7. WARNING in /extensions/org/eclipse/ui/actions/NewExampleAction.java
 (at line 92)
.setCategoryId(WizardsRegistryReader.FULL_EXAMPLES_WIZARD_CATEGORY);
Discouraged access: The type WizardsRegistryReader is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot
8. WARNING in /extensions/org/eclipse/ui/actions/NewExampleAction.java
 (at line 92)
.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/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot
9. WARNING in /extensions/org/eclipse/ui/actions/NewExampleAction.java
 (at line 99)
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/M200709211145/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/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot
2. WARNING in /extensions/org/eclipse/ui/actions/NewProjectAction.java
 (at line 88)
NewWizard wizard = new NewWizard();
Discouraged access: The type NewWizard is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot
3. WARNING in /extensions/org/eclipse/ui/actions/NewProjectAction.java
 (at line 88)
NewWizard wizard = new NewWizard();
Discouraged access: The constructor NewWizard() is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot
4. WARNING in /extensions/org/eclipse/ui/actions/NewProjectAction.java
 (at line 88)
NewWizard wizard = new NewWizard();
Discouraged access: The type NewWizard is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot
5. WARNING in /extensions/org/eclipse/ui/actions/NewProjectAction.java
 (at line 89)
wizard.setProjectsOnly(true);
Discouraged access: The method setProjectsOnly(boolean) from the type NewWizard is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot
6. WARNING in /extensions/org/eclipse/ui/actions/NewProjectAction.java
 (at line 95)
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/M200709211145/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/M200709211145/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/M200709211145/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/M200709211145/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/M200709211145/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/M200709211145/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/M200709211145/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/M200709211145/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/M200709211145/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/M200709211145/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/M200709211145/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 38)
import org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog;
Discouraged access: The type ProgressMonitorJobsDialog is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot
2. WARNING in /extensions/org/eclipse/ui/actions/WorkspaceAction.java
 (at line 311)
new ProgressMonitorJobsDialog(shell).run(true, true,
Discouraged access: The constructor ProgressMonitorJobsDialog(Shell) is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot
3. WARNING in /extensions/org/eclipse/ui/actions/WorkspaceAction.java
 (at line 311)
new ProgressMonitorJobsDialog(shell).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/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot
4. WARNING in /extensions/org/eclipse/ui/actions/WorkspaceAction.java
 (at line 311)
new ProgressMonitorJobsDialog(shell).run(true, true,
Discouraged access: The type ProgressMonitorJobsDialog is not accessible due to restriction on classpath entry /builds/M200709211145/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 74)
import org.eclipse.ui.internal.misc.UIStats;
Discouraged access: The type UIStats is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot
2. WARNING in /src/org/eclipse/ui/ide/IDE.java
 (at line 1291)
UIStats.start(UIStats.CONTENT_TYPE_LOOKUP, file.getName());
Discouraged access: The type UIStats is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot
3. WARNING in /src/org/eclipse/ui/ide/IDE.java
 (at line 1291)
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/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot
4. WARNING in /src/org/eclipse/ui/ide/IDE.java
 (at line 1291)
UIStats.start(UIStats.CONTENT_TYPE_LOOKUP, file.getName());
Discouraged access: The type UIStats is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot
5. WARNING in /src/org/eclipse/ui/ide/IDE.java
 (at line 1291)
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/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot
6. WARNING in /src/org/eclipse/ui/ide/IDE.java
 (at line 1301)
UIStats.end(UIStats.CONTENT_TYPE_LOOKUP, file, file.getName());
Discouraged access: The type UIStats is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot
7. WARNING in /src/org/eclipse/ui/ide/IDE.java
 (at line 1301)
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/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot
8. WARNING in /src/org/eclipse/ui/ide/IDE.java
 (at line 1301)
UIStats.end(UIStats.CONTENT_TYPE_LOOKUP, file, file.getName());
Discouraged access: The type UIStats is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot
9. WARNING in /src/org/eclipse/ui/ide/IDE.java
 (at line 1301)
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/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot
10. WARNING in /src/org/eclipse/ui/ide/IDE.java
 (at line 1317)
UIStats.start(UIStats.CONTENT_TYPE_LOOKUP, fileName);
Discouraged access: The type UIStats is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot
11. WARNING in /src/org/eclipse/ui/ide/IDE.java
 (at line 1317)
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/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot
12. WARNING in /src/org/eclipse/ui/ide/IDE.java
 (at line 1317)
UIStats.start(UIStats.CONTENT_TYPE_LOOKUP, fileName);
Discouraged access: The type UIStats is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot
13. WARNING in /src/org/eclipse/ui/ide/IDE.java
 (at line 1317)
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/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot
14. WARNING in /src/org/eclipse/ui/ide/IDE.java
 (at line 1324)
UIStats.end(UIStats.CONTENT_TYPE_LOOKUP, file, fileName);
Discouraged access: The type UIStats is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot
15. WARNING in /src/org/eclipse/ui/ide/IDE.java
 (at line 1324)
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/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot
16. WARNING in /src/org/eclipse/ui/ide/IDE.java
 (at line 1324)
UIStats.end(UIStats.CONTENT_TYPE_LOOKUP, file, fileName);
Discouraged access: The type UIStats is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot
17. WARNING in /src/org/eclipse/ui/ide/IDE.java
 (at line 1324)
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/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 32)
import org.eclipse.jface.internal.provisional.action.IToolBarContributionItem;
Discouraged access: The type IToolBarContributionItem is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.jface/@dot
2. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 57)
import org.eclipse.ui.internal.provisional.application.IActionBarConfigurer2;
Discouraged access: The type IActionBarConfigurer2 is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot
3. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 372)
IActionBarConfigurer2 actionBarConfigurer = (IActionBarConfigurer2) getActionBarConfigurer();
Discouraged access: The type IActionBarConfigurer2 is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot
4. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 372)
IActionBarConfigurer2 actionBarConfigurer = (IActionBarConfigurer2) getActionBarConfigurer();
Discouraged access: The type IActionBarConfigurer2 is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot
5. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 383)
IToolBarManager fileToolBar = actionBarConfigurer.createToolBarManager();
Discouraged access: The method createToolBarManager() from the type IActionBarConfigurer2 is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot
6. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 404)
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/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot
7. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 412)
IToolBarManager navToolBar = actionBarConfigurer.createToolBarManager();
Discouraged access: The method createToolBarManager() from the type IActionBarConfigurer2 is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot
8. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 423)
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/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot
9. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 432)
IToolBarManager helpToolBar = actionBarConfigurer.createToolBarManager();
Discouraged access: The method createToolBarManager() from the type IActionBarConfigurer2 is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot
10. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 438)
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/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot
11. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 1375)
if (!(cbItem instanceof IToolBarContributionItem)) {
Discouraged access: The type IToolBarContributionItem is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.jface/@dot
12. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 1380)
IToolBarContributionItem toolBarItem = (IToolBarContributionItem) cbItem;
Discouraged access: The type IToolBarContributionItem is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.jface/@dot
13. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 1380)
IToolBarContributionItem toolBarItem = (IToolBarContributionItem) cbItem;
Discouraged access: The type IToolBarContributionItem is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.jface/@dot
14. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 1381)
IToolBarManager toolBarManager = toolBarItem.getToolBarManager();
Discouraged access: The method getToolBarManager() from the type IToolBarContributionItem is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.jface/@dot
15. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 1423)
if (!(cbItem instanceof IToolBarContributionItem)) {
Discouraged access: The type IToolBarContributionItem is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.jface/@dot
16. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 1429)
IToolBarContributionItem toolBarItem = (IToolBarContributionItem) cbItem;
Discouraged access: The type IToolBarContributionItem is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.jface/@dot
17. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 1429)
IToolBarContributionItem toolBarItem = (IToolBarContributionItem) cbItem;
Discouraged access: The type IToolBarContributionItem is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.jface/@dot
18. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 1430)
IToolBarManager toolBarManager = toolBarItem.getToolBarManager();
Discouraged access: The method getToolBarManager() from the type IToolBarContributionItem is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.jface/@dot

/src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java : 20 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/M200709211145/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/M200709211145/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/M200709211145/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/M200709211145/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/M200709211145/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/M200709211145/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/M200709211145/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/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot
9. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java
 (at line 60)
createUseIPersistablePref(composite);
Discouraged access: The method createUseIPersistablePref(Composite) from the type EditorsPreferencePage is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot
10. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java
 (at line 61)
createPromptWhenStillOpenPref(composite);
Discouraged access: The method createPromptWhenStillOpenPref(Composite) from the type EditorsPreferencePage is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot
11. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java
 (at line 62)
createEditorReuseGroup(composite);
Discouraged access: The method createEditorReuseGroup(Composite) from the type EditorsPreferencePage is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot
12. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java
 (at line 63)
((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/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot
13. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java
 (at line 63)
((TabBehaviour)Tweaklets.get(TabBehaviour.KEY)).setPreferenceVisibility(editorReuseGroup, showMultipleEditorTabs);
Discouraged access: The type TabBehaviour is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot
14. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java
 (at line 63)
((TabBehaviour)Tweaklets.get(TabBehaviour.KEY)).setPreferenceVisibility(editorReuseGroup, showMultipleEditorTabs);
Discouraged access: The type Tweaklets is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot
15. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java
 (at line 63)
((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/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot
16. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java
 (at line 63)
((TabBehaviour)Tweaklets.get(TabBehaviour.KEY)).setPreferenceVisibility(editorReuseGroup, showMultipleEditorTabs);
Discouraged access: The type TabBehaviour is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot
17. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java
 (at line 63)
((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/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot
18. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java
 (at line 63)
((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/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot
19. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java
 (at line 63)
((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/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot
20. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java
 (at line 67)
super.setHelpContext(parent);
Discouraged access: The method setHelpContext(Composite) from the type EditorsPreferencePage is not accessible due to restriction on classpath entry /builds/M200709211145/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/M200709211145/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/M200709211145/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/M200709211145/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/M200709211145/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/M200709211145/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/M200709211145/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/M200709211145/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/M200709211145/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/M200709211145/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/M200709211145/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/M200709211145/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/M200709211145/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/M200709211145/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/M200709211145/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/M200709211145/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/M200709211145/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/M200709211145/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/M200709211145/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/M200709211145/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/M200709211145/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/M200709211145/src/plugins/org.eclipse.ui.workbench/@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/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot
2. WARNING in /src/org/eclipse/ui/internal/wizards/datatransfer/WizardFileSystemResourceImportPage1.java
 (at line 820)
ProgressMonitorDialog dialog = new ProgressMonitorJobsDialog( getContainer().getShell());
Discouraged access: The constructor ProgressMonitorJobsDialog(Shell) is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot
3. WARNING in /src/org/eclipse/ui/internal/wizards/datatransfer/WizardFileSystemResourceImportPage1.java
 (at line 820)
ProgressMonitorDialog dialog = new ProgressMonitorJobsDialog(
Discouraged access: The type ProgressMonitorJobsDialog is not accessible due to restriction on classpath entry /builds/M200709211145/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 66)
import org.eclipse.ui.internal.registry.PerspectiveDescriptor;
Discouraged access: The type PerspectiveDescriptor is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot
2. WARNING in /src/org/eclipse/ui/wizards/newresource/BasicNewProjectResourceWizard.java
 (at line 518)
PerspectiveDescriptor descriptor = ((PerspectiveDescriptor) perspectives[i]);
Discouraged access: The type PerspectiveDescriptor is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot
3. WARNING in /src/org/eclipse/ui/wizards/newresource/BasicNewProjectResourceWizard.java
 (at line 518)
PerspectiveDescriptor descriptor = ((PerspectiveDescriptor) perspectives[i]);
Discouraged access: The type PerspectiveDescriptor is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot
4. WARNING in /src/org/eclipse/ui/wizards/newresource/BasicNewProjectResourceWizard.java
 (at line 519)
if (descriptor.getOriginalId().equals(id)) {
Discouraged access: The method getOriginalId() from the type PerspectiveDescriptor is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot
5. WARNING in /src/org/eclipse/ui/wizards/newresource/BasicNewProjectResourceWizard.java
 (at line 520)
perspectiveIds.add(descriptor.getId());
Discouraged access: The method getId() from the type PerspectiveDescriptor is not accessible due to restriction on classpath entry /builds/M200709211145/src/plugins/org.eclipse.ui.workbench/@dot