errors | others warnings | forbidden warnings | discouraged warnings |
top | others warnings | forbidden warnings | discouraged warnings |
top | errors | forbidden warnings | discouraged warnings |
1. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 95) MElementContainer<MUIElement> changedElement = (MElementContainer<MUIElement>) event .getProperty(IUIEvents.EventTags.Element); Type safety: Unchecked cast from Object to MElementContainer<MUIElement> |
2. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 154) private void initialize(IEclipseContext context) { The method initialize(IEclipseContext) from the type PartRenderingEngine is never used locally |
3. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 196) private void contextDisposed() { The method contextDisposed() from the type PartRenderingEngine is never used locally |
4. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 253) if (element instanceof MElementContainer) { MElementContainer is a raw type. References to generic type MElementContainer<T> should be parameterized |
5. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 255) .processContents((MElementContainer<MUIElement>) element); Type safety: Unchecked cast from MUIElement to MElementContainer<MUIElement> |
1. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/ResourceUtility.java (at line 188) return new Gradient(descs, iVals, gradientparts.length == 3 && gradientparts[2].indexOf("true") != -1); //$NON-NLS-1$ Type safety: The constructor IResourceUtiltities.Gradient(List, int[], boolean) belongs to the raw type IResourceUtiltities.Gradient. References to generic type IResourceUtiltities<ColorDesc,ImageDesc>.Gradient<ColorDesc> should be parameterized |
2. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/ResourceUtility.java (at line 188) return new Gradient(descs, iVals, gradientparts.length == 3 && gradientparts[2].indexOf("true") != -1); //$NON-NLS-1$ Type safety: The expression of type IResourceUtiltities.Gradient needs unchecked conversion to conform to IResourceUtiltities.Gradient<ColorDescriptor> |
3. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/ResourceUtility.java (at line 188) return new Gradient(descs, iVals, gradientparts.length == 3 IResourceUtiltities.Gradient is a raw type. References to generic type IResourceUtiltities<ColorDesc,ImageDesc>.Gradient<ColorDesc> should be parameterized |
top | errors | others warnings | discouraged warnings |
top | errors | others warnings | forbidden warnings |
1. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java (at line 36) import org.eclipse.e4.workbench.ui.internal.ActiveChildLookupFunction; Discouraged access: The type ActiveChildLookupFunction is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
2. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java (at line 37) import org.eclipse.e4.workbench.ui.internal.ActivePartLookupFunction; Discouraged access: The type ActivePartLookupFunction is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
3. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java (at line 38) import org.eclipse.e4.workbench.ui.internal.E4Workbench; Discouraged access: The type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
4. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java (at line 39) import org.eclipse.e4.workbench.ui.internal.ExceptionHandler; Discouraged access: The type ExceptionHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
5. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java (at line 40) import org.eclipse.e4.workbench.ui.internal.ReflectionContributionFactory; Discouraged access: The type ReflectionContributionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
6. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java (at line 41) import org.eclipse.e4.workbench.ui.internal.ResourceHandler; Discouraged access: The type ResourceHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
7. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java (at line 42) import org.eclipse.e4.workbench.ui.internal.UISchedulerStrategy; Discouraged access: The type UISchedulerStrategy is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
8. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java (at line 43) import org.eclipse.e4.workbench.ui.internal.WorkbenchLogger; Discouraged access: The type WorkbenchLogger is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
9. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java (at line 56) private ResourceHandler handler; Discouraged access: The type ResourceHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
10. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java (at line 74) String xmiURI = getArgValue(E4Workbench.XMI_URI_ARG); Discouraged access: The type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
11. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java (at line 74) String xmiURI = getArgValue(E4Workbench.XMI_URI_ARG); Discouraged access: The field XMI_URI_ARG from the type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
12. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java (at line 75) appContext.set(E4Workbench.XMI_URI_ARG, xmiURI); Discouraged access: The type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
13. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java (at line 75) appContext.set(E4Workbench.XMI_URI_ARG, xmiURI); Discouraged access: The field XMI_URI_ARG from the type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
14. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java (at line 76) String cssURI = getArgValue(E4Workbench.CSS_URI_ARG); Discouraged access: The type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
15. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java (at line 76) String cssURI = getArgValue(E4Workbench.CSS_URI_ARG); Discouraged access: The field CSS_URI_ARG from the type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
16. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java (at line 77) appContext.set(E4Workbench.CSS_URI_ARG, cssURI); Discouraged access: The type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
17. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java (at line 77) appContext.set(E4Workbench.CSS_URI_ARG, cssURI); Discouraged access: The field CSS_URI_ARG from the type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
18. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java (at line 78) String cssResourcesURI = getArgValue(E4Workbench.CSS_RESOURCE_URI_ARG); Discouraged access: The type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
19. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java (at line 78) String cssResourcesURI = getArgValue(E4Workbench.CSS_RESOURCE_URI_ARG); Discouraged access: The field CSS_RESOURCE_URI_ARG from the type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
20. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java (at line 79) appContext.set(E4Workbench.CSS_RESOURCE_URI_ARG, cssResourcesURI); Discouraged access: The type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
21. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java (at line 79) appContext.set(E4Workbench.CSS_RESOURCE_URI_ARG, cssResourcesURI); Discouraged access: The field CSS_RESOURCE_URI_ARG from the type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
22. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java (at line 82) String presentationURI = getArgValue(E4Workbench.PRESENTATION_URI_ARG); Discouraged access: The type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
23. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java (at line 82) String presentationURI = getArgValue(E4Workbench.PRESENTATION_URI_ARG); Discouraged access: The field PRESENTATION_URI_ARG from the type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
24. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java (at line 85) appContext.set(E4Workbench.PRESENTATION_URI_ARG, presentationURI); Discouraged access: The type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
25. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java (at line 85) appContext.set(E4Workbench.PRESENTATION_URI_ARG, presentationURI); Discouraged access: The field PRESENTATION_URI_ARG from the type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
26. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java (at line 90) E4Workbench workbench = new E4Workbench(appModel, appContext); Discouraged access: The type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
27. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java (at line 90) E4Workbench workbench = new E4Workbench(appModel, appContext); Discouraged access: The constructor E4Workbench(MApplicationElement, IEclipseContext) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
28. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java (at line 90) E4Workbench workbench = new E4Workbench(appModel, appContext); Discouraged access: The type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
29. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java (at line 95) workbench.close(); Discouraged access: The method close() from the type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
30. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java (at line 102) handler.save(); Discouraged access: The method save() from the type ResourceHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
31. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java (at line 115) String appModelPath = getArgValue(E4Workbench.XMI_URI_ARG); Discouraged access: The type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
32. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java (at line 115) String appModelPath = getArgValue(E4Workbench.XMI_URI_ARG); Discouraged access: The field XMI_URI_ARG from the type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
33. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java (at line 116) Assert.isNotNull(appModelPath, E4Workbench.XMI_URI_ARG Discouraged access: The type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
34. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java (at line 116) Assert.isNotNull(appModelPath, E4Workbench.XMI_URI_ARG Discouraged access: The field XMI_URI_ARG from the type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
35. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java (at line 122) handler = new ResourceHandler(instanceLocation, initialWorkbenchDefinitionInstance, saveAndRestore); Discouraged access: The constructor ResourceHandler(Location, URI, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
36. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java (at line 122) handler = new ResourceHandler(instanceLocation, Discouraged access: The type ResourceHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
37. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java (at line 124) Resource resource = handler.loadMostRecentModel(); Discouraged access: The method loadMostRecentModel() from the type ResourceHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
38. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java (at line 159) serviceContext, UISchedulerStrategy.getInstance()); Discouraged access: The type UISchedulerStrategy is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
39. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java (at line 159) serviceContext, UISchedulerStrategy.getInstance()); Discouraged access: The method getInstance() from the type UISchedulerStrategy is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
40. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java (at line 166) ExceptionHandler exceptionHandler = new ExceptionHandler(); Discouraged access: The type ExceptionHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
41. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java (at line 166) ExceptionHandler exceptionHandler = new ExceptionHandler(); Discouraged access: The constructor ExceptionHandler() is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
42. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java (at line 166) ExceptionHandler exceptionHandler = new ExceptionHandler(); Discouraged access: The type ExceptionHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
43. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java (at line 167) ReflectionContributionFactory contributionFactory = new ReflectionContributionFactory( Discouraged access: The type ReflectionContributionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
44. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java (at line 167) ReflectionContributionFactory contributionFactory = new ReflectionContributionFactory( registry); Discouraged access: The constructor ReflectionContributionFactory(IExtensionRegistry) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
45. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java (at line 167) ReflectionContributionFactory contributionFactory = new ReflectionContributionFactory( Discouraged access: The type ReflectionContributionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
46. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java (at line 173) new WorkbenchLogger(), appContext)); Discouraged access: The constructor WorkbenchLogger() is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
47. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java (at line 173) new WorkbenchLogger(), appContext)); Discouraged access: The type WorkbenchLogger is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
48. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java (at line 183) new ActivePartLookupFunction()); Discouraged access: The constructor ActivePartLookupFunction() is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
49. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java (at line 183) new ActivePartLookupFunction()); Discouraged access: The type ActivePartLookupFunction is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
50. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java (at line 233) new ActiveChildLookupFunction(IServiceConstants.ACTIVE_SHELL, E4Workbench.LOCAL_ACTIVE_SHELL)); Discouraged access: The constructor ActiveChildLookupFunction(String, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
51. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java (at line 233) new ActiveChildLookupFunction(IServiceConstants.ACTIVE_SHELL, Discouraged access: The type ActiveChildLookupFunction is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
52. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java (at line 234) E4Workbench.LOCAL_ACTIVE_SHELL)); Discouraged access: The type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
53. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java (at line 234) E4Workbench.LOCAL_ACTIVE_SHELL)); Discouraged access: The field LOCAL_ACTIVE_SHELL from the type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
1. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 37) import org.eclipse.e4.workbench.ui.internal.Activator; Discouraged access: The type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
2. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 38) import org.eclipse.e4.workbench.ui.internal.E4Workbench; Discouraged access: The type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
3. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 39) import org.eclipse.e4.workbench.ui.internal.IUIEvents; Discouraged access: The type IUIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
4. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 40) import org.eclipse.e4.workbench.ui.internal.Policy; Discouraged access: The type Policy is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
5. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 41) import org.eclipse.e4.workbench.ui.internal.UISchedulerStrategy; Discouraged access: The type UISchedulerStrategy is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
6. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 42) import org.eclipse.e4.workbench.ui.internal.Workbench; Discouraged access: The type Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
7. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 63) .getProperty(IUIEvents.EventTags.AttName); Discouraged access: The type IUIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
8. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 63) .getProperty(IUIEvents.EventTags.AttName); Discouraged access: The type IUIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
9. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 63) .getProperty(IUIEvents.EventTags.AttName); Discouraged access: The field AttName from the type IUIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
10. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 64) if (!IUIEvents.UIElement.Visible.equals(attName)) Discouraged access: The type IUIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
11. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 64) if (!IUIEvents.UIElement.Visible.equals(attName)) Discouraged access: The type IUIEvents.UIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
12. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 64) if (!IUIEvents.UIElement.Visible.equals(attName)) Discouraged access: The field Visible from the type IUIEvents.UIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
13. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 68) .getProperty(IUIEvents.EventTags.Element); Discouraged access: The type IUIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
14. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 68) .getProperty(IUIEvents.EventTags.Element); Discouraged access: The type IUIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
15. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 68) .getProperty(IUIEvents.EventTags.Element); Discouraged access: The field Element from the type IUIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
16. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 78) Activator.trace(Policy.DEBUG_RENDERER, "visible -> true", null); //$NON-NLS-1$ Discouraged access: The type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
17. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 78) Activator.trace(Policy.DEBUG_RENDERER, "visible -> true", null); //$NON-NLS-1$ Discouraged access: The method trace(String, String, Throwable) from the type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
18. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 78) Activator.trace(Policy.DEBUG_RENDERER, "visible -> true", null); //$NON-NLS-1$ Discouraged access: The type Policy is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
19. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 78) Activator.trace(Policy.DEBUG_RENDERER, "visible -> true", null); //$NON-NLS-1$ Discouraged access: The field DEBUG_RENDERER from the type Policy is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
20. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 83) Activator Discouraged access: The type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
21. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 83) Activator .trace(Policy.DEBUG_RENDERER, "visible -> false", null); //$NON-NLS-1$ Discouraged access: The method trace(String, String, Throwable) from the type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
22. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 84) .trace(Policy.DEBUG_RENDERER, "visible -> false", null); //$NON-NLS-1$ Discouraged access: The type Policy is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
23. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 84) .trace(Policy.DEBUG_RENDERER, "visible -> false", null); //$NON-NLS-1$ Discouraged access: The field DEBUG_RENDERER from the type Policy is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
24. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 96) .getProperty(IUIEvents.EventTags.Element); Discouraged access: The type IUIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
25. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 96) .getProperty(IUIEvents.EventTags.Element); Discouraged access: The type IUIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
26. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 96) .getProperty(IUIEvents.EventTags.Element); Discouraged access: The field Element from the type IUIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
27. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 104) .getProperty(IUIEvents.EventTags.Type); Discouraged access: The type IUIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
28. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 104) .getProperty(IUIEvents.EventTags.Type); Discouraged access: The type IUIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
29. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 104) .getProperty(IUIEvents.EventTags.Type); Discouraged access: The field Type from the type IUIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
30. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 105) if (IUIEvents.EventTypes.Add.equals(eventType)) { Discouraged access: The type IUIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
31. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 105) if (IUIEvents.EventTypes.Add.equals(eventType)) { Discouraged access: The type IUIEvents.EventTypes is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
32. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 105) if (IUIEvents.EventTypes.Add.equals(eventType)) { Discouraged access: The field Add from the type IUIEvents.EventTypes is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
33. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 106) Activator.trace(Policy.DEBUG_RENDERER, "Child Added", null); //$NON-NLS-1$ Discouraged access: The type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
34. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 106) Activator.trace(Policy.DEBUG_RENDERER, "Child Added", null); //$NON-NLS-1$ Discouraged access: The method trace(String, String, Throwable) from the type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
35. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 106) Activator.trace(Policy.DEBUG_RENDERER, "Child Added", null); //$NON-NLS-1$ Discouraged access: The type Policy is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
36. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 106) Activator.trace(Policy.DEBUG_RENDERER, "Child Added", null); //$NON-NLS-1$ Discouraged access: The field DEBUG_RENDERER from the type Policy is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
37. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 108) .getProperty(IUIEvents.EventTags.NewValue); Discouraged access: The type IUIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
38. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 108) .getProperty(IUIEvents.EventTags.NewValue); Discouraged access: The type IUIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
39. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 108) .getProperty(IUIEvents.EventTags.NewValue); Discouraged access: The field NewValue from the type IUIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
40. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 118) } else if (IUIEvents.EventTypes.Remove.equals(eventType)) { Discouraged access: The type IUIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
41. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 118) } else if (IUIEvents.EventTypes.Remove.equals(eventType)) { Discouraged access: The type IUIEvents.EventTypes is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
42. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 118) } else if (IUIEvents.EventTypes.Remove.equals(eventType)) { Discouraged access: The field Remove from the type IUIEvents.EventTypes is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
43. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 119) Activator.trace(Policy.DEBUG_RENDERER, "Child Removed", null); //$NON-NLS-1$ Discouraged access: The type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
44. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 119) Activator.trace(Policy.DEBUG_RENDERER, "Child Removed", null); //$NON-NLS-1$ Discouraged access: The method trace(String, String, Throwable) from the type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
45. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 119) Activator.trace(Policy.DEBUG_RENDERER, "Child Removed", null); //$NON-NLS-1$ Discouraged access: The type Policy is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
46. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 119) Activator.trace(Policy.DEBUG_RENDERER, "Child Removed", null); //$NON-NLS-1$ Discouraged access: The field DEBUG_RENDERER from the type Policy is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
47. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 121) .getProperty(IUIEvents.EventTags.OldValue); Discouraged access: The type IUIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
48. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 121) .getProperty(IUIEvents.EventTags.OldValue); Discouraged access: The type IUIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
49. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 121) .getProperty(IUIEvents.EventTags.OldValue); Discouraged access: The field OldValue from the type IUIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
50. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 186) eventBroker.subscribe(IUIEvents.UIElement.Topic, visibilityHandler); Discouraged access: The type IUIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
51. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 186) eventBroker.subscribe(IUIEvents.UIElement.Topic, visibilityHandler); Discouraged access: The type IUIEvents.UIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
52. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 186) eventBroker.subscribe(IUIEvents.UIElement.Topic, visibilityHandler); Discouraged access: The field Topic from the type IUIEvents.UIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
53. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 188) .subscribe(IUIEvents.ElementContainer.Topic, childrenHandler); Discouraged access: The type IUIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
54. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 188) .subscribe(IUIEvents.ElementContainer.Topic, childrenHandler); Discouraged access: The type IUIEvents.ElementContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
55. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 188) .subscribe(IUIEvents.ElementContainer.Topic, childrenHandler); Discouraged access: The field Topic from the type IUIEvents.ElementContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
56. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 206) Activator.trace(Policy.DEBUG_CONTEXTS, Discouraged access: The type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
57. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 206) Activator.trace(Policy.DEBUG_CONTEXTS, "Adding " + intf.getName() + " for " //$NON-NLS-1$ //$NON-NLS-2$ + contextModel.getClass().getName(), null); Discouraged access: The method trace(String, String, Throwable) from the type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
58. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 206) Activator.trace(Policy.DEBUG_CONTEXTS, Discouraged access: The type Policy is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
59. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 206) Activator.trace(Policy.DEBUG_CONTEXTS, Discouraged access: The field DEBUG_CONTEXTS from the type Policy is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
60. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 227) parentContext, UISchedulerStrategy.getInstance()); Discouraged access: The type UISchedulerStrategy is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
61. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 227) parentContext, UISchedulerStrategy.getInstance()); Discouraged access: The method getInstance() from the type UISchedulerStrategy is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
62. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 238) Workbench.processHierarchy(element); Discouraged access: The type Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
63. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 238) Workbench.processHierarchy(element); Discouraged access: The method processHierarchy(Object) from the type Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
64. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 388) .get(E4Workbench.CSS_URI_ARG); Discouraged access: The type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
65. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 388) .get(E4Workbench.CSS_URI_ARG); Discouraged access: The field CSS_URI_ARG from the type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
66. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 391) .get(E4Workbench.CSS_RESOURCE_URI_ARG); Discouraged access: The type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
67. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 391) .get(E4Workbench.CSS_RESOURCE_URI_ARG); Discouraged access: The field CSS_RESOURCE_URI_ARG from the type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
68. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 400) new ResourceUtility(Activator.getDefault() Discouraged access: The type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
69. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 400) new ResourceUtility(Activator.getDefault() Discouraged access: The method getDefault() from the type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
70. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java (at line 400) new ResourceUtility(Activator.getDefault() .getBundleAdmin())); Discouraged access: The method getBundleAdmin() from the type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
1. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/WorkbenchApplication.java (at line 30) import org.eclipse.e4.workbench.ui.internal.Workbench; Discouraged access: The type Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
2. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/WorkbenchApplication.java (at line 51) public static Workbench workbench; Discouraged access: The type Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
3. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/WorkbenchApplication.java (at line 106) Workbench wb = new Workbench(Activator.getDefault() Discouraged access: The type Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
4. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/WorkbenchApplication.java (at line 106) Workbench wb = new Workbench(Activator.getDefault() .getInstanceLocation(), RegistryFactory .getRegistry(), Activator.getDefault() .getBundleAdmin(), appContext, new WorkbenchWindowHandler(), engineURI); Discouraged access: The constructor Workbench(Location, IExtensionRegistry, PackageAdmin, IEclipseContext, IWorkbenchWindowHandler, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
5. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/WorkbenchApplication.java (at line 106) Workbench wb = new Workbench(Activator.getDefault() Discouraged access: The type Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
6. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/WorkbenchApplication.java (at line 112) ContextInjectionFactory.inject(dispatcher, wb.getContext()); Discouraged access: The method getContext() from the type Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
7. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/WorkbenchApplication.java (at line 116) wb.setWorkbenchModelURI(initialWorkbenchDefinitionInstance); Discouraged access: The method setWorkbenchModelURI(URI) from the type Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
8. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/WorkbenchApplication.java (at line 119) cssResourcesURI, wb.getContext()); Discouraged access: The method getContext() from the type Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
9. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/WorkbenchApplication.java (at line 121) wb.createUIFromModel(); Discouraged access: The method createUIFromModel() from the type Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |
10. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/WorkbenchApplication.java (at line 122) wb.run(); Discouraged access: The method run() from the type Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20091120-1200/plugins/org.eclipse.e4.ui.workbench/@dot |