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

TOTAL : ERRORS: 0, WARNINGS: 103

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/internal/workbench/swt/handlers/ShowViewDialog.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/internal/workbench/swt/handlers/ShowViewDialog.java
 (at line 67)
for (Iterator<MPartDescriptor> i = selection.iterator(); i.hasNext();) {
Type safety: The expression of type Iterator needs unchecked conversion to conform to Iterator<MPartDescriptor>

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

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

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

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 106)
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 323)
renderer.processContents((MElementContainer<MUIElement>) element);
Type safety: Unchecked cast from MUIElement to MElementContainer<MUIElement>

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

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/ResourceUtility.java
 (at line 100)
if (fullPathString == null) { return null; }
Dead code
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 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
3. 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>
4. 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 : 64 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 24)
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/I20100523-2015/plugins/org.eclipse.e4.core.services/@dot
2. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 42)
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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 43)
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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 44)
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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 45)
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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 46)
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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 47)
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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 48)
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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 64)
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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 79)
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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 82)
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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 82)
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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 87)
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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 94)
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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 101)
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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 113)
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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 113)
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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 131)
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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 131)
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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 134)
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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 134)
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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
22. 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/I20100523-2015/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 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
24. 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/I20100523-2015/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 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
26. 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/I20100523-2015/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 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
28. 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/I20100523-2015/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 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
30. 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/I20100523-2015/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 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
32. 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/I20100523-2015/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 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
34. 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/I20100523-2015/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 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
36. 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/I20100523-2015/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 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
38. 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/I20100523-2015/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 constructor E4Workbench(MApplicationElement, IEclipseContext) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/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 type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
41. 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/I20100523-2015/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 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
43. 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/I20100523-2015/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 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
45. 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/I20100523-2015/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,
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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
47. 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
48. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 220)
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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
49. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 220)
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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
50. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 226)
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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
51. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 226)
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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
52. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 226)
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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
53. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 227)
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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
54. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 227)
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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
55. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 227)
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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
56. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 233)
WorkbenchLogger.class, 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
57. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 235)
EclipseAdapter.class, 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/I20100523-2015/plugins/org.eclipse.e4.core.services/@dot
58. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 244)
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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
59. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 244)
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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
60. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 338)
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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
61. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 338)
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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
62. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 339)
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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
63. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java
 (at line 339)
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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot

/src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java : 34 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/I20100523-2015/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/I20100523-2015/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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 84)
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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 84)
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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 84)
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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 84)
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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 89)
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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 89)
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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 90)
.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 90)
.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 117)
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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 117)
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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 117)
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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 117)
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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 142)
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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 142)
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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 142)
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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 142)
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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
20. 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
21. 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/I20100523-2015/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 Policy is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100523-2015/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,
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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 306)
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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 306)
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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
26. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 441)
.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 441)
.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 443)
.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 443)
.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
30. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 449)
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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 449)
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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot
32. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java
 (at line 449)
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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench/@dot