Compiler log for org.eclipse.ui.ide.application_1.0.300.I20110306-2000 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 36

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

/src/org/eclipse/ui/internal/ide/application/IDEApplication.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/ui/internal/ide/application/IDEApplication.java
 (at line 40)
import org.eclipse.ui.internal.WorkbenchPlugin;
Discouraged access: The type WorkbenchPlugin is not accessible due to restriction on classpath entry /builds/I201106131736/src/plugins/org.eclipse.ui.workbench/@dot
2. WARNING in /src/org/eclipse/ui/internal/ide/application/IDEApplication.java
 (at line 102)
Shell shell = WorkbenchPlugin.getSplashShell(display);
Discouraged access: The type WorkbenchPlugin is not accessible due to restriction on classpath entry /builds/I201106131736/src/plugins/org.eclipse.ui.workbench/@dot
3. WARNING in /src/org/eclipse/ui/internal/ide/application/IDEApplication.java
 (at line 102)
Shell shell = WorkbenchPlugin.getSplashShell(display);
Discouraged access: The method getSplashShell(Display) from the type WorkbenchPlugin is not accessible due to restriction on classpath entry /builds/I201106131736/src/plugins/org.eclipse.ui.workbench/@dot
4. WARNING in /src/org/eclipse/ui/internal/ide/application/IDEApplication.java
 (at line 114)
WorkbenchPlugin.unsetSplashShell(display);
Discouraged access: The type WorkbenchPlugin is not accessible due to restriction on classpath entry /builds/I201106131736/src/plugins/org.eclipse.ui.workbench/@dot
5. WARNING in /src/org/eclipse/ui/internal/ide/application/IDEApplication.java
 (at line 114)
WorkbenchPlugin.unsetSplashShell(display);
Discouraged access: The method unsetSplashShell(Display) from the type WorkbenchPlugin is not accessible due to restriction on classpath entry /builds/I201106131736/src/plugins/org.eclipse.ui.workbench/@dot

/src/org/eclipse/ui/internal/ide/application/IDEWorkbenchAdvisor.java : 19 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/ui/internal/ide/application/IDEWorkbenchAdvisor.java
 (at line 35)
import org.eclipse.core.internal.resources.Workspace;
Discouraged access: The type Workspace is not accessible due to restriction on classpath entry /builds/I201106131736/src/plugins/org.eclipse.core.resources/@dot
2. WARNING in /src/org/eclipse/ui/internal/ide/application/IDEWorkbenchAdvisor.java
 (at line 73)
import org.eclipse.ui.internal.ISelectionConversionService;
Discouraged access: The type ISelectionConversionService is not accessible due to restriction on classpath entry /builds/I201106131736/src/plugins/org.eclipse.ui.workbench/@dot
3. WARNING in /src/org/eclipse/ui/internal/ide/application/IDEWorkbenchAdvisor.java
 (at line 74)
import org.eclipse.ui.internal.PluginActionBuilder;
Discouraged access: The type PluginActionBuilder is not accessible due to restriction on classpath entry /builds/I201106131736/src/plugins/org.eclipse.ui.workbench/@dot
4. WARNING in /src/org/eclipse/ui/internal/ide/application/IDEWorkbenchAdvisor.java
 (at line 75)
import org.eclipse.ui.internal.Workbench;
Discouraged access: The type Workbench is not accessible due to restriction on classpath entry /builds/I201106131736/src/plugins/org.eclipse.ui.workbench/@dot
5. WARNING in /src/org/eclipse/ui/internal/ide/application/IDEWorkbenchAdvisor.java
 (at line 85)
import org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog;
Discouraged access: The type ProgressMonitorJobsDialog is not accessible due to restriction on classpath entry /builds/I201106131736/src/plugins/org.eclipse.ui.workbench/@dot
6. WARNING in /src/org/eclipse/ui/internal/ide/application/IDEWorkbenchAdvisor.java
 (at line 195)
PluginActionBuilder.setAllowIdeLogging(true);
Discouraged access: The type PluginActionBuilder is not accessible due to restriction on classpath entry /builds/I201106131736/src/plugins/org.eclipse.ui.workbench/@dot
7. WARNING in /src/org/eclipse/ui/internal/ide/application/IDEWorkbenchAdvisor.java
 (at line 195)
PluginActionBuilder.setAllowIdeLogging(true);
Discouraged access: The method setAllowIdeLogging(boolean) from the type PluginActionBuilder is not accessible due to restriction on classpath entry /builds/I201106131736/src/plugins/org.eclipse.ui.workbench/@dot
8. WARNING in /src/org/eclipse/ui/internal/ide/application/IDEWorkbenchAdvisor.java
 (at line 271)
((Workbench) PlatformUI.getWorkbench()).registerService( ISelectionConversionService.class, new IDESelectionConversionService());
Discouraged access: The method registerService(Class, Object) from the type Workbench is not accessible due to restriction on classpath entry /builds/I201106131736/src/plugins/org.eclipse.ui.workbench/@dot
9. WARNING in /src/org/eclipse/ui/internal/ide/application/IDEWorkbenchAdvisor.java
 (at line 271)
((Workbench) PlatformUI.getWorkbench()).registerService(
Discouraged access: The type Workbench is not accessible due to restriction on classpath entry /builds/I201106131736/src/plugins/org.eclipse.ui.workbench/@dot
10. WARNING in /src/org/eclipse/ui/internal/ide/application/IDEWorkbenchAdvisor.java
 (at line 272)
ISelectionConversionService.class,
Discouraged access: The type ISelectionConversionService is not accessible due to restriction on classpath entry /builds/I201106131736/src/plugins/org.eclipse.ui.workbench/@dot
11. WARNING in /src/org/eclipse/ui/internal/ide/application/IDEWorkbenchAdvisor.java
 (at line 415)
private ProgressMonitorJobsDialog dialog;
Discouraged access: The type ProgressMonitorJobsDialog is not accessible due to restriction on classpath entry /builds/I201106131736/src/plugins/org.eclipse.ui.workbench/@dot
12. WARNING in /src/org/eclipse/ui/internal/ide/application/IDEWorkbenchAdvisor.java
 (at line 418)
ProgressMonitorJobsDialog dialog) {
Discouraged access: The type ProgressMonitorJobsDialog is not accessible due to restriction on classpath entry /builds/I201106131736/src/plugins/org.eclipse.ui.workbench/@dot
13. WARNING in /src/org/eclipse/ui/internal/ide/application/IDEWorkbenchAdvisor.java
 (at line 461)
ProgressMonitorJobsDialog {
Discouraged access: The type ProgressMonitorJobsDialog is not accessible due to restriction on classpath entry /builds/I201106131736/src/plugins/org.eclipse.ui.workbench/@dot
14. WARNING in /src/org/eclipse/ui/internal/ide/application/IDEWorkbenchAdvisor.java
 (at line 464)
super(parent);
Discouraged access: The constructor ProgressMonitorJobsDialog(Shell) is not accessible due to restriction on classpath entry /builds/I201106131736/src/plugins/org.eclipse.ui.workbench/@dot
15. WARNING in /src/org/eclipse/ui/internal/ide/application/IDEWorkbenchAdvisor.java
 (at line 472)
super.createButtonsForButtonBar(parent);
Discouraged access: The method createButtonsForButtonBar(Composite) from the type ProgressMonitorJobsDialog is not accessible due to restriction on classpath entry /builds/I201106131736/src/plugins/org.eclipse.ui.workbench/@dot
16. WARNING in /src/org/eclipse/ui/internal/ide/application/IDEWorkbenchAdvisor.java
 (at line 494)
final ProgressMonitorJobsDialog p = new CancelableProgressMonitorJobsDialog(
Discouraged access: The type ProgressMonitorJobsDialog is not accessible due to restriction on classpath entry /builds/I201106131736/src/plugins/org.eclipse.ui.workbench/@dot
17. WARNING in /src/org/eclipse/ui/internal/ide/application/IDEWorkbenchAdvisor.java
 (at line 507)
status.merge(((Workspace) ResourcesPlugin .getWorkspace()).save(true, true, monitor));
Discouraged access: The method save(boolean, boolean, IProgressMonitor) from the type Workspace is not accessible due to restriction on classpath entry /builds/I201106131736/src/plugins/org.eclipse.core.resources/@dot
18. WARNING in /src/org/eclipse/ui/internal/ide/application/IDEWorkbenchAdvisor.java
 (at line 507)
status.merge(((Workspace) ResourcesPlugin
Discouraged access: The type Workspace is not accessible due to restriction on classpath entry /builds/I201106131736/src/plugins/org.eclipse.core.resources/@dot
19. WARNING in /src/org/eclipse/ui/internal/ide/application/IDEWorkbenchAdvisor.java
 (at line 515)
p.run(true, false, runnable);
Discouraged access: The method run(boolean, boolean, IRunnableWithProgress) from the type ProgressMonitorJobsDialog is not accessible due to restriction on classpath entry /builds/I201106131736/src/plugins/org.eclipse.ui.workbench/@dot

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/ui/internal/ide/application/dialogs/IDEStartupPreferencePage.java
 (at line 23)
import org.eclipse.ui.internal.IWorkbenchHelpContextIds;
Discouraged access: The type IWorkbenchHelpContextIds is not accessible due to restriction on classpath entry /builds/I201106131736/src/plugins/org.eclipse.ui.workbench/@dot
2. WARNING in /src/org/eclipse/ui/internal/ide/application/dialogs/IDEStartupPreferencePage.java
 (at line 24)
import org.eclipse.ui.internal.dialogs.StartupPreferencePage;
Discouraged access: The type StartupPreferencePage is not accessible due to restriction on classpath entry /builds/I201106131736/src/plugins/org.eclipse.ui.workbench/@dot
3. WARNING in /src/org/eclipse/ui/internal/ide/application/dialogs/IDEStartupPreferencePage.java
 (at line 36)
public class IDEStartupPreferencePage extends StartupPreferencePage implements
Discouraged access: The type StartupPreferencePage is not accessible due to restriction on classpath entry /builds/I201106131736/src/plugins/org.eclipse.ui.workbench/@dot
4. WARNING in /src/org/eclipse/ui/internal/ide/application/dialogs/IDEStartupPreferencePage.java
 (at line 51)
IWorkbenchHelpContextIds.STARTUP_PREFERENCE_PAGE);
Discouraged access: The type IWorkbenchHelpContextIds is not accessible due to restriction on classpath entry /builds/I201106131736/src/plugins/org.eclipse.ui.workbench/@dot
5. WARNING in /src/org/eclipse/ui/internal/ide/application/dialogs/IDEStartupPreferencePage.java
 (at line 51)
IWorkbenchHelpContextIds.STARTUP_PREFERENCE_PAGE);
Discouraged access: The field STARTUP_PREFERENCE_PAGE from the type IWorkbenchHelpContextIds is not accessible due to restriction on classpath entry /builds/I201106131736/src/plugins/org.eclipse.ui.workbench/@dot
6. WARNING in /src/org/eclipse/ui/internal/ide/application/dialogs/IDEStartupPreferencePage.java
 (at line 53)
Composite composite = createComposite(parent);
Discouraged access: The method createComposite(Composite) from the type StartupPreferencePage is not accessible due to restriction on classpath entry /builds/I201106131736/src/plugins/org.eclipse.ui.workbench/@dot
7. WARNING in /src/org/eclipse/ui/internal/ide/application/dialogs/IDEStartupPreferencePage.java
 (at line 61)
createEarlyStartupSelection(composite);
Discouraged access: The method createEarlyStartupSelection(Composite) from the type StartupPreferencePage is not accessible due to restriction on classpath entry /builds/I201106131736/src/plugins/org.eclipse.ui.workbench/@dot
8. WARNING in /src/org/eclipse/ui/internal/ide/application/dialogs/IDEStartupPreferencePage.java
 (at line 79)
super.performDefaults();
Discouraged access: The method performDefaults() from the type StartupPreferencePage is not accessible due to restriction on classpath entry /builds/I201106131736/src/plugins/org.eclipse.ui.workbench/@dot
9. WARNING in /src/org/eclipse/ui/internal/ide/application/dialogs/IDEStartupPreferencePage.java
 (at line 98)
return super.performOk();
Discouraged access: The method performOk() from the type StartupPreferencePage is not accessible due to restriction on classpath entry /builds/I201106131736/src/plugins/org.eclipse.ui.workbench/@dot

/src/org/eclipse/ui/internal/ide/application/dialogs/RecentWorkspacesPreferencePage.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/ui/internal/ide/application/dialogs/RecentWorkspacesPreferencePage.java
 (at line 36)
import org.eclipse.ui.internal.IWorkbenchHelpContextIds;
Discouraged access: The type IWorkbenchHelpContextIds is not accessible due to restriction on classpath entry /builds/I201106131736/src/plugins/org.eclipse.ui.workbench/@dot
2. WARNING in /src/org/eclipse/ui/internal/ide/application/dialogs/RecentWorkspacesPreferencePage.java
 (at line 67)
IWorkbenchHelpContextIds.WORKSPACES_PREFERENCE_PAGE);
Discouraged access: The type IWorkbenchHelpContextIds is not accessible due to restriction on classpath entry /builds/I201106131736/src/plugins/org.eclipse.ui.workbench/@dot
3. WARNING in /src/org/eclipse/ui/internal/ide/application/dialogs/RecentWorkspacesPreferencePage.java
 (at line 67)
IWorkbenchHelpContextIds.WORKSPACES_PREFERENCE_PAGE);
Discouraged access: The field WORKSPACES_PREFERENCE_PAGE from the type IWorkbenchHelpContextIds is not accessible due to restriction on classpath entry /builds/I201106131736/src/plugins/org.eclipse.ui.workbench/@dot