errors | others warnings | forbidden warnings | discouraged warnings |
top | others warnings | forbidden warnings | discouraged warnings |
top | errors | forbidden warnings | discouraged warnings |
1. WARNING in /src/org/eclipse/e4/core/commands/tests/TestActivator.java (at line 43) public void log(ServiceReference sr, int level, String message) { ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized |
2. WARNING in /src/org/eclipse/e4/core/commands/tests/TestActivator.java (at line 48) public void log(ServiceReference sr, int level, String message, ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized |
top | errors | others warnings | discouraged warnings |
top | errors | others warnings | forbidden warnings |
1. WARNING in /src/org/eclipse/e4/core/commands/tests/DefineCommandsTest.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/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
2. WARNING in /src/org/eclipse/e4/core/commands/tests/DefineCommandsTest.java (at line 8) import org.eclipse.e4.core.commands.ECommandService; Discouraged access: The type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
3. WARNING in /src/org/eclipse/e4/core/commands/tests/DefineCommandsTest.java (at line 9) 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/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
4. WARNING in /src/org/eclipse/e4/core/commands/tests/DefineCommandsTest.java (at line 10) 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/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
5. WARNING in /src/org/eclipse/e4/core/commands/tests/DefineCommandsTest.java (at line 19) ECommandService cs = (ECommandService) workbenchContext Discouraged access: The type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
6. WARNING in /src/org/eclipse/e4/core/commands/tests/DefineCommandsTest.java (at line 19) ECommandService cs = (ECommandService) workbenchContext Discouraged access: The type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
7. WARNING in /src/org/eclipse/e4/core/commands/tests/DefineCommandsTest.java (at line 19) ECommandService cs = (ECommandService) workbenchContext .get(ECommandService.class.getName()); Discouraged access: The method get(String) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
8. WARNING in /src/org/eclipse/e4/core/commands/tests/DefineCommandsTest.java (at line 20) .get(ECommandService.class.getName()); Discouraged access: The type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
9. WARNING in /src/org/eclipse/e4/core/commands/tests/DefineCommandsTest.java (at line 22) assertNotNull(cs.defineCategory(TEST_CAT1, "CAT1", null)); Discouraged access: The method defineCategory(String, String, String) from the type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
10. WARNING in /src/org/eclipse/e4/core/commands/tests/DefineCommandsTest.java (at line 23) Category category = cs.getCategory(TEST_CAT1); Discouraged access: The method getCategory(String) from the type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
11. WARNING in /src/org/eclipse/e4/core/commands/tests/DefineCommandsTest.java (at line 25) assertNotNull("command1", cs.defineCommand(TEST_ID1, "ID1", null, category, null)); Discouraged access: The method defineCommand(String, String, String, Category, IParameter[]) from the type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
12. WARNING in /src/org/eclipse/e4/core/commands/tests/DefineCommandsTest.java (at line 27) assertNotNull("command2", cs.defineCommand(TEST_ID2, "ID2", null, category, null)); Discouraged access: The method defineCommand(String, String, String, Category, IParameter[]) from the type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
13. WARNING in /src/org/eclipse/e4/core/commands/tests/DefineCommandsTest.java (at line 30) Command cmd1 = cs.getCommand(TEST_ID1); Discouraged access: The method getCommand(String) from the type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
14. WARNING in /src/org/eclipse/e4/core/commands/tests/DefineCommandsTest.java (at line 33) assertNotNull("get command2", cs.getCommand(TEST_ID2)); Discouraged access: The method getCommand(String) from the type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
15. WARNING in /src/org/eclipse/e4/core/commands/tests/DefineCommandsTest.java (at line 35) assertNotNull("parameterized command", cs.createCommand(TEST_ID1, null)); Discouraged access: The method createCommand(String, Map) from the type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
16. WARNING in /src/org/eclipse/e4/core/commands/tests/DefineCommandsTest.java (at line 39) IEclipseContext localContext = workbenchContext.createChild(); 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/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
17. WARNING in /src/org/eclipse/e4/core/commands/tests/DefineCommandsTest.java (at line 39) IEclipseContext localContext = workbenchContext.createChild(); Discouraged access: The method createChild() 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/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
18. WARNING in /src/org/eclipse/e4/core/commands/tests/DefineCommandsTest.java (at line 40) ECommandService cs = (ECommandService) localContext Discouraged access: The type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
19. WARNING in /src/org/eclipse/e4/core/commands/tests/DefineCommandsTest.java (at line 40) ECommandService cs = (ECommandService) localContext Discouraged access: The type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
20. WARNING in /src/org/eclipse/e4/core/commands/tests/DefineCommandsTest.java (at line 40) ECommandService cs = (ECommandService) localContext .get(ECommandService.class.getName()); Discouraged access: The method get(String) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
21. WARNING in /src/org/eclipse/e4/core/commands/tests/DefineCommandsTest.java (at line 41) .get(ECommandService.class.getName()); Discouraged access: The type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
22. WARNING in /src/org/eclipse/e4/core/commands/tests/DefineCommandsTest.java (at line 43) assertNotNull(cs.defineCategory(TEST_CAT1, "CAT1", null)); Discouraged access: The method defineCategory(String, String, String) from the type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
23. WARNING in /src/org/eclipse/e4/core/commands/tests/DefineCommandsTest.java (at line 44) Category category = cs.getCategory(TEST_CAT1); Discouraged access: The method getCategory(String) from the type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
24. WARNING in /src/org/eclipse/e4/core/commands/tests/DefineCommandsTest.java (at line 46) assertNotNull("command1", cs.defineCommand(TEST_ID1, "ID1", null, category, null)); Discouraged access: The method defineCommand(String, String, String, Category, IParameter[]) from the type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
25. WARNING in /src/org/eclipse/e4/core/commands/tests/DefineCommandsTest.java (at line 48) assertNotNull("command2", cs.defineCommand(TEST_ID2, "ID2", null, category, null)); Discouraged access: The method defineCommand(String, String, String, Category, IParameter[]) from the type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
26. WARNING in /src/org/eclipse/e4/core/commands/tests/DefineCommandsTest.java (at line 51) Command cmd1 = cs.getCommand(TEST_ID1); Discouraged access: The method getCommand(String) from the type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
27. WARNING in /src/org/eclipse/e4/core/commands/tests/DefineCommandsTest.java (at line 54) assertNotNull("get command2", cs.getCommand(TEST_ID2)); Discouraged access: The method getCommand(String) from the type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
28. WARNING in /src/org/eclipse/e4/core/commands/tests/DefineCommandsTest.java (at line 58) IEclipseContext localContext = workbenchContext.createChild("Level1"); 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/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
29. WARNING in /src/org/eclipse/e4/core/commands/tests/DefineCommandsTest.java (at line 58) IEclipseContext localContext = workbenchContext.createChild("Level1"); Discouraged access: The method createChild(String) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
30. WARNING in /src/org/eclipse/e4/core/commands/tests/DefineCommandsTest.java (at line 59) ECommandService cs = (ECommandService) localContext Discouraged access: The type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
31. WARNING in /src/org/eclipse/e4/core/commands/tests/DefineCommandsTest.java (at line 59) ECommandService cs = (ECommandService) localContext Discouraged access: The type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
32. WARNING in /src/org/eclipse/e4/core/commands/tests/DefineCommandsTest.java (at line 59) ECommandService cs = (ECommandService) localContext .get(ECommandService.class.getName()); Discouraged access: The method get(String) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
33. WARNING in /src/org/eclipse/e4/core/commands/tests/DefineCommandsTest.java (at line 60) .get(ECommandService.class.getName()); Discouraged access: The type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
34. WARNING in /src/org/eclipse/e4/core/commands/tests/DefineCommandsTest.java (at line 62) assertNotNull(cs.defineCategory(TEST_CAT1, "CAT1", null)); Discouraged access: The method defineCategory(String, String, String) from the type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
35. WARNING in /src/org/eclipse/e4/core/commands/tests/DefineCommandsTest.java (at line 63) Category category = cs.getCategory(TEST_CAT1); Discouraged access: The method getCategory(String) from the type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
36. WARNING in /src/org/eclipse/e4/core/commands/tests/DefineCommandsTest.java (at line 65) assertNotNull("command1", cs.defineCommand(TEST_ID1, "ID1", null, category, null)); Discouraged access: The method defineCommand(String, String, String, Category, IParameter[]) from the type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
37. WARNING in /src/org/eclipse/e4/core/commands/tests/DefineCommandsTest.java (at line 67) assertNotNull("command2", cs.defineCommand(TEST_ID2, "ID2", null, category, null)); Discouraged access: The method defineCommand(String, String, String, Category, IParameter[]) from the type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
38. WARNING in /src/org/eclipse/e4/core/commands/tests/DefineCommandsTest.java (at line 70) cs = (ECommandService) workbenchContext.get(ECommandService.class Discouraged access: The type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
39. WARNING in /src/org/eclipse/e4/core/commands/tests/DefineCommandsTest.java (at line 70) cs = (ECommandService) workbenchContext.get(ECommandService.class .getName()); Discouraged access: The method get(String) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
40. WARNING in /src/org/eclipse/e4/core/commands/tests/DefineCommandsTest.java (at line 70) cs = (ECommandService) workbenchContext.get(ECommandService.class Discouraged access: The type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
41. WARNING in /src/org/eclipse/e4/core/commands/tests/DefineCommandsTest.java (at line 72) Command cmd1 = cs.getCommand(TEST_ID1); Discouraged access: The method getCommand(String) from the type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
42. WARNING in /src/org/eclipse/e4/core/commands/tests/DefineCommandsTest.java (at line 75) assertNotNull("get command2", cs.getCommand(TEST_ID2)); Discouraged access: The method getCommand(String) from the type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
43. WARNING in /src/org/eclipse/e4/core/commands/tests/DefineCommandsTest.java (at line 78) private IEclipseContext workbenchContext; 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/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
44. WARNING in /src/org/eclipse/e4/core/commands/tests/DefineCommandsTest.java (at line 82) IEclipseContext globalContext = TestActivator.getDefault().getGlobalContext(); 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/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
45. WARNING in /src/org/eclipse/e4/core/commands/tests/DefineCommandsTest.java (at line 83) workbenchContext = globalContext.createChild("workbenchContext"); Discouraged access: The method createChild(String) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
46. WARNING in /src/org/eclipse/e4/core/commands/tests/DefineCommandsTest.java (at line 84) ContextInjectionFactory.make(CommandServiceAddon.class, workbenchContext); 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/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
47. WARNING in /src/org/eclipse/e4/core/commands/tests/DefineCommandsTest.java (at line 84) ContextInjectionFactory.make(CommandServiceAddon.class, workbenchContext); 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/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
48. WARNING in /src/org/eclipse/e4/core/commands/tests/DefineCommandsTest.java (at line 84) ContextInjectionFactory.make(CommandServiceAddon.class, workbenchContext); 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/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
49. WARNING in /src/org/eclipse/e4/core/commands/tests/DefineCommandsTest.java (at line 89) workbenchContext.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/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
1. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 25) 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/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
2. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 26) import org.eclipse.e4.core.commands.ECommandService; Discouraged access: The type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
3. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 27) import org.eclipse.e4.core.commands.EHandlerService; Discouraged access: The type EHandlerService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
4. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 28) 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/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
5. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 29) 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/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
6. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 30) import org.eclipse.e4.core.di.annotations.CanExecute; Discouraged access: The type CanExecute is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.di_0.9.0.v20101202-1530.jar |
7. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 31) import org.eclipse.e4.core.di.annotations.Execute; Discouraged access: The type Execute is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.di_0.9.0.v20101202-1530.jar |
8. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 32) import org.eclipse.e4.core.di.annotations.Optional; Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.di_0.9.0.v20101202-1530.jar |
9. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 46) @CanExecute Discouraged access: The type CanExecute is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.di_0.9.0.v20101202-1530.jar |
10. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 52) @Execute Discouraged access: The type Execute is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.di_0.9.0.v20101202-1530.jar |
11. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 63) EHandlerService hs = (EHandlerService) workbenchContext Discouraged access: The type EHandlerService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
12. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 63) EHandlerService hs = (EHandlerService) workbenchContext Discouraged access: The type EHandlerService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
13. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 63) EHandlerService hs = (EHandlerService) workbenchContext .get(EHandlerService.class.getName()); Discouraged access: The method get(String) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
14. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 64) .get(EHandlerService.class.getName()); Discouraged access: The type EHandlerService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
15. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 66) hs.activateHandler(TEST_ID1, handler); Discouraged access: The method activateHandler(String, Object) from the type EHandlerService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
16. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 69) ECommandService cs = (ECommandService) workbenchContext Discouraged access: The type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
17. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 69) ECommandService cs = (ECommandService) workbenchContext Discouraged access: The type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
18. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 69) ECommandService cs = (ECommandService) workbenchContext .get(ECommandService.class.getName()); Discouraged access: The method get(String) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
19. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 70) .get(ECommandService.class.getName()); Discouraged access: The type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
20. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 71) ParameterizedCommand cmd = cs.createCommand(TEST_ID1, null); Discouraged access: The method createCommand(String, Map) from the type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
21. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 72) assertTrue(hs.canExecute(cmd)); Discouraged access: The method canExecute(ParameterizedCommand) from the type EHandlerService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
22. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 74) assertEquals(Boolean.TRUE, hs.executeHandler(cmd)); Discouraged access: The method executeHandler(ParameterizedCommand) from the type EHandlerService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
23. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 80) EHandlerService hs = (EHandlerService) workbenchContext Discouraged access: The type EHandlerService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
24. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 80) EHandlerService hs = (EHandlerService) workbenchContext Discouraged access: The type EHandlerService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
25. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 80) EHandlerService hs = (EHandlerService) workbenchContext .get(EHandlerService.class.getName()); Discouraged access: The method get(String) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
26. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 81) .get(EHandlerService.class.getName()); Discouraged access: The type EHandlerService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
27. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 83) hs.activateHandler(TEST_ID1, handler); Discouraged access: The method activateHandler(String, Object) from the type EHandlerService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
28. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 86) ECommandService cs = (ECommandService) workbenchContext Discouraged access: The type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
29. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 86) ECommandService cs = (ECommandService) workbenchContext Discouraged access: The type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
30. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 86) ECommandService cs = (ECommandService) workbenchContext .get(ECommandService.class.getName()); Discouraged access: The method get(String) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
31. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 87) .get(ECommandService.class.getName()); Discouraged access: The type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
32. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 88) ParameterizedCommand cmd = cs.createCommand(TEST_ID1, null); Discouraged access: The method createCommand(String, Map) from the type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
33. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 89) assertTrue(hs.canExecute(cmd)); Discouraged access: The method canExecute(ParameterizedCommand) from the type EHandlerService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
34. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 91) hs.deactivateHandler(TEST_ID1, handler); Discouraged access: The method deactivateHandler(String, Object) from the type EHandlerService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
35. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 92) assertNull(hs.executeHandler(cmd)); Discouraged access: The method executeHandler(ParameterizedCommand) from the type EHandlerService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
36. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 98) IEclipseContext c1 = workbenchContext.createChild("c1"); 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/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
37. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 98) IEclipseContext c1 = workbenchContext.createChild("c1"); Discouraged access: The method createChild(String) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
38. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 99) c1.activate(); Discouraged access: The method activate() 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/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
39. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 100) EHandlerService h1 = (EHandlerService) c1.get(EHandlerService.class Discouraged access: The type EHandlerService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
40. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 100) EHandlerService h1 = (EHandlerService) c1.get(EHandlerService.class Discouraged access: The type EHandlerService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
41. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 100) EHandlerService h1 = (EHandlerService) c1.get(EHandlerService.class .getName()); Discouraged access: The method get(String) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
42. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 100) EHandlerService h1 = (EHandlerService) c1.get(EHandlerService.class Discouraged access: The type EHandlerService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
43. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 103) h1.activateHandler(TEST_ID1, handler1); Discouraged access: The method activateHandler(String, Object) from the type EHandlerService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
44. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 104) ECommandService cs = (ECommandService) c1.get(ECommandService.class Discouraged access: The type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
45. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 104) ECommandService cs = (ECommandService) c1.get(ECommandService.class Discouraged access: The type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
46. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 104) ECommandService cs = (ECommandService) c1.get(ECommandService.class .getName()); Discouraged access: The method get(String) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
47. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 104) ECommandService cs = (ECommandService) c1.get(ECommandService.class Discouraged access: The type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
48. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 106) ParameterizedCommand cmd = cs.createCommand(TEST_ID1, null); Discouraged access: The method createCommand(String, Map) from the type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
49. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 107) assertTrue(h1.canExecute(cmd)); Discouraged access: The method canExecute(ParameterizedCommand) from the type EHandlerService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
50. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 108) EHandlerService wHS = (EHandlerService) workbenchContext Discouraged access: The type EHandlerService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
51. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 108) EHandlerService wHS = (EHandlerService) workbenchContext Discouraged access: The type EHandlerService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
52. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 108) EHandlerService wHS = (EHandlerService) workbenchContext .get(EHandlerService.class.getName()); Discouraged access: The method get(String) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
53. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 109) .get(EHandlerService.class.getName()); Discouraged access: The type EHandlerService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
54. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 110) assertTrue(wHS.canExecute(cmd)); Discouraged access: The method canExecute(ParameterizedCommand) from the type EHandlerService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
55. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 114) ECommandService cs = (ECommandService) workbenchContext Discouraged access: The type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
56. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 114) ECommandService cs = (ECommandService) workbenchContext Discouraged access: The type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
57. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 114) ECommandService cs = (ECommandService) workbenchContext .get(ECommandService.class.getName()); Discouraged access: The method get(String) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
58. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 115) .get(ECommandService.class.getName()); Discouraged access: The type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
59. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 116) ParameterizedCommand cmd = cs.createCommand(TEST_ID1, null); Discouraged access: The method createCommand(String, Map) from the type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
60. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 117) EHandlerService wHS = (EHandlerService) workbenchContext Discouraged access: The type EHandlerService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
61. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 117) EHandlerService wHS = (EHandlerService) workbenchContext Discouraged access: The type EHandlerService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
62. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 117) EHandlerService wHS = (EHandlerService) workbenchContext .get(EHandlerService.class.getName()); Discouraged access: The method get(String) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
63. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 118) .get(EHandlerService.class.getName()); Discouraged access: The type EHandlerService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
64. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 120) IEclipseContext c1 = workbenchContext.createChild("c1"); 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/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
65. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 120) IEclipseContext c1 = workbenchContext.createChild("c1"); Discouraged access: The method createChild(String) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
66. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 121) c1.activate(); Discouraged access: The method activate() 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/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
67. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 122) EHandlerService h1 = (EHandlerService) c1.get(EHandlerService.class Discouraged access: The type EHandlerService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
68. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 122) EHandlerService h1 = (EHandlerService) c1.get(EHandlerService.class Discouraged access: The type EHandlerService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
69. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 122) EHandlerService h1 = (EHandlerService) c1.get(EHandlerService.class .getName()); Discouraged access: The method get(String) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
70. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 122) EHandlerService h1 = (EHandlerService) c1.get(EHandlerService.class Discouraged access: The type EHandlerService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
71. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 125) h1.activateHandler(TEST_ID1, handler1); Discouraged access: The method activateHandler(String, Object) from the type EHandlerService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
72. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 127) IEclipseContext c2 = workbenchContext.createChild("c2"); 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/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
73. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 127) IEclipseContext c2 = workbenchContext.createChild("c2"); Discouraged access: The method createChild(String) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
74. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 128) EHandlerService h2 = (EHandlerService) c2.get(EHandlerService.class Discouraged access: The type EHandlerService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
75. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 128) EHandlerService h2 = (EHandlerService) c2.get(EHandlerService.class Discouraged access: The type EHandlerService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
76. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 128) EHandlerService h2 = (EHandlerService) c2.get(EHandlerService.class .getName()); Discouraged access: The method get(String) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
77. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 128) EHandlerService h2 = (EHandlerService) c2.get(EHandlerService.class Discouraged access: The type EHandlerService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
78. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 131) h2.activateHandler(TEST_ID1, handler2); Discouraged access: The method activateHandler(String, Object) from the type EHandlerService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
79. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 135) assertEquals(Boolean.TRUE, wHS.executeHandler(cmd)); Discouraged access: The method executeHandler(ParameterizedCommand) from the type EHandlerService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
80. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 143) ECommandService cs = (ECommandService) workbenchContext Discouraged access: The type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
81. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 143) ECommandService cs = (ECommandService) workbenchContext Discouraged access: The type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
82. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 143) ECommandService cs = (ECommandService) workbenchContext .get(ECommandService.class.getName()); Discouraged access: The method get(String) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
83. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 144) .get(ECommandService.class.getName()); Discouraged access: The type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
84. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 145) ParameterizedCommand cmd = cs.createCommand(TEST_ID1, null); Discouraged access: The method createCommand(String, Map) from the type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
85. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 146) EHandlerService wHS = (EHandlerService) workbenchContext Discouraged access: The type EHandlerService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
86. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 146) EHandlerService wHS = (EHandlerService) workbenchContext Discouraged access: The type EHandlerService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
87. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 146) EHandlerService wHS = (EHandlerService) workbenchContext .get(EHandlerService.class.getName()); Discouraged access: The method get(String) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
88. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 147) .get(EHandlerService.class.getName()); Discouraged access: The type EHandlerService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
89. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 149) IEclipseContext c1 = workbenchContext.createChild("c1"); 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/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
90. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 149) IEclipseContext c1 = workbenchContext.createChild("c1"); Discouraged access: The method createChild(String) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
91. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 150) c1.activate(); Discouraged access: The method activate() 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/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
92. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 151) EHandlerService h1 = (EHandlerService) c1.get(EHandlerService.class Discouraged access: The type EHandlerService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
93. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 151) EHandlerService h1 = (EHandlerService) c1.get(EHandlerService.class Discouraged access: The type EHandlerService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
94. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 151) EHandlerService h1 = (EHandlerService) c1.get(EHandlerService.class .getName()); Discouraged access: The method get(String) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
95. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 151) EHandlerService h1 = (EHandlerService) c1.get(EHandlerService.class Discouraged access: The type EHandlerService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
96. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 154) h1.activateHandler(TEST_ID1, handler1); Discouraged access: The method activateHandler(String, Object) from the type EHandlerService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
97. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 156) IEclipseContext c2 = workbenchContext.createChild("c2"); 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/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
98. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 156) IEclipseContext c2 = workbenchContext.createChild("c2"); Discouraged access: The method createChild(String) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
99. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 157) EHandlerService h2 = (EHandlerService) c2.get(EHandlerService.class .getName()); Discouraged access: The method get(String) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
100. WARNING in /src/org/eclipse/e4/core/commands/tests/HandlerTest.java (at line 157) EHandlerService h2 = (EHandlerService) c2.get(EHandlerService.class Discouraged access: The type EHandlerService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.commands_0.9.0.v20101125-1630.jar |
1. WARNING in /src/org/eclipse/e4/core/commands/tests/TestActivator.java (at line 3) import org.eclipse.e4.core.contexts.EclipseContextFactory; Discouraged access: The type EclipseContextFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
2. WARNING in /src/org/eclipse/e4/core/commands/tests/TestActivator.java (at line 4) 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/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
3. WARNING in /src/org/eclipse/e4/core/commands/tests/TestActivator.java (at line 15) private 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/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
4. WARNING in /src/org/eclipse/e4/core/commands/tests/TestActivator.java (at line 16) private IEclipseContext serviceContext; 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/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
5. WARNING in /src/org/eclipse/e4/core/commands/tests/TestActivator.java (at line 24) serviceContext = EclipseContextFactory.getServiceContext(context); Discouraged access: The type EclipseContextFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
6. WARNING in /src/org/eclipse/e4/core/commands/tests/TestActivator.java (at line 24) serviceContext = EclipseContextFactory.getServiceContext(context); Discouraged access: The method getServiceContext(BundleContext) from the type EclipseContextFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
7. WARNING in /src/org/eclipse/e4/core/commands/tests/TestActivator.java (at line 25) appContext = serviceContext.createChild(); Discouraged access: The method createChild() 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/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
8. WARNING in /src/org/eclipse/e4/core/commands/tests/TestActivator.java (at line 29) private void addLogService(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/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
9. WARNING in /src/org/eclipse/e4/core/commands/tests/TestActivator.java (at line 30) context.set(LogService.class.getName(), new LogService() { public void log(int level, String message) { System.out.println(level + ": " + message); } public void log(int level, String message, Throwable exception) { System.out.println(level + ": " + message); if (exception != null) { exception.printStackTrace(); } } public void log(ServiceReference sr, int level, String message) { // TODO Auto-generated method stub } public void log(ServiceReference sr, int level, String message, Throwable exception) { // TODO Auto-generated method stub } }); 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/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
10. WARNING in /src/org/eclipse/e4/core/commands/tests/TestActivator.java (at line 57) serviceContext.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/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
11. WARNING in /src/org/eclipse/e4/core/commands/tests/TestActivator.java (at line 61) public IEclipseContext getGlobalContext() { 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/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
12. WARNING in /src/org/eclipse/e4/core/commands/tests/TestActivator.java (at line 66) return (PackageAdmin) serviceContext.get(PackageAdmin.class.getName()); Discouraged access: The method get(String) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |