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/I200806172000/src/plugins/org.eclipse.ui.workbench/@dot |
2. WARNING in /src/org/eclipse/ui/internal/ide/application/IDEApplication.java (at line 93) Shell shell = WorkbenchPlugin.getSplashShell(display); Discouraged access: The type WorkbenchPlugin is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.ui.workbench/@dot |
3. WARNING in /src/org/eclipse/ui/internal/ide/application/IDEApplication.java (at line 93) 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/I200806172000/src/plugins/org.eclipse.ui.workbench/@dot |
4. WARNING in /src/org/eclipse/ui/internal/ide/application/IDEApplication.java (at line 104) WorkbenchPlugin.unsetSplashShell(display); Discouraged access: The type WorkbenchPlugin is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.ui.workbench/@dot |
5. WARNING in /src/org/eclipse/ui/internal/ide/application/IDEApplication.java (at line 104) WorkbenchPlugin.unsetSplashShell(display); Discouraged access: The method unsetSplashShell(Display) from the type WorkbenchPlugin is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.ui.workbench/@dot |
1. WARNING in /src/org/eclipse/ui/internal/ide/application/IDEWorkbenchAdvisor.java (at line 55) import org.eclipse.ui.internal.ISelectionConversionService; Discouraged access: The type ISelectionConversionService is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.ui.workbench/@dot |
2. WARNING in /src/org/eclipse/ui/internal/ide/application/IDEWorkbenchAdvisor.java (at line 56) import org.eclipse.ui.internal.PluginActionBuilder; Discouraged access: The type PluginActionBuilder is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.ui.workbench/@dot |
3. WARNING in /src/org/eclipse/ui/internal/ide/application/IDEWorkbenchAdvisor.java (at line 57) import org.eclipse.ui.internal.Workbench; Discouraged access: The type Workbench is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.ui.workbench/@dot |
4. WARNING in /src/org/eclipse/ui/internal/ide/application/IDEWorkbenchAdvisor.java (at line 68) import org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog; Discouraged access: The type ProgressMonitorJobsDialog is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.ui.workbench/@dot |
5. WARNING in /src/org/eclipse/ui/internal/ide/application/IDEWorkbenchAdvisor.java (at line 161) PluginActionBuilder.setAllowIdeLogging(true); Discouraged access: The type PluginActionBuilder is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.ui.workbench/@dot |
6. WARNING in /src/org/eclipse/ui/internal/ide/application/IDEWorkbenchAdvisor.java (at line 161) PluginActionBuilder.setAllowIdeLogging(true); Discouraged access: The method setAllowIdeLogging(boolean) from the type PluginActionBuilder is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.ui.workbench/@dot |
7. WARNING in /src/org/eclipse/ui/internal/ide/application/IDEWorkbenchAdvisor.java (at line 238) ((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/I200806172000/src/plugins/org.eclipse.ui.workbench/@dot |
8. WARNING in /src/org/eclipse/ui/internal/ide/application/IDEWorkbenchAdvisor.java (at line 238) ((Workbench) PlatformUI.getWorkbench()).registerService( Discouraged access: The type Workbench is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.ui.workbench/@dot |
9. WARNING in /src/org/eclipse/ui/internal/ide/application/IDEWorkbenchAdvisor.java (at line 239) ISelectionConversionService.class, Discouraged access: The type ISelectionConversionService is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.ui.workbench/@dot |
10. WARNING in /src/org/eclipse/ui/internal/ide/application/IDEWorkbenchAdvisor.java (at line 398) new ProgressMonitorJobsDialog(null).run(true, false, runnable); Discouraged access: The constructor ProgressMonitorJobsDialog(Shell) is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.ui.workbench/@dot |
11. WARNING in /src/org/eclipse/ui/internal/ide/application/IDEWorkbenchAdvisor.java (at line 398) new ProgressMonitorJobsDialog(null).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/I200806172000/src/plugins/org.eclipse.ui.workbench/@dot |
12. WARNING in /src/org/eclipse/ui/internal/ide/application/IDEWorkbenchAdvisor.java (at line 398) new ProgressMonitorJobsDialog(null).run(true, false, runnable); Discouraged access: The type ProgressMonitorJobsDialog is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.ui.workbench/@dot |
1. WARNING in /src/org/eclipse/ui/internal/ide/application/dialogs/IDEStartupPreferencePage.java (at line 22) import org.eclipse.ui.internal.IWorkbenchHelpContextIds; Discouraged access: The type IWorkbenchHelpContextIds is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.ui.workbench/@dot |
2. WARNING in /src/org/eclipse/ui/internal/ide/application/dialogs/IDEStartupPreferencePage.java (at line 23) import org.eclipse.ui.internal.dialogs.StartupPreferencePage; Discouraged access: The type StartupPreferencePage is not accessible due to restriction on classpath entry /builds/I200806172000/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/I200806172000/src/plugins/org.eclipse.ui.workbench/@dot |
4. WARNING in /src/org/eclipse/ui/internal/ide/application/dialogs/IDEStartupPreferencePage.java (at line 53) IWorkbenchHelpContextIds.STARTUP_PREFERENCE_PAGE); Discouraged access: The type IWorkbenchHelpContextIds is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.ui.workbench/@dot |
5. WARNING in /src/org/eclipse/ui/internal/ide/application/dialogs/IDEStartupPreferencePage.java (at line 53) 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/I200806172000/src/plugins/org.eclipse.ui.workbench/@dot |
6. WARNING in /src/org/eclipse/ui/internal/ide/application/dialogs/IDEStartupPreferencePage.java (at line 55) Composite composite = createComposite(parent); Discouraged access: The method createComposite(Composite) from the type StartupPreferencePage is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.ui.workbench/@dot |
7. WARNING in /src/org/eclipse/ui/internal/ide/application/dialogs/IDEStartupPreferencePage.java (at line 64) createEarlyStartupSelection(composite); Discouraged access: The method createEarlyStartupSelection(Composite) from the type StartupPreferencePage is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.ui.workbench/@dot |
8. WARNING in /src/org/eclipse/ui/internal/ide/application/dialogs/IDEStartupPreferencePage.java (at line 84) super.performDefaults(); Discouraged access: The method performDefaults() from the type StartupPreferencePage is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.ui.workbench/@dot |
9. WARNING in /src/org/eclipse/ui/internal/ide/application/dialogs/IDEStartupPreferencePage.java (at line 111) return super.performOk(); Discouraged access: The method performOk() from the type StartupPreferencePage is not accessible due to restriction on classpath entry /builds/I200806172000/src/plugins/org.eclipse.ui.workbench/@dot |