Compiler log for org.eclipse.ui.ide_3.7.0.v20110809-1737 : @dot.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 41)
import org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog;
Discouraged access: The type ProgressMonitorJobsDialog is not accessible due to restriction on classpath entry /builds/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/src/plugins/org.eclipse.ui.workbench/@dot

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /extensions/org/eclipse/ui/actions/NewWizardMenu.java
 (at line 27)
import org.eclipse.ui.internal.dialogs.WorkbenchWizardElement;
Discouraged access: The type WorkbenchWizardElement is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.ui.workbench/@dot
2. WARNING in /extensions/org/eclipse/ui/actions/NewWizardMenu.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/M201109091335/src/plugins/org.eclipse.ui.workbench/@dot
3. WARNING in /extensions/org/eclipse/ui/actions/NewWizardMenu.java
 (at line 124)
boolean hasCategory = registryHasCategory(WizardsRegistryReader.FULL_EXAMPLES_WIZARD_CATEGORY);
Discouraged access: The type WizardsRegistryReader is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.ui.workbench/@dot
4. WARNING in /extensions/org/eclipse/ui/actions/NewWizardMenu.java
 (at line 124)
boolean hasCategory = 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/M201109091335/src/plugins/org.eclipse.ui.workbench/@dot
5. WARNING in /extensions/org/eclipse/ui/actions/NewWizardMenu.java
 (at line 130)
WizardsRegistryReader.FULL_EXAMPLES_WIZARD_CATEGORY);
Discouraged access: The type WizardsRegistryReader is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.ui.workbench/@dot
6. WARNING in /extensions/org/eclipse/ui/actions/NewWizardMenu.java
 (at line 130)
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/M201109091335/src/plugins/org.eclipse.ui.workbench/@dot
7. WARNING in /extensions/org/eclipse/ui/actions/NewWizardMenu.java
 (at line 186)
if (WorkbenchWizardElement.TAG_PROJECT.equals(tags[i])) {
Discouraged access: The type WorkbenchWizardElement is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.ui.workbench/@dot
8. WARNING in /extensions/org/eclipse/ui/actions/NewWizardMenu.java
 (at line 186)
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/M201109091335/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 41)
import org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog;
Discouraged access: The type ProgressMonitorJobsDialog is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.ui.workbench/@dot
2. WARNING in /extensions/org/eclipse/ui/actions/WorkspaceAction.java
 (at line 336)
new ProgressMonitorJobsDialog(shellProvider.getShell()).run(true, true,
Discouraged access: The constructor ProgressMonitorJobsDialog(Shell) is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.ui.workbench/@dot
3. WARNING in /extensions/org/eclipse/ui/actions/WorkspaceAction.java
 (at line 336)
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/M201109091335/src/plugins/org.eclipse.ui.workbench/@dot
4. WARNING in /extensions/org/eclipse/ui/actions/WorkspaceAction.java
 (at line 336)
new ProgressMonitorJobsDialog(shellProvider.getShell()).run(true, true,
Discouraged access: The type ProgressMonitorJobsDialog is not accessible due to restriction on classpath entry /builds/M201109091335/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 82)
import org.eclipse.ui.internal.misc.UIStats;
Discouraged access: The type UIStats is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.ui.workbench/@dot
2. WARNING in /src/org/eclipse/ui/ide/IDE.java
 (at line 1412)
UIStats.start(UIStats.CONTENT_TYPE_LOOKUP, file.getName());
Discouraged access: The type UIStats is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.ui.workbench/@dot
3. WARNING in /src/org/eclipse/ui/ide/IDE.java
 (at line 1412)
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/M201109091335/src/plugins/org.eclipse.ui.workbench/@dot
4. WARNING in /src/org/eclipse/ui/ide/IDE.java
 (at line 1412)
UIStats.start(UIStats.CONTENT_TYPE_LOOKUP, file.getName());
Discouraged access: The type UIStats is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.ui.workbench/@dot
5. WARNING in /src/org/eclipse/ui/ide/IDE.java
 (at line 1412)
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/M201109091335/src/plugins/org.eclipse.ui.workbench/@dot
6. WARNING in /src/org/eclipse/ui/ide/IDE.java
 (at line 1427)
UIStats.end(UIStats.CONTENT_TYPE_LOOKUP, file, file.getName());
Discouraged access: The type UIStats is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.ui.workbench/@dot
7. WARNING in /src/org/eclipse/ui/ide/IDE.java
 (at line 1427)
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/M201109091335/src/plugins/org.eclipse.ui.workbench/@dot
8. WARNING in /src/org/eclipse/ui/ide/IDE.java
 (at line 1427)
UIStats.end(UIStats.CONTENT_TYPE_LOOKUP, file, file.getName());
Discouraged access: The type UIStats is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.ui.workbench/@dot
9. WARNING in /src/org/eclipse/ui/ide/IDE.java
 (at line 1427)
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/M201109091335/src/plugins/org.eclipse.ui.workbench/@dot
10. WARNING in /src/org/eclipse/ui/ide/IDE.java
 (at line 1443)
UIStats.start(UIStats.CONTENT_TYPE_LOOKUP, fileName);
Discouraged access: The type UIStats is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.ui.workbench/@dot
11. WARNING in /src/org/eclipse/ui/ide/IDE.java
 (at line 1443)
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/M201109091335/src/plugins/org.eclipse.ui.workbench/@dot
12. WARNING in /src/org/eclipse/ui/ide/IDE.java
 (at line 1443)
UIStats.start(UIStats.CONTENT_TYPE_LOOKUP, fileName);
Discouraged access: The type UIStats is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.ui.workbench/@dot
13. WARNING in /src/org/eclipse/ui/ide/IDE.java
 (at line 1443)
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/M201109091335/src/plugins/org.eclipse.ui.workbench/@dot
14. WARNING in /src/org/eclipse/ui/ide/IDE.java
 (at line 1450)
UIStats.end(UIStats.CONTENT_TYPE_LOOKUP, file, fileName);
Discouraged access: The type UIStats is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.ui.workbench/@dot
15. WARNING in /src/org/eclipse/ui/ide/IDE.java
 (at line 1450)
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/M201109091335/src/plugins/org.eclipse.ui.workbench/@dot
16. WARNING in /src/org/eclipse/ui/ide/IDE.java
 (at line 1450)
UIStats.end(UIStats.CONTENT_TYPE_LOOKUP, file, fileName);
Discouraged access: The type UIStats is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.ui.workbench/@dot
17. WARNING in /src/org/eclipse/ui/ide/IDE.java
 (at line 1450)
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/M201109091335/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 35)
import org.eclipse.jface.internal.provisional.action.IToolBarContributionItem;
Discouraged access: The type IToolBarContributionItem is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.jface/@dot
2. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 67)
import org.eclipse.ui.internal.provisional.application.IActionBarConfigurer2;
Discouraged access: The type IActionBarConfigurer2 is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.ui.workbench/@dot
3. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 353)
IActionBarConfigurer2 actionBarConfigurer = (IActionBarConfigurer2) getActionBarConfigurer();
Discouraged access: The type IActionBarConfigurer2 is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.ui.workbench/@dot
4. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 353)
IActionBarConfigurer2 actionBarConfigurer = (IActionBarConfigurer2) getActionBarConfigurer();
Discouraged access: The type IActionBarConfigurer2 is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.ui.workbench/@dot
5. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 364)
IToolBarManager fileToolBar = actionBarConfigurer.createToolBarManager();
Discouraged access: The method createToolBarManager() from the type IActionBarConfigurer2 is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.ui.workbench/@dot
6. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 386)
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/M201109091335/src/plugins/org.eclipse.ui.workbench/@dot
7. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 394)
IToolBarManager navToolBar = actionBarConfigurer.createToolBarManager();
Discouraged access: The method createToolBarManager() from the type IActionBarConfigurer2 is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.ui.workbench/@dot
8. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 405)
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/M201109091335/src/plugins/org.eclipse.ui.workbench/@dot
9. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 414)
IToolBarManager helpToolBar = actionBarConfigurer.createToolBarManager();
Discouraged access: The method createToolBarManager() from the type IActionBarConfigurer2 is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.ui.workbench/@dot
10. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 420)
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/M201109091335/src/plugins/org.eclipse.ui.workbench/@dot
11. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 1313)
if (!(cbItem instanceof IToolBarContributionItem)) {
Discouraged access: The type IToolBarContributionItem is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.jface/@dot
12. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 1318)
IToolBarContributionItem toolBarItem = (IToolBarContributionItem) cbItem;
Discouraged access: The type IToolBarContributionItem is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.jface/@dot
13. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 1318)
IToolBarContributionItem toolBarItem = (IToolBarContributionItem) cbItem;
Discouraged access: The type IToolBarContributionItem is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.jface/@dot
14. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 1319)
IToolBarManager toolBarManager = toolBarItem.getToolBarManager();
Discouraged access: The method getToolBarManager() from the type IToolBarContributionItem is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.jface/@dot
15. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 1370)
if (!(cbItem instanceof IToolBarContributionItem)) {
Discouraged access: The type IToolBarContributionItem is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.jface/@dot
16. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 1376)
IToolBarContributionItem toolBarItem = (IToolBarContributionItem) cbItem;
Discouraged access: The type IToolBarContributionItem is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.jface/@dot
17. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 1376)
IToolBarContributionItem toolBarItem = (IToolBarContributionItem) cbItem;
Discouraged access: The type IToolBarContributionItem is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.jface/@dot
18. WARNING in /src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java
 (at line 1377)
IToolBarManager toolBarManager = toolBarItem.getToolBarManager();
Discouraged access: The method getToolBarManager() from the type IToolBarContributionItem is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.jface/@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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/src/plugins/org.eclipse.ui.workbench/@dot

/src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java
 (at line 32)
import org.eclipse.core.internal.resources.FilterDescriptor;
Discouraged access: The type FilterDescriptor is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.core.resources/@dot
2. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java
 (at line 2338)
AbstractFileInfoMatcher matcher = ((FilterDescriptor) desc).createFilter();
Discouraged access: The method createFilter() from the type FilterDescriptor is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.core.resources/@dot
3. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java
 (at line 2338)
AbstractFileInfoMatcher matcher = ((FilterDescriptor) desc).createFilter();
Discouraged access: The type FilterDescriptor is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.core.resources/@dot
4. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java
 (at line 3064)
AbstractFileInfoMatcher matcher = ((FilterDescriptor) desc).createFilter();
Discouraged access: The method createFilter() from the type FilterDescriptor is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.core.resources/@dot
5. WARNING in /src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java
 (at line 3064)
AbstractFileInfoMatcher matcher = ((FilterDescriptor) desc).createFilter();
Discouraged access: The type FilterDescriptor is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.core.resources/@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 67)
import org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog;
Discouraged access: The type ProgressMonitorJobsDialog is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.ui.workbench/@dot
2. WARNING in /src/org/eclipse/ui/internal/wizards/datatransfer/WizardFileSystemResourceImportPage1.java
 (at line 1071)
ProgressMonitorDialog dialog = new ProgressMonitorJobsDialog( getContainer().getShell());
Discouraged access: The constructor ProgressMonitorJobsDialog(Shell) is not accessible due to restriction on classpath entry /builds/M201109091335/src/plugins/org.eclipse.ui.workbench/@dot
3. WARNING in /src/org/eclipse/ui/internal/wizards/datatransfer/WizardFileSystemResourceImportPage1.java
 (at line 1071)
ProgressMonitorDialog dialog = new ProgressMonitorJobsDialog(
Discouraged access: The type ProgressMonitorJobsDialog is not accessible due to restriction on classpath entry /builds/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/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/M201109091335/src/plugins/org.eclipse.ui.workbench/@dot