Compiler log for org.eclipse.e4.ui.workbench.swt_0.9.1.v20101206-1430 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 131

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/internal/workbench/swt/PartRenderingEngine.java : 8 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/internal/workbench/swt/PartRenderingEngine.java
 (at line 207)
MElementContainer<MUIElement> changedElement = (MElementContainer<MUIElement>) changedObj;
Type safety: Unchecked cast from Object to MElementContainer<MUIElement>
2. WARNING in /src/org/eclipse/e4/ui/internal/workbench/swt/PartRenderingEngine.java
 (at line 508)
renderer.processContents((MElementContainer<MUIElement>) element);
Type safety: Unchecked cast from MUIElement to MElementContainer<MUIElement>
3. WARNING in /src/org/eclipse/e4/ui/internal/workbench/swt/PartRenderingEngine.java
 (at line 569)
parentContext = getContext((MElementContainer<MUIElement>) ((EObjectImpl) element) .eContainer());
Type safety: Unchecked cast from EObject to MElementContainer<MUIElement>
4. WARNING in /src/org/eclipse/e4/ui/internal/workbench/swt/PartRenderingEngine.java
 (at line 631)
MElementContainer<MUIElement> container = (MElementContainer<MUIElement>) element;
Type safety: Unchecked cast from MUIElement to MElementContainer<MUIElement>
5. WARNING in /src/org/eclipse/e4/ui/internal/workbench/swt/PartRenderingEngine.java
 (at line 908)
ServiceReference ref = context
ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
6. WARNING in /src/org/eclipse/e4/ui/internal/workbench/swt/PartRenderingEngine.java
 (at line 910)
IThemeManager mgr = (IThemeManager) context.getService(ref);
Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference<S>) of type BundleContext
7. WARNING in /src/org/eclipse/e4/ui/internal/workbench/swt/PartRenderingEngine.java
 (at line 910)
IThemeManager mgr = (IThemeManager) context.getService(ref);
Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference<Object>

/src/org/eclipse/e4/ui/internal/workbench/swt/SelectionAdapterFactory.java : 7 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/internal/workbench/swt/SelectionAdapterFactory.java
 (at line 56)
public Iterator iterator() {
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
2. WARNING in /src/org/eclipse/e4/ui/internal/workbench/swt/SelectionAdapterFactory.java
 (at line 64)
private static final Class[] CLASSES = new Class[] { IIterable.class,
Class is a raw type. References to generic type Class<T> should be parameterized
3. WARNING in /src/org/eclipse/e4/ui/internal/workbench/swt/SelectionAdapterFactory.java
 (at line 67)
public Object getAdapter(Object adaptableObject, Class adapterType) {
Class is a raw type. References to generic type Class<T> should be parameterized
4. WARNING in /src/org/eclipse/e4/ui/internal/workbench/swt/SelectionAdapterFactory.java
 (at line 84)
public Iterator iterator() {
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
5. WARNING in /src/org/eclipse/e4/ui/internal/workbench/swt/SelectionAdapterFactory.java
 (at line 89)
final List list = Arrays.asList(new Object[] { sel });
List is a raw type. References to generic type List<E> should be parameterized
6. WARNING in /src/org/eclipse/e4/ui/internal/workbench/swt/SelectionAdapterFactory.java
 (at line 92)
public Iterator iterator() {
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
7. WARNING in /src/org/eclipse/e4/ui/internal/workbench/swt/SelectionAdapterFactory.java
 (at line 113)
public Class[] getAdapterList() {
Class is a raw type. References to generic type Class<T> should be parameterized

/src/org/eclipse/e4/ui/internal/workbench/swt/WorkbenchSWTActivator.java : 13 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/internal/workbench/swt/WorkbenchSWTActivator.java
 (at line 44)
private ServiceTracker pkgAdminTracker;
ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized
2. WARNING in /src/org/eclipse/e4/ui/internal/workbench/swt/WorkbenchSWTActivator.java
 (at line 45)
private ServiceTracker locationTracker;
ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized
3. WARNING in /src/org/eclipse/e4/ui/internal/workbench/swt/WorkbenchSWTActivator.java
 (at line 47)
private ServiceTracker debugTracker;
ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized
4. WARNING in /src/org/eclipse/e4/ui/internal/workbench/swt/WorkbenchSWTActivator.java
 (at line 92)
pkgAdminTracker = new ServiceTracker(context, PackageAdmin.class .getName(), null);
Type safety: The constructor ServiceTracker(BundleContext, String, ServiceTrackerCustomizer) belongs to the raw type ServiceTracker. References to generic type ServiceTracker<S,T> should be parameterized
5. WARNING in /src/org/eclipse/e4/ui/internal/workbench/swt/WorkbenchSWTActivator.java
 (at line 92)
pkgAdminTracker = new ServiceTracker(context, PackageAdmin.class
ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized
6. WARNING in /src/org/eclipse/e4/ui/internal/workbench/swt/WorkbenchSWTActivator.java
 (at line 111)
locationTracker = new ServiceTracker(context, filter, null);
Type safety: The constructor ServiceTracker(BundleContext, Filter, ServiceTrackerCustomizer) belongs to the raw type ServiceTracker. References to generic type ServiceTracker<S,T> should be parameterized
7. WARNING in /src/org/eclipse/e4/ui/internal/workbench/swt/WorkbenchSWTActivator.java
 (at line 111)
locationTracker = new ServiceTracker(context, filter, null);
ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized
8. WARNING in /src/org/eclipse/e4/ui/internal/workbench/swt/WorkbenchSWTActivator.java
 (at line 151)
debugTracker = new ServiceTracker(context, DebugOptions.class .getName(), null);
Type safety: The constructor ServiceTracker(BundleContext, String, ServiceTrackerCustomizer) belongs to the raw type ServiceTracker. References to generic type ServiceTracker<S,T> should be parameterized
9. WARNING in /src/org/eclipse/e4/ui/internal/workbench/swt/WorkbenchSWTActivator.java
 (at line 151)
debugTracker = new ServiceTracker(context, DebugOptions.class
ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized

/src/org/eclipse/e4/ui/workbench/swt/internal/copy/PatternFilter.java : 10 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/copy/PatternFilter.java
 (at line 32)
private Map cache = new HashMap();
Map is a raw type. References to generic type Map<K,V> should be parameterized
2. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/copy/PatternFilter.java
 (at line 32)
private Map cache = new HashMap();
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
3. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/copy/PatternFilter.java
 (at line 37)
private Map foundAnyCache = new HashMap();
Map is a raw type. References to generic type Map<K,V> should be parameterized
4. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/copy/PatternFilter.java
 (at line 37)
private Map foundAnyCache = new HashMap();
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
5. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/copy/PatternFilter.java
 (at line 83)
cache.put(parent, filtered);
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
6. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/copy/PatternFilter.java
 (at line 116)
foundAnyCache.put(parent, foundAny);
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
7. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/copy/PatternFilter.java
 (at line 303)
List words = new ArrayList();
List is a raw type. References to generic type List<E> should be parameterized
8. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/copy/PatternFilter.java
 (at line 303)
List words = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
9. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/copy/PatternFilter.java
 (at line 323)
words.add(word);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
10. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/copy/PatternFilter.java
 (at line 327)
return (String[]) words.toArray(new String[words.size()]);
Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List<E> should be parameterized

/src/org/eclipse/e4/ui/workbench/swt/internal/copy/ShowViewDialog.java : 5 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/copy/ShowViewDialog.java
 (at line 379)
ArrayList descs = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
2. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/copy/ShowViewDialog.java
 (at line 379)
ArrayList descs = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
3. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/copy/ShowViewDialog.java
 (at line 381)
for (Iterator i = sel.iterator(); i.hasNext();) {
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
4. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/copy/ShowViewDialog.java
 (at line 384)
descs.add(o);
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
5. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/copy/ShowViewDialog.java
 (at line 389)
descs.toArray(viewDescs);
Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized

/src/org/eclipse/e4/ui/workbench/swt/internal/copy/StringMatcher.java : 4 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/copy/StringMatcher.java
 (at line 309)
Vector temp = new Vector();
Vector is a raw type. References to generic type Vector<E> should be parameterized
2. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/copy/StringMatcher.java
 (at line 309)
Vector temp = new Vector();
Vector is a raw type. References to generic type Vector<E> should be parameterized
3. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/copy/StringMatcher.java
 (at line 334)
temp.addElement(buf.toString());
Type safety: The method addElement(Object) belongs to the raw type Vector. References to generic type Vector<E> should be parameterized
4. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/copy/StringMatcher.java
 (at line 350)
temp.addElement(buf.toString());
Type safety: The method addElement(Object) belongs to the raw type Vector. References to generic type Vector<E> should be parameterized

/src/org/eclipse/e4/ui/workbench/swt/internal/copy/ViewComparator.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/workbench/swt/internal/copy/ViewComparator.java
 (at line 60)
return getComparator().compare(str1, str2);
Type safety: The method compare(Object, Object) belongs to the raw type Comparator. References to generic type Comparator<T> should be parameterized

/src/org/eclipse/e4/ui/workbench/swt/modeling/MenuService.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/workbench/swt/modeling/MenuService.java
 (at line 74)
renderer.processContents((MElementContainer<MUIElement>) castObject);
Type safety: Unchecked cast from Object to MElementContainer<MUIElement>

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

/src/org/eclipse/e4/ui/internal/workbench/swt/PartRenderingEngine.java : 8 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/internal/workbench/swt/PartRenderingEngine.java
 (at line 987)
Element e = engine.getCSSElementContext(widget) .getElement();
Discouraged access: The method getElement() from the type CSSElementContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101213-1130/plugins/org.eclipse.e4.ui.css.core/@dot

/src/org/eclipse/e4/ui/internal/workbench/swt/WorkbenchSWTActivator.java : 13 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/internal/workbench/swt/WorkbenchSWTActivator.java
 (at line 19)
import org.eclipse.core.internal.runtime.InternalPlatform;
Discouraged access: The type InternalPlatform is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101209-1611/plugins/org.eclipse.core.runtime_3.6.100.v20101122.jar
2. WARNING in /src/org/eclipse/e4/ui/internal/workbench/swt/WorkbenchSWTActivator.java
 (at line 304)
return InternalPlatform.getDefault().getStateLocation(
Discouraged access: The type InternalPlatform is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101209-1611/plugins/org.eclipse.core.runtime_3.6.100.v20101122.jar
3. WARNING in /src/org/eclipse/e4/ui/internal/workbench/swt/WorkbenchSWTActivator.java
 (at line 304)
return InternalPlatform.getDefault().getStateLocation(
Discouraged access: The method getDefault() from the type InternalPlatform is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101209-1611/plugins/org.eclipse.core.runtime_3.6.100.v20101122.jar
4. WARNING in /src/org/eclipse/e4/ui/internal/workbench/swt/WorkbenchSWTActivator.java
 (at line 304)
return InternalPlatform.getDefault().getStateLocation( context.getBundle(), true);
Discouraged access: The method getStateLocation(Bundle, boolean) from the type InternalPlatform is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101209-1611/plugins/org.eclipse.core.runtime_3.6.100.v20101122.jar

/src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java : 82 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 27)
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/I20101213-1130/plugins/org.eclipse.e4.ui.bindings/@dot
2. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 28)
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/I20101213-1130/plugins/org.eclipse.e4.ui.bindings/@dot
3. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 32)
import org.eclipse.e4.ui.model.application.commands.MBindingTable;
Discouraged access: The type MBindingTable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101213-1130/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 33)
import org.eclipse.e4.ui.model.application.commands.MCommand;
Discouraged access: The type MCommand is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101213-1130/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 34)
import org.eclipse.e4.ui.model.application.commands.MKeyBinding;
Discouraged access: The type MKeyBinding is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101213-1130/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 35)
import org.eclipse.e4.ui.model.application.commands.MParameter;
Discouraged access: The type MParameter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101213-1130/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 59)
private BindingTableManager bindingTables;
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/I20101213-1130/plugins/org.eclipse.e4.ui.bindings/@dot
8. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 78)
for (MBindingTable bindingTable : application.getBindingTables()) {
Discouraged access: The type MBindingTable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101213-1130/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 78)
for (MBindingTable bindingTable : application.getBindingTables()) {
Discouraged access: The method getBindingTables() from the type MBindingTableContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101213-1130/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 86)
private void defineBindingTable(MBindingTable bindingTable) {
Discouraged access: The type MBindingTable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101213-1130/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 87)
final Context bindingContext = contextManager.getContext(bindingTable .getBindingContextId());
Discouraged access: The method getBindingContextId() from the type MBindingTable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101213-1130/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 89)
BindingTable table = bindingTables.getTable(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/I20101213-1130/plugins/org.eclipse.e4.ui.bindings/@dot
13. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 89)
BindingTable table = bindingTables.getTable(bindingTable .getBindingContextId());
Discouraged access: The method getTable(String) from the type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101213-1130/plugins/org.eclipse.e4.ui.bindings/@dot
14. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 89)
BindingTable table = bindingTables.getTable(bindingTable .getBindingContextId());
Discouraged access: The method getBindingContextId() from the type MBindingTable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101213-1130/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 92)
table = new BindingTable(bindingContext);
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/I20101213-1130/plugins/org.eclipse.e4.ui.bindings/@dot
16. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 92)
table = new BindingTable(bindingContext);
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/I20101213-1130/plugins/org.eclipse.e4.ui.bindings/@dot
17. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 93)
bindingTables.addTable(table);
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/I20101213-1130/plugins/org.eclipse.e4.ui.bindings/@dot
18. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 95)
for (MKeyBinding binding : bindingTable.getBindings()) {
Discouraged access: The type MKeyBinding is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101213-1130/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 95)
for (MKeyBinding binding : bindingTable.getBindings()) {
Discouraged access: The method getBindings() from the type MBindingTable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101213-1130/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 104)
private void defineBinding(BindingTable 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/I20101213-1130/plugins/org.eclipse.e4.ui.bindings/@dot
21. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 105)
Context bindingContext, MKeyBinding binding) {
Discouraged access: The type MKeyBinding is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101213-1130/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 107)
binding.getCommand(), binding.getParameters(),
Discouraged access: The method getCommand() from the type MKeyBinding is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101213-1130/plugins/org.eclipse.e4.ui.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 107)
binding.getCommand(), binding.getParameters(),
Discouraged access: The method getParameters() from the type MKeyBinding is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101213-1130/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 108)
binding.getKeySequence(), binding);
Discouraged access: The method getKeySequence() from the type MKeySequence is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101213-1130/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 110)
bindingTable.addBinding(keyBinding);
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/I20101213-1130/plugins/org.eclipse.e4.ui.bindings/@dot
26. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 114)
private Binding createBinding(Context bindingContext, MCommand cmdModel,
Discouraged access: The type MCommand is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101213-1130/plugins/org.eclipse.e4.ui.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 115)
List<MParameter> modelParms, String keySequence, MKeyBinding binding) {
Discouraged access: The type MParameter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101213-1130/plugins/org.eclipse.e4.ui.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 115)
List<MParameter> modelParms, String keySequence, MKeyBinding binding) {
Discouraged access: The type MKeyBinding is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101213-1130/plugins/org.eclipse.e4.ui.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 123)
for (MParameter mParm : modelParms) {
Discouraged access: The type MParameter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101213-1130/plugins/org.eclipse.e4.ui.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 124)
parameters.put(mParm.getName(), mParm.getValue());
Discouraged access: The method getName() from the type MParameter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101213-1130/plugins/org.eclipse.e4.ui.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 124)
parameters.put(mParm.getName(), mParm.getValue());
Discouraged access: The method getValue() from the type MParameter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101213-1130/plugins/org.eclipse.e4.ui.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 151)
private void updateBinding(MKeyBinding binding, boolean add) {
Discouraged access: The type MKeyBinding is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101213-1130/plugins/org.eclipse.e4.ui.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 153)
if (!(parentObj instanceof MBindingTable)) {
Discouraged access: The type MBindingTable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101213-1130/plugins/org.eclipse.e4.ui.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 156)
MBindingTable bt = (MBindingTable) parentObj;
Discouraged access: The type MBindingTable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101213-1130/plugins/org.eclipse.e4.ui.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 156)
MBindingTable bt = (MBindingTable) parentObj;
Discouraged access: The type MBindingTable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101213-1130/plugins/org.eclipse.e4.ui.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 157)
final Context bindingContext = contextManager.getContext(bt .getBindingContextId());
Discouraged access: The method getBindingContextId() from the type MBindingTable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101213-1130/plugins/org.eclipse.e4.ui.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 159)
BindingTable table = bindingTables.getTable(bindingContext.getId());
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/I20101213-1130/plugins/org.eclipse.e4.ui.bindings/@dot
38. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 159)
BindingTable table = bindingTables.getTable(bindingContext.getId());
Discouraged access: The method getTable(String) from the type BindingTableManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101213-1130/plugins/org.eclipse.e4.ui.bindings/@dot
39. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 166)
binding.getCommand(), binding.getParameters(),
Discouraged access: The method getCommand() from the type MKeyBinding is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101213-1130/plugins/org.eclipse.e4.ui.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 166)
binding.getCommand(), binding.getParameters(),
Discouraged access: The method getParameters() from the type MKeyBinding is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101213-1130/plugins/org.eclipse.e4.ui.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 167)
binding.getKeySequence(), binding);
Discouraged access: The method getKeySequence() from the type MKeySequence is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101213-1130/plugins/org.eclipse.e4.ui.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 170)
table.addBinding(keyBinding);
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/I20101213-1130/plugins/org.eclipse.e4.ui.bindings/@dot
43. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 172)
table.removeBinding(keyBinding);
Discouraged access: The method removeBinding(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/I20101213-1130/plugins/org.eclipse.e4.ui.bindings/@dot
44. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 192)
&& newObj instanceof MBindingTable) {
Discouraged access: The type MBindingTable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101213-1130/plugins/org.eclipse.e4.ui.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 193)
MBindingTable bt = (MBindingTable) newObj;
Discouraged access: The type MBindingTable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101213-1130/plugins/org.eclipse.e4.ui.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 193)
MBindingTable bt = (MBindingTable) newObj;
Discouraged access: The type MBindingTable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101213-1130/plugins/org.eclipse.e4.ui.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 195)
.getContext(bt.getBindingContextId());
Discouraged access: The method getBindingContextId() from the type MBindingTable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101213-1130/plugins/org.eclipse.e4.ui.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 196)
final BindingTable table = new 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/I20101213-1130/plugins/org.eclipse.e4.ui.bindings/@dot
49. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 196)
final BindingTable table = new BindingTable( bindingContext);
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/I20101213-1130/plugins/org.eclipse.e4.ui.bindings/@dot
50. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 196)
final BindingTable table = new 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/I20101213-1130/plugins/org.eclipse.e4.ui.bindings/@dot
51. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 198)
bindingTables.addTable(table);
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/I20101213-1130/plugins/org.eclipse.e4.ui.bindings/@dot
52. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 199)
List<MKeyBinding> bindings = bt.getBindings();
Discouraged access: The type MKeyBinding is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101213-1130/plugins/org.eclipse.e4.ui.model.workbench/@dot
53. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 199)
List<MKeyBinding> bindings = bt.getBindings();
Discouraged access: The method getBindings() from the type MBindingTable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101213-1130/plugins/org.eclipse.e4.ui.model.workbench/@dot
54. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 200)
for (MKeyBinding binding : bindings) {
Discouraged access: The type MKeyBinding is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101213-1130/plugins/org.eclipse.e4.ui.model.workbench/@dot
55. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 202)
binding.getCommand(),
Discouraged access: The method getCommand() from the type MKeyBinding is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101213-1130/plugins/org.eclipse.e4.ui.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 203)
binding.getParameters(),
Discouraged access: The method getParameters() from the type MKeyBinding is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101213-1130/plugins/org.eclipse.e4.ui.model.workbench/@dot
57. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 204)
binding.getKeySequence(), binding);
Discouraged access: The method getKeySequence() from the type MKeySequence is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101213-1130/plugins/org.eclipse.e4.ui.model.workbench/@dot
58. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 206)
table.addBinding(keyBinding);
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/I20101213-1130/plugins/org.eclipse.e4.ui.bindings/@dot
59. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 210)
} else if (elementObj instanceof MBindingTable) {
Discouraged access: The type MBindingTable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101213-1130/plugins/org.eclipse.e4.ui.model.workbench/@dot
60. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 217)
&& newObj instanceof MKeyBinding) {
Discouraged access: The type MKeyBinding is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101213-1130/plugins/org.eclipse.e4.ui.model.workbench/@dot
61. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 218)
MKeyBinding binding = (MKeyBinding) newObj;
Discouraged access: The type MKeyBinding is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101213-1130/plugins/org.eclipse.e4.ui.model.workbench/@dot
62. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 218)
MKeyBinding binding = (MKeyBinding) newObj;
Discouraged access: The type MKeyBinding is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101213-1130/plugins/org.eclipse.e4.ui.model.workbench/@dot
63. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 222)
&& oldObj instanceof MKeyBinding) {
Discouraged access: The type MKeyBinding is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101213-1130/plugins/org.eclipse.e4.ui.model.workbench/@dot
64. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 223)
MKeyBinding binding = (MKeyBinding) oldObj;
Discouraged access: The type MKeyBinding is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101213-1130/plugins/org.eclipse.e4.ui.model.workbench/@dot
65. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 223)
MKeyBinding binding = (MKeyBinding) oldObj;
Discouraged access: The type MKeyBinding is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101213-1130/plugins/org.eclipse.e4.ui.model.workbench/@dot
66. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 226)
} else if (elementObj instanceof MKeyBinding) {
Discouraged access: The type MKeyBinding is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101213-1130/plugins/org.eclipse.e4.ui.model.workbench/@dot
67. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 227)
MKeyBinding binding = (MKeyBinding) elementObj;
Discouraged access: The type MKeyBinding is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101213-1130/plugins/org.eclipse.e4.ui.model.workbench/@dot
68. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 227)
MKeyBinding binding = (MKeyBinding) elementObj;
Discouraged access: The type MKeyBinding is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101213-1130/plugins/org.eclipse.e4.ui.model.workbench/@dot
69. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 235)
MKeyBinding oldBinding = (MKeyBinding) EcoreUtil
Discouraged access: The type MKeyBinding is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101213-1130/plugins/org.eclipse.e4.ui.model.workbench/@dot
70. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 235)
MKeyBinding oldBinding = (MKeyBinding) EcoreUtil
Discouraged access: The type MKeyBinding is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101213-1130/plugins/org.eclipse.e4.ui.model.workbench/@dot
71. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 237)
oldBinding.setCommand((MCommand) oldObj);
Discouraged access: The method setCommand(MCommand) from the type MKeyBinding is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101213-1130/plugins/org.eclipse.e4.ui.model.workbench/@dot
72. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 237)
oldBinding.setCommand((MCommand) oldObj);
Discouraged access: The type MCommand is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101213-1130/plugins/org.eclipse.e4.ui.model.workbench/@dot
73. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 242)
MKeyBinding oldBinding = (MKeyBinding) EcoreUtil
Discouraged access: The type MKeyBinding is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101213-1130/plugins/org.eclipse.e4.ui.model.workbench/@dot
74. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 242)
MKeyBinding oldBinding = (MKeyBinding) EcoreUtil
Discouraged access: The type MKeyBinding is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101213-1130/plugins/org.eclipse.e4.ui.model.workbench/@dot
75. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 244)
oldBinding.setKeySequence((String) oldObj);
Discouraged access: The method setKeySequence(String) from the type MKeySequence is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101213-1130/plugins/org.eclipse.e4.ui.model.workbench/@dot
76. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 253)
MKeyBinding oldBinding = (MKeyBinding) EcoreUtil
Discouraged access: The type MKeyBinding is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101213-1130/plugins/org.eclipse.e4.ui.model.workbench/@dot
77. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 253)
MKeyBinding oldBinding = (MKeyBinding) EcoreUtil
Discouraged access: The type MKeyBinding is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101213-1130/plugins/org.eclipse.e4.ui.model.workbench/@dot
78. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 255)
oldBinding.getParameters().remove(newObj);
Discouraged access: The method getParameters() from the type MKeyBinding is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101213-1130/plugins/org.eclipse.e4.ui.model.workbench/@dot
79. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 262)
MKeyBinding oldBinding = (MKeyBinding) EcoreUtil
Discouraged access: The type MKeyBinding is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101213-1130/plugins/org.eclipse.e4.ui.model.workbench/@dot
80. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 262)
MKeyBinding oldBinding = (MKeyBinding) EcoreUtil
Discouraged access: The type MKeyBinding is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101213-1130/plugins/org.eclipse.e4.ui.model.workbench/@dot
81. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 264)
oldBinding.getParameters().add((MParameter) oldObj);
Discouraged access: The method getParameters() from the type MKeyBinding is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101213-1130/plugins/org.eclipse.e4.ui.model.workbench/@dot
82. WARNING in /src/org/eclipse/e4/ui/workbench/swt/util/BindingProcessingAddon.java
 (at line 264)
oldBinding.getParameters().add((MParameter) oldObj);
Discouraged access: The type MParameter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101213-1130/plugins/org.eclipse.e4.ui.model.workbench/@dot