Compiler log for org.eclipse.e4.ui.bindings.tests_0.9.0.v20100428-1730 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 315

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

/src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java : 100 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 165)
Binding about = getTestBinding(ABOUT_ID);
The local variable about is never read

/src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java : 100 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 3)
import java.lang.reflect.InvocationTargetException;
The import java.lang.reflect.InvocationTargetException is never used

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

/src/org/eclipse/e4/ui/bindings/tests/Activator.java : 15 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/bindings/tests/Activator.java
 (at line 4)
import org.eclipse.e4.core.contexts.EclipseContextFactory;
Discouraged access: The type EclipseContextFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
2. WARNING in /src/org/eclipse/e4/ui/bindings/tests/Activator.java
 (at line 5)
import org.eclipse.e4.core.contexts.IEclipseContext;
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
3. WARNING in /src/org/eclipse/e4/ui/bindings/tests/Activator.java
 (at line 6)
import org.eclipse.e4.core.di.IDisposable;
Discouraged access: The type IDisposable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.di/@dot
4. WARNING in /src/org/eclipse/e4/ui/bindings/tests/Activator.java
 (at line 25)
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/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
5. WARNING in /src/org/eclipse/e4/ui/bindings/tests/Activator.java
 (at line 26)
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/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
6. WARNING in /src/org/eclipse/e4/ui/bindings/tests/Activator.java
 (at line 46)
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/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
7. WARNING in /src/org/eclipse/e4/ui/bindings/tests/Activator.java
 (at line 46)
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/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
8. WARNING in /src/org/eclipse/e4/ui/bindings/tests/Activator.java
 (at line 47)
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/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
9. WARNING in /src/org/eclipse/e4/ui/bindings/tests/Activator.java
 (at line 51)
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/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
10. WARNING in /src/org/eclipse/e4/ui/bindings/tests/Activator.java
 (at line 52)
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/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
11. WARNING in /src/org/eclipse/e4/ui/bindings/tests/Activator.java
 (at line 79)
if (serviceContext instanceof IDisposable) {
Discouraged access: The type IDisposable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.di/@dot
12. WARNING in /src/org/eclipse/e4/ui/bindings/tests/Activator.java
 (at line 80)
((IDisposable) serviceContext).dispose();
Discouraged access: The method dispose() from the type IDisposable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.di/@dot
13. WARNING in /src/org/eclipse/e4/ui/bindings/tests/Activator.java
 (at line 80)
((IDisposable) serviceContext).dispose();
Discouraged access: The type IDisposable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.di/@dot
14. WARNING in /src/org/eclipse/e4/ui/bindings/tests/Activator.java
 (at line 85)
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/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
15. WARNING in /src/org/eclipse/e4/ui/bindings/tests/Activator.java
 (at line 90)
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/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot

/src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 12)
import org.eclipse.e4.core.commands.ECommandService;
Discouraged access: The type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.commands/@dot
2. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 13)
import org.eclipse.e4.core.contexts.ContextInjectionFactory;
Discouraged access: The type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
3. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 14)
import org.eclipse.e4.core.contexts.IContextConstants;
Discouraged access: The type IContextConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
4. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 15)
import org.eclipse.e4.core.contexts.IEclipseContext;
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
5. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 16)
import org.eclipse.e4.core.di.IDisposable;
Discouraged access: The type IDisposable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.di/@dot
6. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 17)
import org.eclipse.e4.ui.bindings.EBindingService;
Discouraged access: The type EBindingService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
7. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 18)
import org.eclipse.e4.ui.bindings.internal.BindingTable;
Discouraged access: The type BindingTable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
8. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 19)
import org.eclipse.e4.ui.bindings.internal.BindingTableManager;
Discouraged access: The type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
9. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 20)
import org.eclipse.e4.ui.bindings.internal.ContextSet;
Discouraged access: The type ContextSet is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
10. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 21)
import org.eclipse.e4.ui.internal.services.ActiveContextsFunction;
Discouraged access: The type ActiveContextsFunction is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot
11. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 22)
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/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot
12. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 23)
import org.eclipse.e4.ui.services.IServiceConstants;
Discouraged access: The type IServiceConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot
13. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 44)
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/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
14. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 46)
private void defineCommands(IEclipseContext context) {
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
15. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 47)
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/I20100618-1645/plugins/org.eclipse.e4.core.commands/@dot
16. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 47)
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/I20100618-1645/plugins/org.eclipse.e4.core.commands/@dot
17. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 47)
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/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
18. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 48)
.get(ECommandService.class.getName());
Discouraged access: The type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.commands/@dot
19. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 49)
Category category = 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/I20100618-1645/plugins/org.eclipse.e4.core.commands/@dot
20. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 50)
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/I20100618-1645/plugins/org.eclipse.e4.core.commands/@dot
21. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 51)
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/I20100618-1645/plugins/org.eclipse.e4.core.commands/@dot
22. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 56)
IEclipseContext globalContext = Activator.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/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
23. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 57)
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/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
24. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 63)
private void defineContexts(IEclipseContext context) {
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
25. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 65)
context.set(ContextManager.class.getName(), contextManager);
Discouraged access: The method set(String, Object) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
26. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 66)
ContextSet.setComparator(new ContextSet.CComp(contextManager));
Discouraged access: The method setComparator(Comparator<Context>) from the type ContextSet is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
27. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 66)
ContextSet.setComparator(new ContextSet.CComp(contextManager));
Discouraged access: The type ContextSet is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
28. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 66)
ContextSet.setComparator(new ContextSet.CComp(contextManager));
Discouraged access: The constructor ContextSet.CComp(ContextManager) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
29. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 66)
ContextSet.setComparator(new ContextSet.CComp(contextManager));
Discouraged access: The type ContextSet.CComp is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
30. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 66)
ContextSet.setComparator(new ContextSet.CComp(contextManager));
Discouraged access: The type ContextSet is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
31. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 72)
EContextService cs = (EContextService) context
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/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot
32. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 72)
EContextService cs = (EContextService) context
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/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot
33. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 72)
EContextService cs = (EContextService) context .get(EContextService.class.getName());
Discouraged access: The method get(String) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
34. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 73)
.get(EContextService.class.getName());
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/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot
35. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 74)
cs.activateContext(ID_DIALOG_AND_WINDOW);
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/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot
36. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 75)
context.set(IServiceConstants.ACTIVE_CONTEXTS, new ActiveContextsFunction());
Discouraged access: The method set(String, Object) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
37. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 75)
context.set(IServiceConstants.ACTIVE_CONTEXTS,
Discouraged access: The type IServiceConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot
38. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 75)
context.set(IServiceConstants.ACTIVE_CONTEXTS,
Discouraged access: The field ACTIVE_CONTEXTS from the type IServiceConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot
39. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 76)
new ActiveContextsFunction());
Discouraged access: The constructor ActiveContextsFunction() is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot
40. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 76)
new ActiveContextsFunction());
Discouraged access: The type ActiveContextsFunction is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot
41. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 79)
private void defineBindingTables(IEclipseContext context) {
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
42. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 80)
BindingTableManager btm = (BindingTableManager) ContextInjectionFactory
Discouraged access: The type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
43. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 80)
BindingTableManager btm = (BindingTableManager) ContextInjectionFactory
Discouraged access: The type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
44. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 80)
BindingTableManager btm = (BindingTableManager) ContextInjectionFactory
Discouraged access: The type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
45. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 80)
BindingTableManager btm = (BindingTableManager) ContextInjectionFactory .make(BindingTableManager.class, context);
Discouraged access: The method make(Class<BindingTableManager>, IEclipseContext) from the type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
46. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 81)
.make(BindingTableManager.class, context);
Discouraged access: The type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
47. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 82)
context.set(BindingTableManager.class.getName(), btm);
Discouraged access: The method set(String, Object) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
48. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 82)
context.set(BindingTableManager.class.getName(), btm);
Discouraged access: The type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
49. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 83)
ContextManager cm = (ContextManager) context .get(ContextManager.class.getName());
Discouraged access: The method get(String) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
50. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 85)
btm.addTable(new BindingTable(cm.getContext(ID_DIALOG_AND_WINDOW)));
Discouraged access: The method addTable(BindingTable) from the type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
51. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 85)
btm.addTable(new BindingTable(cm.getContext(ID_DIALOG_AND_WINDOW)));
Discouraged access: The constructor BindingTable(Context) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
52. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 85)
btm.addTable(new BindingTable(cm.getContext(ID_DIALOG_AND_WINDOW)));
Discouraged access: The type BindingTable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
53. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 86)
btm.addTable(new BindingTable(cm.getContext(ID_WINDOW)));
Discouraged access: The method addTable(BindingTable) from the type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
54. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 86)
btm.addTable(new BindingTable(cm.getContext(ID_WINDOW)));
Discouraged access: The constructor BindingTable(Context) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
55. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 86)
btm.addTable(new BindingTable(cm.getContext(ID_WINDOW)));
Discouraged access: The type BindingTable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
56. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 87)
btm.addTable(new BindingTable(cm.getContext(ID_DIALOG)));
Discouraged access: The method addTable(BindingTable) from the type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
57. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 87)
btm.addTable(new BindingTable(cm.getContext(ID_DIALOG)));
Discouraged access: The constructor BindingTable(Context) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
58. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 87)
btm.addTable(new BindingTable(cm.getContext(ID_DIALOG)));
Discouraged access: The type BindingTable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
59. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 92)
if (workbenchContext instanceof IDisposable) {
Discouraged access: The type IDisposable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.di/@dot
60. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 93)
((IDisposable) workbenchContext).dispose();
Discouraged access: The method dispose() from the type IDisposable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.di/@dot
61. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 93)
((IDisposable) workbenchContext).dispose();
Discouraged access: The type IDisposable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.di/@dot
62. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 99)
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/I20100618-1645/plugins/org.eclipse.e4.core.commands/@dot
63. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 99)
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/I20100618-1645/plugins/org.eclipse.e4.core.commands/@dot
64. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 99)
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/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
65. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 100)
.get(ECommandService.class.getName());
Discouraged access: The type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.commands/@dot
66. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 101)
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/I20100618-1645/plugins/org.eclipse.e4.core.commands/@dot
67. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 102)
EBindingService bs = (EBindingService) workbenchContext
Discouraged access: The type EBindingService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
68. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 102)
EBindingService bs = (EBindingService) workbenchContext
Discouraged access: The type EBindingService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
69. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 102)
EBindingService bs = (EBindingService) workbenchContext .get(EBindingService.class.getName());
Discouraged access: The method get(String) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
70. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 103)
.get(EBindingService.class.getName());
Discouraged access: The type EBindingService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
71. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 104)
TriggerSequence seq = bs.createSequence("CTRL+5 T");
Discouraged access: The method createSequence(String) from the type EBindingService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
72. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 106)
bs.activateBinding(db);
Discouraged access: The method activateBinding(Binding) from the type EBindingService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
73. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 107)
Binding perfectMatch = bs.getPerfectMatch(seq);
Discouraged access: The method getPerfectMatch(TriggerSequence) from the type EBindingService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
74. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 109)
bs.deactivateBinding(db);
Discouraged access: The method deactivateBinding(Binding) from the type EBindingService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
75. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 110)
assertNull(bs.getPerfectMatch(seq));
Discouraged access: The method getPerfectMatch(TriggerSequence) from the type EBindingService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
76. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 112)
bs.activateBinding(db);
Discouraged access: The method activateBinding(Binding) from the type EBindingService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
77. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 113)
assertEquals(cmd, bs.getPerfectMatch(seq).getParameterizedCommand());
Discouraged access: The method getPerfectMatch(TriggerSequence) from the type EBindingService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
78. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 117)
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/I20100618-1645/plugins/org.eclipse.e4.core.commands/@dot
79. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 117)
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/I20100618-1645/plugins/org.eclipse.e4.core.commands/@dot
80. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 117)
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/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
81. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 118)
.get(ECommandService.class.getName());
Discouraged access: The type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.commands/@dot
82. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 119)
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/I20100618-1645/plugins/org.eclipse.e4.core.commands/@dot
83. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 120)
EBindingService bs = (EBindingService) workbenchContext
Discouraged access: The type EBindingService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
84. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 120)
EBindingService bs = (EBindingService) workbenchContext
Discouraged access: The type EBindingService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
85. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 120)
EBindingService bs = (EBindingService) workbenchContext .get(EBindingService.class.getName());
Discouraged access: The method get(String) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
86. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 121)
.get(EBindingService.class.getName());
Discouraged access: The type EBindingService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
87. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 122)
TriggerSequence seq = bs.createSequence("CTRL+5 T");
Discouraged access: The method createSequence(String) from the type EBindingService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
88. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 123)
TriggerSequence seq2 = bs.createSequence("CTRL+2 X");
Discouraged access: The method createSequence(String) from the type EBindingService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
89. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 125)
bs.activateBinding(db);
Discouraged access: The method activateBinding(Binding) from the type EBindingService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
90. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 127)
bs.activateBinding(db);
Discouraged access: The method activateBinding(Binding) from the type EBindingService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
91. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 129)
assertEquals(cmd, bs.getPerfectMatch(seq).getParameterizedCommand());
Discouraged access: The method getPerfectMatch(TriggerSequence) from the type EBindingService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
92. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 130)
assertEquals(cmd, bs.getPerfectMatch(seq2).getParameterizedCommand());
Discouraged access: The method getPerfectMatch(TriggerSequence) from the type EBindingService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
93. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 134)
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/I20100618-1645/plugins/org.eclipse.e4.core.commands/@dot
94. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 134)
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/I20100618-1645/plugins/org.eclipse.e4.core.commands/@dot
95. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 134)
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/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
96. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 135)
.get(ECommandService.class.getName());
Discouraged access: The type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.commands/@dot
97. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 136)
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/I20100618-1645/plugins/org.eclipse.e4.core.commands/@dot
98. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 137)
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/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
99. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 137)
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/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
100. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingLookupTest.java
 (at line 138)
workbenchContext.set(IContextConstants.ACTIVE_CHILD, c1);
Discouraged access: The field ACTIVE_CHILD from the type IContextConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot

/src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 16)
import org.eclipse.e4.core.contexts.ContextInjectionFactory;
Discouraged access: The type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
2. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 17)
import org.eclipse.e4.core.contexts.IEclipseContext;
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
3. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 18)
import org.eclipse.e4.ui.bindings.internal.BindingTable;
Discouraged access: The type BindingTable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
4. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 19)
import org.eclipse.e4.ui.bindings.internal.BindingTableManager;
Discouraged access: The type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
5. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 20)
import org.eclipse.e4.ui.bindings.internal.ContextSet;
Discouraged access: The type ContextSet is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
6. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 70)
static 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/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
7. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 75)
IEclipseContext globalContext = Activator.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/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
8. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 76)
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/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
9. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 79)
ContextSet.setComparator(new ContextSet.CComp(contextManager));
Discouraged access: The type ContextSet is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
10. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 79)
ContextSet.setComparator(new ContextSet.CComp(contextManager));
Discouraged access: The method setComparator(Comparator<Context>) from the type ContextSet is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
11. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 79)
ContextSet.setComparator(new ContextSet.CComp(contextManager));
Discouraged access: The constructor ContextSet.CComp(ContextManager) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
12. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 79)
ContextSet.setComparator(new ContextSet.CComp(contextManager));
Discouraged access: The type ContextSet.CComp is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
13. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 79)
ContextSet.setComparator(new ContextSet.CComp(contextManager));
Discouraged access: The type ContextSet is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
14. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 108)
BindingTable table = loadTable(ID_DIALOG_AND_WINDOW);
Discouraged access: The type BindingTable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
15. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 111)
Binding match = table.getPerfectMatch(aboutSeq);
Discouraged access: The method getPerfectMatch(TriggerSequence) from the type BindingTable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
16. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 113)
assertEquals(aboutSeq, table.getBestSequenceFor( about.getParameterizedCommand()).getTriggerSequence());
Discouraged access: The method getBestSequenceFor(ParameterizedCommand) from the type BindingTable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
17. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 116)
Collection<Binding> sequences = table.getSequencesFor(about .getParameterizedCommand());
Discouraged access: The method getSequencesFor(ParameterizedCommand) from the type BindingTable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
18. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 122)
Collection<Binding> partialMatches = table.getPartialMatches(prefix);
Discouraged access: The method getPartialMatches(TriggerSequence) from the type BindingTable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
19. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 128)
BindingTable table = loadTable(ID_WINDOW);
Discouraged access: The type BindingTable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
20. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 133)
Binding match1 = table.getPerfectMatch(ctrlV);
Discouraged access: The method getPerfectMatch(TriggerSequence) from the type BindingTable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
21. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 135)
Binding match2 = table.getPerfectMatch(shiftIns);
Discouraged access: The method getPerfectMatch(TriggerSequence) from the type BindingTable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
22. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 141)
BindingTable table = loadTable(ID_WINDOW);
Discouraged access: The type BindingTable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
23. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 144)
Binding match = table.getBestSequenceFor(paste .getParameterizedCommand());
Discouraged access: The method getBestSequenceFor(ParameterizedCommand) from the type BindingTable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
24. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 150)
BindingTable table = loadTable(ID_WINDOW);
Discouraged access: The type BindingTable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
25. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 153)
Collection<Binding> sequences = table.getSequencesFor(paste .getParameterizedCommand());
Discouraged access: The method getSequencesFor(ParameterizedCommand) from the type BindingTable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
26. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 164)
BindingTable table = loadTable(ID_DIALOG_AND_WINDOW);
Discouraged access: The type BindingTable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
27. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 168)
assertTrue(table.isPartialMatch(ctrl5));
Discouraged access: The method isPartialMatch(TriggerSequence) from the type BindingTable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
28. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 169)
assertFalse(table.isPartialMatch(ctrl8));
Discouraged access: The method isPartialMatch(TriggerSequence) from the type BindingTable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
29. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 173)
BindingTableManager manager = (BindingTableManager) ContextInjectionFactory
Discouraged access: The type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
30. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 173)
BindingTableManager manager = (BindingTableManager) ContextInjectionFactory
Discouraged access: The type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
31. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 173)
BindingTableManager manager = (BindingTableManager) ContextInjectionFactory
Discouraged access: The type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
32. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 173)
BindingTableManager manager = (BindingTableManager) ContextInjectionFactory .make(BindingTableManager.class, workbenchContext);
Discouraged access: The method make(Class<BindingTableManager>, IEclipseContext) from the type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
33. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 174)
.make(BindingTableManager.class, workbenchContext);
Discouraged access: The type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
34. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 180)
ContextSet windowSet = manager.createContextSet(window);
Discouraged access: The type ContextSet is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
35. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 180)
ContextSet windowSet = manager.createContextSet(window);
Discouraged access: The method createContextSet(Collection<Context>) from the type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
36. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 187)
ContextSet textSet = manager.createContextSet(text);
Discouraged access: The type ContextSet is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
37. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 187)
ContextSet textSet = manager.createContextSet(text);
Discouraged access: The method createContextSet(Collection<Context>) from the type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
38. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 193)
BindingTableManager manager = (BindingTableManager) ContextInjectionFactory
Discouraged access: The type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
39. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 193)
BindingTableManager manager = (BindingTableManager) ContextInjectionFactory
Discouraged access: The type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
40. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 193)
BindingTableManager manager = (BindingTableManager) ContextInjectionFactory .make(BindingTableManager.class, workbenchContext);
Discouraged access: The method make(Class<BindingTableManager>, IEclipseContext) from the type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
41. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 193)
BindingTableManager manager = (BindingTableManager) ContextInjectionFactory
Discouraged access: The type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
42. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 194)
.make(BindingTableManager.class, workbenchContext);
Discouraged access: The type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
43. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 200)
ContextSet set = manager.createContextSet(all);
Discouraged access: The type ContextSet is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
44. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 200)
ContextSet set = manager.createContextSet(all);
Discouraged access: The method createContextSet(Collection<Context>) from the type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
45. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 205)
BindingTableManager manager = (BindingTableManager) ContextInjectionFactory
Discouraged access: The type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
46. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 205)
BindingTableManager manager = (BindingTableManager) ContextInjectionFactory
Discouraged access: The type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
47. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 205)
BindingTableManager manager = (BindingTableManager) ContextInjectionFactory
Discouraged access: The type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
48. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 205)
BindingTableManager manager = (BindingTableManager) ContextInjectionFactory .make(BindingTableManager.class, workbenchContext);
Discouraged access: The method make(Class<BindingTableManager>, IEclipseContext) from the type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
49. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 206)
.make(BindingTableManager.class, workbenchContext);
Discouraged access: The type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
50. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 208)
manager.addTable(loadTable(ID_DIALOG_AND_WINDOW));
Discouraged access: The method addTable(BindingTable) from the type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
51. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 209)
manager.addTable(loadTable(ID_WINDOW));
Discouraged access: The method addTable(BindingTable) from the type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
52. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 210)
manager.addTable(loadTable(ID_TEXT));
Discouraged access: The method addTable(BindingTable) from the type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
53. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 217)
ContextSet windowSet = manager.createContextSet(window);
Discouraged access: The type ContextSet is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
54. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 217)
ContextSet windowSet = manager.createContextSet(window);
Discouraged access: The method createContextSet(Collection<Context>) from the type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
55. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 222)
ContextSet textSet = manager.createContextSet(text);
Discouraged access: The type ContextSet is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
56. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 222)
ContextSet textSet = manager.createContextSet(text);
Discouraged access: The method createContextSet(Collection<Context>) from the type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
57. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 229)
Binding match = manager.getPerfectMatch(windowSet, rename .getTriggerSequence());
Discouraged access: The method getPerfectMatch(ContextSet, TriggerSequence) from the type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
58. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 233)
match = manager.getPerfectMatch(textSet, rename.getTriggerSequence());
Discouraged access: The method getPerfectMatch(ContextSet, TriggerSequence) from the type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
59. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 237)
match = manager.getPerfectMatch(textSet, about.getTriggerSequence());
Discouraged access: The method getPerfectMatch(ContextSet, TriggerSequence) from the type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
60. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 242)
BindingTableManager manager = createManager();
Discouraged access: The type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
61. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 254)
ContextSet set = manager.createContextSet(all);
Discouraged access: The type ContextSet is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
62. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 254)
ContextSet set = manager.createContextSet(all);
Discouraged access: The method createContextSet(Collection<Context>) from the type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
63. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 255)
Binding match = manager.getPerfectMatch(set, correctIndent .getTriggerSequence());
Discouraged access: The method getPerfectMatch(ContextSet, TriggerSequence) from the type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
64. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 261)
BindingTableManager manager = createManager();
Discouraged access: The type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
65. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 268)
ContextSet javaSet = createJavaSet(manager);
Discouraged access: The type ContextSet is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
66. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 277)
ContextSet jsSet = manager.createContextSet(jsList);
Discouraged access: The type ContextSet is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
67. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 277)
ContextSet jsSet = manager.createContextSet(jsList);
Discouraged access: The method createContextSet(Collection<Context>) from the type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
68. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 279)
Binding match = manager.getPerfectMatch(javaSet, correctIndent .getTriggerSequence());
Discouraged access: The method getPerfectMatch(ContextSet, TriggerSequence) from the type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
69. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 283)
match = manager.getPerfectMatch(jsSet, correctIndent .getTriggerSequence());
Discouraged access: The method getPerfectMatch(ContextSet, TriggerSequence) from the type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
70. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 289)
BindingTableManager manager = createManager();
Discouraged access: The type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
71. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 297)
ContextSet windowSet = manager.createContextSet(window);
Discouraged access: The type ContextSet is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
72. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 297)
ContextSet windowSet = manager.createContextSet(window);
Discouraged access: The method createContextSet(Collection<Context>) from the type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
73. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 299)
Binding match = manager.getBestSequenceFor(windowSet, paste .getParameterizedCommand());
Discouraged access: The method getBestSequenceFor(ContextSet, ParameterizedCommand) from the type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
74. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 305)
BindingTableManager manager = createManager();
Discouraged access: The type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
75. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 308)
ContextSet javaSet = createJavaSet(manager);
Discouraged access: The type ContextSet is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
76. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 310)
Binding match = manager.getBestSequenceFor(javaSet, paste .getParameterizedCommand());
Discouraged access: The method getBestSequenceFor(ContextSet, ParameterizedCommand) from the type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
77. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 316)
BindingTableManager manager = createManager();
Discouraged access: The type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
78. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 319)
ContextSet javaSet = createJavaSet(manager);
Discouraged access: The type ContextSet is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
79. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 321)
Collection<Binding> sequences = manager.getSequencesFor(javaSet, paste .getParameterizedCommand());
Discouraged access: The method getSequencesFor(ContextSet, ParameterizedCommand) from the type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
80. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 334)
BindingTableManager manager = createManager();
Discouraged access: The type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
81. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 337)
ContextSet javaSet = createJavaSet(manager);
Discouraged access: The type ContextSet is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
82. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 338)
Binding pasteCtrl5 = manager.getPerfectMatch(javaSet, KeySequence .getInstance("CTRL+5 V"));
Discouraged access: The method getPerfectMatch(ContextSet, TriggerSequence) from the type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
83. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 345)
assertTrue(manager.isPartialMatch(javaSet, ctrl5));
Discouraged access: The method isPartialMatch(ContextSet, TriggerSequence) from the type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
84. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 346)
assertFalse(manager.isPartialMatch(javaSet, ctrl8));
Discouraged access: The method isPartialMatch(ContextSet, TriggerSequence) from the type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
85. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 348)
Collection<Binding> partialMatches = manager.getPartialMatches(javaSet, ctrl5);
Discouraged access: The method getPartialMatches(ContextSet, TriggerSequence) from the type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
86. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 356)
private BindingTable loadTable(String contextId) {
Discouraged access: The type BindingTable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
87. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 358)
BindingTable table = new BindingTable(context);
Discouraged access: The type BindingTable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
88. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 358)
BindingTable table = new BindingTable(context);
Discouraged access: The constructor BindingTable(Context) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
89. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 358)
BindingTable table = new BindingTable(context);
Discouraged access: The type BindingTable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
90. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 361)
table.addBinding(b);
Discouraged access: The method addBinding(Binding) from the type BindingTable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
91. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 376)
private void assertContextSet(ContextSet set, String[] contextIds) {
Discouraged access: The type ContextSet is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
92. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 377)
List<Context> contexts = set.getContexts();
Discouraged access: The method getContexts() from the type ContextSet is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
93. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 384)
private BindingTableManager createManager() throws Exception {
Discouraged access: The type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
94. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 385)
BindingTableManager manager = (BindingTableManager) ContextInjectionFactory
Discouraged access: The type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
95. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 385)
BindingTableManager manager = (BindingTableManager) ContextInjectionFactory
Discouraged access: The type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
96. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 385)
BindingTableManager manager = (BindingTableManager) ContextInjectionFactory
Discouraged access: The type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
97. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 385)
BindingTableManager manager = (BindingTableManager) ContextInjectionFactory .make(BindingTableManager.class, workbenchContext);
Discouraged access: The method make(Class<BindingTableManager>, IEclipseContext) from the type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
98. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 386)
.make(BindingTableManager.class, workbenchContext);
Discouraged access: The type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
99. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java
 (at line 389)
manager.addTable(loadTable(CONTEXTS[i]));
Discouraged access: The method addTable(BindingTable) from the type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot

/src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 11)
import org.eclipse.e4.core.commands.ECommandService;
Discouraged access: The type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.commands/@dot
2. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 12)
import org.eclipse.e4.core.commands.EHandlerService;
Discouraged access: The type EHandlerService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.commands/@dot
3. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 13)
import org.eclipse.e4.core.contexts.ContextInjectionFactory;
Discouraged access: The type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
4. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 14)
import org.eclipse.e4.core.contexts.IEclipseContext;
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
5. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 15)
import org.eclipse.e4.core.di.IDisposable;
Discouraged access: The type IDisposable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.di/@dot
6. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 16)
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/I20100618-1645/plugins/org.eclipse.e4.core.di/@dot
7. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 17)
import org.eclipse.e4.core.di.annotations.Execute;
Discouraged access: The type Execute is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.di/@dot
8. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 18)
import org.eclipse.e4.ui.bindings.EBindingService;
Discouraged access: The type EBindingService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
9. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 19)
import org.eclipse.e4.ui.bindings.internal.BindingTable;
Discouraged access: The type BindingTable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
10. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 20)
import org.eclipse.e4.ui.bindings.internal.BindingTableManager;
Discouraged access: The type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
11. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 21)
import org.eclipse.e4.ui.bindings.internal.ContextSet;
Discouraged access: The type ContextSet is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
12. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 22)
import org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher;
Discouraged access: The type KeyBindingDispatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
13. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 23)
import org.eclipse.e4.ui.internal.services.ActiveContextsFunction;
Discouraged access: The type ActiveContextsFunction is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot
14. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 24)
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/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot
15. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 25)
import org.eclipse.e4.ui.services.IServiceConstants;
Discouraged access: The type IServiceConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot
16. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 53)
@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/I20100618-1645/plugins/org.eclipse.e4.core.di/@dot
17. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 59)
@Execute
Discouraged access: The type Execute is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.di/@dot
18. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 70)
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/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
19. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 74)
private void defineCommands(IEclipseContext context) {
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
20. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 75)
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/I20100618-1645/plugins/org.eclipse.e4.core.commands/@dot
21. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 75)
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/I20100618-1645/plugins/org.eclipse.e4.core.commands/@dot
22. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 75)
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/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
23. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 76)
.get(ECommandService.class.getName());
Discouraged access: The type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.commands/@dot
24. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 77)
Category category = 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/I20100618-1645/plugins/org.eclipse.e4.core.commands/@dot
25. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 78)
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/I20100618-1645/plugins/org.eclipse.e4.core.commands/@dot
26. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 79)
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/I20100618-1645/plugins/org.eclipse.e4.core.commands/@dot
27. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 80)
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/I20100618-1645/plugins/org.eclipse.e4.core.commands/@dot
28. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 81)
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/I20100618-1645/plugins/org.eclipse.e4.core.commands/@dot
29. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 81)
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/I20100618-1645/plugins/org.eclipse.e4.core.commands/@dot
30. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 81)
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/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
31. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 82)
.get(EHandlerService.class.getName());
Discouraged access: The type EHandlerService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.commands/@dot
32. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 84)
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/I20100618-1645/plugins/org.eclipse.e4.core.commands/@dot
33. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 85)
EBindingService bs = (EBindingService) workbenchContext
Discouraged access: The type EBindingService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
34. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 85)
EBindingService bs = (EBindingService) workbenchContext
Discouraged access: The type EBindingService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
35. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 85)
EBindingService bs = (EBindingService) workbenchContext .get(EBindingService.class.getName());
Discouraged access: The method get(String) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
36. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 86)
.get(EBindingService.class.getName());
Discouraged access: The type EBindingService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
37. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 87)
TriggerSequence seq = bs.createSequence("CTRL+A");
Discouraged access: The method createSequence(String) from the type EBindingService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
38. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 89)
bs.activateBinding(db);
Discouraged access: The method activateBinding(Binding) from the type EBindingService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
39. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 91)
ParameterizedCommand cmd2 = cs.createCommand(TEST_ID2, 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/I20100618-1645/plugins/org.eclipse.e4.core.commands/@dot
40. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 93)
hs.activateHandler(TEST_ID2, twoStrokeHandler);
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/I20100618-1645/plugins/org.eclipse.e4.core.commands/@dot
41. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 94)
TriggerSequence twoKeys = bs.createSequence("CTRL+5 CTRL+A");
Discouraged access: The method createSequence(String) from the type EBindingService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
42. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 96)
bs.activateBinding(db);
Discouraged access: The method activateBinding(Binding) from the type EBindingService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
43. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 99)
private Binding createDefaultBinding(EBindingService bs,
Discouraged access: The type EBindingService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
44. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 101)
return bs.createBinding(sequence, command, "org.eclipse.ui.defaultAcceleratorConfiguration", //$NON-NLS-1$ ID_WINDOW);
Discouraged access: The method createBinding(TriggerSequence, ParameterizedCommand, String, String) from the type EBindingService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
45. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 109)
IEclipseContext globalContext = Activator.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/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
46. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 110)
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/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
47. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 116)
private void defineContexts(IEclipseContext context) {
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
48. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 118)
context.set(ContextManager.class.getName(), contextManager);
Discouraged access: The method set(String, Object) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
49. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 119)
ContextSet.setComparator(new ContextSet.CComp(contextManager));
Discouraged access: The method setComparator(Comparator<Context>) from the type ContextSet is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
50. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 119)
ContextSet.setComparator(new ContextSet.CComp(contextManager));
Discouraged access: The type ContextSet is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
51. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 119)
ContextSet.setComparator(new ContextSet.CComp(contextManager));
Discouraged access: The constructor ContextSet.CComp(ContextManager) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
52. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 119)
ContextSet.setComparator(new ContextSet.CComp(contextManager));
Discouraged access: The type ContextSet.CComp is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
53. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 119)
ContextSet.setComparator(new ContextSet.CComp(contextManager));
Discouraged access: The type ContextSet is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
54. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 125)
EContextService cs = (EContextService) context
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/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot
55. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 125)
EContextService cs = (EContextService) context
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/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot
56. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 125)
EContextService cs = (EContextService) context .get(EContextService.class.getName());
Discouraged access: The method get(String) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
57. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 126)
.get(EContextService.class.getName());
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/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot
58. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 127)
cs.activateContext(ID_DIALOG_AND_WINDOW);
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/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot
59. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 128)
cs.activateContext(ID_WINDOW);
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/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot
60. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 129)
context.set(IServiceConstants.ACTIVE_CONTEXTS, new ActiveContextsFunction());
Discouraged access: The method set(String, Object) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
61. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 129)
context.set(IServiceConstants.ACTIVE_CONTEXTS,
Discouraged access: The type IServiceConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot
62. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 129)
context.set(IServiceConstants.ACTIVE_CONTEXTS,
Discouraged access: The field ACTIVE_CONTEXTS from the type IServiceConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot
63. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 130)
new ActiveContextsFunction());
Discouraged access: The constructor ActiveContextsFunction() is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot
64. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 130)
new ActiveContextsFunction());
Discouraged access: The type ActiveContextsFunction is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot
65. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 133)
private void defineBindingTables(IEclipseContext context) {
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
66. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 134)
BindingTableManager btm = (BindingTableManager) ContextInjectionFactory
Discouraged access: The type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
67. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 134)
BindingTableManager btm = (BindingTableManager) ContextInjectionFactory
Discouraged access: The type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
68. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 134)
BindingTableManager btm = (BindingTableManager) ContextInjectionFactory .make(BindingTableManager.class, context);
Discouraged access: The method make(Class<BindingTableManager>, IEclipseContext) from the type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
69. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 134)
BindingTableManager btm = (BindingTableManager) ContextInjectionFactory
Discouraged access: The type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
70. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 135)
.make(BindingTableManager.class, context);
Discouraged access: The type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
71. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 136)
context.set(BindingTableManager.class.getName(), btm);
Discouraged access: The method set(String, Object) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
72. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 136)
context.set(BindingTableManager.class.getName(), btm);
Discouraged access: The type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
73. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 137)
ContextManager cm = (ContextManager) context .get(ContextManager.class.getName());
Discouraged access: The method get(String) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
74. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 139)
btm.addTable(new BindingTable(cm.getContext(ID_DIALOG_AND_WINDOW)));
Discouraged access: The method addTable(BindingTable) from the type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
75. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 139)
btm.addTable(new BindingTable(cm.getContext(ID_DIALOG_AND_WINDOW)));
Discouraged access: The constructor BindingTable(Context) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
76. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 139)
btm.addTable(new BindingTable(cm.getContext(ID_DIALOG_AND_WINDOW)));
Discouraged access: The type BindingTable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
77. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 140)
btm.addTable(new BindingTable(cm.getContext(ID_WINDOW)));
Discouraged access: The method addTable(BindingTable) from the type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
78. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 140)
btm.addTable(new BindingTable(cm.getContext(ID_WINDOW)));
Discouraged access: The constructor BindingTable(Context) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
79. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 140)
btm.addTable(new BindingTable(cm.getContext(ID_WINDOW)));
Discouraged access: The type BindingTable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
80. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 141)
btm.addTable(new BindingTable(cm.getContext(ID_DIALOG)));
Discouraged access: The method addTable(BindingTable) from the type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
81. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 141)
btm.addTable(new BindingTable(cm.getContext(ID_DIALOG)));
Discouraged access: The constructor BindingTable(Context) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
82. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 141)
btm.addTable(new BindingTable(cm.getContext(ID_DIALOG)));
Discouraged access: The type BindingTable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
83. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 146)
if (workbenchContext instanceof IDisposable) {
Discouraged access: The type IDisposable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.di/@dot
84. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 147)
((IDisposable) workbenchContext).dispose();
Discouraged access: The method dispose() from the type IDisposable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.di/@dot
85. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 147)
((IDisposable) workbenchContext).dispose();
Discouraged access: The type IDisposable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.di/@dot
86. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 155)
KeyBindingDispatcher dispatcher = new KeyBindingDispatcher();
Discouraged access: The type KeyBindingDispatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
87. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 155)
KeyBindingDispatcher dispatcher = new KeyBindingDispatcher();
Discouraged access: The constructor KeyBindingDispatcher() is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
88. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 155)
KeyBindingDispatcher dispatcher = new KeyBindingDispatcher();
Discouraged access: The type KeyBindingDispatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
89. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 156)
ContextInjectionFactory.inject(dispatcher, workbenchContext);
Discouraged access: The method inject(Object, IEclipseContext) from the type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
90. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 156)
ContextInjectionFactory.inject(dispatcher, 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/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
91. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 157)
final Listener listener = dispatcher.getKeyDownFilter();
Discouraged access: The method getKeyDownFilter() from the type KeyBindingDispatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
92. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 180)
KeyBindingDispatcher dispatcher = new KeyBindingDispatcher();
Discouraged access: The type KeyBindingDispatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
93. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 180)
KeyBindingDispatcher dispatcher = new KeyBindingDispatcher();
Discouraged access: The constructor KeyBindingDispatcher() is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
94. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 180)
KeyBindingDispatcher dispatcher = new KeyBindingDispatcher();
Discouraged access: The type KeyBindingDispatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
95. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 181)
ContextInjectionFactory.inject(dispatcher, workbenchContext);
Discouraged access: The method inject(Object, IEclipseContext) from the type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
96. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 181)
ContextInjectionFactory.inject(dispatcher, 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/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
97. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 182)
final Listener listener = dispatcher.getKeyDownFilter();
Discouraged access: The method getKeyDownFilter() from the type KeyBindingDispatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
98. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 221)
KeyBindingDispatcher dispatcher = new KeyBindingDispatcher();
Discouraged access: The type KeyBindingDispatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
99. WARNING in /src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java
 (at line 221)
KeyBindingDispatcher dispatcher = new KeyBindingDispatcher();
Discouraged access: The constructor KeyBindingDispatcher() is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot