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

TOTAL : ERRORS: 0, WARNINGS: 109

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 : 68 warnings :

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

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

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 108)
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 237)
private void contextDisposed() {
The method contextDisposed() from the type PartRenderingEngine is never used locally
3. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 337)
if (element instanceof MElementContainer) {
MElementContainer is a raw type. References to generic type MElementContainer<T> should be parameterized
4. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 338)
renderer.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

/src/org/eclipse/e4/ui/workbench/trim/PerspectiveSwitcher.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/workbench/trim/PerspectiveSwitcher.java
 (at line 104)
MToolItem psItem = addPerspectiveItem(persp);
The local variable psItem is never read
2. WARNING in /src/org/eclipse/e4/ui/workbench/trim/PerspectiveSwitcher.java
 (at line 174)
private void removeListeners() {
The method removeListeners() from the type PerspectiveSwitcher is never used locally

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 : 68 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 32)
import org.eclipse.e4.core.internal.contexts.IEclipseContextStrategy;
Discouraged access: The type IEclipseContextStrategy is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100411-1600/plugins/org.eclipse.e4.core.contexts/@dot
2. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 33)
import org.eclipse.e4.core.internal.services.EclipseAdapter;
Discouraged access: The type EclipseAdapter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100411-1600/plugins/org.eclipse.e4.core.services/@dot
3. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 47)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 48)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 49)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 50)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 51)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 52)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 53)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 69)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 84)
E4Workbench workbench = createE4Workbench(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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 87)
workbench.createAndRunUI(workbench.getApplication());
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 87)
workbench.createAndRunUI(workbench.getApplication());
Discouraged access: The method getApplication() from the type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 92)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 99)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 106)
public E4Workbench createE4Workbench(IApplicationContext 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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 114)
String lifeCycleURI = getArgValue(E4Workbench.LIFE_CYCLE_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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 114)
String lifeCycleURI = getArgValue(E4Workbench.LIFE_CYCLE_URI_ARG,
Discouraged access: The field LIFE_CYCLE_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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 135)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 135)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 138)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 138)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 155)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 155)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 156)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
26. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 156)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 157)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 157)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 158)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
30. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 158)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 159)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
32. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 159)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
33. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 161)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 161)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
35. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 164)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
36. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 164)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
37. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 169)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
38. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 169)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
39. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 173)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
40. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 173)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
41. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 173)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
42. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 184)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
43. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 184)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
44. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 185)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
45. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 185)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
46. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 191)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
47. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 191)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
48. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 194)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
49. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 221)
IEclipseContextStrategy strategy) {
Discouraged access: The type IEclipseContextStrategy is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100411-1600/plugins/org.eclipse.e4.core.contexts/@dot
50. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 225)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
51. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 225)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
52. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 232)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
53. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 232)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
54. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 232)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
55. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 233)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
56. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 233)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
57. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 233)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
58. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 239)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
59. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 239)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
60. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 241)
new EclipseAdapter(), appContext));
Discouraged access: The constructor EclipseAdapter() is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100411-1600/plugins/org.eclipse.e4.core.services/@dot
61. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 241)
new EclipseAdapter(), appContext));
Discouraged access: The type EclipseAdapter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100411-1600/plugins/org.eclipse.e4.core.services/@dot
62. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 252)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
63. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 252)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
64. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 344)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
65. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 344)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
66. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 345)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
67. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 345)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 46)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 47)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 48)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 86)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 86)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 86)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 86)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 91)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 91)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 92)
.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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 92)
.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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 119)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 119)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 119)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 119)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 144)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 144)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 144)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 144)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 247)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 247)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 247)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 247)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 283)
E4Workbench.processHierarchy(element);
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 283)
E4Workbench.processHierarchy(element);
Discouraged access: The method processHierarchy(Object) from the type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
26. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 480)
.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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 480)
.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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 483)
.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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 483)
.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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
30. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 492)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 492)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot
32. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 492)
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/I20100411-1600/plugins/org.eclipse.e4.ui.workbench/@dot