Compiler log for org.eclipse.e4.ui.workbench.swt_0.9.1.v20100114-1430 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 105

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

/src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java : 61 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 59)
Display display = new Display();
The local variable display is never read

/src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java : 41 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 125)
MElementContainer<MUIElement> changedElement = (MElementContainer<MUIElement>) changedObj;
Type safety: Unchecked cast from Object to MElementContainer<MUIElement>
2. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 194)
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 238)
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 338)
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 339)
factory.processContents((MElementContainer<MUIElement>) element);
Type safety: Unchecked cast from MUIElement to MElementContainer<MUIElement>

/src/org/eclipse/e4/ui/workbench/swt/internal/ResourceUtility.java : 3 warnings :

OTHER WARNINGS
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

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

/src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java : 61 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 33)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 34)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 35)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 36)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 37)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 38)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 39)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 40)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 54)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 70)
if (!E4Workbench.getServiceContext().containsKey(
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 70)
if (!E4Workbench.getServiceContext().containsKey(
Discouraged access: The method getServiceContext() from the type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 73)
E4Workbench.getServiceContext().set(MApplication.class.getName(),
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 73)
E4Workbench.getServiceContext().set(MApplication.class.getName(),
Discouraged access: The method getServiceContext() from the type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 83)
String xmiURI = getArgValue(E4Workbench.XMI_URI_ARG, applicationContext);
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 83)
String xmiURI = getArgValue(E4Workbench.XMI_URI_ARG, applicationContext);
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 84)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 84)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 85)
String cssURI = getArgValue(E4Workbench.CSS_URI_ARG, applicationContext);
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 85)
String cssURI = getArgValue(E4Workbench.CSS_URI_ARG, applicationContext);
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 86)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 86)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 87)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 87)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 89)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 89)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
26. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 92)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 92)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 96)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 96)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
30. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 101)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 101)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
32. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 101)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
33. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 104)
workbench.createAndRunUI(appModel);
Discouraged access: The method createAndRunUI(MApplicationElement) from the type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 109)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
35. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 116)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
36. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 130)
String appModelPath = getArgValue(E4Workbench.XMI_URI_ARG, 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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
37. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 130)
String appModelPath = getArgValue(E4Workbench.XMI_URI_ARG, appContext);
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
38. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 131)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
39. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 131)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
40. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 137)
handler = new ResourceHandler(instanceLocation, initialWorkbenchDefinitionInstance, saveAndRestore, (Logger) eclipseContext.get(Logger.class.getName()));
Discouraged access: The constructor ResourceHandler(Location, URI, boolean, Logger) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
41. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 137)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
42. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 140)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
43. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 163)
return createDefaultContext(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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
44. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 163)
return createDefaultContext(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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
45. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 171)
IEclipseContext serviceContext = E4Workbench.getServiceContext();
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
46. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 171)
IEclipseContext serviceContext = E4Workbench.getServiceContext();
Discouraged access: The method getServiceContext() from the type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
47. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 178)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
48. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 178)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
49. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 178)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
50. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 179)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
51. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 179)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
52. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 179)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
53. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 185)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
54. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 185)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
55. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 195)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
56. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 195)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
57. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 245)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
58. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 245)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
59. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 246)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
60. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 246)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot

/src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java : 41 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 45)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 46)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 47)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 48)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 49)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 103)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 103)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 103)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 103)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 108)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 108)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 109)
.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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 109)
.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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 136)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 136)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 136)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 136)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 154)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 154)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 154)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 154)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 248)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 248)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 248)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 248)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
26. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 269)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 269)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 280)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 280)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
30. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 493)
.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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 493)
.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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
32. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 496)
.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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
33. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 496)
.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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 505)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
35. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 505)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot
36. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 505)
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/I20100114-2115/plugins/org.eclipse.e4.ui.workbench/@dot