Compiler log for org.eclipse.e4.ui.workbench.renderers.swt_0.9.1.v20100618-1630 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 1235

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/renderers/swt/LazyStackRenderer.java : 100 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 59)
MGenericStack<MUIElement> stack = (MGenericStack<MUIElement>) element;
Type safety: Unchecked cast from Object to MGenericStack<MUIElement>
2. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 102)
MGenericStack<MUIElement> stack = (MGenericStack<MUIElement>) element;
Type safety: Unchecked cast from MUIElement to MGenericStack<MUIElement>

/src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java : 100 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 51)
weightsMap.put(sf, sf.getWeights());
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
2. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 89)
MElementContainer<MUIElement> psc = (MElementContainer<MUIElement>) sf .getData(OWNING_ME);
Type safety: Unchecked cast from Object to MElementContainer<MUIElement>
3. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 143)
private Map weightsMap = new HashMap();
Map is a raw type. References to generic type Map<K,V> should be parameterized
4. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 143)
private Map weightsMap = new HashMap();
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
5. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 205)
MElementContainer<MUIElement> pscModel = (MElementContainer<MUIElement>) parent;
Type safety: Unchecked cast from MUIElement to MElementContainer<MUIElement>
6. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 223)
MElementContainer<MUIElement> pscModel = (MElementContainer<MUIElement>) parent;
Type safety: Unchecked cast from MUIElement to MElementContainer<MUIElement>

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

/src/org/eclipse/e4/ui/workbench/renderers/swt/CSSEngineHelper.java : 14 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/CSSEngineHelper.java
 (at line 13)
import org.eclipse.e4.core.contexts.IEclipseContext;
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
2. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/CSSEngineHelper.java
 (at line 14)
import org.eclipse.e4.ui.css.core.engine.CSSEngine;
Discouraged access: The type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
3. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/CSSEngineHelper.java
 (at line 15)
import org.eclipse.e4.ui.css.swt.theme.IThemeEngine;
Discouraged access: The type IThemeEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.swt.theme/@dot
4. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/CSSEngineHelper.java
 (at line 27)
IEclipseContext context;
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
5. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/CSSEngineHelper.java
 (at line 29)
IThemeEngine engine;
Discouraged access: The type IThemeEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.swt.theme/@dot
6. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/CSSEngineHelper.java
 (at line 30)
CSSEngine cssEngine;
Discouraged access: The type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
7. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/CSSEngineHelper.java
 (at line 40)
public CSSEngineHelper(IEclipseContext context, Control control) {
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
8. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/CSSEngineHelper.java
 (at line 47)
this.engine = context.get(IThemeEngine.class);
Discouraged access: The method get(Class<IThemeEngine>) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
9. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/CSSEngineHelper.java
 (at line 47)
this.engine = context.get(IThemeEngine.class);
Discouraged access: The type IThemeEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.swt.theme/@dot
10. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/CSSEngineHelper.java
 (at line 49)
CSSEngine cssEngine = engine.getCSSEngine();
Discouraged access: The type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
11. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/CSSEngineHelper.java
 (at line 49)
CSSEngine cssEngine = engine.getCSSEngine();
Discouraged access: The method getCSSEngine() from the type IThemeEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.swt.theme/@dot
12. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/CSSEngineHelper.java
 (at line 50)
Element e = cssEngine.getCSSElementContext(control).getElement();
Discouraged access: The method getCSSElementContext(Object) from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
13. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/CSSEngineHelper.java
 (at line 50)
Element e = cssEngine.getCSSElementContext(control).getElement();
Discouraged access: The method getElement() from the type CSSElementContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
14. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/CSSEngineHelper.java
 (at line 51)
style = cssEngine.getViewCSS().getComputedStyle(e, null);
Discouraged access: The method getViewCSS() from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot

/src/org/eclipse/e4/ui/workbench/renderers/swt/CTabRendering.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/CTabRendering.java
 (at line 5)
import org.eclipse.e4.core.di.annotations.Optional;
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.di/@dot
2. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/CTabRendering.java
 (at line 867)
@Optional
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.di/@dot
3. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/CTabRendering.java
 (at line 874)
@Optional
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.di/@dot
4. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/CTabRendering.java
 (at line 881)
@Optional
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.di/@dot
5. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/CTabRendering.java
 (at line 891)
@Optional
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.di/@dot
6. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/CTabRendering.java
 (at line 898)
@Optional
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.di/@dot
7. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/CTabRendering.java
 (at line 907)
@Optional
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.di/@dot

/src/org/eclipse/e4/ui/workbench/renderers/swt/CompositeRenderer.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/CompositeRenderer.java
 (at line 13)
import org.eclipse.e4.ui.model.application.ui.MUIElement;
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/CompositeRenderer.java
 (at line 14)
import org.eclipse.e4.ui.model.application.ui.basic.MPart;
Discouraged access: The type MPart is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/CompositeRenderer.java
 (at line 32)
public Object createWidget(MUIElement element, Object parent) {
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/CompositeRenderer.java
 (at line 33)
if (!(element instanceof MPart) || !(parent instanceof Composite))
Discouraged access: The type MPart is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/CompositeRenderer.java
 (at line 48)
public void postProcess(MUIElement element) {
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/CompositeRenderer.java
 (at line 49)
super.postProcess(element);
Discouraged access: The method postProcess(MUIElement) from the type AbstractPartRenderer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
7. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/CompositeRenderer.java
 (at line 53)
Composite composite = (Composite) element.getWidget();
Discouraged access: The method getWidget() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/ui/workbench/renderers/swt/ContributedPartRenderer.java : 23 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ContributedPartRenderer.java
 (at line 13)
import org.eclipse.e4.core.contexts.IEclipseContext;
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
2. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ContributedPartRenderer.java
 (at line 14)
import org.eclipse.e4.core.services.contributions.IContributionFactory;
Discouraged access: The type IContributionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
3. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ContributedPartRenderer.java
 (at line 15)
import org.eclipse.e4.ui.model.application.ui.MUIElement;
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ContributedPartRenderer.java
 (at line 16)
import org.eclipse.e4.ui.model.application.ui.basic.MPart;
Discouraged access: The type MPart is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ContributedPartRenderer.java
 (at line 29)
public Object createWidget(final MUIElement element, Object parent) {
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ContributedPartRenderer.java
 (at line 30)
if (!(element instanceof MPart) || !(parent instanceof Composite))
Discouraged access: The type MPart is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ContributedPartRenderer.java
 (at line 42)
final MPart part = (MPart) element;
Discouraged access: The type MPart is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ContributedPartRenderer.java
 (at line 42)
final MPart part = (MPart) element;
Discouraged access: The type MPart is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ContributedPartRenderer.java
 (at line 45)
IEclipseContext localContext = part.getContext();
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
10. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ContributedPartRenderer.java
 (at line 45)
IEclipseContext localContext = part.getContext();
Discouraged access: The method getContext() from the type MContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ContributedPartRenderer.java
 (at line 46)
localContext.set(Composite.class.getName(), newComposite);
Discouraged access: The method set(String, Object) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
12. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ContributedPartRenderer.java
 (at line 48)
IContributionFactory contributionFactory = (IContributionFactory) localContext
Discouraged access: The type IContributionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
13. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ContributedPartRenderer.java
 (at line 48)
IContributionFactory contributionFactory = (IContributionFactory) localContext
Discouraged access: The type IContributionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
14. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ContributedPartRenderer.java
 (at line 48)
IContributionFactory contributionFactory = (IContributionFactory) localContext .get(IContributionFactory.class.getName());
Discouraged access: The method get(String) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
15. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ContributedPartRenderer.java
 (at line 49)
.get(IContributionFactory.class.getName());
Discouraged access: The type IContributionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
16. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ContributedPartRenderer.java
 (at line 50)
Object newPart = contributionFactory.create(part.getContributionURI(), localContext);
Discouraged access: The method create(String, IEclipseContext) from the type IContributionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
17. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ContributedPartRenderer.java
 (at line 50)
Object newPart = contributionFactory.create(part.getContributionURI(),
Discouraged access: The method getContributionURI() from the type MContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ContributedPartRenderer.java
 (at line 52)
part.setObject(newPart);
Discouraged access: The method setObject(Object) from the type MContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ContributedPartRenderer.java
 (at line 65)
public void hookControllerLogic(final MUIElement me) {
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ContributedPartRenderer.java
 (at line 67)
if (!(me instanceof MPart)) {
Discouraged access: The type MPart is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ContributedPartRenderer.java
 (at line 70)
Widget widget = (Widget) me.getWidget();
Discouraged access: The method getWidget() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ContributedPartRenderer.java
 (at line 74)
activate((MPart) me);
Discouraged access: The method activate(MPart) from the type AbstractPartRenderer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
23. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ContributedPartRenderer.java
 (at line 74)
activate((MPart) me);
Discouraged access: The type MPart is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/ui/workbench/renderers/swt/DirectMenuItemRenderer.java : 56 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/DirectMenuItemRenderer.java
 (at line 14)
import org.eclipse.e4.core.contexts.ContextInjectionFactory;
Discouraged access: The type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
2. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/DirectMenuItemRenderer.java
 (at line 15)
import org.eclipse.e4.core.contexts.IEclipseContext;
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
3. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/DirectMenuItemRenderer.java
 (at line 16)
import org.eclipse.e4.core.di.annotations.Execute;
Discouraged access: The type Execute is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.di/@dot
4. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/DirectMenuItemRenderer.java
 (at line 17)
import org.eclipse.e4.core.services.contributions.IContributionFactory;
Discouraged access: The type IContributionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
5. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/DirectMenuItemRenderer.java
 (at line 18)
import org.eclipse.e4.core.services.log.Logger;
Discouraged access: The type Logger is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
6. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/DirectMenuItemRenderer.java
 (at line 19)
import org.eclipse.e4.ui.model.application.ui.MUIElement;
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/DirectMenuItemRenderer.java
 (at line 20)
import org.eclipse.e4.ui.model.application.ui.menu.ItemType;
Discouraged access: The type ItemType is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/DirectMenuItemRenderer.java
 (at line 21)
import org.eclipse.e4.ui.model.application.ui.menu.MDirectMenuItem;
Discouraged access: The type MDirectMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/DirectMenuItemRenderer.java
 (at line 22)
import org.eclipse.e4.ui.model.application.ui.menu.MItem;
Discouraged access: The type MItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/DirectMenuItemRenderer.java
 (at line 23)
import org.eclipse.e4.ui.model.application.ui.menu.MMenuItem;
Discouraged access: The type MMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/DirectMenuItemRenderer.java
 (at line 36)
Logger logger;
Discouraged access: The type Logger is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
12. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/DirectMenuItemRenderer.java
 (at line 38)
public Object createWidget(final MUIElement element, Object parent) {
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/DirectMenuItemRenderer.java
 (at line 39)
if (!(element instanceof MDirectMenuItem) || !(parent instanceof Menu))
Discouraged access: The type MDirectMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/DirectMenuItemRenderer.java
 (at line 42)
MDirectMenuItem itemModel = (MDirectMenuItem) element;
Discouraged access: The type MDirectMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/DirectMenuItemRenderer.java
 (at line 42)
MDirectMenuItem itemModel = (MDirectMenuItem) element;
Discouraged access: The type MDirectMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/DirectMenuItemRenderer.java
 (at line 43)
if (itemModel.getVisibleWhen() != null) {
Discouraged access: The method getVisibleWhen() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/DirectMenuItemRenderer.java
 (at line 47)
if (!itemModel.isVisible()) {
Discouraged access: The method isVisible() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/DirectMenuItemRenderer.java
 (at line 56)
if (itemModel.getType() == ItemType.PUSH)
Discouraged access: The method getType() from the type MItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/DirectMenuItemRenderer.java
 (at line 56)
if (itemModel.getType() == ItemType.PUSH)
Discouraged access: The type ItemType is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/DirectMenuItemRenderer.java
 (at line 56)
if (itemModel.getType() == ItemType.PUSH)
Discouraged access: The field PUSH from the type ItemType is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/DirectMenuItemRenderer.java
 (at line 58)
else if (itemModel.getType() == ItemType.CHECK)
Discouraged access: The method getType() from the type MItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/DirectMenuItemRenderer.java
 (at line 58)
else if (itemModel.getType() == ItemType.CHECK)
Discouraged access: The type ItemType is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/DirectMenuItemRenderer.java
 (at line 58)
else if (itemModel.getType() == ItemType.CHECK)
Discouraged access: The field CHECK from the type ItemType is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/DirectMenuItemRenderer.java
 (at line 60)
else if (itemModel.getType() == ItemType.RADIO)
Discouraged access: The method getType() from the type MItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/DirectMenuItemRenderer.java
 (at line 60)
else if (itemModel.getType() == ItemType.RADIO)
Discouraged access: The type ItemType is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/DirectMenuItemRenderer.java
 (at line 60)
else if (itemModel.getType() == ItemType.RADIO)
Discouraged access: The field RADIO from the type ItemType is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/DirectMenuItemRenderer.java
 (at line 67)
newItem.setEnabled(itemModel.isEnabled());
Discouraged access: The method isEnabled() from the type MItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/DirectMenuItemRenderer.java
 (at line 68)
newItem.setSelection(itemModel.isSelected());
Discouraged access: The method isSelected() from the type MItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/DirectMenuItemRenderer.java
 (at line 73)
private void setEnabled(MDirectMenuItem itemModel, final MenuItem newItem) {
Discouraged access: The type MDirectMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/DirectMenuItemRenderer.java
 (at line 85)
public void hookControllerLogic(MUIElement me) {
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/DirectMenuItemRenderer.java
 (at line 89)
if (me instanceof MDirectMenuItem
Discouraged access: The type MDirectMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/DirectMenuItemRenderer.java
 (at line 90)
&& ((MDirectMenuItem) me).getContributionURI() != null) {
Discouraged access: The method getContributionURI() from the type MContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/DirectMenuItemRenderer.java
 (at line 90)
&& ((MDirectMenuItem) me).getContributionURI() != null) {
Discouraged access: The type MDirectMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/DirectMenuItemRenderer.java
 (at line 91)
final MMenuItem item = (MMenuItem) me;
Discouraged access: The type MMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/DirectMenuItemRenderer.java
 (at line 91)
final MMenuItem item = (MMenuItem) me;
Discouraged access: The type MMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/DirectMenuItemRenderer.java
 (at line 92)
final MDirectMenuItem contrib = (MDirectMenuItem) me;
Discouraged access: The type MDirectMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/DirectMenuItemRenderer.java
 (at line 92)
final MDirectMenuItem contrib = (MDirectMenuItem) me;
Discouraged access: The type MDirectMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/DirectMenuItemRenderer.java
 (at line 93)
final IEclipseContext lclContext = getContext(me);
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
39. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/DirectMenuItemRenderer.java
 (at line 93)
final IEclipseContext lclContext = getContext(me);
Discouraged access: The method getContext(MUIElement) from the type AbstractPartRenderer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
40. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/DirectMenuItemRenderer.java
 (at line 94)
MenuItem mi = (MenuItem) me.getWidget();
Discouraged access: The method getWidget() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/DirectMenuItemRenderer.java
 (at line 97)
if (contrib.getObject() == null) {
Discouraged access: The method getObject() from the type MContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/DirectMenuItemRenderer.java
 (at line 98)
IContributionFactory cf = (IContributionFactory) lclContext
Discouraged access: The type IContributionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
43. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/DirectMenuItemRenderer.java
 (at line 98)
IContributionFactory cf = (IContributionFactory) lclContext
Discouraged access: The type IContributionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
44. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/DirectMenuItemRenderer.java
 (at line 98)
IContributionFactory cf = (IContributionFactory) lclContext .get(IContributionFactory.class.getName());
Discouraged access: The method get(String) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
45. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/DirectMenuItemRenderer.java
 (at line 99)
.get(IContributionFactory.class.getName());
Discouraged access: The type IContributionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
46. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/DirectMenuItemRenderer.java
 (at line 100)
contrib.setObject(cf.create( contrib.getContributionURI(), lclContext));
Discouraged access: The method setObject(Object) from the type MContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/DirectMenuItemRenderer.java
 (at line 100)
contrib.setObject(cf.create( contrib.getContributionURI(), lclContext));
Discouraged access: The method create(String, IEclipseContext) from the type IContributionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
48. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/DirectMenuItemRenderer.java
 (at line 101)
contrib.getContributionURI(), lclContext));
Discouraged access: The method getContributionURI() from the type MContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/DirectMenuItemRenderer.java
 (at line 103)
lclContext.set(MItem.class.getName(), item);
Discouraged access: The method set(String, Object) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
50. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/DirectMenuItemRenderer.java
 (at line 103)
lclContext.set(MItem.class.getName(), item);
Discouraged access: The type MItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
51. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/DirectMenuItemRenderer.java
 (at line 104)
ContextInjectionFactory.invoke(contrib.getObject(),
Discouraged access: The type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
52. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/DirectMenuItemRenderer.java
 (at line 104)
ContextInjectionFactory.invoke(contrib.getObject(), Execute.class, lclContext);
Discouraged access: The method invoke(Object, Class<? extends Annotation>, IEclipseContext) from the type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
53. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/DirectMenuItemRenderer.java
 (at line 104)
ContextInjectionFactory.invoke(contrib.getObject(),
Discouraged access: The method getObject() from the type MContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
54. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/DirectMenuItemRenderer.java
 (at line 105)
Execute.class, lclContext);
Discouraged access: The type Execute is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.di/@dot
55. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/DirectMenuItemRenderer.java
 (at line 106)
lclContext.remove(MItem.class.getName());
Discouraged access: The method remove(String) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
56. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/DirectMenuItemRenderer.java
 (at line 106)
lclContext.remove(MItem.class.getName());
Discouraged access: The type MItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/ui/workbench/renderers/swt/ElementReferenceRenderer.java : 42 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ElementReferenceRenderer.java
 (at line 18)
import org.eclipse.e4.core.contexts.IEclipseContext;
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
2. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ElementReferenceRenderer.java
 (at line 19)
import org.eclipse.e4.ui.model.application.ui.MContext;
Discouraged access: The type MContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ElementReferenceRenderer.java
 (at line 20)
import org.eclipse.e4.ui.model.application.ui.MUIElement;
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ElementReferenceRenderer.java
 (at line 21)
import org.eclipse.e4.ui.model.application.ui.advanced.MPlaceholder;
Discouraged access: The type MPlaceholder is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ElementReferenceRenderer.java
 (at line 22)
import org.eclipse.e4.ui.workbench.IPresentationEngine;
Discouraged access: The type IPresentationEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ElementReferenceRenderer.java
 (at line 33)
private static Map<MUIElement, List<MPlaceholder>> renderedMap = new HashMap<MUIElement, List<MPlaceholder>>();
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ElementReferenceRenderer.java
 (at line 33)
private static Map<MUIElement, List<MPlaceholder>> renderedMap = new HashMap<MUIElement, List<MPlaceholder>>();
Discouraged access: The type MPlaceholder is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ElementReferenceRenderer.java
 (at line 33)
private static Map<MUIElement, List<MPlaceholder>> renderedMap = new HashMap<MUIElement, List<MPlaceholder>>();
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ElementReferenceRenderer.java
 (at line 33)
private static Map<MUIElement, List<MPlaceholder>> renderedMap = new HashMap<MUIElement, List<MPlaceholder>>();
Discouraged access: The type MPlaceholder is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ElementReferenceRenderer.java
 (at line 42)
public static List<MPlaceholder> getRenderedPlaceholders(MUIElement element) {
Discouraged access: The type MPlaceholder is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ElementReferenceRenderer.java
 (at line 42)
public static List<MPlaceholder> getRenderedPlaceholders(MUIElement element) {
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ElementReferenceRenderer.java
 (at line 47)
IPresentationEngine renderingEngine;
Discouraged access: The type IPresentationEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ElementReferenceRenderer.java
 (at line 49)
public Object createWidget(final MUIElement element, Object parent) {
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ElementReferenceRenderer.java
 (at line 50)
MPlaceholder ph = (MPlaceholder) element;
Discouraged access: The type MPlaceholder is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ElementReferenceRenderer.java
 (at line 50)
MPlaceholder ph = (MPlaceholder) element;
Discouraged access: The type MPlaceholder is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ElementReferenceRenderer.java
 (at line 51)
final MUIElement ref = ph.getRef();
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ElementReferenceRenderer.java
 (at line 51)
final MUIElement ref = ph.getRef();
Discouraged access: The method getRef() from the type MPlaceholder is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ElementReferenceRenderer.java
 (at line 52)
ref.setCurSharedRef(ph);
Discouraged access: The method setCurSharedRef(MPlaceholder) from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ElementReferenceRenderer.java
 (at line 54)
List<MPlaceholder> renderedRefs = renderedMap.get(ref);
Discouraged access: The type MPlaceholder is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ElementReferenceRenderer.java
 (at line 56)
renderedRefs = new ArrayList<MPlaceholder>();
Discouraged access: The type MPlaceholder is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ElementReferenceRenderer.java
 (at line 66)
Control refWidget = (Control) ref.getWidget();
Discouraged access: The method getWidget() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ElementReferenceRenderer.java
 (at line 68)
ref.setToBeRendered(true);
Discouraged access: The method setToBeRendered(boolean) from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ElementReferenceRenderer.java
 (at line 69)
refWidget = (Control) renderingEngine.createGui(ref, newComp);
Discouraged access: The method createGui(MUIElement, Object) from the type IPresentationEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ElementReferenceRenderer.java
 (at line 76)
if (ref instanceof MContext) {
Discouraged access: The type MContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ElementReferenceRenderer.java
 (at line 77)
IEclipseContext context = ((MContext) ref).getContext();
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
26. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ElementReferenceRenderer.java
 (at line 77)
IEclipseContext context = ((MContext) ref).getContext();
Discouraged access: The method getContext() from the type MContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ElementReferenceRenderer.java
 (at line 77)
IEclipseContext context = ((MContext) ref).getContext();
Discouraged access: The type MContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ElementReferenceRenderer.java
 (at line 78)
IEclipseContext newParentContext = getContext(ph);
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
29. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ElementReferenceRenderer.java
 (at line 78)
IEclipseContext newParentContext = getContext(ph);
Discouraged access: The method getContext(MUIElement) from the type AbstractPartRenderer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
30. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ElementReferenceRenderer.java
 (at line 79)
if (context.getParent() != newParentContext) {
Discouraged access: The method getParent() from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
31. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ElementReferenceRenderer.java
 (at line 82)
context.setParent(newParentContext);
Discouraged access: The method setParent(IEclipseContext) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
32. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ElementReferenceRenderer.java
 (at line 97)
public void disposeWidget(MUIElement element) {
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ElementReferenceRenderer.java
 (at line 98)
MPlaceholder ph = (MPlaceholder) element;
Discouraged access: The type MPlaceholder is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ElementReferenceRenderer.java
 (at line 98)
MPlaceholder ph = (MPlaceholder) element;
Discouraged access: The type MPlaceholder is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ElementReferenceRenderer.java
 (at line 99)
MUIElement refElement = ph.getRef();
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ElementReferenceRenderer.java
 (at line 99)
MUIElement refElement = ph.getRef();
Discouraged access: The method getRef() from the type MPlaceholder is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ElementReferenceRenderer.java
 (at line 100)
Control refCtrl = (Control) refElement.getWidget();
Discouraged access: The method getWidget() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ElementReferenceRenderer.java
 (at line 103)
List<MPlaceholder> refs = renderedMap.get(refElement);
Discouraged access: The type MPlaceholder is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ElementReferenceRenderer.java
 (at line 107)
renderingEngine.removeGui(refElement);
Discouraged access: The method removeGui(MUIElement) from the type IPresentationEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
40. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ElementReferenceRenderer.java
 (at line 113)
&& refElement.getCurSharedRef() == ph) {
Discouraged access: The method getCurSharedRef() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ElementReferenceRenderer.java
 (at line 115)
for (MPlaceholder aPH : refs) {
Discouraged access: The type MPlaceholder is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ElementReferenceRenderer.java
 (at line 116)
Composite phComp = (Composite) aPH.getWidget();
Discouraged access: The method getWidget() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java : 91 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 19)
import org.eclipse.e4.core.commands.ECommandService;
Discouraged access: The type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.commands/@dot
2. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 20)
import org.eclipse.e4.core.commands.EHandlerService;
Discouraged access: The type EHandlerService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.commands/@dot
3. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 21)
import org.eclipse.e4.core.contexts.IEclipseContext;
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
4. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 22)
import org.eclipse.e4.core.contexts.RunAndTrack;
Discouraged access: The type RunAndTrack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
5. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 23)
import org.eclipse.e4.core.services.log.Logger;
Discouraged access: The type Logger is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
6. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 24)
import org.eclipse.e4.ui.bindings.EBindingService;
Discouraged access: The type EBindingService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
7. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 25)
import org.eclipse.e4.ui.model.application.commands.MParameter;
Discouraged access: The type MParameter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 26)
import org.eclipse.e4.ui.model.application.ui.MUIElement;
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 27)
import org.eclipse.e4.ui.model.application.ui.menu.ItemType;
Discouraged access: The type ItemType is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 28)
import org.eclipse.e4.ui.model.application.ui.menu.MHandledItem;
Discouraged access: The type MHandledItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 29)
import org.eclipse.e4.ui.model.application.ui.menu.MHandledMenuItem;
Discouraged access: The type MHandledMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 30)
import org.eclipse.e4.ui.model.application.ui.menu.MItem;
Discouraged access: The type MItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 31)
import org.eclipse.e4.ui.model.application.ui.menu.MMenuItem;
Discouraged access: The type MMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 45)
Logger logger;
Discouraged access: The type Logger is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
15. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 47)
public Object createWidget(final MUIElement element, Object parent) {
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 48)
if (!(element instanceof MHandledMenuItem) || !(parent instanceof Menu))
Discouraged access: The type MHandledMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 51)
MHandledMenuItem itemModel = (MHandledMenuItem) element;
Discouraged access: The type MHandledMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 51)
MHandledMenuItem itemModel = (MHandledMenuItem) element;
Discouraged access: The type MHandledMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 52)
if (itemModel.getVisibleWhen() != null) {
Discouraged access: The method getVisibleWhen() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 56)
if (!itemModel.isVisible()) {
Discouraged access: The method isVisible() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 65)
if (itemModel.getType() == ItemType.PUSH)
Discouraged access: The method getType() from the type MItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 65)
if (itemModel.getType() == ItemType.PUSH)
Discouraged access: The type ItemType is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 65)
if (itemModel.getType() == ItemType.PUSH)
Discouraged access: The field PUSH from the type ItemType is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 67)
else if (itemModel.getType() == ItemType.CHECK)
Discouraged access: The method getType() from the type MItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 67)
else if (itemModel.getType() == ItemType.CHECK)
Discouraged access: The type ItemType is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 67)
else if (itemModel.getType() == ItemType.CHECK)
Discouraged access: The field CHECK from the type ItemType is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 69)
else if (itemModel.getType() == ItemType.RADIO)
Discouraged access: The method getType() from the type MItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 69)
else if (itemModel.getType() == ItemType.RADIO)
Discouraged access: The type ItemType is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 69)
else if (itemModel.getType() == ItemType.RADIO)
Discouraged access: The field RADIO from the type ItemType is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 76)
newItem.setEnabled(itemModel.isEnabled());
Discouraged access: The method isEnabled() from the type MItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 77)
newItem.setSelection(itemModel.isSelected());
Discouraged access: The method isSelected() from the type MItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 82)
private void setEnabled(final MHandledItem item, final MenuItem newItem) {
Discouraged access: The type MHandledItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 83)
final IEclipseContext lclContext = getContext(item);
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
34. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 83)
final IEclipseContext lclContext = getContext(item);
Discouraged access: The method getContext(MUIElement) from the type AbstractPartRenderer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
35. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 84)
lclContext.runAndTrack(new RunAndTrack() { @Override public boolean changed(IEclipseContext context) { if (newItem.isDisposed()) { return false; } EHandlerService service = lclContext.get(EHandlerService.class); ParameterizedCommand cmd = item.getWbCommand(); if (cmd == null) { cmd = generateParameterizedCommand(item, lclContext); } if (cmd == null) { return false; } item.setEnabled(service.canExecute(cmd)); return true; } });
Discouraged access: The method runAndTrack(RunAndTrack) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
36. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 84)
lclContext.runAndTrack(new RunAndTrack() {
Discouraged access: The type RunAndTrack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
37. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 86)
public boolean changed(IEclipseContext context) {
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
38. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 90)
EHandlerService service = lclContext.get(EHandlerService.class);
Discouraged access: The type EHandlerService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.commands/@dot
39. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 90)
EHandlerService service = lclContext.get(EHandlerService.class);
Discouraged access: The method get(Class<EHandlerService>) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
40. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 90)
EHandlerService service = lclContext.get(EHandlerService.class);
Discouraged access: The type EHandlerService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.commands/@dot
41. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 91)
ParameterizedCommand cmd = item.getWbCommand();
Discouraged access: The method getWbCommand() from the type MHandledItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 98)
item.setEnabled(service.canExecute(cmd));
Discouraged access: The method setEnabled(boolean) from the type MItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 98)
item.setEnabled(service.canExecute(cmd));
Discouraged access: The method canExecute(ParameterizedCommand) from the type EHandlerService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.commands/@dot
44. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 104)
protected void setItemText(MMenuItem model, MenuItem item) {
Discouraged access: The type MMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 105)
String text = model.getLabel();
Discouraged access: The method getLabel() from the type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 106)
if (model instanceof MHandledItem) {
Discouraged access: The type MHandledItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 107)
MHandledItem handledItem = (MHandledItem) model;
Discouraged access: The type MHandledItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 107)
MHandledItem handledItem = (MHandledItem) model;
Discouraged access: The type MHandledItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 108)
IEclipseContext context = getContext(model);
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
50. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 108)
IEclipseContext context = getContext(model);
Discouraged access: The method getContext(MUIElement) from the type AbstractPartRenderer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
51. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 109)
EBindingService bs = (EBindingService) context
Discouraged access: The type EBindingService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
52. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 109)
EBindingService bs = (EBindingService) context
Discouraged access: The type EBindingService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
53. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 109)
EBindingService bs = (EBindingService) context .get(EBindingService.class.getName());
Discouraged access: The method get(String) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
54. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 110)
.get(EBindingService.class.getName());
Discouraged access: The type EBindingService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
55. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 111)
ParameterizedCommand cmd = handledItem.getWbCommand();
Discouraged access: The method getWbCommand() from the type MHandledItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 123)
TriggerSequence sequence = bs.getBestSequenceFor(handledItem .getWbCommand());
Discouraged access: The method getBestSequenceFor(ParameterizedCommand) from the type EBindingService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
57. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 123)
TriggerSequence sequence = bs.getBestSequenceFor(handledItem .getWbCommand());
Discouraged access: The method getWbCommand() from the type MHandledItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
58. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 128)
item.setText(text == null ? handledItem.getCommand().getElementId()
Discouraged access: The method getCommand() from the type MHandledItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
59. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 128)
item.setText(text == null ? handledItem.getCommand().getElementId()
Discouraged access: The method getElementId() from the type MApplicationElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
60. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 143)
public void hookControllerLogic(MUIElement me) {
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
61. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 148)
if (me instanceof MHandledItem) {
Discouraged access: The type MHandledItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
62. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 149)
final MHandledItem item = (MHandledItem) me;
Discouraged access: The type MHandledItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
63. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 149)
final MHandledItem item = (MHandledItem) me;
Discouraged access: The type MHandledItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
64. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 150)
final IEclipseContext lclContext = getContext(me);
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
65. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 150)
final IEclipseContext lclContext = getContext(me);
Discouraged access: The method getContext(MUIElement) from the type AbstractPartRenderer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
66. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 151)
MenuItem mi = (MenuItem) me.getWidget();
Discouraged access: The method getWidget() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
67. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 154)
EHandlerService service = (EHandlerService) lclContext
Discouraged access: The type EHandlerService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.commands/@dot
68. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 154)
EHandlerService service = (EHandlerService) lclContext
Discouraged access: The type EHandlerService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.commands/@dot
69. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 154)
EHandlerService service = (EHandlerService) lclContext .get(EHandlerService.class.getName());
Discouraged access: The method get(String) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
70. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 155)
.get(EHandlerService.class.getName());
Discouraged access: The type EHandlerService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.commands/@dot
71. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 156)
ParameterizedCommand cmd = item.getWbCommand();
Discouraged access: The method getWbCommand() from the type MHandledItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
72. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 163)
lclContext.set(MItem.class.getName(), item);
Discouraged access: The method set(String, Object) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
73. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 163)
lclContext.set(MItem.class.getName(), item);
Discouraged access: The type MItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
74. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 164)
service.executeHandler(cmd);
Discouraged access: The method executeHandler(ParameterizedCommand) from the type EHandlerService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.commands/@dot
75. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 165)
lclContext.remove(MItem.class.getName());
Discouraged access: The method remove(String) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
76. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 165)
lclContext.remove(MItem.class.getName());
Discouraged access: The type MItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
77. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 175)
final MHandledItem item, final IEclipseContext lclContext) {
Discouraged access: The type MHandledItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
78. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 175)
final MHandledItem item, final IEclipseContext lclContext) {
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
79. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 176)
ECommandService cmdService = (ECommandService) lclContext
Discouraged access: The type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.commands/@dot
80. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 176)
ECommandService cmdService = (ECommandService) lclContext
Discouraged access: The type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.commands/@dot
81. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 176)
ECommandService cmdService = (ECommandService) lclContext .get(ECommandService.class.getName());
Discouraged access: The method get(String) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
82. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 177)
.get(ECommandService.class.getName());
Discouraged access: The type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.commands/@dot
83. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 179)
List<MParameter> modelParms = item.getParameters();
Discouraged access: The type MParameter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
84. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 179)
List<MParameter> modelParms = item.getParameters();
Discouraged access: The method getParameters() from the type MHandledItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
85. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 182)
for (MParameter mParm : modelParms) {
Discouraged access: The type MParameter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
86. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 183)
parameters.put(mParm.getName(), mParm.getValue());
Discouraged access: The method getName() from the type MParameter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
87. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 183)
parameters.put(mParm.getName(), mParm.getValue());
Discouraged access: The method getValue() from the type MParameter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
88. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 186)
ParameterizedCommand cmd = cmdService.createCommand(item.getCommand() .getElementId(), parameters);
Discouraged access: The method createCommand(String, Map) from the type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.commands/@dot
89. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 186)
ParameterizedCommand cmd = cmdService.createCommand(item.getCommand()
Discouraged access: The method getCommand() from the type MHandledItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
90. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 186)
ParameterizedCommand cmd = cmdService.createCommand(item.getCommand() .getElementId(), parameters);
Discouraged access: The method getElementId() from the type MApplicationElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
91. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/HandledMenuItemRenderer.java
 (at line 188)
item.setWbCommand(cmd);
Discouraged access: The method setWbCommand(ParameterizedCommand) from the type MHandledItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 15)
import org.eclipse.e4.core.contexts.ContextInjectionFactory;
Discouraged access: The type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
2. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 16)
import org.eclipse.e4.core.contexts.EclipseContextFactory;
Discouraged access: The type EclipseContextFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
3. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 17)
import org.eclipse.e4.core.contexts.IEclipseContext;
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
4. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 18)
import org.eclipse.e4.core.di.annotations.Execute;
Discouraged access: The type Execute is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.di/@dot
5. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 19)
import org.eclipse.e4.core.services.events.IEventBroker;
Discouraged access: The type IEventBroker is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
6. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 20)
import org.eclipse.e4.ui.model.application.ui.MContext;
Discouraged access: The type MContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 21)
import org.eclipse.e4.ui.model.application.ui.MElementContainer;
Discouraged access: The type MElementContainer<T> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 22)
import org.eclipse.e4.ui.model.application.ui.MGenericStack;
Discouraged access: The type MGenericStack<T> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 23)
import org.eclipse.e4.ui.model.application.ui.MUIElement;
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 24)
import org.eclipse.e4.ui.model.application.ui.advanced.MPerspective;
Discouraged access: The type MPerspective is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 25)
import org.eclipse.e4.ui.model.application.ui.advanced.MPlaceholder;
Discouraged access: The type MPlaceholder is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 26)
import org.eclipse.e4.ui.model.application.ui.basic.MPart;
Discouraged access: The type MPart is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 27)
import org.eclipse.e4.ui.model.application.ui.basic.MPartStack;
Discouraged access: The type MPartStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 28)
import org.eclipse.e4.ui.model.application.ui.basic.MWindow;
Discouraged access: The type MWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 29)
import org.eclipse.e4.ui.model.application.ui.menu.MToolBar;
Discouraged access: The type MToolBar is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 30)
import org.eclipse.e4.ui.model.application.ui.menu.MToolControl;
Discouraged access: The type MToolControl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 31)
import org.eclipse.e4.ui.workbench.UIEvents;
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 54)
Object element = event.getProperty(UIEvents.EventTags.ELEMENT);
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 54)
Object element = event.getProperty(UIEvents.EventTags.ELEMENT);
Discouraged access: The type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 54)
Object element = event.getProperty(UIEvents.EventTags.ELEMENT);
Discouraged access: The field ELEMENT from the type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 56)
if (!(element instanceof MGenericStack<?>))
Discouraged access: The type MGenericStack<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 59)
MGenericStack<MUIElement> stack = (MGenericStack<MUIElement>) element;
Discouraged access: The type MGenericStack<MUIElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 59)
MGenericStack<MUIElement> stack = (MGenericStack<MUIElement>) element;
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 59)
MGenericStack<MUIElement> stack = (MGenericStack<MUIElement>) element;
Discouraged access: The type MGenericStack<MUIElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 59)
MGenericStack<MUIElement> stack = (MGenericStack<MUIElement>) element;
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 60)
LazyStackRenderer lsr = (LazyStackRenderer) stack.getRenderer();
Discouraged access: The method getRenderer() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 65)
MUIElement oldSel = (MUIElement) event
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 65)
MUIElement oldSel = (MUIElement) event
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 66)
.getProperty(UIEvents.EventTags.OLD_VALUE);
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
30. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 66)
.getProperty(UIEvents.EventTags.OLD_VALUE);
Discouraged access: The type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 66)
.getProperty(UIEvents.EventTags.OLD_VALUE);
Discouraged access: The field OLD_VALUE from the type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
32. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 68)
List<MUIElement> goingHidden = new ArrayList<MUIElement>();
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 68)
List<MUIElement> goingHidden = new ArrayList<MUIElement>();
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 72)
if (stack.getSelectedElement() != null)
Discouraged access: The method getSelectedElement() from the type MElementContainer<MUIElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 73)
lsr.showTab(stack.getSelectedElement());
Discouraged access: The method getSelectedElement() from the type MElementContainer<MUIElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 81)
public void init(IEventBroker eventBroker) {
Discouraged access: The type IEventBroker is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
37. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 84)
eventBroker.unsubscribe(lazyLoader);
Discouraged access: The method unsubscribe(EventHandler) from the type IEventBroker is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
38. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 86)
eventBroker.subscribe(UIEvents.buildTopic( UIEvents.ElementContainer.TOPIC, UIEvents.ElementContainer.SELECTEDELEMENT), lazyLoader);
Discouraged access: The method subscribe(String, EventHandler) from the type IEventBroker is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
39. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 86)
eventBroker.subscribe(UIEvents.buildTopic( UIEvents.ElementContainer.TOPIC, UIEvents.ElementContainer.SELECTEDELEMENT), lazyLoader);
Discouraged access: The method buildTopic(String, String) from the type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
40. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 86)
eventBroker.subscribe(UIEvents.buildTopic(
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
41. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 87)
UIEvents.ElementContainer.TOPIC,
Discouraged access: The type UIEvents.ElementContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
42. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 87)
UIEvents.ElementContainer.TOPIC,
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
43. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 87)
UIEvents.ElementContainer.TOPIC,
Discouraged access: The field TOPIC from the type UIEvents.ElementContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
44. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 88)
UIEvents.ElementContainer.SELECTEDELEMENT), lazyLoader);
Discouraged access: The type UIEvents.ElementContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
45. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 88)
UIEvents.ElementContainer.SELECTEDELEMENT), lazyLoader);
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
46. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 88)
UIEvents.ElementContainer.SELECTEDELEMENT), lazyLoader);
Discouraged access: The field SELECTEDELEMENT from the type UIEvents.ElementContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
47. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 94)
public void contextDisposed(IEventBroker eventBroker) {
Discouraged access: The type IEventBroker is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
48. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 95)
eventBroker.unsubscribe(lazyLoader);
Discouraged access: The method unsubscribe(EventHandler) from the type IEventBroker is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
49. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 98)
public void postProcess(MUIElement element) {
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
50. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 99)
if (!(element instanceof MGenericStack<?>))
Discouraged access: The type MGenericStack<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
51. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 102)
MGenericStack<MUIElement> stack = (MGenericStack<MUIElement>) element;
Discouraged access: The type MGenericStack<MUIElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
52. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 102)
MGenericStack<MUIElement> stack = (MGenericStack<MUIElement>) element;
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
53. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 102)
MGenericStack<MUIElement> stack = (MGenericStack<MUIElement>) element;
Discouraged access: The type MGenericStack<MUIElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
54. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 102)
MGenericStack<MUIElement> stack = (MGenericStack<MUIElement>) element;
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
55. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 103)
MUIElement selPart = stack.getSelectedElement();
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 103)
MUIElement selPart = stack.getSelectedElement();
Discouraged access: The method getSelectedElement() from the type MElementContainer<MUIElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
57. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 106)
} else if (stack.getChildren().size() > 0) {
Discouraged access: The method getChildren() from the type MElementContainer<MUIElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
58. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 109)
selPart = stack.getChildren().get(0);
Discouraged access: The method getChildren() from the type MElementContainer<MUIElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
59. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 110)
stack.setSelectedElement(selPart);
Discouraged access: The method setSelectedElement(MUIElement) from the type MElementContainer<MUIElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
60. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 115)
public void processContents(MElementContainer<MUIElement> me) {
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
61. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 122)
for (MUIElement part : me.getChildren()) {
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
62. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 122)
for (MUIElement part : me.getChildren()) {
Discouraged access: The method getChildren() from the type MElementContainer<MUIElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
63. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 123)
if (part.isToBeRendered())
Discouraged access: The method isToBeRendered() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
64. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 137)
protected void createTab(MElementContainer<MUIElement> me, MUIElement part) {
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
65. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 137)
protected void createTab(MElementContainer<MUIElement> me, MUIElement part) {
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
66. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 140)
protected void showTab(MUIElement element) {
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
67. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 142)
List<MUIElement> becomingVisible = new ArrayList<MUIElement>();
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
68. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 142)
List<MUIElement> becomingVisible = new ArrayList<MUIElement>();
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
69. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 143)
MUIElement curSel = element.getParent().getSelectedElement();
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
70. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 143)
MUIElement curSel = element.getParent().getSelectedElement();
Discouraged access: The method getParent() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
71. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 143)
MUIElement curSel = element.getParent().getSelectedElement();
Discouraged access: The method getSelectedElement() from the type MElementContainer<MUIElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
72. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 149)
private void hideElementRecursive(MUIElement element,
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
73. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 150)
List<MUIElement> goingHidden) {
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
74. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 151)
if (element == null || element.getWidget() == null)
Discouraged access: The method getWidget() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
75. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 154)
if (element instanceof MPlaceholder) {
Discouraged access: The type MPlaceholder is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
76. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 155)
element = ((MPlaceholder) element).getRef();
Discouraged access: The method getRef() from the type MPlaceholder is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
77. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 155)
element = ((MPlaceholder) element).getRef();
Discouraged access: The type MPlaceholder is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
78. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 159)
if (element instanceof MWindow && element.getWidget() != null) {
Discouraged access: The type MWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
79. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 159)
if (element instanceof MWindow && element.getWidget() != null) {
Discouraged access: The method getWidget() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
80. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 160)
element.setVisible(false);
Discouraged access: The method setVisible(boolean) from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
81. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 164)
if (element instanceof MPartStack && !element.isVisible()) {
Discouraged access: The type MPartStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
82. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 164)
if (element instanceof MPartStack && !element.isVisible()) {
Discouraged access: The method isVisible() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
83. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 165)
MWindow window = modelService.getTopLevelWindowFor(element);
Discouraged access: The type MWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
84. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 165)
MWindow window = modelService.getTopLevelWindowFor(element);
Discouraged access: The method getTopLevelWindowFor(MUIElement) from the type EModelService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
85. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 165)
MWindow window = modelService.getTopLevelWindowFor(element);
Discouraged access: The field modelService from the type AbstractPartRenderer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
86. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 166)
String trimId = element.getElementId() + "(minimized)"; //$NON-NLS-1$
Discouraged access: The method getElementId() from the type MApplicationElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
87. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 167)
MPerspective persp = modelService.getPerspectiveFor(element);
Discouraged access: The type MPerspective is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
88. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 167)
MPerspective persp = modelService.getPerspectiveFor(element);
Discouraged access: The field modelService from the type AbstractPartRenderer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
89. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 167)
MPerspective persp = modelService.getPerspectiveFor(element);
Discouraged access: The method getPerspectiveFor(MUIElement) from the type EModelService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
90. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 169)
trimId = element.getElementId() + '(' + persp.getElementId()
Discouraged access: The method getElementId() from the type MApplicationElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
91. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 169)
trimId = element.getElementId() + '(' + persp.getElementId()
Discouraged access: The method getElementId() from the type MApplicationElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
92. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 171)
MToolControl trimCtrl = (MToolControl) modelService.find(trimId,
Discouraged access: The type MToolControl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
93. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 171)
MToolControl trimCtrl = (MToolControl) modelService.find(trimId,
Discouraged access: The type MToolControl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
94. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 171)
MToolControl trimCtrl = (MToolControl) modelService.find(trimId,
Discouraged access: The field modelService from the type AbstractPartRenderer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
95. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 171)
MToolControl trimCtrl = (MToolControl) modelService.find(trimId, window);
Discouraged access: The method find(String, MUIElement) from the type EModelService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
96. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 173)
if (trimCtrl != null && trimCtrl.getObject() != null) {
Discouraged access: The method getObject() from the type MContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
97. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 174)
IEclipseContext ctxt = EclipseContextFactory.create();
Discouraged access: The type EclipseContextFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
98. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/LazyStackRenderer.java
 (at line 174)
IEclipseContext ctxt = EclipseContextFactory.create();
Discouraged access: The method create() from the type EclipseContextFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot

/src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 19)
import org.eclipse.core.internal.expressions.ReferenceExpression;
Discouraged access: The type ReferenceExpression is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.core.expressions_3.4.200.v20100505.jar
2. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 21)
import org.eclipse.e4.core.contexts.IEclipseContext;
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
3. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 22)
import org.eclipse.e4.core.contexts.RunAndTrack;
Discouraged access: The type RunAndTrack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
4. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 23)
import org.eclipse.e4.core.services.events.IEventBroker;
Discouraged access: The type IEventBroker is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
5. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 24)
import org.eclipse.e4.core.services.log.Logger;
Discouraged access: The type Logger is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
6. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 25)
import org.eclipse.e4.ui.model.application.ui.MCoreExpression;
Discouraged access: The type MCoreExpression is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 26)
import org.eclipse.e4.ui.model.application.ui.MElementContainer;
Discouraged access: The type MElementContainer<T> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 27)
import org.eclipse.e4.ui.model.application.ui.MUIElement;
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 28)
import org.eclipse.e4.ui.model.application.ui.menu.ItemType;
Discouraged access: The type ItemType is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 29)
import org.eclipse.e4.ui.model.application.ui.menu.MItem;
Discouraged access: The type MItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 30)
import org.eclipse.e4.ui.model.application.ui.menu.MMenuItem;
Discouraged access: The type MMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 31)
import org.eclipse.e4.ui.workbench.UIEvents;
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 32)
import org.eclipse.e4.ui.workbench.modeling.ExpressionContext;
Discouraged access: The type ExpressionContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 33)
import org.eclipse.e4.ui.workbench.swt.WorkbenchSWTActivator;
Discouraged access: The type WorkbenchSWTActivator is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
15. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 45)
static class VisibleRAT extends RunAndTrack {
Discouraged access: The type RunAndTrack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
16. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 47)
MMenuItem item;
Discouraged access: The type MMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 48)
ExpressionContext ec;
Discouraged access: The type ExpressionContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 51)
public VisibleRAT(MMenuItem i, Expression e, IEclipseContext c) {
Discouraged access: The type MMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 51)
public VisibleRAT(MMenuItem i, Expression e, IEclipseContext c) {
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
20. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 54)
ec = new ExpressionContext(c);
Discouraged access: The constructor ExpressionContext(IEclipseContext) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 54)
ec = new ExpressionContext(c);
Discouraged access: The type ExpressionContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 65)
public boolean changed(IEclipseContext context) {
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
23. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 67)
item.setVisible(EvaluationResult.FALSE != exp.evaluate(ec));
Discouraged access: The method setVisible(boolean) from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 69)
item.setVisible(false);
Discouraged access: The method setVisible(boolean) from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 70)
WorkbenchSWTActivator.trace( "/trace/menus", "VisibleRAT failed", e); //$NON-NLS-1$//$NON-NLS-2$
Discouraged access: The method trace(String, String, Throwable) from the type WorkbenchSWTActivator is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
26. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 70)
WorkbenchSWTActivator.trace(
Discouraged access: The type WorkbenchSWTActivator is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
27. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 77)
private HashMap<MMenuItem, Expression> menuItemToExpression = new HashMap<MMenuItem, Expression>();
Discouraged access: The type MMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 77)
private HashMap<MMenuItem, Expression> menuItemToExpression = new HashMap<MMenuItem, Expression>();
Discouraged access: The type MMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 78)
private HashMap<MMenuItem, VisibleRAT> menuItemToRAT = new HashMap<MMenuItem, VisibleRAT>();
Discouraged access: The type MMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 78)
private HashMap<MMenuItem, VisibleRAT> menuItemToRAT = new HashMap<MMenuItem, VisibleRAT>();
Discouraged access: The type MMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 81)
Logger logger;
Discouraged access: The type Logger is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
32. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 83)
IEventBroker eventBroker;
Discouraged access: The type IEventBroker is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
33. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 87)
if (!(event.getProperty(UIEvents.EventTags.ELEMENT) instanceof MMenuItem))
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 87)
if (!(event.getProperty(UIEvents.EventTags.ELEMENT) instanceof MMenuItem))
Discouraged access: The type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
35. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 87)
if (!(event.getProperty(UIEvents.EventTags.ELEMENT) instanceof MMenuItem))
Discouraged access: The field ELEMENT from the type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
36. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 87)
if (!(event.getProperty(UIEvents.EventTags.ELEMENT) instanceof MMenuItem))
Discouraged access: The type MMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 90)
MMenuItem itemModel = (MMenuItem) event
Discouraged access: The type MMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 90)
MMenuItem itemModel = (MMenuItem) event
Discouraged access: The type MMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 91)
.getProperty(UIEvents.EventTags.ELEMENT);
Discouraged access: The type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
40. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 91)
.getProperty(UIEvents.EventTags.ELEMENT);
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
41. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 91)
.getProperty(UIEvents.EventTags.ELEMENT);
Discouraged access: The field ELEMENT from the type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
42. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 92)
MenuItem menuItem = (MenuItem) itemModel.getWidget();
Discouraged access: The method getWidget() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 99)
.getProperty(UIEvents.EventTags.ATTNAME);
Discouraged access: The type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
44. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 99)
.getProperty(UIEvents.EventTags.ATTNAME);
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
45. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 99)
.getProperty(UIEvents.EventTags.ATTNAME);
Discouraged access: The field ATTNAME from the type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
46. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 100)
if (UIEvents.UILabel.LABEL.equals(attName)) {
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
47. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 100)
if (UIEvents.UILabel.LABEL.equals(attName)) {
Discouraged access: The type UIEvents.UILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
48. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 100)
if (UIEvents.UILabel.LABEL.equals(attName)) {
Discouraged access: The field LABEL from the type UIEvents.UILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
49. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 102)
} else if (UIEvents.UILabel.ICONURI.equals(attName)) {
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
50. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 102)
} else if (UIEvents.UILabel.ICONURI.equals(attName)) {
Discouraged access: The type UIEvents.UILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
51. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 102)
} else if (UIEvents.UILabel.ICONURI.equals(attName)) {
Discouraged access: The field ICONURI from the type UIEvents.UILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
52. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 111)
if (!(event.getProperty(UIEvents.EventTags.ELEMENT) instanceof MMenuItem))
Discouraged access: The type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
53. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 111)
if (!(event.getProperty(UIEvents.EventTags.ELEMENT) instanceof MMenuItem))
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
54. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 111)
if (!(event.getProperty(UIEvents.EventTags.ELEMENT) instanceof MMenuItem))
Discouraged access: The field ELEMENT from the type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
55. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 111)
if (!(event.getProperty(UIEvents.EventTags.ELEMENT) instanceof MMenuItem))
Discouraged access: The type MMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 114)
MMenuItem itemModel = (MMenuItem) event
Discouraged access: The type MMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
57. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 114)
MMenuItem itemModel = (MMenuItem) event
Discouraged access: The type MMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
58. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 115)
.getProperty(UIEvents.EventTags.ELEMENT);
Discouraged access: The type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
59. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 115)
.getProperty(UIEvents.EventTags.ELEMENT);
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
60. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 115)
.getProperty(UIEvents.EventTags.ELEMENT);
Discouraged access: The field ELEMENT from the type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
61. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 116)
MenuItem menuItem = (MenuItem) itemModel.getWidget();
Discouraged access: The method getWidget() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
62. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 118)
menuItem.setSelection(itemModel.isSelected());
Discouraged access: The method isSelected() from the type MItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
63. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 126)
if (!(event.getProperty(UIEvents.EventTags.ELEMENT) instanceof MMenuItem))
Discouraged access: The type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
64. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 126)
if (!(event.getProperty(UIEvents.EventTags.ELEMENT) instanceof MMenuItem))
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
65. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 126)
if (!(event.getProperty(UIEvents.EventTags.ELEMENT) instanceof MMenuItem))
Discouraged access: The field ELEMENT from the type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
66. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 126)
if (!(event.getProperty(UIEvents.EventTags.ELEMENT) instanceof MMenuItem))
Discouraged access: The type MMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
67. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 129)
MMenuItem itemModel = (MMenuItem) event
Discouraged access: The type MMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
68. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 129)
MMenuItem itemModel = (MMenuItem) event
Discouraged access: The type MMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
69. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 130)
.getProperty(UIEvents.EventTags.ELEMENT);
Discouraged access: The type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
70. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 130)
.getProperty(UIEvents.EventTags.ELEMENT);
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
71. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 130)
.getProperty(UIEvents.EventTags.ELEMENT);
Discouraged access: The field ELEMENT from the type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
72. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 131)
MenuItem menuItem = (MenuItem) itemModel.getWidget();
Discouraged access: The method getWidget() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
73. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 133)
menuItem.setEnabled(itemModel.isEnabled());
Discouraged access: The method isEnabled() from the type MItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
74. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 140)
eventBroker.subscribe(UIEvents.buildTopic(UIEvents.UILabel.TOPIC), itemUpdater);
Discouraged access: The method subscribe(String, EventHandler) from the type IEventBroker is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
75. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 140)
eventBroker.subscribe(UIEvents.buildTopic(UIEvents.UILabel.TOPIC),
Discouraged access: The method buildTopic(String) from the type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
76. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 140)
eventBroker.subscribe(UIEvents.buildTopic(UIEvents.UILabel.TOPIC),
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
77. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 140)
eventBroker.subscribe(UIEvents.buildTopic(UIEvents.UILabel.TOPIC),
Discouraged access: The type UIEvents.UILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
78. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 140)
eventBroker.subscribe(UIEvents.buildTopic(UIEvents.UILabel.TOPIC),
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
79. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 140)
eventBroker.subscribe(UIEvents.buildTopic(UIEvents.UILabel.TOPIC),
Discouraged access: The field TOPIC from the type UIEvents.UILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
80. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 142)
eventBroker.subscribe(UIEvents.buildTopic(UIEvents.Item.TOPIC, UIEvents.Item.SELECTED), selectionUpdater);
Discouraged access: The method subscribe(String, EventHandler) from the type IEventBroker is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
81. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 142)
eventBroker.subscribe(UIEvents.buildTopic(UIEvents.Item.TOPIC, UIEvents.Item.SELECTED), selectionUpdater);
Discouraged access: The method buildTopic(String, String) from the type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
82. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 142)
eventBroker.subscribe(UIEvents.buildTopic(UIEvents.Item.TOPIC,
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
83. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 142)
eventBroker.subscribe(UIEvents.buildTopic(UIEvents.Item.TOPIC,
Discouraged access: The type UIEvents.Item is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
84. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 142)
eventBroker.subscribe(UIEvents.buildTopic(UIEvents.Item.TOPIC,
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
85. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 142)
eventBroker.subscribe(UIEvents.buildTopic(UIEvents.Item.TOPIC,
Discouraged access: The field TOPIC from the type UIEvents.Item is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
86. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 143)
UIEvents.Item.SELECTED), selectionUpdater);
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
87. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 143)
UIEvents.Item.SELECTED), selectionUpdater);
Discouraged access: The type UIEvents.Item is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
88. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 143)
UIEvents.Item.SELECTED), selectionUpdater);
Discouraged access: The field SELECTED from the type UIEvents.Item is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
89. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 144)
eventBroker .subscribe(UIEvents.buildTopic(UIEvents.Item.TOPIC, UIEvents.Item.ENABLED), enabledUpdater);
Discouraged access: The method subscribe(String, EventHandler) from the type IEventBroker is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
90. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 145)
.subscribe(UIEvents.buildTopic(UIEvents.Item.TOPIC, UIEvents.Item.ENABLED), enabledUpdater);
Discouraged access: The method buildTopic(String, String) from the type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
91. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 145)
.subscribe(UIEvents.buildTopic(UIEvents.Item.TOPIC,
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
92. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 145)
.subscribe(UIEvents.buildTopic(UIEvents.Item.TOPIC,
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
93. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 145)
.subscribe(UIEvents.buildTopic(UIEvents.Item.TOPIC,
Discouraged access: The type UIEvents.Item is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
94. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 145)
.subscribe(UIEvents.buildTopic(UIEvents.Item.TOPIC,
Discouraged access: The field TOPIC from the type UIEvents.Item is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
95. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 146)
UIEvents.Item.ENABLED), enabledUpdater);
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
96. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 146)
UIEvents.Item.ENABLED), enabledUpdater);
Discouraged access: The type UIEvents.Item is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
97. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 146)
UIEvents.Item.ENABLED), enabledUpdater);
Discouraged access: The field ENABLED from the type UIEvents.Item is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
98. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 151)
eventBroker.unsubscribe(itemUpdater);
Discouraged access: The method unsubscribe(EventHandler) from the type IEventBroker is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
99. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 152)
eventBroker.unsubscribe(selectionUpdater);
Discouraged access: The method unsubscribe(EventHandler) from the type IEventBroker is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
100. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuItemRenderer.java
 (at line 153)
eventBroker.unsubscribe(enabledUpdater);
Discouraged access: The method unsubscribe(EventHandler) from the type IEventBroker is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot

/src/org/eclipse/e4/ui/workbench/renderers/swt/MenuRenderer.java : 48 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuRenderer.java
 (at line 13)
import org.eclipse.e4.core.contexts.IEclipseContext;
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
2. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuRenderer.java
 (at line 14)
import org.eclipse.e4.ui.model.application.ui.MElementContainer;
Discouraged access: The type MElementContainer<T> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuRenderer.java
 (at line 15)
import org.eclipse.e4.ui.model.application.ui.MUIElement;
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuRenderer.java
 (at line 16)
import org.eclipse.e4.ui.model.application.ui.basic.MWindow;
Discouraged access: The type MWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuRenderer.java
 (at line 17)
import org.eclipse.e4.ui.model.application.ui.menu.MMenu;
Discouraged access: The type MMenu is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuRenderer.java
 (at line 18)
import org.eclipse.e4.ui.model.application.ui.menu.MMenuElement;
Discouraged access: The type MMenuElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuRenderer.java
 (at line 19)
import org.eclipse.e4.ui.model.application.ui.menu.MMenuSeparator;
Discouraged access: The type MMenuSeparator is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuRenderer.java
 (at line 20)
import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuFactoryImpl;
Discouraged access: The type MenuFactoryImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuRenderer.java
 (at line 21)
import org.eclipse.e4.ui.workbench.swt.modeling.MenuServiceFilter;
Discouraged access: The type MenuServiceFilter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
10. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuRenderer.java
 (at line 35)
public Object createWidget(final MUIElement element, Object parent) {
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuRenderer.java
 (at line 36)
if (!(element instanceof MMenu))
Discouraged access: The type MMenu is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuRenderer.java
 (at line 39)
MMenu menuModel = (MMenu) element;
Discouraged access: The type MMenu is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuRenderer.java
 (at line 39)
MMenu menuModel = (MMenu) element;
Discouraged access: The type MMenu is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuRenderer.java
 (at line 43)
MUIElement container = (MUIElement) ((EObject) element)
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuRenderer.java
 (at line 43)
MUIElement container = (MUIElement) ((EObject) element)
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuRenderer.java
 (at line 45)
if (container instanceof MWindow)
Discouraged access: The type MWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuRenderer.java
 (at line 56)
newItem.setEnabled(menuModel.isEnabled());
Discouraged access: The method isEnabled() from the type MMenu is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuRenderer.java
 (at line 73)
public void processContents(MElementContainer<MUIElement> container) {
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuRenderer.java
 (at line 74)
Object obj = container.getWidget();
Discouraged access: The method getWidget() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuRenderer.java
 (at line 77)
&& (menuModel instanceof MMenu)) {
Discouraged access: The type MMenu is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuRenderer.java
 (at line 78)
if (container.getChildren().isEmpty()) {
Discouraged access: The method getChildren() from the type MElementContainer<MUIElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuRenderer.java
 (at line 82)
IEclipseContext ctx = getContext(container);
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
23. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuRenderer.java
 (at line 82)
IEclipseContext ctx = getContext(container);
Discouraged access: The method getContext(MUIElement) from the type AbstractPartRenderer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
24. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuRenderer.java
 (at line 83)
MenuServiceFilter filter = ctx.get(MenuServiceFilter.class);
Discouraged access: The type MenuServiceFilter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
25. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuRenderer.java
 (at line 83)
MenuServiceFilter filter = ctx.get(MenuServiceFilter.class);
Discouraged access: The method get(Class<MenuServiceFilter>) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
26. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuRenderer.java
 (at line 83)
MenuServiceFilter filter = ctx.get(MenuServiceFilter.class);
Discouraged access: The type MenuServiceFilter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
27. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuRenderer.java
 (at line 84)
filter.showMenu(null, (Menu) obj, (MMenu) menuModel);
Discouraged access: The method showMenu(Event, Menu, MMenu) from the type MenuServiceFilter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
28. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuRenderer.java
 (at line 84)
filter.showMenu(null, (Menu) obj, (MMenu) menuModel);
Discouraged access: The type MMenu is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuRenderer.java
 (at line 87)
if (container.getChildren().size() == 0) {
Discouraged access: The method getChildren() from the type MElementContainer<MUIElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuRenderer.java
 (at line 88)
MMenuSeparator sep = MenuFactoryImpl.eINSTANCE
Discouraged access: The type MMenuSeparator is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuRenderer.java
 (at line 88)
MMenuSeparator sep = MenuFactoryImpl.eINSTANCE
Discouraged access: The type MenuFactoryImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuRenderer.java
 (at line 88)
MMenuSeparator sep = MenuFactoryImpl.eINSTANCE .createMenuSeparator();
Discouraged access: The method createMenuSeparator() from the type MenuFactoryImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuRenderer.java
 (at line 88)
MMenuSeparator sep = MenuFactoryImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type MenuFactoryImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuRenderer.java
 (at line 90)
sep.setElementId("placeholder"); //$NON-NLS-1$
Discouraged access: The method setElementId(String) from the type MApplicationElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuRenderer.java
 (at line 91)
container.getChildren().add(sep);
Discouraged access: The method getChildren() from the type MElementContainer<MUIElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuRenderer.java
 (at line 97)
private void setItemText(MMenu model, MenuItem item) {
Discouraged access: The type MMenu is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuRenderer.java
 (at line 98)
String text = model.getLabel();
Discouraged access: The method getLabel() from the type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuRenderer.java
 (at line 114)
public void hideChild(MElementContainer<MUIElement> parentElement,
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuRenderer.java
 (at line 115)
MUIElement child) {
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuRenderer.java
 (at line 116)
super.hideChild(parentElement, child);
Discouraged access: The method hideChild(MElementContainer<MUIElement>, MUIElement) from the type AbstractPartRenderer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
41. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuRenderer.java
 (at line 120)
Widget widget = (Widget) child.getWidget();
Discouraged access: The method getWidget() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuRenderer.java
 (at line 133)
public Object getUIContainer(MUIElement element) {
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuRenderer.java
 (at line 134)
if (!(element instanceof MMenuElement))
Discouraged access: The type MMenuElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuRenderer.java
 (at line 137)
if (element.getParent().getWidget() instanceof MenuItem) {
Discouraged access: The method getParent() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuRenderer.java
 (at line 137)
if (element.getParent().getWidget() instanceof MenuItem) {
Discouraged access: The method getWidget() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuRenderer.java
 (at line 138)
MenuItem mi = (MenuItem) element.getParent().getWidget();
Discouraged access: The method getParent() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuRenderer.java
 (at line 138)
MenuItem mi = (MenuItem) element.getParent().getWidget();
Discouraged access: The method getWidget() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/MenuRenderer.java
 (at line 145)
return super.getUIContainer(element);
Discouraged access: The method getUIContainer(MUIElement) from the type AbstractPartRenderer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot

/src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveRenderer.java : 35 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveRenderer.java
 (at line 13)
import org.eclipse.e4.ui.model.application.ui.MElementContainer;
Discouraged access: The type MElementContainer<T> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveRenderer.java
 (at line 14)
import org.eclipse.e4.ui.model.application.ui.MUIElement;
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveRenderer.java
 (at line 15)
import org.eclipse.e4.ui.model.application.ui.advanced.MPerspective;
Discouraged access: The type MPerspective is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveRenderer.java
 (at line 16)
import org.eclipse.e4.ui.model.application.ui.basic.MWindow;
Discouraged access: The type MWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveRenderer.java
 (at line 17)
import org.eclipse.e4.ui.services.IStylingEngine;
Discouraged access: The type IStylingEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot
6. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveRenderer.java
 (at line 18)
import org.eclipse.e4.ui.workbench.IPresentationEngine;
Discouraged access: The type IPresentationEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveRenderer.java
 (at line 35)
public Widget createWidget(MUIElement element, Object parent) {
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveRenderer.java
 (at line 36)
if (!(element instanceof MPerspective)
Discouraged access: The type MPerspective is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveRenderer.java
 (at line 41)
IStylingEngine stylingEngine = (IStylingEngine) getContext(element)
Discouraged access: The type IStylingEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot
10. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveRenderer.java
 (at line 41)
IStylingEngine stylingEngine = (IStylingEngine) getContext(element)
Discouraged access: The type IStylingEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot
11. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveRenderer.java
 (at line 41)
IStylingEngine stylingEngine = (IStylingEngine) getContext(element)
Discouraged access: The method getContext(MUIElement) from the type AbstractPartRenderer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
12. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveRenderer.java
 (at line 41)
IStylingEngine stylingEngine = (IStylingEngine) getContext(element) .get(IStylingEngine.SERVICE_NAME);
Discouraged access: The method get(String) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
13. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveRenderer.java
 (at line 42)
.get(IStylingEngine.SERVICE_NAME);
Discouraged access: The type IStylingEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot
14. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveRenderer.java
 (at line 42)
.get(IStylingEngine.SERVICE_NAME);
Discouraged access: The field SERVICE_NAME from the type IStylingEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot
15. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveRenderer.java
 (at line 43)
stylingEngine.setClassname(perspArea, "perspectiveLayout"); //$NON-NLS-1$
Discouraged access: The method setClassname(Object, String) from the type IStylingEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot
16. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveRenderer.java
 (at line 57)
public void processContents(MElementContainer<MUIElement> container) {
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveRenderer.java
 (at line 61)
IPresentationEngine renderer = (IPresentationEngine) context
Discouraged access: The type IPresentationEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveRenderer.java
 (at line 61)
IPresentationEngine renderer = (IPresentationEngine) context
Discouraged access: The type IPresentationEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveRenderer.java
 (at line 61)
IPresentationEngine renderer = (IPresentationEngine) context
Discouraged access: The field context from the type AbstractPartRenderer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
20. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveRenderer.java
 (at line 61)
IPresentationEngine renderer = (IPresentationEngine) context .get(IPresentationEngine.class.getName());
Discouraged access: The method get(String) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
21. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveRenderer.java
 (at line 62)
.get(IPresentationEngine.class.getName());
Discouraged access: The type IPresentationEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveRenderer.java
 (at line 64)
MPerspective persp = (MPerspective) ((MUIElement) container);
Discouraged access: The type MPerspective is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveRenderer.java
 (at line 64)
MPerspective persp = (MPerspective) ((MUIElement) container);
Discouraged access: The type MPerspective is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveRenderer.java
 (at line 64)
MPerspective persp = (MPerspective) ((MUIElement) container);
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveRenderer.java
 (at line 65)
Shell shell = ((Composite) persp.getWidget()).getShell();
Discouraged access: The method getWidget() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveRenderer.java
 (at line 66)
for (MWindow dw : persp.getWindows()) {
Discouraged access: The type MWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveRenderer.java
 (at line 66)
for (MWindow dw : persp.getWindows()) {
Discouraged access: The method getWindows() from the type MPerspective is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveRenderer.java
 (at line 67)
renderer.createGui(dw, shell);
Discouraged access: The method createGui(MUIElement, Object) from the type IPresentationEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveRenderer.java
 (at line 79)
public Object getUIContainer(MUIElement element) {
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveRenderer.java
 (at line 80)
if (!(element instanceof MWindow))
Discouraged access: The type MWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveRenderer.java
 (at line 81)
return super.getUIContainer(element);
Discouraged access: The method getUIContainer(MUIElement) from the type AbstractPartRenderer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
32. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveRenderer.java
 (at line 83)
MPerspective persp = (MPerspective) ((EObjectImpl) element)
Discouraged access: The type MPerspective is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveRenderer.java
 (at line 83)
MPerspective persp = (MPerspective) ((EObjectImpl) element)
Discouraged access: The type MPerspective is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveRenderer.java
 (at line 85)
if (persp.getWidget() instanceof Composite) {
Discouraged access: The method getWidget() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveRenderer.java
 (at line 86)
Composite comp = (Composite) persp.getWidget();
Discouraged access: The method getWidget() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveStackRenderer.java : 40 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveStackRenderer.java
 (at line 16)
import org.eclipse.e4.core.contexts.IContextConstants;
Discouraged access: The type IContextConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
2. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveStackRenderer.java
 (at line 17)
import org.eclipse.e4.core.contexts.IEclipseContext;
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
3. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveStackRenderer.java
 (at line 18)
import org.eclipse.e4.core.services.events.IEventBroker;
Discouraged access: The type IEventBroker is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
4. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveStackRenderer.java
 (at line 19)
import org.eclipse.e4.ui.model.application.ui.MUIElement;
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveStackRenderer.java
 (at line 20)
import org.eclipse.e4.ui.model.application.ui.advanced.MPerspective;
Discouraged access: The type MPerspective is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveStackRenderer.java
 (at line 21)
import org.eclipse.e4.ui.model.application.ui.advanced.MPerspectiveStack;
Discouraged access: The type MPerspectiveStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveStackRenderer.java
 (at line 22)
import org.eclipse.e4.ui.services.IStylingEngine;
Discouraged access: The type IStylingEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot
8. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveStackRenderer.java
 (at line 23)
import org.eclipse.e4.ui.workbench.IPresentationEngine;
Discouraged access: The type IPresentationEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveStackRenderer.java
 (at line 35)
IPresentationEngine renderer;
Discouraged access: The type IPresentationEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveStackRenderer.java
 (at line 38)
IEventBroker eventBroker;
Discouraged access: The type IEventBroker is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
11. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveStackRenderer.java
 (at line 53)
public Object createWidget(MUIElement element, Object parent) {
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveStackRenderer.java
 (at line 54)
if (!(element instanceof MPerspectiveStack)
Discouraged access: The type MPerspectiveStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveStackRenderer.java
 (at line 59)
IStylingEngine stylingEngine = (IStylingEngine) getContext(element)
Discouraged access: The type IStylingEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot
14. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveStackRenderer.java
 (at line 59)
IStylingEngine stylingEngine = (IStylingEngine) getContext(element)
Discouraged access: The type IStylingEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot
15. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveStackRenderer.java
 (at line 59)
IStylingEngine stylingEngine = (IStylingEngine) getContext(element)
Discouraged access: The method getContext(MUIElement) from the type AbstractPartRenderer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
16. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveStackRenderer.java
 (at line 59)
IStylingEngine stylingEngine = (IStylingEngine) getContext(element) .get(IStylingEngine.SERVICE_NAME);
Discouraged access: The method get(String) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
17. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveStackRenderer.java
 (at line 60)
.get(IStylingEngine.SERVICE_NAME);
Discouraged access: The type IStylingEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot
18. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveStackRenderer.java
 (at line 60)
.get(IStylingEngine.SERVICE_NAME);
Discouraged access: The field SERVICE_NAME from the type IStylingEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot
19. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveStackRenderer.java
 (at line 61)
stylingEngine.setClassname(perspStack, "perspectiveLayout"); //$NON-NLS-1$
Discouraged access: The method setClassname(Object, String) from the type IStylingEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot
20. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveStackRenderer.java
 (at line 75)
public void postProcess(MUIElement element) {
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveStackRenderer.java
 (at line 78)
MPerspectiveStack ps = (MPerspectiveStack) element;
Discouraged access: The type MPerspectiveStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveStackRenderer.java
 (at line 78)
MPerspectiveStack ps = (MPerspectiveStack) element;
Discouraged access: The type MPerspectiveStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveStackRenderer.java
 (at line 79)
if (ps.getSelectedElement() != null
Discouraged access: The method getSelectedElement() from the type MElementContainer<MPerspective> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveStackRenderer.java
 (at line 80)
&& ps.getSelectedElement().getWidget() != null) {
Discouraged access: The method getSelectedElement() from the type MElementContainer<MPerspective> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveStackRenderer.java
 (at line 80)
&& ps.getSelectedElement().getWidget() != null) {
Discouraged access: The method getWidget() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveStackRenderer.java
 (at line 81)
Control ctrl = (Control) ps.getSelectedElement().getWidget();
Discouraged access: The method getSelectedElement() from the type MElementContainer<MPerspective> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveStackRenderer.java
 (at line 81)
Control ctrl = (Control) ps.getSelectedElement().getWidget();
Discouraged access: The method getWidget() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveStackRenderer.java
 (at line 82)
Composite psComp = (Composite) ps.getWidget();
Discouraged access: The method getWidget() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveStackRenderer.java
 (at line 97)
protected void showTab(MUIElement tabElement) {
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveStackRenderer.java
 (at line 100)
Control ctrl = (Control) tabElement.getWidget();
Discouraged access: The method getWidget() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveStackRenderer.java
 (at line 102)
ctrl = (Control) renderer.createGui(tabElement);
Discouraged access: The method createGui(MUIElement) from the type IPresentationEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
32. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveStackRenderer.java
 (at line 106)
if (tabElement instanceof MPerspective) {
Discouraged access: The type MPerspective is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveStackRenderer.java
 (at line 107)
MPerspective persp = (MPerspective) tabElement;
Discouraged access: The type MPerspective is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveStackRenderer.java
 (at line 107)
MPerspective persp = (MPerspective) tabElement;
Discouraged access: The type MPerspective is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveStackRenderer.java
 (at line 108)
IEclipseContext context = persp.getContext();
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
36. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveStackRenderer.java
 (at line 108)
IEclipseContext context = persp.getContext();
Discouraged access: The method getContext() from the type MContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveStackRenderer.java
 (at line 109)
context.getParent().set(IContextConstants.ACTIVE_CHILD, context);
Discouraged access: The method getParent() from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
38. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveStackRenderer.java
 (at line 109)
context.getParent().set(IContextConstants.ACTIVE_CHILD, context);
Discouraged access: The method set(String, Object) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
39. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveStackRenderer.java
 (at line 109)
context.getParent().set(IContextConstants.ACTIVE_CHILD, context);
Discouraged access: The type IContextConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
40. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/PerspectiveStackRenderer.java
 (at line 109)
context.getParent().set(IContextConstants.ACTIVE_CHILD, context);
Discouraged access: The field ACTIVE_CHILD from the type IContextConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot

/src/org/eclipse/e4/ui/workbench/renderers/swt/RenderedMenuRenderer.java : 26 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/RenderedMenuRenderer.java
 (at line 13)
import org.eclipse.e4.ui.model.application.ui.MElementContainer;
Discouraged access: The type MElementContainer<T> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/RenderedMenuRenderer.java
 (at line 14)
import org.eclipse.e4.ui.model.application.ui.MUIElement;
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/RenderedMenuRenderer.java
 (at line 15)
import org.eclipse.e4.ui.model.application.ui.basic.MWindow;
Discouraged access: The type MWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/RenderedMenuRenderer.java
 (at line 16)
import org.eclipse.e4.ui.model.application.ui.menu.MMenuElement;
Discouraged access: The type MMenuElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/RenderedMenuRenderer.java
 (at line 17)
import org.eclipse.e4.ui.model.application.ui.menu.MRenderedMenu;
Discouraged access: The type MRenderedMenu is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/RenderedMenuRenderer.java
 (at line 31)
public Object createWidget(final MUIElement element, Object parent) {
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/RenderedMenuRenderer.java
 (at line 32)
if (!(element instanceof MRenderedMenu))
Discouraged access: The type MRenderedMenu is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/RenderedMenuRenderer.java
 (at line 35)
MRenderedMenu menuModel = (MRenderedMenu) element;
Discouraged access: The type MRenderedMenu is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/RenderedMenuRenderer.java
 (at line 35)
MRenderedMenu menuModel = (MRenderedMenu) element;
Discouraged access: The type MRenderedMenu is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/RenderedMenuRenderer.java
 (at line 36)
if (!(menuModel.getContributionManager() instanceof MenuManager)) {
Discouraged access: The method getContributionManager() from the type MRenderedMenu is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/RenderedMenuRenderer.java
 (at line 41)
MenuManager mm = (MenuManager) menuModel.getContributionManager();
Discouraged access: The method getContributionManager() from the type MRenderedMenu is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/RenderedMenuRenderer.java
 (at line 42)
MUIElement container = (MUIElement) ((EObject) menuModel).eContainer();
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/RenderedMenuRenderer.java
 (at line 42)
MUIElement container = (MUIElement) ((EObject) menuModel).eContainer();
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/RenderedMenuRenderer.java
 (at line 43)
if (parent instanceof Decorations && container instanceof MWindow) {
Discouraged access: The type MWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/RenderedMenuRenderer.java
 (at line 62)
public void hideChild(MElementContainer<MUIElement> parentElement,
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/RenderedMenuRenderer.java
 (at line 63)
MUIElement child) {
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/RenderedMenuRenderer.java
 (at line 64)
super.hideChild(parentElement, child);
Discouraged access: The method hideChild(MElementContainer<MUIElement>, MUIElement) from the type AbstractPartRenderer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
18. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/RenderedMenuRenderer.java
 (at line 68)
Widget widget = (Widget) child.getWidget();
Discouraged access: The method getWidget() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/RenderedMenuRenderer.java
 (at line 81)
public Object getUIContainer(MUIElement element) {
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/RenderedMenuRenderer.java
 (at line 82)
if (!(element instanceof MMenuElement))
Discouraged access: The type MMenuElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/RenderedMenuRenderer.java
 (at line 85)
if (element.getParent().getWidget() instanceof MenuItem) {
Discouraged access: The method getParent() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/RenderedMenuRenderer.java
 (at line 85)
if (element.getParent().getWidget() instanceof MenuItem) {
Discouraged access: The method getWidget() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/RenderedMenuRenderer.java
 (at line 86)
MenuItem mi = (MenuItem) element.getParent().getWidget();
Discouraged access: The method getParent() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/RenderedMenuRenderer.java
 (at line 86)
MenuItem mi = (MenuItem) element.getParent().getWidget();
Discouraged access: The method getWidget() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/RenderedMenuRenderer.java
 (at line 93)
return super.getUIContainer(element);
Discouraged access: The method getUIContainer(MUIElement) from the type AbstractPartRenderer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
26. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/RenderedMenuRenderer.java
 (at line 104)
public void processContents(MElementContainer<MUIElement> container) {
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/ui/workbench/renderers/swt/RenderedToolBarRenderer.java : 20 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/RenderedToolBarRenderer.java
 (at line 14)
import org.eclipse.e4.ui.model.application.ui.MElementContainer;
Discouraged access: The type MElementContainer<T> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/RenderedToolBarRenderer.java
 (at line 15)
import org.eclipse.e4.ui.model.application.ui.MUIElement;
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/RenderedToolBarRenderer.java
 (at line 16)
import org.eclipse.e4.ui.model.application.ui.menu.MRenderedToolBar;
Discouraged access: The type MRenderedToolBar is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/RenderedToolBarRenderer.java
 (at line 17)
import org.eclipse.e4.ui.model.application.ui.menu.MToolBarElement;
Discouraged access: The type MToolBarElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/RenderedToolBarRenderer.java
 (at line 18)
import org.eclipse.e4.ui.workbench.IPresentationEngine;
Discouraged access: The type IPresentationEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/RenderedToolBarRenderer.java
 (at line 30)
private IPresentationEngine engine;
Discouraged access: The type IPresentationEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/RenderedToolBarRenderer.java
 (at line 32)
public Object createWidget(final MUIElement element, Object parent) {
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/RenderedToolBarRenderer.java
 (at line 33)
if (!(element instanceof MRenderedToolBar)
Discouraged access: The type MRenderedToolBar is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/RenderedToolBarRenderer.java
 (at line 37)
MRenderedToolBar toolBar = (MRenderedToolBar) element;
Discouraged access: The type MRenderedToolBar is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/RenderedToolBarRenderer.java
 (at line 37)
MRenderedToolBar toolBar = (MRenderedToolBar) element;
Discouraged access: The type MRenderedToolBar is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/RenderedToolBarRenderer.java
 (at line 38)
if (!(toolBar.getContributionManager() instanceof ToolBarManager)) {
Discouraged access: The method getContributionManager() from the type MRenderedToolBar is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/RenderedToolBarRenderer.java
 (at line 42)
ToolBarManager tbm = (ToolBarManager) toolBar.getContributionManager();
Discouraged access: The method getContributionManager() from the type MRenderedToolBar is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/RenderedToolBarRenderer.java
 (at line 47)
for (MToolBarElement child : toolBar.getChildren()) {
Discouraged access: The type MToolBarElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/RenderedToolBarRenderer.java
 (at line 47)
for (MToolBarElement child : toolBar.getChildren()) {
Discouraged access: The method getChildren() from the type MElementContainer<MToolBarElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/RenderedToolBarRenderer.java
 (at line 48)
engine.createGui(child, tb);
Discouraged access: The method createGui(MUIElement, Object) from the type IPresentationEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/RenderedToolBarRenderer.java
 (at line 64)
public void hideChild(MElementContainer<MUIElement> parentElement,
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/RenderedToolBarRenderer.java
 (at line 65)
MUIElement child) {
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/RenderedToolBarRenderer.java
 (at line 66)
super.hideChild(parentElement, child);
Discouraged access: The method hideChild(MElementContainer<MUIElement>, MUIElement) from the type AbstractPartRenderer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
19. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/RenderedToolBarRenderer.java
 (at line 70)
Widget widget = (Widget) child.getWidget();
Discouraged access: The method getWidget() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/RenderedToolBarRenderer.java
 (at line 83)
public void processContents(MElementContainer<MUIElement> container) {
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java : 82 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 16)
import org.eclipse.e4.core.contexts.IEclipseContext;
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
2. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 17)
import org.eclipse.e4.ui.internal.workbench.swt.AbstractPartRenderer;
Discouraged access: The type AbstractPartRenderer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
3. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 18)
import org.eclipse.e4.ui.model.application.ui.MElementContainer;
Discouraged access: The type MElementContainer<T> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 19)
import org.eclipse.e4.ui.model.application.ui.MUIElement;
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 20)
import org.eclipse.e4.ui.model.application.ui.MUILabel;
Discouraged access: The type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 21)
import org.eclipse.e4.ui.services.IStylingEngine;
Discouraged access: The type IStylingEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot
7. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 22)
import org.eclipse.e4.ui.workbench.IPresentationEngine;
Discouraged access: The type IPresentationEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 23)
import org.eclipse.e4.ui.workbench.IResourceUtilities;
Discouraged access: The type IResourceUtilities<ImageDesc> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 24)
import org.eclipse.e4.ui.workbench.swt.util.ISWTResourceUtilities;
Discouraged access: The type ISWTResourceUtilities is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
10. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 36)
public abstract class SWTPartRenderer extends AbstractPartRenderer {
Discouraged access: The type AbstractPartRenderer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
11. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 40)
public void processContents(MElementContainer<MUIElement> container) {
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 46)
List<MUIElement> parts = container.getChildren();
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 46)
List<MUIElement> parts = container.getChildren();
Discouraged access: The method getChildren() from the type MElementContainer<MUIElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 52)
IPresentationEngine renderer = (IPresentationEngine) context
Discouraged access: The type IPresentationEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 52)
IPresentationEngine renderer = (IPresentationEngine) context
Discouraged access: The type IPresentationEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 52)
IPresentationEngine renderer = (IPresentationEngine) context
Discouraged access: The field context from the type AbstractPartRenderer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
17. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 52)
IPresentationEngine renderer = (IPresentationEngine) context .get(IPresentationEngine.class.getName());
Discouraged access: The method get(String) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
18. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 53)
.get(IPresentationEngine.class.getName());
Discouraged access: The type IPresentationEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 54)
MUIElement[] plist = parts.toArray(new MUIElement[parts.size()]);
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 54)
MUIElement[] plist = parts.toArray(new MUIElement[parts.size()]);
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 56)
MUIElement childME = plist[i];
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 57)
renderer.createGui(childME);
Discouraged access: The method createGui(MUIElement) from the type IPresentationEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 62)
public void setCSSInfo(MUIElement me, Object widget) {
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 64)
IEclipseContext ctxt = getContext(me);
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
25. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 64)
IEclipseContext ctxt = getContext(me);
Discouraged access: The method getContext(MUIElement) from the type AbstractPartRenderer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
26. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 66)
ctxt = getContext(me);
Discouraged access: The method getContext(MUIElement) from the type AbstractPartRenderer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
27. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 67)
final IStylingEngine engine = (IStylingEngine) getContext(me).get(
Discouraged access: The type IStylingEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot
28. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 67)
final IStylingEngine engine = (IStylingEngine) getContext(me).get(
Discouraged access: The type IStylingEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot
29. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 67)
final IStylingEngine engine = (IStylingEngine) getContext(me).get(
Discouraged access: The method getContext(MUIElement) from the type AbstractPartRenderer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
30. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 67)
final IStylingEngine engine = (IStylingEngine) getContext(me).get( IStylingEngine.SERVICE_NAME);
Discouraged access: The method get(String) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
31. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 68)
IStylingEngine.SERVICE_NAME);
Discouraged access: The type IStylingEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot
32. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 68)
IStylingEngine.SERVICE_NAME);
Discouraged access: The field SERVICE_NAME from the type IStylingEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot
33. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 75)
for (String tag : me.getTags())
Discouraged access: The method getTags() from the type MApplicationElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 77)
engine.setClassname(widget, cssClassStr);
Discouraged access: The method setClassname(Object, String) from the type IStylingEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot
35. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 80)
engine.setId(widget, me.getElementId()); // also triggers style()
Discouraged access: The method setId(Object, String) from the type IStylingEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot
36. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 80)
engine.setId(widget, me.getElementId()); // also triggers style()
Discouraged access: The method getElementId() from the type MApplicationElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 83)
public void bindWidget(MUIElement me, Object widget) {
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 85)
me.setWidget(widget);
Discouraged access: The method setWidget(Object) from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 86)
((Widget) widget).setData(OWNING_ME, me);
Discouraged access: The field OWNING_ME from the type AbstractPartRenderer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
40. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 89)
me.setRenderer(this);
Discouraged access: The method setRenderer(Object) from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 98)
MUIElement element = (MUIElement) e.widget.getData(OWNING_ME);
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 98)
MUIElement element = (MUIElement) e.widget.getData(OWNING_ME);
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 98)
MUIElement element = (MUIElement) e.widget.getData(OWNING_ME);
Discouraged access: The field OWNING_ME from the type AbstractPartRenderer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
44. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 105)
public Object unbindWidget(MUIElement me) {
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 106)
Widget widget = (Widget) me.getWidget();
Discouraged access: The method getWidget() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 108)
me.setWidget(null);
Discouraged access: The method setWidget(Object) from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 110)
widget.setData(OWNING_ME, null);
Discouraged access: The field OWNING_ME from the type AbstractPartRenderer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
48. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 114)
me.setRenderer(null);
Discouraged access: The method setRenderer(Object) from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 119)
protected Widget getParentWidget(MUIElement element) {
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
50. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 120)
return (Widget) element.getParent().getWidget();
Discouraged access: The method getParent() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
51. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 120)
return (Widget) element.getParent().getWidget();
Discouraged access: The method getWidget() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
52. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 123)
public void disposeWidget(MUIElement element) {
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
53. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 124)
Widget curWidget = (Widget) element.getWidget();
Discouraged access: The method getWidget() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
54. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 130)
element.setWidget(null);
Discouraged access: The method setWidget(Object) from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
55. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 133)
public void hookControllerLogic(final MUIElement me) {
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 134)
Widget widget = (Widget) me.getWidget();
Discouraged access: The method getWidget() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
57. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 138)
if (widget instanceof Control && me instanceof MUILabel) {
Discouraged access: The type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
58. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 142)
e.result = ((MUILabel) me).getLabel();
Discouraged access: The method getLabel() from the type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
59. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 142)
e.result = ((MUILabel) me).getLabel();
Discouraged access: The type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
60. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 148)
protected Image getImage(MUILabel element) {
Discouraged access: The type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
61. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 149)
IEclipseContext localContext = context;
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
62. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 149)
IEclipseContext localContext = context;
Discouraged access: The field context from the type AbstractPartRenderer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
63. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 150)
String iconURI = element.getIconURI();
Discouraged access: The method getIconURI() from the type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
64. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 154)
ISWTResourceUtilities resUtils = (ISWTResourceUtilities) localContext
Discouraged access: The type ISWTResourceUtilities is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
65. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 154)
ISWTResourceUtilities resUtils = (ISWTResourceUtilities) localContext
Discouraged access: The type ISWTResourceUtilities is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
66. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 154)
ISWTResourceUtilities resUtils = (ISWTResourceUtilities) localContext .get(IResourceUtilities.class.getName());
Discouraged access: The method get(String) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
67. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 155)
.get(IResourceUtilities.class.getName());
Discouraged access: The type IResourceUtilities<ImageDesc> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
68. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 156)
image = resUtils.imageDescriptorFromURI(URI.createURI(iconURI))
Discouraged access: The method imageDescriptorFromURI(URI) from the type IResourceUtilities<ImageDescriptor> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
69. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 175)
protected int calcVisibleIndex(MUIElement element) {
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
70. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 176)
MElementContainer<MUIElement> parent = element.getParent();
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
71. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 176)
MElementContainer<MUIElement> parent = element.getParent();
Discouraged access: The method getParent() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
72. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 179)
for (MUIElement child : parent.getChildren()) {
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
73. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 179)
for (MUIElement child : parent.getChildren()) {
Discouraged access: The method getChildren() from the type MElementContainer<MUIElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
74. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 184)
if (child.getWidget() != null)
Discouraged access: The method getWidget() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
75. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 190)
protected int calcIndex(MUIElement element) {
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
76. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 191)
MElementContainer<MUIElement> parent = element.getParent();
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
77. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 191)
MElementContainer<MUIElement> parent = element.getParent();
Discouraged access: The method getParent() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
78. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 192)
return parent.getChildren().indexOf(element);
Discouraged access: The method getChildren() from the type MElementContainer<MUIElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
79. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 204)
public void childRendered(MElementContainer<MUIElement> parentElement,
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
80. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 205)
MUIElement element) {
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
81. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 216)
public void init(IEclipseContext context) {
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
82. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SWTPartRenderer.java
 (at line 217)
super.init(context);
Discouraged access: The method init(IEclipseContext) from the type AbstractPartRenderer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot

/src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 20)
import org.eclipse.e4.core.services.events.IEventBroker;
Discouraged access: The type IEventBroker is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
2. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 21)
import org.eclipse.e4.ui.model.application.ui.MElementContainer;
Discouraged access: The type MElementContainer<T> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 22)
import org.eclipse.e4.ui.model.application.ui.MUIElement;
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 23)
import org.eclipse.e4.ui.model.application.ui.basic.MPartSashContainer;
Discouraged access: The type MPartSashContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 24)
import org.eclipse.e4.ui.workbench.UIEvents;
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 89)
MElementContainer<MUIElement> psc = (MElementContainer<MUIElement>) sf
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 89)
MElementContainer<MUIElement> psc = (MElementContainer<MUIElement>) sf
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 90)
.getData(OWNING_ME);
Discouraged access: The field OWNING_ME from the type AbstractPartRenderer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
9. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 106)
public List<MElementContainer<MUIElement>> sashModelsToUpdate = new ArrayList<MElementContainer<MUIElement>>();
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 106)
public List<MElementContainer<MUIElement>> sashModelsToUpdate = new ArrayList<MElementContainer<MUIElement>>();
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 111)
MElementContainer<MUIElement> psc = sashModelsToUpdate
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 122)
private void addModelToUpdate(MElementContainer<MUIElement> pscModel) {
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 123)
Control sf = (Control) pscModel.getWidget();
Discouraged access: The method getWidget() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 138)
private IEventBroker eventBroker;
Discouraged access: The type IEventBroker is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
15. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 172)
Object element = event.getProperty(UIEvents.EventTags.ELEMENT);
Discouraged access: The type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 172)
Object element = event.getProperty(UIEvents.EventTags.ELEMENT);
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 172)
Object element = event.getProperty(UIEvents.EventTags.ELEMENT);
Discouraged access: The field ELEMENT from the type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 173)
if (!(element instanceof MPartSashContainer)) {
Discouraged access: The type MPartSashContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 177)
if (UIEvents.GenericTile.HORIZONTAL.equals(event
Discouraged access: The type UIEvents.GenericTile is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 177)
if (UIEvents.GenericTile.HORIZONTAL.equals(event
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 177)
if (UIEvents.GenericTile.HORIZONTAL.equals(event
Discouraged access: The field HORIZONTAL from the type UIEvents.GenericTile is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 178)
.getProperty(UIEvents.EventTags.ATTNAME))) {
Discouraged access: The type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 178)
.getProperty(UIEvents.EventTags.ATTNAME))) {
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 178)
.getProperty(UIEvents.EventTags.ATTNAME))) {
Discouraged access: The field ATTNAME from the type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 180)
.getProperty(UIEvents.EventTags.NEW_VALUE);
Discouraged access: The type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
26. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 180)
.getProperty(UIEvents.EventTags.NEW_VALUE);
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 180)
.getProperty(UIEvents.EventTags.NEW_VALUE);
Discouraged access: The field NEW_VALUE from the type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 181)
MPartSashContainer container = (MPartSashContainer) element;
Discouraged access: The type MPartSashContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 181)
MPartSashContainer container = (MPartSashContainer) element;
Discouraged access: The type MPartSashContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 182)
SashForm sashForm = (SashForm) container.getWidget();
Discouraged access: The method getWidget() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 189)
eventBroker.subscribe(UIEvents.buildTopic(UIEvents.GenericTile.TOPIC, UIEvents.GenericTile.HORIZONTAL), sashOrientationHandler);
Discouraged access: The method subscribe(String, EventHandler) from the type IEventBroker is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
32. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 189)
eventBroker.subscribe(UIEvents.buildTopic(UIEvents.GenericTile.TOPIC, UIEvents.GenericTile.HORIZONTAL), sashOrientationHandler);
Discouraged access: The method buildTopic(String, String) from the type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
33. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 189)
eventBroker.subscribe(UIEvents.buildTopic(UIEvents.GenericTile.TOPIC,
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 189)
eventBroker.subscribe(UIEvents.buildTopic(UIEvents.GenericTile.TOPIC,
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
35. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 189)
eventBroker.subscribe(UIEvents.buildTopic(UIEvents.GenericTile.TOPIC,
Discouraged access: The type UIEvents.GenericTile is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
36. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 189)
eventBroker.subscribe(UIEvents.buildTopic(UIEvents.GenericTile.TOPIC,
Discouraged access: The field TOPIC from the type UIEvents.GenericTile is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
37. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 190)
UIEvents.GenericTile.HORIZONTAL), sashOrientationHandler);
Discouraged access: The type UIEvents.GenericTile is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
38. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 190)
UIEvents.GenericTile.HORIZONTAL), sashOrientationHandler);
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
39. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 190)
UIEvents.GenericTile.HORIZONTAL), sashOrientationHandler);
Discouraged access: The field HORIZONTAL from the type UIEvents.GenericTile is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
40. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 198)
MUIElement element = (MUIElement) event
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 198)
MUIElement element = (MUIElement) event
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 199)
.getProperty(UIEvents.EventTags.ELEMENT);
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
43. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 199)
.getProperty(UIEvents.EventTags.ELEMENT);
Discouraged access: The type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
44. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 199)
.getProperty(UIEvents.EventTags.ELEMENT);
Discouraged access: The field ELEMENT from the type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
45. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 200)
MUIElement parent = element.getParent();
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 200)
MUIElement parent = element.getParent();
Discouraged access: The method getParent() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 201)
if (!(parent instanceof MPartSashContainer)
Discouraged access: The type MPartSashContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 202)
|| parent.getRenderer() != SashRenderer.this)
Discouraged access: The method getRenderer() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 205)
MElementContainer<MUIElement> pscModel = (MElementContainer<MUIElement>) parent;
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
50. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 205)
MElementContainer<MUIElement> pscModel = (MElementContainer<MUIElement>) parent;
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
51. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 206)
if (UIEvents.UIElement.CONTAINERDATA.equals(event
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
52. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 206)
if (UIEvents.UIElement.CONTAINERDATA.equals(event
Discouraged access: The type UIEvents.UIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
53. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 206)
if (UIEvents.UIElement.CONTAINERDATA.equals(event
Discouraged access: The field CONTAINERDATA from the type UIEvents.UIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
54. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 207)
.getProperty(UIEvents.EventTags.ATTNAME))) {
Discouraged access: The type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
55. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 207)
.getProperty(UIEvents.EventTags.ATTNAME))) {
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
56. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 207)
.getProperty(UIEvents.EventTags.ATTNAME))) {
Discouraged access: The field ATTNAME from the type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
57. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 216)
MUIElement element = (MUIElement) event
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
58. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 216)
MUIElement element = (MUIElement) event
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
59. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 217)
.getProperty(UIEvents.EventTags.ELEMENT);
Discouraged access: The type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
60. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 217)
.getProperty(UIEvents.EventTags.ELEMENT);
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
61. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 217)
.getProperty(UIEvents.EventTags.ELEMENT);
Discouraged access: The field ELEMENT from the type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
62. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 218)
MUIElement parent = element.getParent();
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
63. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 218)
MUIElement parent = element.getParent();
Discouraged access: The method getParent() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
64. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 219)
if (!(parent instanceof MPartSashContainer)
Discouraged access: The type MPartSashContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
65. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 220)
|| parent.getRenderer() != SashRenderer.this)
Discouraged access: The method getRenderer() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
66. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 223)
MElementContainer<MUIElement> pscModel = (MElementContainer<MUIElement>) parent;
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
67. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 223)
MElementContainer<MUIElement> pscModel = (MElementContainer<MUIElement>) parent;
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
68. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 224)
if (UIEvents.UIElement.VISIBLE.equals(event
Discouraged access: The type UIEvents.UIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
69. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 224)
if (UIEvents.UIElement.VISIBLE.equals(event
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
70. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 224)
if (UIEvents.UIElement.VISIBLE.equals(event
Discouraged access: The field VISIBLE from the type UIEvents.UIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
71. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 225)
.getProperty(UIEvents.EventTags.ATTNAME))) {
Discouraged access: The type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
72. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 225)
.getProperty(UIEvents.EventTags.ATTNAME))) {
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
73. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 225)
.getProperty(UIEvents.EventTags.ATTNAME))) {
Discouraged access: The field ATTNAME from the type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
74. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 226)
if (element.isVisible())
Discouraged access: The method isVisible() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
75. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 232)
eventBroker.subscribe(UIEvents.buildTopic(UIEvents.UIElement.TOPIC, UIEvents.UIElement.VISIBLE), visibilityHandler);
Discouraged access: The method subscribe(String, EventHandler) from the type IEventBroker is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
76. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 232)
eventBroker.subscribe(UIEvents.buildTopic(UIEvents.UIElement.TOPIC,
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
77. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 232)
eventBroker.subscribe(UIEvents.buildTopic(UIEvents.UIElement.TOPIC, UIEvents.UIElement.VISIBLE), visibilityHandler);
Discouraged access: The method buildTopic(String, String) from the type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
78. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 232)
eventBroker.subscribe(UIEvents.buildTopic(UIEvents.UIElement.TOPIC,
Discouraged access: The type UIEvents.UIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
79. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 232)
eventBroker.subscribe(UIEvents.buildTopic(UIEvents.UIElement.TOPIC,
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
80. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 232)
eventBroker.subscribe(UIEvents.buildTopic(UIEvents.UIElement.TOPIC,
Discouraged access: The field TOPIC from the type UIEvents.UIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
81. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 233)
UIEvents.UIElement.VISIBLE), visibilityHandler);
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
82. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 233)
UIEvents.UIElement.VISIBLE), visibilityHandler);
Discouraged access: The type UIEvents.UIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
83. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 233)
UIEvents.UIElement.VISIBLE), visibilityHandler);
Discouraged access: The field VISIBLE from the type UIEvents.UIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
84. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 238)
eventBroker.unsubscribe(sashOrientationHandler);
Discouraged access: The method unsubscribe(EventHandler) from the type IEventBroker is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
85. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 239)
eventBroker.unsubscribe(sashWeightHandler);
Discouraged access: The method unsubscribe(EventHandler) from the type IEventBroker is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
86. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 240)
eventBroker.unsubscribe(visibilityHandler);
Discouraged access: The method unsubscribe(EventHandler) from the type IEventBroker is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
87. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 243)
public Widget createWidget(MUIElement element, Object parent) {
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
88. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 244)
if (!(element instanceof MPartSashContainer)
Discouraged access: The type MPartSashContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
89. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 250)
MPartSashContainer psc = (MPartSashContainer) element;
Discouraged access: The type MPartSashContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
90. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 250)
MPartSashContainer psc = (MPartSashContainer) element;
Discouraged access: The type MPartSashContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
91. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 251)
int orientation = psc.isHorizontal() ? SWT.HORIZONTAL : SWT.VERTICAL;
Discouraged access: The method isHorizontal() from the type MGenericTile<MPartSashContainerElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
92. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 269)
public void childRendered(MElementContainer<MUIElement> parentElement,
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
93. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 270)
MUIElement element) {
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
94. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SashRenderer.java
 (at line 273)
if (!(parentElement.getWidget() instanceof SashForm))
Discouraged access: The method getWidget() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/ui/workbench/renderers/swt/SeparatorRenderer.java : 16 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SeparatorRenderer.java
 (at line 13)
import org.eclipse.e4.ui.model.application.ui.MUIElement;
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SeparatorRenderer.java
 (at line 14)
import org.eclipse.e4.ui.model.application.ui.menu.MMenuSeparator;
Discouraged access: The type MMenuSeparator is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SeparatorRenderer.java
 (at line 15)
import org.eclipse.e4.ui.model.application.ui.menu.MToolBarSeparator;
Discouraged access: The type MToolBarSeparator is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SeparatorRenderer.java
 (at line 28)
public Object createWidget(final MUIElement element, Object parent) {
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SeparatorRenderer.java
 (at line 30)
if (!element.isVisible()) {
Discouraged access: The method isVisible() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SeparatorRenderer.java
 (at line 33)
if (element instanceof MMenuSeparator) {
Discouraged access: The type MMenuSeparator is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SeparatorRenderer.java
 (at line 35)
Object widget = element.getParent().getWidget();
Discouraged access: The method getParent() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SeparatorRenderer.java
 (at line 35)
Object widget = element.getParent().getWidget();
Discouraged access: The method getWidget() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SeparatorRenderer.java
 (at line 43)
if (objIndex == element.getParent().getChildren().size() - 1) {
Discouraged access: The method getParent() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SeparatorRenderer.java
 (at line 43)
if (objIndex == element.getParent().getChildren().size() - 1) {
Discouraged access: The method getChildren() from the type MElementContainer<MUIElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SeparatorRenderer.java
 (at line 46)
if (element.getParent().getChildren().get(objIndex + 1) instanceof MMenuSeparator) {
Discouraged access: The method getParent() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SeparatorRenderer.java
 (at line 46)
if (element.getParent().getChildren().get(objIndex + 1) instanceof MMenuSeparator) {
Discouraged access: The method getChildren() from the type MElementContainer<MUIElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SeparatorRenderer.java
 (at line 46)
if (element.getParent().getChildren().get(objIndex + 1) instanceof MMenuSeparator) {
Discouraged access: The type MMenuSeparator is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SeparatorRenderer.java
 (at line 54)
} else if (element instanceof MToolBarSeparator) {
Discouraged access: The type MToolBarSeparator is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SeparatorRenderer.java
 (at line 56)
: (ToolBar) element.getParent().getWidget();
Discouraged access: The method getParent() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/SeparatorRenderer.java
 (at line 56)
: (ToolBar) element.getParent().getWidget();
Discouraged access: The method getWidget() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 17)
import org.eclipse.e4.core.contexts.IEclipseContext;
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
2. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 18)
import org.eclipse.e4.core.services.events.IEventBroker;
Discouraged access: The type IEventBroker is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
3. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 19)
import org.eclipse.e4.ui.internal.workbench.swt.AbstractPartRenderer;
Discouraged access: The type AbstractPartRenderer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
4. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 20)
import org.eclipse.e4.ui.model.application.ui.MDirtyable;
Discouraged access: The type MDirtyable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 21)
import org.eclipse.e4.ui.model.application.ui.MElementContainer;
Discouraged access: The type MElementContainer<T> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 22)
import org.eclipse.e4.ui.model.application.ui.MUIElement;
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 23)
import org.eclipse.e4.ui.model.application.ui.MUILabel;
Discouraged access: The type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 24)
import org.eclipse.e4.ui.model.application.ui.advanced.MPlaceholder;
Discouraged access: The type MPlaceholder is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 25)
import org.eclipse.e4.ui.model.application.ui.basic.MPart;
Discouraged access: The type MPart is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 26)
import org.eclipse.e4.ui.model.application.ui.basic.MPartStack;
Discouraged access: The type MPartStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 27)
import org.eclipse.e4.ui.model.application.ui.menu.MMenu;
Discouraged access: The type MMenu is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 28)
import org.eclipse.e4.ui.model.application.ui.menu.MToolBar;
Discouraged access: The type MToolBar is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 29)
import org.eclipse.e4.ui.services.IStylingEngine;
Discouraged access: The type IStylingEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot
14. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 30)
import org.eclipse.e4.ui.workbench.IPresentationEngine;
Discouraged access: The type IPresentationEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 31)
import org.eclipse.e4.ui.workbench.UIEvents;
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 32)
import org.eclipse.e4.ui.workbench.modeling.EPartService;
Discouraged access: The type EPartService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 62)
IStylingEngine stylingEngine;
Discouraged access: The type IStylingEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot
18. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 65)
IEventBroker eventBroker;
Discouraged access: The type IEventBroker is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
19. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 68)
IPresentationEngine renderer;
Discouraged access: The type IPresentationEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 77)
public MElementContainer<MUIElement> stackToActivate = null;
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 82)
&& stackToActivate.getSelectedElement() != null) {
Discouraged access: The method getSelectedElement() from the type MElementContainer<MUIElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 83)
MUIElement selElement = stackToActivate.getSelectedElement();
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 83)
MUIElement selElement = stackToActivate.getSelectedElement();
Discouraged access: The method getSelectedElement() from the type MElementContainer<MUIElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 84)
if (!selElement.isToBeRendered())
Discouraged access: The method isToBeRendered() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 87)
if (selElement instanceof MPlaceholder)
Discouraged access: The type MPlaceholder is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 88)
selElement = ((MPlaceholder) selElement).getRef();
Discouraged access: The method getRef() from the type MPlaceholder is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 88)
selElement = ((MPlaceholder) selElement).getRef();
Discouraged access: The type MPlaceholder is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 89)
activate((MPart) selElement);
Discouraged access: The method activate(MPart) from the type AbstractPartRenderer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
29. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 89)
activate((MPart) selElement);
Discouraged access: The type MPart is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 96)
synchronized private void activateStack(MElementContainer<MUIElement> stack) {
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 97)
CTabFolder ctf = (CTabFolder) stack.getWidget();
Discouraged access: The method getWidget() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 120)
MUIElement element = (MUIElement) event
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 120)
MUIElement element = (MUIElement) event
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 121)
.getProperty(UIEvents.EventTags.ELEMENT);
Discouraged access: The type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
35. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 121)
.getProperty(UIEvents.EventTags.ELEMENT);
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
36. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 121)
.getProperty(UIEvents.EventTags.ELEMENT);
Discouraged access: The field ELEMENT from the type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
37. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 122)
if (!(element instanceof MPart))
Discouraged access: The type MPart is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 125)
MPart part = (MPart) element;
Discouraged access: The type MPart is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 125)
MPart part = (MPart) element;
Discouraged access: The type MPart is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 128)
.getProperty(UIEvents.EventTags.ATTNAME);
Discouraged access: The type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
41. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 128)
.getProperty(UIEvents.EventTags.ATTNAME);
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
42. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 128)
.getProperty(UIEvents.EventTags.ATTNAME);
Discouraged access: The field ATTNAME from the type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
43. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 130)
.getProperty(UIEvents.EventTags.NEW_VALUE);
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
44. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 130)
.getProperty(UIEvents.EventTags.NEW_VALUE);
Discouraged access: The type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
45. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 130)
.getProperty(UIEvents.EventTags.NEW_VALUE);
Discouraged access: The field NEW_VALUE from the type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
46. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 133)
if (element.getParent() != null
Discouraged access: The method getParent() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 134)
&& element.getParent().getRenderer() == StackRenderer.this) {
Discouraged access: The method getParent() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 134)
&& element.getParent().getRenderer() == StackRenderer.this) {
Discouraged access: The method getRenderer() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 135)
CTabItem cti = findItemForPart(element, element.getParent());
Discouraged access: The method getParent() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
50. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 144)
List<MPlaceholder> refs = ElementReferenceRenderer
Discouraged access: The type MPlaceholder is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
51. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 146)
for (MPlaceholder ref : refs) {
Discouraged access: The type MPlaceholder is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
52. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 147)
MElementContainer<MUIElement> refParent = ref.getParent();
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
53. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 147)
MElementContainer<MUIElement> refParent = ref.getParent();
Discouraged access: The method getParent() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
54. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 148)
if (refParent.getRenderer() instanceof StackRenderer) {
Discouraged access: The method getRenderer() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
55. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 158)
eventBroker.subscribe(UIEvents.buildTopic(UIEvents.UILabel.TOPIC), itemUpdater);
Discouraged access: The method subscribe(String, EventHandler) from the type IEventBroker is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
56. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 158)
eventBroker.subscribe(UIEvents.buildTopic(UIEvents.UILabel.TOPIC),
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
57. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 158)
eventBroker.subscribe(UIEvents.buildTopic(UIEvents.UILabel.TOPIC),
Discouraged access: The method buildTopic(String) from the type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
58. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 158)
eventBroker.subscribe(UIEvents.buildTopic(UIEvents.UILabel.TOPIC),
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
59. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 158)
eventBroker.subscribe(UIEvents.buildTopic(UIEvents.UILabel.TOPIC),
Discouraged access: The type UIEvents.UILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
60. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 158)
eventBroker.subscribe(UIEvents.buildTopic(UIEvents.UILabel.TOPIC),
Discouraged access: The field TOPIC from the type UIEvents.UILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
61. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 164)
.getProperty(UIEvents.EventTags.ELEMENT);
Discouraged access: The type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
62. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 164)
.getProperty(UIEvents.EventTags.ELEMENT);
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
63. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 164)
.getProperty(UIEvents.EventTags.ELEMENT);
Discouraged access: The field ELEMENT from the type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
64. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 167)
if (!(objElement instanceof MPart)) {
Discouraged access: The type MPart is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
65. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 172)
MPart part = (MPart) objElement;
Discouraged access: The type MPart is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
66. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 172)
MPart part = (MPart) objElement;
Discouraged access: The type MPart is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
67. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 175)
.getProperty(UIEvents.EventTags.ATTNAME);
Discouraged access: The type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
68. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 175)
.getProperty(UIEvents.EventTags.ATTNAME);
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
69. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 175)
.getProperty(UIEvents.EventTags.ATTNAME);
Discouraged access: The field ATTNAME from the type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
70. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 177)
.getProperty(UIEvents.EventTags.NEW_VALUE);
Discouraged access: The type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
71. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 177)
.getProperty(UIEvents.EventTags.NEW_VALUE);
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
72. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 177)
.getProperty(UIEvents.EventTags.NEW_VALUE);
Discouraged access: The field NEW_VALUE from the type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
73. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 180)
MElementContainer<MUIElement> parent = part.getParent();
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
74. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 180)
MElementContainer<MUIElement> parent = part.getParent();
Discouraged access: The method getParent() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
75. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 182)
&& parent.getRenderer() == StackRenderer.this) {
Discouraged access: The method getRenderer() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
76. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 192)
List<MPlaceholder> refs = ElementReferenceRenderer
Discouraged access: The type MPlaceholder is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
77. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 194)
for (MPlaceholder ref : refs) {
Discouraged access: The type MPlaceholder is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
78. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 195)
MElementContainer<MUIElement> refParent = ref.getParent();
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
79. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 195)
MElementContainer<MUIElement> refParent = ref.getParent();
Discouraged access: The method getParent() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
80. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 196)
if (refParent.getRenderer() instanceof StackRenderer) {
Discouraged access: The method getRenderer() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
81. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 206)
eventBroker.subscribe(UIEvents.buildTopic(UIEvents.Dirtyable.TOPIC, UIEvents.Dirtyable.DIRTY), dirtyUpdater);
Discouraged access: The method subscribe(String, EventHandler) from the type IEventBroker is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
82. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 206)
eventBroker.subscribe(UIEvents.buildTopic(UIEvents.Dirtyable.TOPIC, UIEvents.Dirtyable.DIRTY), dirtyUpdater);
Discouraged access: The method buildTopic(String, String) from the type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
83. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 206)
eventBroker.subscribe(UIEvents.buildTopic(UIEvents.Dirtyable.TOPIC,
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
84. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 206)
eventBroker.subscribe(UIEvents.buildTopic(UIEvents.Dirtyable.TOPIC,
Discouraged access: The type UIEvents.Dirtyable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
85. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 206)
eventBroker.subscribe(UIEvents.buildTopic(UIEvents.Dirtyable.TOPIC,
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
86. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 206)
eventBroker.subscribe(UIEvents.buildTopic(UIEvents.Dirtyable.TOPIC,
Discouraged access: The field TOPIC from the type UIEvents.Dirtyable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
87. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 207)
UIEvents.Dirtyable.DIRTY), dirtyUpdater);
Discouraged access: The type UIEvents.Dirtyable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
88. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 207)
UIEvents.Dirtyable.DIRTY), dirtyUpdater);
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
89. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 207)
UIEvents.Dirtyable.DIRTY), dirtyUpdater);
Discouraged access: The field DIRTY from the type UIEvents.Dirtyable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
90. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 210)
protected void updateTab(CTabItem cti, MPart part, String attName,
Discouraged access: The type MPart is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
91. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 212)
if (UIEvents.UILabel.LABEL.equals(attName)) {
Discouraged access: The type UIEvents.UILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
92. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 212)
if (UIEvents.UILabel.LABEL.equals(attName)) {
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
93. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 212)
if (UIEvents.UILabel.LABEL.equals(attName)) {
Discouraged access: The field LABEL from the type UIEvents.UILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
94. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 215)
} else if (UIEvents.UILabel.ICONURI.equals(attName)) {
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
95. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 215)
} else if (UIEvents.UILabel.ICONURI.equals(attName)) {
Discouraged access: The type UIEvents.UILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
96. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 215)
} else if (UIEvents.UILabel.ICONURI.equals(attName)) {
Discouraged access: The field ICONURI from the type UIEvents.UILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
97. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 217)
} else if (UIEvents.UILabel.TOOLTIP.equals(attName)) {
Discouraged access: The type UIEvents.UILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
98. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 217)
} else if (UIEvents.UILabel.TOOLTIP.equals(attName)) {
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
99. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 217)
} else if (UIEvents.UILabel.TOOLTIP.equals(attName)) {
Discouraged access: The field TOOLTIP from the type UIEvents.UILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
100. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
 (at line 220)
} else if (UIEvents.Dirtyable.DIRTY.equals(attName)) {
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot

/src/org/eclipse/e4/ui/workbench/renderers/swt/ToolBarRenderer.java : 24 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolBarRenderer.java
 (at line 13)
import org.eclipse.e4.ui.model.application.ui.MElementContainer;
Discouraged access: The type MElementContainer<T> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolBarRenderer.java
 (at line 14)
import org.eclipse.e4.ui.model.application.ui.MUIElement;
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolBarRenderer.java
 (at line 15)
import org.eclipse.e4.ui.model.application.ui.SideValue;
Discouraged access: The type SideValue is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolBarRenderer.java
 (at line 16)
import org.eclipse.e4.ui.model.application.ui.basic.MTrimBar;
Discouraged access: The type MTrimBar is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolBarRenderer.java
 (at line 17)
import org.eclipse.e4.ui.model.application.ui.menu.MToolBar;
Discouraged access: The type MToolBar is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolBarRenderer.java
 (at line 28)
public Object createWidget(final MUIElement element, Object parent) {
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolBarRenderer.java
 (at line 29)
if (!(element instanceof MToolBar) || !(parent instanceof Composite))
Discouraged access: The type MToolBar is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolBarRenderer.java
 (at line 34)
MUIElement theParent = element.getParent();
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolBarRenderer.java
 (at line 34)
MUIElement theParent = element.getParent();
Discouraged access: The method getParent() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolBarRenderer.java
 (at line 35)
if (theParent instanceof MTrimBar) {
Discouraged access: The type MTrimBar is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolBarRenderer.java
 (at line 36)
MTrimBar trimContainer = (MTrimBar) theParent;
Discouraged access: The type MTrimBar is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolBarRenderer.java
 (at line 36)
MTrimBar trimContainer = (MTrimBar) theParent;
Discouraged access: The type MTrimBar is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolBarRenderer.java
 (at line 37)
SideValue side = trimContainer.getSide();
Discouraged access: The type SideValue is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolBarRenderer.java
 (at line 37)
SideValue side = trimContainer.getSide();
Discouraged access: The method getSide() from the type MGenericTrimContainer<MTrimElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolBarRenderer.java
 (at line 38)
if (side.getValue() == SideValue.LEFT_VALUE
Discouraged access: The method getValue() from the type SideValue is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolBarRenderer.java
 (at line 38)
if (side.getValue() == SideValue.LEFT_VALUE
Discouraged access: The type SideValue is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolBarRenderer.java
 (at line 38)
if (side.getValue() == SideValue.LEFT_VALUE
Discouraged access: The field LEFT_VALUE from the type SideValue is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolBarRenderer.java
 (at line 39)
|| side.getValue() == SideValue.RIGHT_VALUE)
Discouraged access: The method getValue() from the type SideValue is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolBarRenderer.java
 (at line 39)
|| side.getValue() == SideValue.RIGHT_VALUE)
Discouraged access: The type SideValue is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolBarRenderer.java
 (at line 39)
|| side.getValue() == SideValue.RIGHT_VALUE)
Discouraged access: The field RIGHT_VALUE from the type SideValue is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolBarRenderer.java
 (at line 60)
public void hideChild(MElementContainer<MUIElement> parentElement,
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolBarRenderer.java
 (at line 61)
MUIElement child) {
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolBarRenderer.java
 (at line 62)
super.hideChild(parentElement, child);
Discouraged access: The method hideChild(MElementContainer<MUIElement>, MUIElement) from the type AbstractPartRenderer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
24. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolBarRenderer.java
 (at line 66)
Widget widget = (Widget) child.getWidget();
Discouraged access: The method getWidget() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/ui/workbench/renderers/swt/ToolControlRenderer.java : 22 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolControlRenderer.java
 (at line 13)
import org.eclipse.e4.core.contexts.IEclipseContext;
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
2. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolControlRenderer.java
 (at line 14)
import org.eclipse.e4.core.services.contributions.IContributionFactory;
Discouraged access: The type IContributionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
3. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolControlRenderer.java
 (at line 15)
import org.eclipse.e4.ui.model.application.ui.MUIElement;
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolControlRenderer.java
 (at line 16)
import org.eclipse.e4.ui.model.application.ui.menu.MToolControl;
Discouraged access: The type MToolControl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolControlRenderer.java
 (at line 29)
public Object createWidget(final MUIElement element, Object parent) {
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolControlRenderer.java
 (at line 30)
if (!(element instanceof MToolControl)
Discouraged access: The type MToolControl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolControlRenderer.java
 (at line 34)
MToolControl toolControl = (MToolControl) element;
Discouraged access: The type MToolControl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolControlRenderer.java
 (at line 34)
MToolControl toolControl = (MToolControl) element;
Discouraged access: The type MToolControl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolControlRenderer.java
 (at line 36)
IEclipseContext parentContext = getContextForParent(element);
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
10. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolControlRenderer.java
 (at line 36)
IEclipseContext parentContext = getContextForParent(element);
Discouraged access: The method getContextForParent(MUIElement) from the type AbstractPartRenderer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
11. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolControlRenderer.java
 (at line 48)
IEclipseContext localContext = parentContext.createChild("TrimControl"); //$NON-NLS-1$
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
12. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolControlRenderer.java
 (at line 48)
IEclipseContext localContext = parentContext.createChild("TrimControl"); //$NON-NLS-1$
Discouraged access: The method createChild(String) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
13. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolControlRenderer.java
 (at line 49)
IContributionFactory contributionFactory = (IContributionFactory) localContext
Discouraged access: The type IContributionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
14. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolControlRenderer.java
 (at line 49)
IContributionFactory contributionFactory = (IContributionFactory) localContext
Discouraged access: The type IContributionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
15. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolControlRenderer.java
 (at line 49)
IContributionFactory contributionFactory = (IContributionFactory) localContext .get(IContributionFactory.class.getName());
Discouraged access: The method get(String) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
16. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolControlRenderer.java
 (at line 50)
.get(IContributionFactory.class.getName());
Discouraged access: The type IContributionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
17. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolControlRenderer.java
 (at line 52)
localContext.set(Composite.class.getName(), newComposite);
Discouraged access: The method set(String, Object) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
18. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolControlRenderer.java
 (at line 53)
localContext.set(MToolControl.class.getName(), toolControl);
Discouraged access: The method set(String, Object) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
19. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolControlRenderer.java
 (at line 53)
localContext.set(MToolControl.class.getName(), toolControl);
Discouraged access: The type MToolControl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolControlRenderer.java
 (at line 55)
Object tcImpl = contributionFactory.create( toolControl.getContributionURI(), localContext);
Discouraged access: The method create(String, IEclipseContext) from the type IContributionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
21. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolControlRenderer.java
 (at line 56)
toolControl.getContributionURI(), localContext);
Discouraged access: The method getContributionURI() from the type MContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolControlRenderer.java
 (at line 57)
toolControl.setObject(tcImpl);
Discouraged access: The method setObject(Object) from the type MContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 21)
import org.eclipse.e4.core.commands.ECommandService;
Discouraged access: The type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.commands/@dot
2. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 22)
import org.eclipse.e4.core.commands.EHandlerService;
Discouraged access: The type EHandlerService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.commands/@dot
3. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 23)
import org.eclipse.e4.core.contexts.ContextInjectionFactory;
Discouraged access: The type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
4. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 24)
import org.eclipse.e4.core.contexts.IEclipseContext;
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
5. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 25)
import org.eclipse.e4.core.di.annotations.Execute;
Discouraged access: The type Execute is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.di/@dot
6. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 26)
import org.eclipse.e4.core.services.contributions.IContributionFactory;
Discouraged access: The type IContributionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
7. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 27)
import org.eclipse.e4.core.services.events.IEventBroker;
Discouraged access: The type IEventBroker is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
8. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 28)
import org.eclipse.e4.core.services.log.Logger;
Discouraged access: The type Logger is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
9. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 29)
import org.eclipse.e4.ui.bindings.EBindingService;
Discouraged access: The type EBindingService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
10. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 30)
import org.eclipse.e4.ui.model.application.MContribution;
Discouraged access: The type MContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 31)
import org.eclipse.e4.ui.model.application.commands.MParameter;
Discouraged access: The type MParameter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 32)
import org.eclipse.e4.ui.model.application.ui.MElementContainer;
Discouraged access: The type MElementContainer<T> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 33)
import org.eclipse.e4.ui.model.application.ui.MUIElement;
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 34)
import org.eclipse.e4.ui.model.application.ui.MUILabel;
Discouraged access: The type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 35)
import org.eclipse.e4.ui.model.application.ui.menu.ItemType;
Discouraged access: The type ItemType is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 36)
import org.eclipse.e4.ui.model.application.ui.menu.MHandledItem;
Discouraged access: The type MHandledItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 37)
import org.eclipse.e4.ui.model.application.ui.menu.MItem;
Discouraged access: The type MItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 38)
import org.eclipse.e4.ui.model.application.ui.menu.MMenu;
Discouraged access: The type MMenu is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 39)
import org.eclipse.e4.ui.model.application.ui.menu.MToolItem;
Discouraged access: The type MToolItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 40)
import org.eclipse.e4.ui.workbench.UIEvents;
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 57)
Logger logger;
Discouraged access: The type Logger is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
22. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 59)
IEventBroker eventBroker;
Discouraged access: The type IEventBroker is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
23. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 64)
if (!(event.getProperty(UIEvents.EventTags.ELEMENT) instanceof MToolItem))
Discouraged access: The type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 64)
if (!(event.getProperty(UIEvents.EventTags.ELEMENT) instanceof MToolItem))
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 64)
if (!(event.getProperty(UIEvents.EventTags.ELEMENT) instanceof MToolItem))
Discouraged access: The field ELEMENT from the type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
26. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 64)
if (!(event.getProperty(UIEvents.EventTags.ELEMENT) instanceof MToolItem))
Discouraged access: The type MToolItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 67)
MToolItem itemModel = (MToolItem) event
Discouraged access: The type MToolItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 67)
MToolItem itemModel = (MToolItem) event
Discouraged access: The type MToolItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 68)
.getProperty(UIEvents.EventTags.ELEMENT);
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
30. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 68)
.getProperty(UIEvents.EventTags.ELEMENT);
Discouraged access: The type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 68)
.getProperty(UIEvents.EventTags.ELEMENT);
Discouraged access: The field ELEMENT from the type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
32. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 69)
ToolItem toolItem = (ToolItem) itemModel.getWidget();
Discouraged access: The method getWidget() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 76)
.getProperty(UIEvents.EventTags.ATTNAME);
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 76)
.getProperty(UIEvents.EventTags.ATTNAME);
Discouraged access: The type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
35. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 76)
.getProperty(UIEvents.EventTags.ATTNAME);
Discouraged access: The field ATTNAME from the type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
36. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 77)
if (UIEvents.UILabel.LABEL.equals(attName)) {
Discouraged access: The type UIEvents.UILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
37. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 77)
if (UIEvents.UILabel.LABEL.equals(attName)) {
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
38. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 77)
if (UIEvents.UILabel.LABEL.equals(attName)) {
Discouraged access: The field LABEL from the type UIEvents.UILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
39. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 79)
} else if (UIEvents.UILabel.ICONURI.equals(attName)) {
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
40. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 79)
} else if (UIEvents.UILabel.ICONURI.equals(attName)) {
Discouraged access: The type UIEvents.UILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
41. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 79)
} else if (UIEvents.UILabel.ICONURI.equals(attName)) {
Discouraged access: The field ICONURI from the type UIEvents.UILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
42. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 81)
} else if (UIEvents.UILabel.TOOLTIP.equals(attName)) {
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
43. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 81)
} else if (UIEvents.UILabel.TOOLTIP.equals(attName)) {
Discouraged access: The type UIEvents.UILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
44. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 81)
} else if (UIEvents.UILabel.TOOLTIP.equals(attName)) {
Discouraged access: The field TOOLTIP from the type UIEvents.UILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
45. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 91)
if (!(event.getProperty(UIEvents.EventTags.ELEMENT) instanceof MToolItem))
Discouraged access: The type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
46. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 91)
if (!(event.getProperty(UIEvents.EventTags.ELEMENT) instanceof MToolItem))
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
47. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 91)
if (!(event.getProperty(UIEvents.EventTags.ELEMENT) instanceof MToolItem))
Discouraged access: The field ELEMENT from the type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
48. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 91)
if (!(event.getProperty(UIEvents.EventTags.ELEMENT) instanceof MToolItem))
Discouraged access: The type MToolItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 94)
MToolItem itemModel = (MToolItem) event
Discouraged access: The type MToolItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
50. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 94)
MToolItem itemModel = (MToolItem) event
Discouraged access: The type MToolItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
51. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 95)
.getProperty(UIEvents.EventTags.ELEMENT);
Discouraged access: The type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
52. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 95)
.getProperty(UIEvents.EventTags.ELEMENT);
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
53. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 95)
.getProperty(UIEvents.EventTags.ELEMENT);
Discouraged access: The field ELEMENT from the type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
54. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 96)
ToolItem toolItem = (ToolItem) itemModel.getWidget();
Discouraged access: The method getWidget() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
55. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 98)
toolItem.setSelection(itemModel.isSelected());
Discouraged access: The method isSelected() from the type MItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 106)
if (!(event.getProperty(UIEvents.EventTags.ELEMENT) instanceof MToolItem))
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
57. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 106)
if (!(event.getProperty(UIEvents.EventTags.ELEMENT) instanceof MToolItem))
Discouraged access: The type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
58. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 106)
if (!(event.getProperty(UIEvents.EventTags.ELEMENT) instanceof MToolItem))
Discouraged access: The field ELEMENT from the type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
59. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 106)
if (!(event.getProperty(UIEvents.EventTags.ELEMENT) instanceof MToolItem))
Discouraged access: The type MToolItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
60. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 109)
MToolItem itemModel = (MToolItem) event
Discouraged access: The type MToolItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
61. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 109)
MToolItem itemModel = (MToolItem) event
Discouraged access: The type MToolItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
62. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 110)
.getProperty(UIEvents.EventTags.ELEMENT);
Discouraged access: The type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
63. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 110)
.getProperty(UIEvents.EventTags.ELEMENT);
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
64. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 110)
.getProperty(UIEvents.EventTags.ELEMENT);
Discouraged access: The field ELEMENT from the type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
65. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 111)
ToolItem toolItem = (ToolItem) itemModel.getWidget();
Discouraged access: The method getWidget() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
66. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 113)
toolItem.setEnabled(itemModel.isEnabled());
Discouraged access: The method isEnabled() from the type MItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
67. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 120)
eventBroker.subscribe(UIEvents.buildTopic(UIEvents.UILabel.TOPIC), itemUpdater);
Discouraged access: The method subscribe(String, EventHandler) from the type IEventBroker is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
68. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 120)
eventBroker.subscribe(UIEvents.buildTopic(UIEvents.UILabel.TOPIC),
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
69. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 120)
eventBroker.subscribe(UIEvents.buildTopic(UIEvents.UILabel.TOPIC),
Discouraged access: The method buildTopic(String) from the type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
70. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 120)
eventBroker.subscribe(UIEvents.buildTopic(UIEvents.UILabel.TOPIC),
Discouraged access: The type UIEvents.UILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
71. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 120)
eventBroker.subscribe(UIEvents.buildTopic(UIEvents.UILabel.TOPIC),
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
72. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 120)
eventBroker.subscribe(UIEvents.buildTopic(UIEvents.UILabel.TOPIC),
Discouraged access: The field TOPIC from the type UIEvents.UILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
73. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 122)
eventBroker.subscribe(UIEvents.buildTopic(UIEvents.Item.TOPIC, UIEvents.Item.SELECTED), selectionUpdater);
Discouraged access: The method subscribe(String, EventHandler) from the type IEventBroker is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
74. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 122)
eventBroker.subscribe(UIEvents.buildTopic(UIEvents.Item.TOPIC, UIEvents.Item.SELECTED), selectionUpdater);
Discouraged access: The method buildTopic(String, String) from the type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
75. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 122)
eventBroker.subscribe(UIEvents.buildTopic(UIEvents.Item.TOPIC,
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
76. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 122)
eventBroker.subscribe(UIEvents.buildTopic(UIEvents.Item.TOPIC,
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
77. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 122)
eventBroker.subscribe(UIEvents.buildTopic(UIEvents.Item.TOPIC,
Discouraged access: The type UIEvents.Item is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
78. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 122)
eventBroker.subscribe(UIEvents.buildTopic(UIEvents.Item.TOPIC,
Discouraged access: The field TOPIC from the type UIEvents.Item is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
79. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 123)
UIEvents.Item.SELECTED), selectionUpdater);
Discouraged access: The type UIEvents.Item is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
80. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 123)
UIEvents.Item.SELECTED), selectionUpdater);
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
81. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 123)
UIEvents.Item.SELECTED), selectionUpdater);
Discouraged access: The field SELECTED from the type UIEvents.Item is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
82. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 124)
eventBroker .subscribe(UIEvents.buildTopic(UIEvents.Item.TOPIC, UIEvents.Item.ENABLED), enabledUpdater);
Discouraged access: The method subscribe(String, EventHandler) from the type IEventBroker is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
83. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 125)
.subscribe(UIEvents.buildTopic(UIEvents.Item.TOPIC,
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
84. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 125)
.subscribe(UIEvents.buildTopic(UIEvents.Item.TOPIC, UIEvents.Item.ENABLED), enabledUpdater);
Discouraged access: The method buildTopic(String, String) from the type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
85. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 125)
.subscribe(UIEvents.buildTopic(UIEvents.Item.TOPIC,
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
86. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 125)
.subscribe(UIEvents.buildTopic(UIEvents.Item.TOPIC,
Discouraged access: The type UIEvents.Item is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
87. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 125)
.subscribe(UIEvents.buildTopic(UIEvents.Item.TOPIC,
Discouraged access: The field TOPIC from the type UIEvents.Item is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
88. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 126)
UIEvents.Item.ENABLED), enabledUpdater);
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
89. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 126)
UIEvents.Item.ENABLED), enabledUpdater);
Discouraged access: The type UIEvents.Item is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
90. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 126)
UIEvents.Item.ENABLED), enabledUpdater);
Discouraged access: The field ENABLED from the type UIEvents.Item is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
91. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 131)
eventBroker.unsubscribe(itemUpdater);
Discouraged access: The method unsubscribe(EventHandler) from the type IEventBroker is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
92. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 132)
eventBroker.unsubscribe(selectionUpdater);
Discouraged access: The method unsubscribe(EventHandler) from the type IEventBroker is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
93. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 133)
eventBroker.unsubscribe(enabledUpdater);
Discouraged access: The method unsubscribe(EventHandler) from the type IEventBroker is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
94. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 137)
final MHandledItem item, final IEclipseContext lclContext) {
Discouraged access: The type MHandledItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
95. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 137)
final MHandledItem item, final IEclipseContext lclContext) {
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
96. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 138)
ECommandService cmdService = (ECommandService) lclContext
Discouraged access: The type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.commands/@dot
97. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 138)
ECommandService cmdService = (ECommandService) lclContext
Discouraged access: The type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.commands/@dot
98. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 138)
ECommandService cmdService = (ECommandService) lclContext .get(ECommandService.class.getName());
Discouraged access: The method get(String) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
99. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 139)
.get(ECommandService.class.getName());
Discouraged access: The type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.commands/@dot
100. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/ToolItemRenderer.java
 (at line 141)
List<MParameter> modelParms = item.getParameters();
Discouraged access: The method getParameters() from the type MHandledItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/ui/workbench/renderers/swt/TrimBarLayout.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/TrimBarLayout.java
 (at line 15)
import org.eclipse.e4.ui.internal.workbench.swt.AbstractPartRenderer;
Discouraged access: The type AbstractPartRenderer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
2. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/TrimBarLayout.java
 (at line 16)
import org.eclipse.e4.ui.model.application.ui.MUIElement;
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/TrimBarLayout.java
 (at line 194)
MUIElement element = (MUIElement) ctrl
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/TrimBarLayout.java
 (at line 194)
MUIElement element = (MUIElement) ctrl
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/TrimBarLayout.java
 (at line 195)
.getData(AbstractPartRenderer.OWNING_ME);
Discouraged access: The type AbstractPartRenderer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
6. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/TrimBarLayout.java
 (at line 195)
.getData(AbstractPartRenderer.OWNING_ME);
Discouraged access: The field OWNING_ME from the type AbstractPartRenderer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
7. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/TrimBarLayout.java
 (at line 196)
if (element != null && element.getTags().contains("stretch")) //$NON-NLS-1$
Discouraged access: The method getTags() from the type MApplicationElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/ui/workbench/renderers/swt/TrimBarRenderer.java : 25 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/TrimBarRenderer.java
 (at line 14)
import org.eclipse.e4.ui.model.application.ui.MElementContainer;
Discouraged access: The type MElementContainer<T> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/TrimBarRenderer.java
 (at line 15)
import org.eclipse.e4.ui.model.application.ui.MUIElement;
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/TrimBarRenderer.java
 (at line 16)
import org.eclipse.e4.ui.model.application.ui.SideValue;
Discouraged access: The type SideValue is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/TrimBarRenderer.java
 (at line 17)
import org.eclipse.e4.ui.model.application.ui.basic.MTrimBar;
Discouraged access: The type MTrimBar is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/TrimBarRenderer.java
 (at line 48)
public Object createWidget(MUIElement element, Object parent) {
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/TrimBarRenderer.java
 (at line 49)
if (!(element instanceof MTrimBar) || !(parent instanceof Composite))
Discouraged access: The type MTrimBar is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/TrimBarRenderer.java
 (at line 56)
MTrimBar trimModel = (MTrimBar) element;
Discouraged access: The type MTrimBar is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/TrimBarRenderer.java
 (at line 56)
MTrimBar trimModel = (MTrimBar) element;
Discouraged access: The type MTrimBar is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/TrimBarRenderer.java
 (at line 59)
switch (trimModel.getSide().getValue()) {
Discouraged access: The method getSide() from the type MGenericTrimContainer<MTrimElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/TrimBarRenderer.java
 (at line 59)
switch (trimModel.getSide().getValue()) {
Discouraged access: The method getValue() from the type SideValue is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/TrimBarRenderer.java
 (at line 60)
case SideValue.TOP_VALUE:
Discouraged access: The type SideValue is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/TrimBarRenderer.java
 (at line 60)
case SideValue.TOP_VALUE:
Discouraged access: The field TOP_VALUE from the type SideValue is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/TrimBarRenderer.java
 (at line 62)
case SideValue.BOTTOM_VALUE:
Discouraged access: The type SideValue is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/TrimBarRenderer.java
 (at line 62)
case SideValue.BOTTOM_VALUE:
Discouraged access: The field BOTTOM_VALUE from the type SideValue is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/TrimBarRenderer.java
 (at line 64)
case SideValue.LEFT_VALUE:
Discouraged access: The type SideValue is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/TrimBarRenderer.java
 (at line 64)
case SideValue.LEFT_VALUE:
Discouraged access: The field LEFT_VALUE from the type SideValue is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/TrimBarRenderer.java
 (at line 66)
case SideValue.RIGHT_VALUE:
Discouraged access: The type SideValue is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/TrimBarRenderer.java
 (at line 66)
case SideValue.RIGHT_VALUE:
Discouraged access: The field RIGHT_VALUE from the type SideValue is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/TrimBarRenderer.java
 (at line 81)
public void processContents(MElementContainer<MUIElement> me) {
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/TrimBarRenderer.java
 (at line 82)
if (!(((MUIElement) me) instanceof MTrimBar))
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/TrimBarRenderer.java
 (at line 82)
if (!(((MUIElement) me) instanceof MTrimBar))
Discouraged access: The type MTrimBar is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/TrimBarRenderer.java
 (at line 99)
public void childRendered(MElementContainer<MUIElement> parentElement,
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/TrimBarRenderer.java
 (at line 100)
MUIElement element) {
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/TrimBarRenderer.java
 (at line 104)
if (element.getWidget() instanceof Control) {
Discouraged access: The method getWidget() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/TrimBarRenderer.java
 (at line 105)
final Control ctrl = (Control) element.getWidget();
Discouraged access: The method getWidget() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 22)
import org.eclipse.e4.core.contexts.IContextConstants;
Discouraged access: The type IContextConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
2. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 23)
import org.eclipse.e4.core.contexts.IEclipseContext;
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
3. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 24)
import org.eclipse.e4.core.di.annotations.Optional;
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.di/@dot
4. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 25)
import org.eclipse.e4.core.services.events.IEventBroker;
Discouraged access: The type IEventBroker is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
5. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 26)
import org.eclipse.e4.core.services.log.Logger;
Discouraged access: The type Logger is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
6. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 28)
import org.eclipse.e4.ui.model.application.MApplication;
Discouraged access: The type MApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 29)
import org.eclipse.e4.ui.model.application.ui.MContext;
Discouraged access: The type MContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 30)
import org.eclipse.e4.ui.model.application.ui.MElementContainer;
Discouraged access: The type MElementContainer<T> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 31)
import org.eclipse.e4.ui.model.application.ui.MUIElement;
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 32)
import org.eclipse.e4.ui.model.application.ui.advanced.MPlaceholder;
Discouraged access: The type MPlaceholder is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 33)
import org.eclipse.e4.ui.model.application.ui.basic.MPart;
Discouraged access: The type MPart is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 34)
import org.eclipse.e4.ui.model.application.ui.basic.MPartStack;
Discouraged access: The type MPartStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 35)
import org.eclipse.e4.ui.model.application.ui.basic.MTrimBar;
Discouraged access: The type MTrimBar is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 36)
import org.eclipse.e4.ui.model.application.ui.basic.MTrimmedWindow;
Discouraged access: The type MTrimmedWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 37)
import org.eclipse.e4.ui.model.application.ui.basic.MWindow;
Discouraged access: The type MWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 38)
import org.eclipse.e4.ui.services.IServiceConstants;
Discouraged access: The type IServiceConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot
17. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 39)
import org.eclipse.e4.ui.services.IStylingEngine;
Discouraged access: The type IStylingEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot
18. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 40)
import org.eclipse.e4.ui.workbench.IPresentationEngine;
Discouraged access: The type IPresentationEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 41)
import org.eclipse.e4.ui.workbench.UIEvents;
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 42)
import org.eclipse.e4.ui.workbench.modeling.EPartService;
Discouraged access: The type EPartService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 43)
import org.eclipse.e4.ui.workbench.modeling.ISaveHandler;
Discouraged access: The type ISaveHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 44)
import org.eclipse.e4.ui.workbench.modeling.IWindowCloseHandler;
Discouraged access: The type IWindowCloseHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 75)
public List<MWindow> windowsToUpdate = new ArrayList<MWindow>();
Discouraged access: The type MWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 75)
public List<MWindow> windowsToUpdate = new ArrayList<MWindow>();
Discouraged access: The type MWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 80)
MWindow window = windowsToUpdate.remove(0);
Discouraged access: The type MWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 81)
Shell shell = (Shell) window.getWidget();
Discouraged access: The method getWidget() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 85)
shell.setBounds(window.getX(), window.getY(),
Discouraged access: The method getX() from the type MWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 85)
shell.setBounds(window.getX(), window.getY(),
Discouraged access: The method getY() from the type MWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 86)
window.getWidth(), window.getHeight());
Discouraged access: The method getWidth() from the type MWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 86)
window.getWidth(), window.getHeight());
Discouraged access: The method getHeight() from the type MWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 100)
Logger logger;
Discouraged access: The type Logger is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
32. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 103)
private IEventBroker eventBroker;
Discouraged access: The type IEventBroker is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
33. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 113)
MPart activePart = null;
Discouraged access: The type MPart is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 116)
void trackActivePart(@Optional @Named(IServiceConstants.ACTIVE_PART) MPart p) {
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.di/@dot
35. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 116)
void trackActivePart(@Optional @Named(IServiceConstants.ACTIVE_PART) MPart p) {
Discouraged access: The type IServiceConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot
36. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 116)
void trackActivePart(@Optional @Named(IServiceConstants.ACTIVE_PART) MPart p) {
Discouraged access: The field ACTIVE_PART from the type IServiceConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot
37. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 116)
void trackActivePart(@Optional @Named(IServiceConstants.ACTIVE_PART) MPart p) {
Discouraged access: The type MPart is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 122)
activePart.getTags().remove("active"); //$NON-NLS-1$
Discouraged access: The method getTags() from the type MApplicationElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 124)
MUIElement parent = activePart.getParent();
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 124)
MUIElement parent = activePart.getParent();
Discouraged access: The method getParent() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 125)
if (parent == null && activePart.getCurSharedRef() != null) {
Discouraged access: The method getCurSharedRef() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 126)
MPlaceholder ph = activePart.getCurSharedRef();
Discouraged access: The type MPlaceholder is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 126)
MPlaceholder ph = activePart.getCurSharedRef();
Discouraged access: The method getCurSharedRef() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 127)
parent = ph.getParent();
Discouraged access: The method getParent() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 129)
if (parent instanceof MPartStack) {
Discouraged access: The type MPartStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 130)
parent.getTags().remove("active"); //$NON-NLS-1$
Discouraged access: The method getTags() from the type MApplicationElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 131)
if (parent.getWidget() != null)
Discouraged access: The method getWidget() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 132)
setCSSInfo(parent, parent.getWidget());
Discouraged access: The method getWidget() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 134)
if (activePart.getWidget() != null)
Discouraged access: The method getWidget() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
50. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 135)
setCSSInfo(activePart, activePart.getWidget());
Discouraged access: The method getWidget() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
51. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 142)
activePart.getTags().add("active"); //$NON-NLS-1$
Discouraged access: The method getTags() from the type MApplicationElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
52. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 143)
MUIElement parent = activePart.getParent();
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
53. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 143)
MUIElement parent = activePart.getParent();
Discouraged access: The method getParent() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
54. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 144)
if (parent == null && activePart.getCurSharedRef() != null) {
Discouraged access: The method getCurSharedRef() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
55. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 145)
MPlaceholder ph = activePart.getCurSharedRef();
Discouraged access: The type MPlaceholder is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 145)
MPlaceholder ph = activePart.getCurSharedRef();
Discouraged access: The method getCurSharedRef() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
57. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 146)
parent = ph.getParent();
Discouraged access: The method getParent() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
58. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 148)
if (parent instanceof MPartStack && parent.getWidget() != null) {
Discouraged access: The type MPartStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
59. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 148)
if (parent instanceof MPartStack && parent.getWidget() != null) {
Discouraged access: The method getWidget() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
60. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 149)
parent.getTags().add("active"); //$NON-NLS-1$
Discouraged access: The method getTags() from the type MApplicationElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
61. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 150)
setCSSInfo(parent, parent.getWidget());
Discouraged access: The method getWidget() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
62. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 151)
} else if (activePart.getWidget() != null) {
Discouraged access: The method getWidget() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
63. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 152)
setCSSInfo(activePart, activePart.getWidget());
Discouraged access: The method getWidget() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
64. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 163)
.getProperty(UIEvents.EventTags.ELEMENT);
Discouraged access: The type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
65. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 163)
.getProperty(UIEvents.EventTags.ELEMENT);
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
66. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 163)
.getProperty(UIEvents.EventTags.ELEMENT);
Discouraged access: The field ELEMENT from the type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
67. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 164)
if (!(event.getProperty(UIEvents.EventTags.ELEMENT) instanceof MWindow))
Discouraged access: The type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
68. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 164)
if (!(event.getProperty(UIEvents.EventTags.ELEMENT) instanceof MWindow))
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
69. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 164)
if (!(event.getProperty(UIEvents.EventTags.ELEMENT) instanceof MWindow))
Discouraged access: The field ELEMENT from the type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
70. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 164)
if (!(event.getProperty(UIEvents.EventTags.ELEMENT) instanceof MWindow))
Discouraged access: The type MWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
71. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 168)
MWindow windowModel = (MWindow) objElement;
Discouraged access: The type MWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
72. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 168)
MWindow windowModel = (MWindow) objElement;
Discouraged access: The type MWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
73. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 169)
if (windowModel.getRenderer() != WBWRenderer.this)
Discouraged access: The method getRenderer() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
74. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 173)
Shell theShell = (Shell) windowModel.getWidget();
Discouraged access: The method getWidget() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
75. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 178)
.getProperty(UIEvents.EventTags.ATTNAME);
Discouraged access: The type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
76. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 178)
.getProperty(UIEvents.EventTags.ATTNAME);
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
77. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 178)
.getProperty(UIEvents.EventTags.ATTNAME);
Discouraged access: The field ATTNAME from the type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
78. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 180)
if (UIEvents.UILabel.LABEL.equals(attName)) {
Discouraged access: The type UIEvents.UILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
79. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 180)
if (UIEvents.UILabel.LABEL.equals(attName)) {
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
80. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 180)
if (UIEvents.UILabel.LABEL.equals(attName)) {
Discouraged access: The field LABEL from the type UIEvents.UILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
81. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 182)
.getProperty(UIEvents.EventTags.NEW_VALUE);
Discouraged access: The type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
82. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 182)
.getProperty(UIEvents.EventTags.NEW_VALUE);
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
83. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 182)
.getProperty(UIEvents.EventTags.NEW_VALUE);
Discouraged access: The field NEW_VALUE from the type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
84. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 184)
} else if (UIEvents.UILabel.ICONURI.equals(attName)) {
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
85. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 184)
} else if (UIEvents.UILabel.ICONURI.equals(attName)) {
Discouraged access: The type UIEvents.UILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
86. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 184)
} else if (UIEvents.UILabel.ICONURI.equals(attName)) {
Discouraged access: The field ICONURI from the type UIEvents.UILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
87. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 186)
} else if (UIEvents.UILabel.TOOLTIP.equals(attName)) {
Discouraged access: The type UIEvents.UILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
88. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 186)
} else if (UIEvents.UILabel.TOOLTIP.equals(attName)) {
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
89. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 186)
} else if (UIEvents.UILabel.TOOLTIP.equals(attName)) {
Discouraged access: The field TOOLTIP from the type UIEvents.UILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
90. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 188)
.getProperty(UIEvents.EventTags.NEW_VALUE);
Discouraged access: The type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
91. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 188)
.getProperty(UIEvents.EventTags.NEW_VALUE);
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
92. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 188)
.getProperty(UIEvents.EventTags.NEW_VALUE);
Discouraged access: The field NEW_VALUE from the type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
93. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 194)
eventBroker.subscribe(UIEvents.buildTopic(UIEvents.UILabel.TOPIC), shellUpdater);
Discouraged access: The method subscribe(String, EventHandler) from the type IEventBroker is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
94. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 194)
eventBroker.subscribe(UIEvents.buildTopic(UIEvents.UILabel.TOPIC),
Discouraged access: The method buildTopic(String) from the type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
95. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 194)
eventBroker.subscribe(UIEvents.buildTopic(UIEvents.UILabel.TOPIC),
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
96. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 194)
eventBroker.subscribe(UIEvents.buildTopic(UIEvents.UILabel.TOPIC),
Discouraged access: The type UIEvents.UILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
97. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 194)
eventBroker.subscribe(UIEvents.buildTopic(UIEvents.UILabel.TOPIC),
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
98. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 194)
eventBroker.subscribe(UIEvents.buildTopic(UIEvents.UILabel.TOPIC),
Discouraged access: The field TOPIC from the type UIEvents.UILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
99. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 201)
.getProperty(UIEvents.EventTags.ELEMENT);
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
100. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WBWRenderer.java
 (at line 201)
.getProperty(UIEvents.EventTags.ELEMENT);
Discouraged access: The field ELEMENT from the type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot

/src/org/eclipse/e4/ui/workbench/renderers/swt/WorkbenchRendererFactory.java : 50 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WorkbenchRendererFactory.java
 (at line 4)
import org.eclipse.e4.core.contexts.ContextInjectionFactory;
Discouraged access: The type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
2. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WorkbenchRendererFactory.java
 (at line 5)
import org.eclipse.e4.core.contexts.IEclipseContext;
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
3. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WorkbenchRendererFactory.java
 (at line 6)
import org.eclipse.e4.ui.internal.workbench.swt.AbstractPartRenderer;
Discouraged access: The type AbstractPartRenderer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
4. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WorkbenchRendererFactory.java
 (at line 7)
import org.eclipse.e4.ui.model.application.ui.MUIElement;
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WorkbenchRendererFactory.java
 (at line 8)
import org.eclipse.e4.ui.model.application.ui.advanced.MPerspective;
Discouraged access: The type MPerspective is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WorkbenchRendererFactory.java
 (at line 9)
import org.eclipse.e4.ui.model.application.ui.advanced.MPerspectiveStack;
Discouraged access: The type MPerspectiveStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WorkbenchRendererFactory.java
 (at line 10)
import org.eclipse.e4.ui.model.application.ui.advanced.MPlaceholder;
Discouraged access: The type MPlaceholder is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WorkbenchRendererFactory.java
 (at line 11)
import org.eclipse.e4.ui.model.application.ui.basic.MPart;
Discouraged access: The type MPart is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WorkbenchRendererFactory.java
 (at line 12)
import org.eclipse.e4.ui.model.application.ui.basic.MPartSashContainer;
Discouraged access: The type MPartSashContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WorkbenchRendererFactory.java
 (at line 13)
import org.eclipse.e4.ui.model.application.ui.basic.MPartStack;
Discouraged access: The type MPartStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WorkbenchRendererFactory.java
 (at line 14)
import org.eclipse.e4.ui.model.application.ui.basic.MTrimBar;
Discouraged access: The type MTrimBar is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WorkbenchRendererFactory.java
 (at line 15)
import org.eclipse.e4.ui.model.application.ui.basic.MWindow;
Discouraged access: The type MWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WorkbenchRendererFactory.java
 (at line 16)
import org.eclipse.e4.ui.model.application.ui.menu.MDirectMenuItem;
Discouraged access: The type MDirectMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WorkbenchRendererFactory.java
 (at line 17)
import org.eclipse.e4.ui.model.application.ui.menu.MHandledMenuItem;
Discouraged access: The type MHandledMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WorkbenchRendererFactory.java
 (at line 18)
import org.eclipse.e4.ui.model.application.ui.menu.MMenu;
Discouraged access: The type MMenu is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WorkbenchRendererFactory.java
 (at line 19)
import org.eclipse.e4.ui.model.application.ui.menu.MMenuSeparator;
Discouraged access: The type MMenuSeparator is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WorkbenchRendererFactory.java
 (at line 20)
import org.eclipse.e4.ui.model.application.ui.menu.MRenderedMenu;
Discouraged access: The type MRenderedMenu is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WorkbenchRendererFactory.java
 (at line 21)
import org.eclipse.e4.ui.model.application.ui.menu.MRenderedToolBar;
Discouraged access: The type MRenderedToolBar is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WorkbenchRendererFactory.java
 (at line 22)
import org.eclipse.e4.ui.model.application.ui.menu.MToolBar;
Discouraged access: The type MToolBar is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WorkbenchRendererFactory.java
 (at line 23)
import org.eclipse.e4.ui.model.application.ui.menu.MToolBarSeparator;
Discouraged access: The type MToolBarSeparator is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WorkbenchRendererFactory.java
 (at line 24)
import org.eclipse.e4.ui.model.application.ui.menu.MToolControl;
Discouraged access: The type MToolControl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WorkbenchRendererFactory.java
 (at line 25)
import org.eclipse.e4.ui.model.application.ui.menu.MToolItem;
Discouraged access: The type MToolItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WorkbenchRendererFactory.java
 (at line 26)
import org.eclipse.e4.ui.workbench.swt.factories.IRendererFactory;
Discouraged access: The type IRendererFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
24. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WorkbenchRendererFactory.java
 (at line 28)
public class WorkbenchRendererFactory implements IRendererFactory {
Discouraged access: The type IRendererFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
25. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WorkbenchRendererFactory.java
 (at line 45)
private IEclipseContext context;
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
26. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WorkbenchRendererFactory.java
 (at line 50)
public AbstractPartRenderer getRenderer(MUIElement uiElement, Object parent) {
Discouraged access: The type AbstractPartRenderer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
27. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WorkbenchRendererFactory.java
 (at line 50)
public AbstractPartRenderer getRenderer(MUIElement uiElement, Object parent) {
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WorkbenchRendererFactory.java
 (at line 51)
if (uiElement instanceof MPart) {
Discouraged access: The type MPart is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WorkbenchRendererFactory.java
 (at line 57)
} else if (uiElement instanceof MHandledMenuItem) {
Discouraged access: The type MHandledMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WorkbenchRendererFactory.java
 (at line 63)
} else if (uiElement instanceof MDirectMenuItem) {
Discouraged access: The type MDirectMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WorkbenchRendererFactory.java
 (at line 69)
} else if (uiElement instanceof MRenderedMenu) {
Discouraged access: The type MRenderedMenu is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WorkbenchRendererFactory.java
 (at line 75)
} else if (uiElement instanceof MMenu) {
Discouraged access: The type MMenu is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WorkbenchRendererFactory.java
 (at line 81)
} else if (uiElement instanceof MRenderedToolBar) {
Discouraged access: The type MRenderedToolBar is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WorkbenchRendererFactory.java
 (at line 87)
} else if (uiElement instanceof MToolBar) {
Discouraged access: The type MToolBar is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WorkbenchRendererFactory.java
 (at line 93)
} else if (uiElement instanceof MToolItem) {
Discouraged access: The type MToolItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WorkbenchRendererFactory.java
 (at line 99)
} else if (uiElement instanceof MMenuSeparator
Discouraged access: The type MMenuSeparator is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WorkbenchRendererFactory.java
 (at line 100)
|| uiElement instanceof MToolBarSeparator) {
Discouraged access: The type MToolBarSeparator is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WorkbenchRendererFactory.java
 (at line 106)
} else if (uiElement instanceof MPlaceholder) {
Discouraged access: The type MPlaceholder is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WorkbenchRendererFactory.java
 (at line 112)
} else if (uiElement instanceof MPerspective) {
Discouraged access: The type MPerspective is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WorkbenchRendererFactory.java
 (at line 118)
} else if (uiElement instanceof MPerspectiveStack) {
Discouraged access: The type MPerspectiveStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WorkbenchRendererFactory.java
 (at line 124)
} else if (uiElement instanceof MPartSashContainer) {
Discouraged access: The type MPartSashContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WorkbenchRendererFactory.java
 (at line 130)
} else if (uiElement instanceof MPartStack) {
Discouraged access: The type MPartStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WorkbenchRendererFactory.java
 (at line 136)
} else if (uiElement instanceof MTrimBar) {
Discouraged access: The type MTrimBar is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WorkbenchRendererFactory.java
 (at line 142)
} else if (uiElement instanceof MToolControl) {
Discouraged access: The type MToolControl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WorkbenchRendererFactory.java
 (at line 148)
} else if (uiElement instanceof MWindow) {
Discouraged access: The type MWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WorkbenchRendererFactory.java
 (at line 160)
protected void initRenderer(AbstractPartRenderer renderer) {
Discouraged access: The type AbstractPartRenderer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
47. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WorkbenchRendererFactory.java
 (at line 161)
renderer.init(context);
Discouraged access: The method init(IEclipseContext) from the type AbstractPartRenderer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
48. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WorkbenchRendererFactory.java
 (at line 162)
ContextInjectionFactory.inject(renderer, context);
Discouraged access: The type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
49. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WorkbenchRendererFactory.java
 (at line 162)
ContextInjectionFactory.inject(renderer, context);
Discouraged access: The method inject(Object, IEclipseContext) from the type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
50. WARNING in /src/org/eclipse/e4/ui/workbench/renderers/swt/WorkbenchRendererFactory.java
 (at line 166)
public void init(IEclipseContext context) {
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot