errors | others warnings | forbidden warnings | discouraged warnings |
top | others warnings | forbidden warnings | discouraged warnings |
top | errors | forbidden warnings | discouraged warnings |
1. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java (at line 165) Binding about = getTestBinding(ABOUT_ID); The local variable about is never read |
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 |
top | errors | others warnings | discouraged warnings |
top | errors | others warnings | forbidden warnings |
1. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
2. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
3. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
4. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
5. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
6. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
7. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
8. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
9. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
10. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
11. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
12. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
13. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
14. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
15. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
16. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
17. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
18. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
19. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
20. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
21. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
1. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
2. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
3. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
4. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
5. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
6. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
7. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
8. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
9. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
10. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
11. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
12. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
13. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
14. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
15. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
16. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
17. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
18. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
19. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
20. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
21. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
22. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
23. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
24. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
25. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
26. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
27. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
28. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
29. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
30. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
31. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
32. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
33. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
34. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
35. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
36. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
37. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
38. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
39. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
40. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
41. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
42. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
43. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
44. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
45. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
46. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
47. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
48. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
49. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
50. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
51. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
52. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
53. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
54. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
55. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
56. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
57. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
58. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
59. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
60. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
61. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
62. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
63. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
64. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
65. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
66. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
67. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
68. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
69. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
70. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
71. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
72. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
73. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
74. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
75. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
76. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
77. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
78. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
79. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
80. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
81. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
82. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
83. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
84. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
85. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
86. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
87. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java (at line 394) private ContextSet createJavaSet(BindingTableManager 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
88. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java (at line 394) private ContextSet createJavaSet(BindingTableManager manager) { 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
89. WARNING in /src/org/eclipse/e4/ui/bindings/tests/BindingTableTests.java (at line 403) return manager.createContextSet(javaList); 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
1. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
2. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
3. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
4. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
5. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
6. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
7. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
8. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
9. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
10. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
11. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
12. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
13. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
14. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
15. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
16. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
17. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
18. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
19. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
20. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |
21. 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/I20100523-2015/plugins/org.eclipse.e4.ui.bindings/@dot |