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/core/internal/contexts/debug/ui/ContextData.java (at line 207) result = getComparator().compare(labelA, labelB); Type safety: The method compare(Object, Object) belongs to the raw type Comparator. References to generic type Comparator<T> should be parameterized |
1. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/e4/ContextsDebugProcessor.java (at line 42) List<MPartDescriptor> descriptors = application.getDescriptors(); The local variable descriptors is never read |
top | errors | others warnings | discouraged warnings |
top | errors | others warnings | forbidden warnings |
1. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/ContextsView.java (at line 18) 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/targets/v20110118/plugins/org.eclipse.e4.core.di_0.9.0.v20101202-1530.jar |
2. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/ContextsView.java (at line 19) import org.eclipse.e4.core.di.extensions.EventTopic; Discouraged access: The type EventTopic is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.di.extensions_0.9.0.v20101122-2200.jar |
3. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/ContextsView.java (at line 23) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
4. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/ContextsView.java (at line 24) import org.eclipse.e4.ui.model.application.ui.menu.MDirectToolItem; Discouraged access: The type MDirectToolItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
5. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/ContextsView.java (at line 25) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
6. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/ContextsView.java (at line 26) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
7. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/ContextsView.java (at line 68) public ContextsView(Composite parent, MPart part) { 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
8. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/ContextsView.java (at line 228) private void createToolbar(MPart part) { 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
9. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/ContextsView.java (at line 229) MToolBar toolBar = part.getToolbar(); 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
10. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/ContextsView.java (at line 229) MToolBar toolBar = part.getToolbar(); Discouraged access: The method getToolbar() from the type MPart is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
11. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/ContextsView.java (at line 233) toolBar = MenuFactoryImpl.eINSTANCE.createToolBar(); 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
12. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/ContextsView.java (at line 233) toolBar = MenuFactoryImpl.eINSTANCE.createToolBar(); Discouraged access: The method createToolBar() from the type MenuFactoryImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
13. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/ContextsView.java (at line 233) toolBar = MenuFactoryImpl.eINSTANCE.createToolBar(); 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
14. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/ContextsView.java (at line 234) part.setToolbar(toolBar); Discouraged access: The method setToolbar(MToolBar) from the type MPart is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
15. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/ContextsView.java (at line 237) MDirectToolItem toolItem = MenuFactoryImpl.eINSTANCE.createDirectToolItem(); Discouraged access: The type MDirectToolItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
16. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/ContextsView.java (at line 237) MDirectToolItem toolItem = MenuFactoryImpl.eINSTANCE.createDirectToolItem(); 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
17. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/ContextsView.java (at line 237) MDirectToolItem toolItem = MenuFactoryImpl.eINSTANCE.createDirectToolItem(); Discouraged access: The method createDirectToolItem() from the type MenuFactoryImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
18. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/ContextsView.java (at line 237) MDirectToolItem toolItem = MenuFactoryImpl.eINSTANCE.createDirectToolItem(); 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
19. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/ContextsView.java (at line 238) toolItem.setIconURI("platform:/plugin/org.eclipse.e4.core.contexts.debug/icons/full/obj16/target.gif"); Discouraged access: The method setIconURI(String) from the type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
20. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/ContextsView.java (at line 239) toolItem.setTooltip(ContextMessages.targetButtonTooltip); Discouraged access: The method setTooltip(String) from the type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
21. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/ContextsView.java (at line 240) toolItem.setContributionURI("platform:/plugin/org.eclipse.e4.core.contexts.debug/org.eclipse.e4.core.internal.contexts.debug.ui.FindTargetAction"); Discouraged access: The method setContributionURI(String) from the type MContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
22. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/ContextsView.java (at line 241) toolBar.getChildren().add(toolItem); 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
23. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/ContextsView.java (at line 244) MDirectToolItem toolItem2 = MenuFactoryImpl.eINSTANCE.createDirectToolItem(); Discouraged access: The type MDirectToolItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
24. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/ContextsView.java (at line 244) MDirectToolItem toolItem2 = MenuFactoryImpl.eINSTANCE.createDirectToolItem(); 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
25. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/ContextsView.java (at line 244) MDirectToolItem toolItem2 = MenuFactoryImpl.eINSTANCE.createDirectToolItem(); Discouraged access: The method createDirectToolItem() from the type MenuFactoryImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
26. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/ContextsView.java (at line 244) MDirectToolItem toolItem2 = MenuFactoryImpl.eINSTANCE.createDirectToolItem(); 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
27. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/ContextsView.java (at line 245) toolItem2.setIconURI("platform:/plugin/org.eclipse.e4.core.contexts.debug/icons/full/obj16/refresh.gif"); Discouraged access: The method setIconURI(String) from the type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
28. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/ContextsView.java (at line 246) toolItem2.setTooltip(ContextMessages.refreshButtonTooltip); Discouraged access: The method setTooltip(String) from the type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
29. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/ContextsView.java (at line 247) toolItem2.setContributionURI("platform:/plugin/org.eclipse.e4.core.contexts.debug/org.eclipse.e4.core.internal.contexts.debug.ui.RefreshViewAction"); Discouraged access: The method setContributionURI(String) from the type MContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
30. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/ContextsView.java (at line 248) toolBar.getChildren().add(toolItem2); 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
31. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/ContextsView.java (at line 252) @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/targets/v20110118/plugins/org.eclipse.e4.core.di_0.9.0.v20101202-1530.jar |
32. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/ContextsView.java (at line 253) public void setSelection(@EventTopic(SELECT_EVENT) Discouraged access: The type EventTopic is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.di.extensions_0.9.0.v20101122-2200.jar |
33. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/ContextsView.java (at line 263) @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/targets/v20110118/plugins/org.eclipse.e4.core.di_0.9.0.v20101202-1530.jar |
34. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/ContextsView.java (at line 264) public void setSelection(@EventTopic(REFRESH_EVENT) Discouraged access: The type EventTopic is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.di.extensions_0.9.0.v20101122-2200.jar |
1. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/FindTargetAction.java (at line 19) 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/targets/v20110118/plugins/org.eclipse.e4.core.di_0.9.0.v20101202-1530.jar |
2. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/FindTargetAction.java (at line 20) import org.eclipse.e4.core.di.extensions.EventUtils; Discouraged access: The type EventUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.di.extensions_0.9.0.v20101122-2200.jar |
3. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/FindTargetAction.java (at line 22) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
4. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/FindTargetAction.java (at line 23) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
5. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/FindTargetAction.java (at line 60) @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/targets/v20110118/plugins/org.eclipse.e4.core.di_0.9.0.v20101202-1530.jar |
6. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/FindTargetAction.java (at line 62) MItem item = context.get(MItem.class); 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
7. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/FindTargetAction.java (at line 62) MItem item = context.get(MItem.class); 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
8. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/FindTargetAction.java (at line 63) ToolItem toolItem = (ToolItem) item.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
9. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/FindTargetAction.java (at line 87) if (data 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
10. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/FindTargetAction.java (at line 88) targetContext = ((MContext) data).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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
11. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/FindTargetAction.java (at line 88) targetContext = ((MContext) data).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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
12. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/FindTargetAction.java (at line 102) EventUtils.send(eventAdmin, ContextsView.SELECT_EVENT, path); Discouraged access: The type EventUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.di.extensions_0.9.0.v20101122-2200.jar |
13. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/FindTargetAction.java (at line 102) EventUtils.send(eventAdmin, ContextsView.SELECT_EVENT, path); Discouraged access: The method send(EventAdmin, String, Object) from the type EventUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.di.extensions_0.9.0.v20101122-2200.jar |
1. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/RefreshViewAction.java (at line 15) 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/targets/v20110118/plugins/org.eclipse.e4.core.di_0.9.0.v20101202-1530.jar |
2. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/RefreshViewAction.java (at line 16) import org.eclipse.e4.core.di.extensions.EventUtils; Discouraged access: The type EventUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.di.extensions_0.9.0.v20101122-2200.jar |
3. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/RefreshViewAction.java (at line 29) @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/targets/v20110118/plugins/org.eclipse.e4.core.di_0.9.0.v20101202-1530.jar |
4. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/RefreshViewAction.java (at line 31) EventUtils.send(eventAdmin, ContextsView.REFRESH_EVENT, null); Discouraged access: The type EventUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.di.extensions_0.9.0.v20101122-2200.jar |
5. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/RefreshViewAction.java (at line 31) EventUtils.send(eventAdmin, ContextsView.REFRESH_EVENT, null); Discouraged access: The method send(EventAdmin, String, Object) from the type EventUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.di.extensions_0.9.0.v20101122-2200.jar |
1. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/e4/ContextsDebugProcessor.java (at line 15) 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/targets/v20110118/plugins/org.eclipse.e4.core.di_0.9.0.v20101202-1530.jar |
2. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/e4/ContextsDebugProcessor.java (at line 16) 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
3. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/e4/ContextsDebugProcessor.java (at line 17) import org.eclipse.e4.ui.model.application.descriptor.basic.MPartDescriptor; Discouraged access: The type MPartDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
4. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/e4/ContextsDebugProcessor.java (at line 18) import org.eclipse.e4.ui.model.application.descriptor.basic.impl.BasicFactoryImpl; Discouraged access: The type BasicFactoryImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
5. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/e4/ContextsDebugProcessor.java (at line 19) import org.eclipse.ui.internal.WorkbenchMessages; Discouraged access: The type WorkbenchMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.ui.workbench_3.100.0.v20110124-1530.jar |
6. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/e4/ContextsDebugProcessor.java (at line 40) @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/targets/v20110118/plugins/org.eclipse.e4.core.di_0.9.0.v20101202-1530.jar |
7. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/e4/ContextsDebugProcessor.java (at line 41) public void addDebugDescriptor(MApplication application) { 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
8. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/e4/ContextsDebugProcessor.java (at line 42) List<MPartDescriptor> descriptors = application.getDescriptors(); Discouraged access: The type MPartDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
9. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/e4/ContextsDebugProcessor.java (at line 42) List<MPartDescriptor> descriptors = application.getDescriptors(); Discouraged access: The method getDescriptors() from the type MPartDescriptorContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
10. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/e4/ContextsDebugProcessor.java (at line 44) MPartDescriptor descriptor = BasicFactoryImpl.eINSTANCE.createPartDescriptor(); Discouraged access: The type MPartDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
11. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/e4/ContextsDebugProcessor.java (at line 44) MPartDescriptor descriptor = BasicFactoryImpl.eINSTANCE.createPartDescriptor(); Discouraged access: The type BasicFactoryImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
12. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/e4/ContextsDebugProcessor.java (at line 44) MPartDescriptor descriptor = BasicFactoryImpl.eINSTANCE.createPartDescriptor(); Discouraged access: The method createPartDescriptor() from the type BasicFactoryImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
13. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/e4/ContextsDebugProcessor.java (at line 44) MPartDescriptor descriptor = BasicFactoryImpl.eINSTANCE.createPartDescriptor(); Discouraged access: The field eINSTANCE from the type BasicFactoryImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
14. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/e4/ContextsDebugProcessor.java (at line 45) descriptor.setLabel("Contexts"); // XXX translate Discouraged access: The method setLabel(String) from the type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
15. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/e4/ContextsDebugProcessor.java (at line 46) descriptor.setElementId("org.eclipse.e4.core.contexts.debug.ui.view"); 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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
16. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/e4/ContextsDebugProcessor.java (at line 47) descriptor.setCategory("org.eclipse.e4.secondaryDataStack"); //$NON-NLS-1$ Discouraged access: The method setCategory(String) from the type MPartDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
17. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/e4/ContextsDebugProcessor.java (at line 49) List<String> tags = descriptor.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/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
18. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/e4/ContextsDebugProcessor.java (at line 51) tags.add("categoryTag:" + WorkbenchMessages.ICategory_general); //$NON-NLS-1$ Discouraged access: The type WorkbenchMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.ui.workbench_3.100.0.v20110124-1530.jar |
19. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/e4/ContextsDebugProcessor.java (at line 51) tags.add("categoryTag:" + WorkbenchMessages.ICategory_general); //$NON-NLS-1$ Discouraged access: The field ICategory_general from the type WorkbenchMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.ui.workbench_3.100.0.v20110124-1530.jar |
20. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/e4/ContextsDebugProcessor.java (at line 53) descriptor.setCloseable(true); Discouraged access: The method setCloseable(boolean) from the type MPartDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
21. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/e4/ContextsDebugProcessor.java (at line 54) descriptor.setAllowMultiple(false); Discouraged access: The method setAllowMultiple(boolean) from the type MPartDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
22. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/e4/ContextsDebugProcessor.java (at line 55) descriptor.setContributionURI("platform:/plugin/org.eclipse.e4.core.contexts.debug/org.eclipse.e4.core.internal.contexts.debug.ui.ContextsView"); Discouraged access: The method setContributionURI(String) from the type MPartDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
23. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/e4/ContextsDebugProcessor.java (at line 56) descriptor.setIconURI("platform:/plugin/org.eclipse.e4.core.contexts.debug/icons/full/obj16/contexts.gif"); Discouraged access: The method setIconURI(String) from the type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
24. WARNING in /src/org/eclipse/e4/core/internal/contexts/debug/ui/e4/ContextsDebugProcessor.java (at line 58) application.getDescriptors().add(descriptor); Discouraged access: The method getDescriptors() from the type MPartDescriptorContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |