errors | others warnings | forbidden warnings | discouraged warnings |
top | others warnings | forbidden warnings | discouraged warnings |
top | errors | forbidden warnings | discouraged warnings |
1. WARNING in /src/org/eclipse/e4/workbench/ui/renderers/swt/LazyStackRenderer.java (at line 54) MGenericStack<MUIElement> stack = (MGenericStack<MUIElement>) element; Type safety: Unchecked cast from Object to MGenericStack<MUIElement> |
2. WARNING in /src/org/eclipse/e4/workbench/ui/renderers/swt/LazyStackRenderer.java (at line 97) MGenericStack<MUIElement> stack = (MGenericStack<MUIElement>) element; Type safety: Unchecked cast from MUIElement to MGenericStack<MUIElement> |
1. WARNING in /src/org/eclipse/e4/workbench/ui/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/workbench/ui/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/workbench/ui/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/workbench/ui/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/workbench/ui/renderers/swt/SashRenderer.java (at line 203) MElementContainer<MUIElement> pscModel = (MElementContainer<MUIElement>) parent; Type safety: Unchecked cast from MUIElement to MElementContainer<MUIElement> |
6. WARNING in /src/org/eclipse/e4/workbench/ui/renderers/swt/SashRenderer.java (at line 305) MElementContainer<MUIElement> psc = (MElementContainer<MUIElement>) element; Type safety: Unchecked cast from MUIElement to MElementContainer<MUIElement> |
7. WARNING in /src/org/eclipse/e4/workbench/ui/renderers/swt/SashRenderer.java (at line 387) weightsMap.put(sf, newWeights); Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized |
1. WARNING in /src/org/eclipse/e4/workbench/ui/renderers/swt/StackRenderer.java (at line 396) final MElementContainer<MUIElement> stack = (MElementContainer<MUIElement>) me; Type safety: Unchecked cast from MUIElement to MElementContainer<MUIElement> |
2. WARNING in /src/org/eclipse/e4/workbench/ui/renderers/swt/StackRenderer.java (at line 444) MElementContainer<MUIElement> stack = (MElementContainer<MUIElement>) ctf .getData(OWNING_ME); Type safety: Unchecked cast from Object to MElementContainer<MUIElement> |
top | errors | others warnings | discouraged warnings |
top | errors | others warnings | forbidden warnings |
1. WARNING in /src/org/eclipse/e4/workbench/ui/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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
1. WARNING in /src/org/eclipse/e4/workbench/ui/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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
1. WARNING in /src/org/eclipse/e4/workbench/ui/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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
1. WARNING in /src/org/eclipse/e4/workbench/ui/renderers/swt/LazyStackRenderer.java (at line 223) IEclipseContext newParentContext = modelService 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
1. WARNING in /src/org/eclipse/e4/workbench/ui/renderers/swt/MenuItemRenderer.java (at line 147) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
2. WARNING in /src/org/eclipse/e4/workbench/ui/renderers/swt/MenuItemRenderer.java (at line 160) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
3. WARNING in /src/org/eclipse/e4/workbench/ui/renderers/swt/MenuItemRenderer.java (at line 213) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
4. WARNING in /src/org/eclipse/e4/workbench/ui/renderers/swt/MenuItemRenderer.java (at line 234) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
1. WARNING in /src/org/eclipse/e4/workbench/ui/renderers/swt/MenuRenderer.java (at line 89) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
2. WARNING in /src/org/eclipse/e4/workbench/ui/renderers/swt/MenuRenderer.java (at line 118) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
1. WARNING in /src/org/eclipse/e4/workbench/ui/renderers/swt/PerspectiveRenderer.java (at line 40) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
2. WARNING in /src/org/eclipse/e4/workbench/ui/renderers/swt/PerspectiveRenderer.java (at line 60) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
1. WARNING in /src/org/eclipse/e4/workbench/ui/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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
1. WARNING in /src/org/eclipse/e4/workbench/ui/renderers/swt/SWTPartRenderer.java (at line 21) import org.eclipse.e4.ui.workbench.swt.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
2. WARNING in /src/org/eclipse/e4/workbench/ui/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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
3. WARNING in /src/org/eclipse/e4/workbench/ui/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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
4. WARNING in /src/org/eclipse/e4/workbench/ui/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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
5. WARNING in /src/org/eclipse/e4/workbench/ui/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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
6. WARNING in /src/org/eclipse/e4/workbench/ui/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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
7. WARNING in /src/org/eclipse/e4/workbench/ui/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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
8. WARNING in /src/org/eclipse/e4/workbench/ui/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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
9. WARNING in /src/org/eclipse/e4/workbench/ui/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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
10. WARNING in /src/org/eclipse/e4/workbench/ui/renderers/swt/SWTPartRenderer.java (at line 139) MUIElement model = (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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
11. WARNING in /src/org/eclipse/e4/workbench/ui/renderers/swt/SWTPartRenderer.java (at line 158) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
12. WARNING in /src/org/eclipse/e4/workbench/ui/renderers/swt/SWTPartRenderer.java (at line 221) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
1. WARNING in /src/org/eclipse/e4/workbench/ui/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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
2. WARNING in /src/org/eclipse/e4/workbench/ui/renderers/swt/SashRenderer.java (at line 293) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
3. WARNING in /src/org/eclipse/e4/workbench/ui/renderers/swt/SashRenderer.java (at line 354) Object me = sf.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
1. WARNING in /src/org/eclipse/e4/workbench/ui/renderers/swt/StackRenderer.java (at line 29) import org.eclipse.e4.ui.workbench.swt.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
2. WARNING in /src/org/eclipse/e4/workbench/ui/renderers/swt/StackRenderer.java (at line 86) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
3. WARNING in /src/org/eclipse/e4/workbench/ui/renderers/swt/StackRenderer.java (at line 290) cti.setData(OWNING_ME, element); 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
4. WARNING in /src/org/eclipse/e4/workbench/ui/renderers/swt/StackRenderer.java (at line 341) if (items[i].getData(OWNING_ME) == element) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
5. WARNING in /src/org/eclipse/e4/workbench/ui/renderers/swt/StackRenderer.java (at line 350) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
6. WARNING in /src/org/eclipse/e4/workbench/ui/renderers/swt/StackRenderer.java (at line 409) MUIElement ele = (MUIElement) e.item.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
7. WARNING in /src/org/eclipse/e4/workbench/ui/renderers/swt/StackRenderer.java (at line 418) .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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
8. WARNING in /src/org/eclipse/e4/workbench/ui/renderers/swt/StackRenderer.java (at line 418) .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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
9. WARNING in /src/org/eclipse/e4/workbench/ui/renderers/swt/StackRenderer.java (at line 424) IEclipseContext context = partContext == null ? StackRenderer.this.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
10. WARNING in /src/org/eclipse/e4/workbench/ui/renderers/swt/StackRenderer.java (at line 445) .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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
1. WARNING in /src/org/eclipse/e4/workbench/ui/renderers/swt/ToolBarRenderer.java (at line 74) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
1. WARNING in /src/org/eclipse/e4/workbench/ui/renderers/swt/ToolControlRenderer.java (at line 34) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
1. WARNING in /src/org/eclipse/e4/workbench/ui/renderers/swt/ToolItemRenderer.java (at line 137) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
2. WARNING in /src/org/eclipse/e4/workbench/ui/renderers/swt/ToolItemRenderer.java (at line 202) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
3. WARNING in /src/org/eclipse/e4/workbench/ui/renderers/swt/ToolItemRenderer.java (at line 243) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
4. WARNING in /src/org/eclipse/e4/workbench/ui/renderers/swt/ToolItemRenderer.java (at line 264) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
1. WARNING in /src/org/eclipse/e4/workbench/ui/renderers/swt/WBWRenderer.java (at line 289) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
2. WARNING in /src/org/eclipse/e4/workbench/ui/renderers/swt/WBWRenderer.java (at line 306) IEclipseContext localContext = getContext(wbwModel); 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
3. WARNING in /src/org/eclipse/e4/workbench/ui/renderers/swt/WBWRenderer.java (at line 410) MWindow window = (MWindow) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
4. WARNING in /src/org/eclipse/e4/workbench/ui/renderers/swt/WBWRenderer.java (at line 421) IEclipseContext parentContext = getContextForParent(w); 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
5. WARNING in /src/org/eclipse/e4/workbench/ui/renderers/swt/WBWRenderer.java (at line 499) super.postProcess(childME); 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
1. WARNING in /src/org/eclipse/e4/workbench/ui/renderers/swt/WorkbenchRendererFactory.java (at line 22) import org.eclipse.e4.ui.workbench.swt.internal.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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
2. WARNING in /src/org/eclipse/e4/workbench/ui/renderers/swt/WorkbenchRendererFactory.java (at line 43) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
3. WARNING in /src/org/eclipse/e4/workbench/ui/renderers/swt/WorkbenchRendererFactory.java (at line 135) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |
4. WARNING in /src/org/eclipse/e4/workbench/ui/renderers/swt/WorkbenchRendererFactory.java (at line 136) 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/I20100523-2015/plugins/org.eclipse.e4.ui.workbench.swt/@dot |