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/ui/menu/tests/CmdService.java (at line 75) public Collection getDefinedCategoryIds() { Collection is a raw type. References to generic type Collection<E> should be parameterized |
2. WARNING in /src/org/eclipse/e4/ui/menu/tests/CmdService.java (at line 80) public Collection getDefinedCommandIds() { Collection is a raw type. References to generic type Collection<E> should be parameterized |
3. WARNING in /src/org/eclipse/e4/ui/menu/tests/CmdService.java (at line 90) public Collection getDefinedParameterTypeIds() { Collection is a raw type. References to generic type Collection<E> should be parameterized |
4. WARNING in /src/org/eclipse/e4/ui/menu/tests/CmdService.java (at line 129) public void refreshElements(String commandId, Map filter) { Map is a raw type. References to generic type Map<K,V> should be parameterized |
1. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 80) private void createMenuContribution(MApplication application) { The method createMenuContribution(MApplication) from the type MMenuItemTest is never used locally |
1. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 45) private ToolBar getToolBar(Composite intermediate) { The method getToolBar(Composite) from the type MToolItemTest is never used locally |
2. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 119) renderer.processContents((MElementContainer<MUIElement>) obj); Type safety: Unchecked cast from Object to MElementContainer<MUIElement> |
1. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 83) printMenuOut(level + 1, (MElementContainer<MMenuElement>) child); Type safety: Unchecked cast from MMenuElement to MElementContainer<MMenuElement> |
top | errors | others warnings | discouraged warnings |
top | errors | others warnings | forbidden warnings |
1. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 7) import org.eclipse.e4.core.commands.CommandServiceAddon; Discouraged access: The type CommandServiceAddon is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.core.commands_0.9.0.v20110517-2030.jar |
2. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 8) 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/targets/v20110516/plugins/org.eclipse.e4.core.contexts_0.9.0.v20110517-2030.jar |
3. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 9) 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/targets/v20110516/plugins/org.eclipse.e4.core.contexts_0.9.0.v20110517-2030.jar |
4. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 10) import org.eclipse.e4.ui.bindings.BindingServiceAddon; Discouraged access: The type BindingServiceAddon is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.bindings_0.9.0.v20110517-2030.jar |
5. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 11) import org.eclipse.e4.ui.internal.workbench.E4Workbench; Discouraged access: The type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110517-2030.jar |
6. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 12) 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/targets/v20110516/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110520-1530.jar |
7. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 13) import org.eclipse.e4.ui.internal.workbench.swt.E4Application; Discouraged access: The type E4Application is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110520-1530.jar |
8. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 14) import org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine; Discouraged access: The type PartRenderingEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110520-1530.jar |
9. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 15) 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
10. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 16) import org.eclipse.e4.ui.model.application.commands.MCommand; Discouraged access: The type MCommand is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
11. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 17) import org.eclipse.e4.ui.model.application.commands.impl.CommandsFactoryImpl; Discouraged access: The type CommandsFactoryImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
12. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 18) import org.eclipse.e4.ui.model.application.impl.ApplicationFactoryImpl; Discouraged access: The type ApplicationFactoryImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
13. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 19) 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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
14. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 20) 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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
15. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 21) 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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
16. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 22) 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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
17. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 23) import org.eclipse.e4.ui.model.application.ui.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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
18. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 24) import org.eclipse.e4.ui.model.application.ui.impl.UiFactoryImpl; Discouraged access: The type UiFactoryImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
19. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 25) 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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
20. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 26) 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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
21. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
22. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 28) import org.eclipse.e4.ui.model.application.ui.menu.MMenuContribution; Discouraged access: The type MMenuContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
23. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 29) 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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
24. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 30) 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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
25. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 31) 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
26. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 32) import org.eclipse.e4.ui.services.ContextServiceAddon; Discouraged access: The type ContextServiceAddon is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.services_0.9.1.v20110517-2030.jar |
27. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 33) import org.eclipse.e4.ui.services.EContextService; Discouraged access: The type EContextService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.services_0.9.1.v20110517-2030.jar |
28. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 34) import org.eclipse.e4.ui.workbench.renderers.swt.ContributionRecord; Discouraged access: The type ContributionRecord is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.9.1.v20110520-2030.jar |
29. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 35) import org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerRenderer; Discouraged access: The type MenuManagerRenderer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.9.1.v20110520-2030.jar |
30. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 36) 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/targets/v20110516/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110520-1530.jar |
31. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 46) import org.eclipse.ui.internal.menus.MenuPersistence; Discouraged access: The type MenuPersistence is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.ui.workbench_3.100.0.v20110519-1930.jar |
32. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 54) protected IEclipseContext appContext; 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/targets/v20110516/plugins/org.eclipse.e4.core.contexts_0.9.0.v20110517-2030.jar |
33. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 56) protected E4Workbench wb; Discouraged access: The type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110517-2030.jar |
34. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 58) private MMenuContribution createContribution(boolean withVisibleWhen) { Discouraged access: The type MMenuContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
35. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 59) MMenuContribution mmc = MenuFactoryImpl.eINSTANCE Discouraged access: The type MMenuContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
36. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 59) MMenuContribution mmc = 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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
37. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 59) MMenuContribution mmc = MenuFactoryImpl.eINSTANCE .createMenuContribution(); Discouraged access: The method createMenuContribution() 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
38. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 59) MMenuContribution mmc = 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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
39. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 61) mmc.setElementId("test.contrib1"); 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
40. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 62) mmc.setParentId("file"); Discouraged access: The method setParentId(String) from the type MMenuContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
41. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 63) mmc.setPositionInParent("after=additions"); Discouraged access: The method setPositionInParent(String) from the type MMenuContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
42. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 65) MMenuItem item1 = MenuFactoryImpl.eINSTANCE.createDirectMenuItem(); 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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
43. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 65) MMenuItem item1 = MenuFactoryImpl.eINSTANCE.createDirectMenuItem(); Discouraged access: The method createDirectMenuItem() 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
44. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 65) MMenuItem item1 = MenuFactoryImpl.eINSTANCE.createDirectMenuItem(); 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
45. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 65) MMenuItem item1 = MenuFactoryImpl.eINSTANCE.createDirectMenuItem(); 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
46. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 66) item1.setElementId("mmc.item1"); 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
47. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 67) item1.setLabel("mmc.item1"); 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
48. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 68) mmc.getChildren().add(item1); Discouraged access: The method getChildren() from the type MElementContainer<MMenuElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
49. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 71) MCoreExpression exp = UiFactoryImpl.eINSTANCE 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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
50. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 71) MCoreExpression exp = UiFactoryImpl.eINSTANCE Discouraged access: The type UiFactoryImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
51. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 71) MCoreExpression exp = UiFactoryImpl.eINSTANCE .createCoreExpression(); Discouraged access: The method createCoreExpression() from the type UiFactoryImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
52. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 71) MCoreExpression exp = UiFactoryImpl.eINSTANCE Discouraged access: The field eINSTANCE from the type UiFactoryImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
53. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 73) exp.setCoreExpressionId("org.eclipse.e4.ui.tests.withMmc1"); Discouraged access: The method setCoreExpressionId(String) from the type MCoreExpression is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
54. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 74) mmc.setVisibleWhen(exp); Discouraged access: The method setVisibleWhen(MExpression) 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
55. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 80) private void createMenuContribution(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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
56. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 81) MMenuContribution mmc = MenuFactoryImpl.eINSTANCE Discouraged access: The type MMenuContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
57. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 81) MMenuContribution mmc = 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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
58. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 81) MMenuContribution mmc = MenuFactoryImpl.eINSTANCE .createMenuContribution(); Discouraged access: The method createMenuContribution() 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
59. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 81) MMenuContribution mmc = 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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
60. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 83) mmc.setElementId("test.contrib2"); 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
61. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 84) mmc.setParentId("org.eclipse.ui.main.menu"); Discouraged access: The method setParentId(String) from the type MMenuContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
62. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 85) mmc.setPositionInParent("after=additions"); Discouraged access: The method setPositionInParent(String) from the type MMenuContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
63. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 87) MMenu menu = MenuFactoryImpl.eINSTANCE.createMenu(); 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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
64. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 87) MMenu menu = MenuFactoryImpl.eINSTANCE.createMenu(); 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
65. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 87) MMenu menu = MenuFactoryImpl.eINSTANCE.createMenu(); Discouraged access: The method createMenu() 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
66. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 87) MMenu menu = MenuFactoryImpl.eINSTANCE.createMenu(); 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
67. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 88) menu.setElementId("vanish"); 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
68. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 89) menu.setLabel("Vanish"); 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
69. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 90) mmc.getChildren().add(menu); Discouraged access: The method getChildren() from the type MElementContainer<MMenuElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
70. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 92) MCoreExpression exp = UiFactoryImpl.eINSTANCE.createCoreExpression(); 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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
71. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 92) MCoreExpression exp = UiFactoryImpl.eINSTANCE.createCoreExpression(); Discouraged access: The type UiFactoryImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
72. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 92) MCoreExpression exp = UiFactoryImpl.eINSTANCE.createCoreExpression(); Discouraged access: The method createCoreExpression() from the type UiFactoryImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
73. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 92) MCoreExpression exp = UiFactoryImpl.eINSTANCE.createCoreExpression(); Discouraged access: The field eINSTANCE from the type UiFactoryImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
74. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 93) exp.setCoreExpressionId("org.eclipse.e4.ui.tests.withMmc1"); Discouraged access: The method setCoreExpressionId(String) from the type MCoreExpression is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
75. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 94) mmc.setVisibleWhen(exp); Discouraged access: The method setVisibleWhen(MExpression) 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
76. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 96) application.getMenuContributions().add(mmc); Discouraged access: The method getMenuContributions() from the type MMenuContributions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
77. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 98) mmc = MenuFactoryImpl.eINSTANCE.createMenuContribution(); Discouraged access: The method createMenuContribution() 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
78. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 98) mmc = MenuFactoryImpl.eINSTANCE.createMenuContribution(); 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
79. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 98) mmc = MenuFactoryImpl.eINSTANCE.createMenuContribution(); 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
80. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 99) mmc.setElementId("test.contrib3"); 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
81. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 100) mmc.setParentId("vanish"); Discouraged access: The method setParentId(String) from the type MMenuContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
82. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 101) mmc.setPositionInParent("after=additions"); Discouraged access: The method setPositionInParent(String) from the type MMenuContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
83. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 103) MMenuItem item1 = MenuFactoryImpl.eINSTANCE.createDirectMenuItem(); 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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
84. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 103) MMenuItem item1 = MenuFactoryImpl.eINSTANCE.createDirectMenuItem(); 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
85. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 103) MMenuItem item1 = MenuFactoryImpl.eINSTANCE.createDirectMenuItem(); Discouraged access: The method createDirectMenuItem() 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
86. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 103) MMenuItem item1 = MenuFactoryImpl.eINSTANCE.createDirectMenuItem(); 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
87. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 104) item1.setElementId("mmc.item2"); 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
88. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 105) item1.setLabel("mmc.item2"); 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
89. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 106) mmc.getChildren().add(item1); Discouraged access: The method getChildren() from the type MElementContainer<MMenuElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
90. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 112) application.getMenuContributions().add(mmc); Discouraged access: The method getMenuContributions() from the type MMenuContributions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
91. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 115) private MenuManagerRenderer getRenderer(IEclipseContext context, Discouraged access: The type MenuManagerRenderer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.9.1.v20110520-2030.jar |
92. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 115) private MenuManagerRenderer getRenderer(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/targets/v20110516/plugins/org.eclipse.e4.core.contexts_0.9.0.v20110517-2030.jar |
93. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 116) 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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
94. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 117) IRendererFactory rendererFactory = context.get(IRendererFactory.class); 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/targets/v20110516/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110520-1530.jar |
95. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 117) IRendererFactory rendererFactory = context.get(IRendererFactory.class); Discouraged access: The method get(Class<IRendererFactory>) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.core.contexts_0.9.0.v20110517-2030.jar |
96. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 117) IRendererFactory rendererFactory = context.get(IRendererFactory.class); 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/targets/v20110516/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110520-1530.jar |
97. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 118) AbstractPartRenderer renderer = rendererFactory.getRenderer(element, 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/targets/v20110516/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110520-1530.jar |
98. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 118) AbstractPartRenderer renderer = rendererFactory.getRenderer(element, null); Discouraged access: The method getRenderer(MUIElement, Object) from the type IRendererFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110520-1530.jar |
99. WARNING in /src/org/eclipse/e4/ui/menu/tests/MMenuItemTest.java (at line 120) assertEquals(MenuManagerRenderer.class, renderer.getClass()); Discouraged access: The type MenuManagerRenderer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.9.1.v20110520-2030.jar |
1. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 5) import org.eclipse.e4.core.commands.CommandServiceAddon; Discouraged access: The type CommandServiceAddon is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.core.commands_0.9.0.v20110517-2030.jar |
2. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 6) 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/targets/v20110516/plugins/org.eclipse.e4.core.contexts_0.9.0.v20110517-2030.jar |
3. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 7) 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/targets/v20110516/plugins/org.eclipse.e4.core.contexts_0.9.0.v20110517-2030.jar |
4. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 8) import org.eclipse.e4.ui.bindings.BindingServiceAddon; Discouraged access: The type BindingServiceAddon is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.bindings_0.9.0.v20110517-2030.jar |
5. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 9) import org.eclipse.e4.ui.internal.workbench.E4Workbench; Discouraged access: The type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110517-2030.jar |
6. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 10) import org.eclipse.e4.ui.internal.workbench.swt.E4Application; Discouraged access: The type E4Application is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110520-1530.jar |
7. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 11) import org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine; Discouraged access: The type PartRenderingEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110520-1530.jar |
8. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 12) 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
9. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 13) import org.eclipse.e4.ui.model.application.impl.ApplicationFactoryImpl; Discouraged access: The type ApplicationFactoryImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
10. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
11. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
12. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
13. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 17) import org.eclipse.e4.ui.model.application.ui.basic.MTrimElement; Discouraged access: The type MTrimElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
14. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 18) 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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
15. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 19) import org.eclipse.e4.ui.model.application.ui.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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
16. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
17. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 21) 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
18. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 22) 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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
19. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 23) 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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
20. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 24) 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
21. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 25) import org.eclipse.e4.ui.services.ContextServiceAddon; Discouraged access: The type ContextServiceAddon is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.services_0.9.1.v20110517-2030.jar |
22. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 26) import org.eclipse.e4.ui.services.EContextService; Discouraged access: The type EContextService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.services_0.9.1.v20110517-2030.jar |
23. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 27) import org.eclipse.e4.ui.workbench.renderers.swt.DirectContributionItem; Discouraged access: The type DirectContributionItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.9.1.v20110520-2030.jar |
24. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 28) import org.eclipse.e4.ui.workbench.renderers.swt.ToolBarManagerRenderer; Discouraged access: The type ToolBarManagerRenderer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.9.1.v20110520-2030.jar |
25. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 39) import org.eclipse.ui.internal.menus.MenuPersistence; Discouraged access: The type MenuPersistence is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.ui.workbench_3.100.0.v20110519-1930.jar |
26. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 42) protected IEclipseContext appContext; 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/targets/v20110516/plugins/org.eclipse.e4.core.contexts_0.9.0.v20110517-2030.jar |
27. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 43) protected E4Workbench wb; Discouraged access: The type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110517-2030.jar |
28. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 56) appContext = E4Application.createDefaultContext(); Discouraged access: The method createDefaultContext() from the type E4Application is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110520-1530.jar |
29. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 56) appContext = E4Application.createDefaultContext(); Discouraged access: The type E4Application is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110520-1530.jar |
30. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 57) ContextInjectionFactory.make(CommandServiceAddon.class, appContext); Discouraged access: The method make(Class<CommandServiceAddon>, 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/targets/v20110516/plugins/org.eclipse.e4.core.contexts_0.9.0.v20110517-2030.jar |
31. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 57) ContextInjectionFactory.make(CommandServiceAddon.class, appContext); 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/targets/v20110516/plugins/org.eclipse.e4.core.contexts_0.9.0.v20110517-2030.jar |
32. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 57) ContextInjectionFactory.make(CommandServiceAddon.class, appContext); Discouraged access: The type CommandServiceAddon is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.core.commands_0.9.0.v20110517-2030.jar |
33. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 58) ContextInjectionFactory.make(ContextServiceAddon.class, appContext); Discouraged access: The method make(Class<ContextServiceAddon>, 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/targets/v20110516/plugins/org.eclipse.e4.core.contexts_0.9.0.v20110517-2030.jar |
34. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 58) ContextInjectionFactory.make(ContextServiceAddon.class, appContext); 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/targets/v20110516/plugins/org.eclipse.e4.core.contexts_0.9.0.v20110517-2030.jar |
35. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 58) ContextInjectionFactory.make(ContextServiceAddon.class, appContext); Discouraged access: The type ContextServiceAddon is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.services_0.9.1.v20110517-2030.jar |
36. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 59) ContextInjectionFactory.make(BindingServiceAddon.class, appContext); Discouraged access: The method make(Class<BindingServiceAddon>, 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/targets/v20110516/plugins/org.eclipse.e4.core.contexts_0.9.0.v20110517-2030.jar |
37. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 59) ContextInjectionFactory.make(BindingServiceAddon.class, appContext); 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/targets/v20110516/plugins/org.eclipse.e4.core.contexts_0.9.0.v20110517-2030.jar |
38. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 59) ContextInjectionFactory.make(BindingServiceAddon.class, appContext); Discouraged access: The type BindingServiceAddon is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.bindings_0.9.0.v20110517-2030.jar |
39. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 60) appContext.set(E4Workbench.PRESENTATION_URI_ARG, PartRenderingEngine.engineURI); 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/targets/v20110516/plugins/org.eclipse.e4.core.contexts_0.9.0.v20110517-2030.jar |
40. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 60) appContext.set(E4Workbench.PRESENTATION_URI_ARG, Discouraged access: The type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110517-2030.jar |
41. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 60) appContext.set(E4Workbench.PRESENTATION_URI_ARG, Discouraged access: The field PRESENTATION_URI_ARG from the type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110517-2030.jar |
42. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 61) PartRenderingEngine.engineURI); Discouraged access: The type PartRenderingEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110520-1530.jar |
43. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 61) PartRenderingEngine.engineURI); Discouraged access: The field engineURI from the type PartRenderingEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110520-1530.jar |
44. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 67) wb.close(); Discouraged access: The method close() from the type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110517-2030.jar |
45. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 69) appContext.dispose(); Discouraged access: The method dispose() from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.core.contexts_0.9.0.v20110517-2030.jar |
46. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 73) MToolBar toolbarModel = MenuFactoryImpl.eINSTANCE.createToolBar(); 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
47. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 73) MToolBar toolbarModel = 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
48. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 73) MToolBar toolbarModel = 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
49. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 73) MToolBar toolbarModel = 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
50. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 74) toolbarModel.setElementId("p2.tb1"); 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
51. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 76) MToolBar toolbarModel2 = MenuFactoryImpl.eINSTANCE.createToolBar(); 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
52. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 76) MToolBar toolbarModel2 = 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
53. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 76) MToolBar toolbarModel2 = 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
54. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 76) MToolBar toolbarModel2 = 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
55. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 77) toolbarModel2.setElementId("p2.tb2"); 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
56. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 79) MToolBarSeparator sep = MenuFactoryImpl.eINSTANCE 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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
57. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 79) MToolBarSeparator sep = MenuFactoryImpl.eINSTANCE .createToolBarSeparator(); Discouraged access: The method createToolBarSeparator() 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
58. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 79) MToolBarSeparator 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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
59. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 79) MToolBarSeparator 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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
60. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 81) sep.setElementId("additions"); 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
61. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 82) toolbarModel.getChildren().add(sep); 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
62. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 83) assertEquals(1, toolbarModel.getChildren().size()); 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
63. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 84) assertEquals(0, toolbarModel2.getChildren().size()); 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
64. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 86) toolbarModel2.getChildren().addAll(toolbarModel.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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
65. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 86) toolbarModel2.getChildren().addAll(toolbarModel.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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
66. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 87) assertEquals(0, toolbarModel.getChildren().size()); 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
67. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 88) assertEquals(1, toolbarModel2.getChildren().size()); 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
68. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 92) MApplication application = TestUtil.setupRenderer(appContext); 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
69. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 95) MTrimmedWindow window = (MTrimmedWindow) application.getChildren().get( 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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
70. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 95) MTrimmedWindow window = (MTrimmedWindow) application.getChildren().get( 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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
71. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 95) MTrimmedWindow window = (MTrimmedWindow) application.getChildren().get( Discouraged access: The method getChildren() from the type MElementContainer<MWindow> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
72. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 97) MTrimBar coolbar = window.getTrimBars().get(0); 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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
73. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 97) MTrimBar coolbar = window.getTrimBars().get(0); Discouraged access: The method getTrimBars() from the type MTrimmedWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
74. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 103) MToolBar file = (MToolBar) coolbar.getChildren().get(1); 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
75. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 103) MToolBar file = (MToolBar) coolbar.getChildren().get(1); 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
76. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 103) MToolBar file = (MToolBar) coolbar.getChildren().get(1); Discouraged access: The method getChildren() from the type MElementContainer<MTrimElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
77. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 104) assertEquals(5, coolbar.getChildren().size()); Discouraged access: The method getChildren() from the type MElementContainer<MTrimElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
78. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 107) MenuPersistence mp = new MenuPersistence(application, appContext, Discouraged access: The type MenuPersistence is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.ui.workbench_3.100.0.v20110519-1930.jar |
79. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 107) MenuPersistence mp = new MenuPersistence(application, appContext, "org.eclipse.e4.ui.menu.tests.p3"); Discouraged access: The constructor MenuPersistence(MApplication, IEclipseContext, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.ui.workbench_3.100.0.v20110519-1930.jar |
80. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 107) MenuPersistence mp = new MenuPersistence(application, appContext, Discouraged access: The type MenuPersistence is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.ui.workbench_3.100.0.v20110519-1930.jar |
81. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 109) mp.reRead(); Discouraged access: The method reRead() from the type MenuPersistence is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.ui.workbench_3.100.0.v20110519-1930.jar |
82. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 111) ToolBarManagerRenderer renderer = appContext Discouraged access: The type ToolBarManagerRenderer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.9.1.v20110520-2030.jar |
83. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 111) ToolBarManagerRenderer renderer = appContext .get(ToolBarManagerRenderer.class); Discouraged access: The method get(Class<ToolBarManagerRenderer>) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.core.contexts_0.9.0.v20110517-2030.jar |
84. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 112) .get(ToolBarManagerRenderer.class); Discouraged access: The type ToolBarManagerRenderer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.9.1.v20110520-2030.jar |
85. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 115) ToolBar toolbar = (ToolBar) renderer.createWidget(file, parent); Discouraged access: The method createWidget(MUIElement, Object) from the type ToolBarManagerRenderer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.9.1.v20110520-2030.jar |
86. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 119) renderer.processContents((MElementContainer<MUIElement>) obj); Discouraged access: The method processContents(MElementContainer<MUIElement>) from the type ToolBarManagerRenderer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.9.1.v20110520-2030.jar |
87. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 119) renderer.processContents((MElementContainer<MUIElement>) obj); Discouraged access: The type MElementContainer<MUIElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
88. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 119) renderer.processContents((MElementContainer<MUIElement>) obj); 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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
89. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 121) ToolBarManager tbm = renderer.getManager(file); Discouraged access: The method getManager(MToolBar) from the type ToolBarManagerRenderer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.9.1.v20110520-2030.jar |
90. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 132) IEclipseContext windowContext = window.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/targets/v20110516/plugins/org.eclipse.e4.core.contexts_0.9.0.v20110517-2030.jar |
91. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 132) IEclipseContext windowContext = window.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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
92. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 133) EContextService ecs = windowContext.get(EContextService.class); Discouraged access: The type EContextService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.services_0.9.1.v20110517-2030.jar |
93. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 133) EContextService ecs = windowContext.get(EContextService.class); Discouraged access: The method get(Class<EContextService>) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.core.contexts_0.9.0.v20110517-2030.jar |
94. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 133) EContextService ecs = windowContext.get(EContextService.class); Discouraged access: The type EContextService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.services_0.9.1.v20110517-2030.jar |
95. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 134) ecs.activateContext("org.eclipse.e4.ui.menu.tests.p3.toolSet"); Discouraged access: The method activateContext(String) from the type EContextService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.services_0.9.1.v20110517-2030.jar |
96. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 137) ecs.deactivateContext("org.eclipse.e4.ui.menu.tests.p3.toolSet"); Discouraged access: The method deactivateContext(String) from the type EContextService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.services_0.9.1.v20110517-2030.jar |
97. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 142) MApplication application = TestUtil.setupRenderer(appContext); 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
98. WARNING in /src/org/eclipse/e4/ui/menu/tests/MToolItemTest.java (at line 145) MTrimmedWindow window = (MTrimmedWindow) application.getChildren().get( Discouraged access: The method getChildren() from the type MElementContainer<MWindow> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
1. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 7) 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/targets/v20110516/plugins/org.eclipse.e4.core.contexts_0.9.0.v20110517-2030.jar |
2. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 8) 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/targets/v20110516/plugins/org.eclipse.e4.core.contexts_0.9.0.v20110517-2030.jar |
3. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 9) import org.eclipse.e4.ui.internal.workbench.UIEventPublisher; Discouraged access: The type UIEventPublisher is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110517-2030.jar |
4. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 10) 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/targets/v20110516/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110520-1530.jar |
5. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 11) 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
6. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 12) import org.eclipse.e4.ui.model.application.MApplicationElement; Discouraged access: The type MApplicationElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
7. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 13) import org.eclipse.e4.ui.model.application.commands.MBindingContext; Discouraged access: The type MBindingContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
8. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 14) import org.eclipse.e4.ui.model.application.commands.impl.CommandsFactoryImpl; Discouraged access: The type CommandsFactoryImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
9. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 15) import org.eclipse.e4.ui.model.application.impl.ApplicationFactoryImpl; Discouraged access: The type ApplicationFactoryImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
10. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 16) 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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
11. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 17) 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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
12. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 18) 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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
13. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 19) 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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
14. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 20) 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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
15. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 21) 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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
16. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 22) import org.eclipse.e4.ui.model.application.ui.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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
17. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 23) 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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
18. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
19. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 25) 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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
20. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 26) import org.eclipse.e4.ui.model.application.ui.menu.MHandledToolItem; Discouraged access: The type MHandledToolItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
21. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
22. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 28) import org.eclipse.e4.ui.model.application.ui.menu.MMenuContribution; Discouraged access: The type MMenuContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
23. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 29) 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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
24. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 30) 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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
25. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 31) 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
26. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 32) import org.eclipse.e4.ui.model.application.ui.menu.MToolBarContribution; Discouraged access: The type MToolBarContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
27. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 33) 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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
28. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 34) 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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
29. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 35) 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
30. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 36) import org.eclipse.e4.ui.services.EContextService; Discouraged access: The type EContextService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.services_0.9.1.v20110517-2030.jar |
31. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 37) 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/targets/v20110516/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110517-2030.jar |
32. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 38) 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/targets/v20110516/plugins/org.eclipse.e4.ui.workbench_0.9.1.v20110517-2030.jar |
33. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 39) import org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerRenderer; Discouraged access: The type MenuManagerRenderer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.9.1.v20110520-2030.jar |
34. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 40) import org.eclipse.e4.ui.workbench.renderers.swt.ToolBarManagerRenderer; Discouraged access: The type ToolBarManagerRenderer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.9.1.v20110520-2030.jar |
35. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 41) 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/targets/v20110516/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110520-1530.jar |
36. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 42) 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/targets/v20110516/plugins/org.eclipse.e4.ui.workbench.swt_0.9.1.v20110520-1530.jar |
37. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 50) import org.eclipse.ui.internal.commands.CommandImageManager; Discouraged access: The type CommandImageManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.ui.workbench_3.100.0.v20110519-1930.jar |
38. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 51) import org.eclipse.ui.internal.commands.CommandImageService; Discouraged access: The type CommandImageService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.ui.workbench_3.100.0.v20110519-1930.jar |
39. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 57) public static void printContributions(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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
40. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 58) for (MMenuContribution mc : application.getMenuContributions()) { Discouraged access: The type MMenuContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
41. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 58) for (MMenuContribution mc : application.getMenuContributions()) { Discouraged access: The method getMenuContributions() from the type MMenuContributions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
42. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 59) System.out.print("\n\nMC: " + mc.getParentId() + "?" Discouraged access: The method getParentId() from the type MMenuContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
43. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 60) + mc.getPositionInParent()); Discouraged access: The method getPositionInParent() from the type MMenuContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
44. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 64) for (MToolBarContribution tbc : application.getToolBarContributions()) { Discouraged access: The type MToolBarContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
45. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 64) for (MToolBarContribution tbc : application.getToolBarContributions()) { Discouraged access: The method getToolBarContributions() from the type MToolBarContributions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
46. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 65) System.out.print("\n\nTC: " + tbc.getParentId() + "?" Discouraged access: The method getParentId() from the type MToolBarContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
47. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 66) + tbc.getPositionInParent()); Discouraged access: The method getPositionInParent() from the type MToolBarContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
48. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 71) public static void printIcon(int level, MUILabel item) { 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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
49. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 73) System.out.print("icon: " + item.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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
50. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 77) MElementContainer<MMenuElement> container) { Discouraged access: The type MElementContainer<MMenuElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
51. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 77) MElementContainer<MMenuElement> container) { 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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
52. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 78) for (MMenuElement child : container.getChildren()) { 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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
53. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 78) for (MMenuElement child : container.getChildren()) { Discouraged access: The method getChildren() from the type MElementContainer<MMenuElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
54. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 81) + child.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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
55. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 82) if (child 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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
56. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 83) printMenuOut(level + 1, (MElementContainer<MMenuElement>) child); Discouraged access: The type MElementContainer<MMenuElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
57. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 83) printMenuOut(level + 1, (MElementContainer<MMenuElement>) child); 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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
58. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 84) } else if (child 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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
59. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 86) + ((MHandledMenuItem) child).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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
60. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 86) + ((MHandledMenuItem) child).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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
61. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 86) + ((MHandledMenuItem) child).getCommand() 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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
62. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 89) } else if (child 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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
63. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 91) + ((MDirectMenuItem) child).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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
64. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 91) + ((MDirectMenuItem) child).getContributionURI()); 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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
65. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 93) } else if (child 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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
66. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 95) + ((MMenuSeparator) child).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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
67. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 95) + ((MMenuSeparator) child).getLabel()); 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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
68. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 107) public static void printToolOut(int level, MToolBarContribution tbc) { Discouraged access: The type MToolBarContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
69. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 108) for (MToolBarElement child : tbc.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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
70. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 108) for (MToolBarElement child : tbc.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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
71. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 111) + child.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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
72. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 112) if (child instanceof 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
73. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 114) + ((MDirectToolItem) child).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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
74. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 114) + ((MDirectToolItem) child).getContributionURI()); 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
75. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 115) printIcon(level, (MUILabel) child); 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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
76. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 116) } else if (child instanceof MHandledToolItem) { Discouraged access: The type MHandledToolItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
77. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 118) + ((MHandledToolItem) child).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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
78. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 118) + ((MHandledToolItem) child).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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
79. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 118) + ((MHandledToolItem) child).getCommand() Discouraged access: The type MHandledToolItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
80. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 120) printIcon(level, (MUILabel) child); 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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
81. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 121) } else if (child 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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
82. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 127) public static void setupActionBuilderStructure(MMenu menuBar) { 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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
83. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 128) MMenu file = MenuFactoryImpl.eINSTANCE.createMenu(); 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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
84. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 128) MMenu file = MenuFactoryImpl.eINSTANCE.createMenu(); 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
85. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 128) MMenu file = MenuFactoryImpl.eINSTANCE.createMenu(); Discouraged access: The method createMenu() 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
86. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 128) MMenu file = MenuFactoryImpl.eINSTANCE.createMenu(); 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
87. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 129) file.setElementId("file"); 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
88. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 130) file.setLabel("&File"); 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
89. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 131) menuBar.getChildren().add(file); Discouraged access: The method getChildren() from the type MElementContainer<MMenuElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
90. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 133) MDirectMenuItem item = MenuFactoryImpl.eINSTANCE.createDirectMenuItem(); 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/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
91. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 133) MDirectMenuItem item = MenuFactoryImpl.eINSTANCE.createDirectMenuItem(); Discouraged access: The method createDirectMenuItem() 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
92. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 133) MDirectMenuItem item = MenuFactoryImpl.eINSTANCE.createDirectMenuItem(); 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
93. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 133) MDirectMenuItem item = MenuFactoryImpl.eINSTANCE.createDirectMenuItem(); 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
94. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 134) item.setElementId("refresh"); 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
95. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 135) item.setLabel("Re&fresh"); 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
96. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 136) file.getChildren().add(item); Discouraged access: The method getChildren() from the type MElementContainer<MMenuElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
97. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 138) item = MenuFactoryImpl.eINSTANCE.createDirectMenuItem(); 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
98. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 138) item = MenuFactoryImpl.eINSTANCE.createDirectMenuItem(); Discouraged access: The method createDirectMenuItem() 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |
99. WARNING in /src/org/eclipse/e4/ui/menu/tests/TestUtil.java (at line 138) item = MenuFactoryImpl.eINSTANCE.createDirectMenuItem(); 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/v20110516/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110517-2030.jar |