errors | others warnings | forbidden warnings | discouraged warnings |
top | others warnings | forbidden warnings | discouraged warnings |
top | errors | forbidden warnings | discouraged warnings |
top | errors | others warnings | discouraged warnings |
top | errors | others warnings | forbidden warnings |
1. WARNING in /src/org/eclipse/ui/internal/ide/application/IDEApplication.java (at line 39) import org.eclipse.ui.internal.WorkbenchPlugin; Discouraged access: The type WorkbenchPlugin is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.ui.workbench/@dot |
2. WARNING in /src/org/eclipse/ui/internal/ide/application/IDEApplication.java (at line 95) Shell shell = WorkbenchPlugin.getSplashShell(display); Discouraged access: The type WorkbenchPlugin is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.ui.workbench/@dot |
3. WARNING in /src/org/eclipse/ui/internal/ide/application/IDEApplication.java (at line 95) 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/M201009090800/src/plugins/org.eclipse.ui.workbench/@dot |
4. WARNING in /src/org/eclipse/ui/internal/ide/application/IDEApplication.java (at line 106) WorkbenchPlugin.unsetSplashShell(display); Discouraged access: The type WorkbenchPlugin is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.ui.workbench/@dot |
5. WARNING in /src/org/eclipse/ui/internal/ide/application/IDEApplication.java (at line 106) WorkbenchPlugin.unsetSplashShell(display); Discouraged access: The method unsetSplashShell(Display) from the type WorkbenchPlugin is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.ui.workbench/@dot |
1. WARNING in /src/org/eclipse/ui/internal/ide/application/IDEWorkbenchAdvisor.java (at line 20) import org.eclipse.core.internal.resources.Workspace; Discouraged access: The type Workspace is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.core.resources/@dot |
2. WARNING in /src/org/eclipse/ui/internal/ide/application/IDEWorkbenchAdvisor.java (at line 62) import org.eclipse.ui.internal.ISelectionConversionService; Discouraged access: The type ISelectionConversionService is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.ui.workbench/@dot |
3. WARNING in /src/org/eclipse/ui/internal/ide/application/IDEWorkbenchAdvisor.java (at line 63) import org.eclipse.ui.internal.PluginActionBuilder; Discouraged access: The type PluginActionBuilder is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.ui.workbench/@dot |
4. WARNING in /src/org/eclipse/ui/internal/ide/application/IDEWorkbenchAdvisor.java (at line 64) import org.eclipse.ui.internal.Workbench; Discouraged access: The type Workbench is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.ui.workbench/@dot |
5. WARNING in /src/org/eclipse/ui/internal/ide/application/IDEWorkbenchAdvisor.java (at line 74) import org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog; Discouraged access: The type ProgressMonitorJobsDialog is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.ui.workbench/@dot |
6. WARNING in /src/org/eclipse/ui/internal/ide/application/IDEWorkbenchAdvisor.java (at line 189) PluginActionBuilder.setAllowIdeLogging(true); Discouraged access: The type PluginActionBuilder is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.ui.workbench/@dot |
7. WARNING in /src/org/eclipse/ui/internal/ide/application/IDEWorkbenchAdvisor.java (at line 189) PluginActionBuilder.setAllowIdeLogging(true); Discouraged access: The method setAllowIdeLogging(boolean) from the type PluginActionBuilder is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.ui.workbench/@dot |
8. WARNING in /src/org/eclipse/ui/internal/ide/application/IDEWorkbenchAdvisor.java (at line 265) ((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/M201009090800/src/plugins/org.eclipse.ui.workbench/@dot |
9. WARNING in /src/org/eclipse/ui/internal/ide/application/IDEWorkbenchAdvisor.java (at line 265) ((Workbench) PlatformUI.getWorkbench()).registerService( Discouraged access: The type Workbench is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.ui.workbench/@dot |
10. WARNING in /src/org/eclipse/ui/internal/ide/application/IDEWorkbenchAdvisor.java (at line 266) ISelectionConversionService.class, Discouraged access: The type ISelectionConversionService is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.ui.workbench/@dot |
11. WARNING in /src/org/eclipse/ui/internal/ide/application/IDEWorkbenchAdvisor.java (at line 409) private ProgressMonitorJobsDialog dialog; Discouraged access: The type ProgressMonitorJobsDialog is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.ui.workbench/@dot |
12. WARNING in /src/org/eclipse/ui/internal/ide/application/IDEWorkbenchAdvisor.java (at line 412) ProgressMonitorJobsDialog dialog) { Discouraged access: The type ProgressMonitorJobsDialog is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.ui.workbench/@dot |
13. WARNING in /src/org/eclipse/ui/internal/ide/application/IDEWorkbenchAdvisor.java (at line 455) ProgressMonitorJobsDialog { Discouraged access: The type ProgressMonitorJobsDialog is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.ui.workbench/@dot |
14. WARNING in /src/org/eclipse/ui/internal/ide/application/IDEWorkbenchAdvisor.java (at line 458) super(parent); Discouraged access: The constructor ProgressMonitorJobsDialog(Shell) is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.ui.workbench/@dot |
15. WARNING in /src/org/eclipse/ui/internal/ide/application/IDEWorkbenchAdvisor.java (at line 466) super.createButtonsForButtonBar(parent); Discouraged access: The method createButtonsForButtonBar(Composite) from the type ProgressMonitorJobsDialog is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.ui.workbench/@dot |
16. WARNING in /src/org/eclipse/ui/internal/ide/application/IDEWorkbenchAdvisor.java (at line 488) final ProgressMonitorJobsDialog p = new CancelableProgressMonitorJobsDialog( Discouraged access: The type ProgressMonitorJobsDialog is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.ui.workbench/@dot |
17. WARNING in /src/org/eclipse/ui/internal/ide/application/IDEWorkbenchAdvisor.java (at line 501) 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/M201009090800/src/plugins/org.eclipse.core.resources/@dot |
18. WARNING in /src/org/eclipse/ui/internal/ide/application/IDEWorkbenchAdvisor.java (at line 501) status.merge(((Workspace) ResourcesPlugin Discouraged access: The type Workspace is not accessible due to restriction on classpath entry /builds/M201009090800/src/plugins/org.eclipse.core.resources/@dot |
19. WARNING in /src/org/eclipse/ui/internal/ide/application/IDEWorkbenchAdvisor.java (at line 509) 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/M201009090800/src/plugins/org.eclipse.ui.workbench/@dot |
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/M201009090800/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/M201009090800/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/M201009090800/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/M201009090800/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/M201009090800/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/M201009090800/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/M201009090800/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/M201009090800/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/M201009090800/src/plugins/org.eclipse.ui.workbench/@dot |
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/M201009090800/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/M201009090800/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/M201009090800/src/plugins/org.eclipse.ui.workbench/@dot |