Compiler log for org.eclipse.e4.tools.emf.ui_0.9.0.v20100627-1530 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 2605

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/tools/emf/ui/common/ImageTooltip.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/ImageTooltip.java
 (at line 7)
import java.text.NumberFormat;
The import java.text.NumberFormat is never used
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/ImageTooltip.java
 (at line 11)
import org.eclipse.swt.graphics.ImageData;
The import org.eclipse.swt.graphics.ImageData is never used
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/ImageTooltip.java
 (at line 28)
import org.eclipse.swt.graphics.Font;
The import org.eclipse.swt.graphics.Font is never used

/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java : 100 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 15)
import org.eclipse.swt.widgets.TreeItem;
The import org.eclipse.swt.widgets.TreeItem is never used
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 17)
import javax.annotation.PostConstruct;
The import javax.annotation.PostConstruct is never used
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 19)
import org.eclipse.e4.ui.internal.workbench.E4XMIResource;
The import org.eclipse.e4.ui.internal.workbench.E4XMIResource is never used
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 28)
import javax.annotation.PreDestroy;
The import javax.annotation.PreDestroy is never used
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 130)
import org.eclipse.swt.custom.StackLayout;
The import org.eclipse.swt.custom.StackLayout is never used
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 177)
private MPart editorPart;
The field ModelEditor.editorPart is never read locally

/src/org/eclipse/e4/tools/emf/ui/internal/common/VirtualEntry.java : 4 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/VirtualEntry.java
 (at line 13)
import org.eclipse.core.databinding.observable.DisposeEvent;
The import org.eclipse.core.databinding.observable.DisposeEvent is never used
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/VirtualEntry.java
 (at line 14)
import org.eclipse.core.databinding.observable.IDisposeListener;
The import org.eclipse.core.databinding.observable.IDisposeListener is never used
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/VirtualEntry.java
 (at line 16)
import org.eclipse.core.databinding.observable.DisposeEvent;
The import org.eclipse.core.databinding.observable.DisposeEvent is never used
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/VirtualEntry.java
 (at line 17)
import org.eclipse.core.databinding.observable.IDisposeListener;
The import org.eclipse.core.databinding.observable.IDisposeListener is never used

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java : 62 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 73)
private IProject project;
The field MenuContributionEditor.project is never read locally

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java : 74 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 30)
import org.eclipse.e4.tools.emf.ui.internal.common.VirtualEntry;
The import org.eclipse.e4.tools.emf.ui.internal.common.VirtualEntry is never used

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java : 62 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 73)
private IProject project;
The field ToolBarContributionEditor.project is never read locally

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java : 56 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 68)
private IProject project;
The field TrimContributionEditor.project is never read locally
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 73)
private static class Struct {
The type TrimContributionEditor.Struct is never used locally
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 74)
private final String label;
The field TrimContributionEditor.Struct.label is never read locally
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 75)
private final EClass eClass;
The field TrimContributionEditor.Struct.eClass is never read locally
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 76)
private final boolean separator;
The field TrimContributionEditor.Struct.separator is never read locally
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 78)
public Struct(String label, EClass eClass, boolean separator) {
The constructor TrimContributionEditor.Struct(String, EClass, boolean) is never used locally

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractCommandSelectionDialog.java : 29 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractCommandSelectionDialog.java
 (at line 16)
import org.eclipse.swt.events.DisposeEvent;
The import org.eclipse.swt.events.DisposeEvent is never used
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractCommandSelectionDialog.java
 (at line 17)
import org.eclipse.swt.events.DisposeListener;
The import org.eclipse.swt.events.DisposeListener is never used
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractCommandSelectionDialog.java
 (at line 27)
import org.eclipse.e4.ui.model.fragment.MModelFragments;
The import org.eclipse.e4.ui.model.fragment.MModelFragments is never used
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractCommandSelectionDialog.java
 (at line 34)
import org.eclipse.e4.ui.model.application.MApplication;
The import org.eclipse.e4.ui.model.application.MApplication is never used

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindImportElementDialog.java : 5 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindImportElementDialog.java
 (at line 22)
import org.eclipse.swt.events.DisposeEvent;
The import org.eclipse.swt.events.DisposeEvent is never used
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindImportElementDialog.java
 (at line 23)
import org.eclipse.swt.events.DisposeListener;
The import org.eclipse.swt.events.DisposeListener is never used
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindImportElementDialog.java
 (at line 43)
this.runningApp = runningApp;
The assignment to variable runningApp has no effect

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationAddons.java : 19 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationAddons.java
 (at line 190)
handleRemoveAddons(((IStructuredSelection)viewer.getSelection()).toList());
Type safety: The expression of type List needs unchecked conversion to conform to List<MAddon>

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java : 51 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 31)
import org.eclipse.e4.ui.model.application.descriptor.basic.MBasicFactory;
The import org.eclipse.e4.ui.model.application.descriptor.basic.MBasicFactory is never used
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 32)
import org.eclipse.e4.ui.model.application.descriptor.basic.MPartDescriptor;
The import org.eclipse.e4.ui.model.application.descriptor.basic.MPartDescriptor is never used
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 33)
import org.eclipse.e4.ui.model.application.descriptor.basic.MPartDescriptorContainer;
The import org.eclipse.e4.ui.model.application.descriptor.basic.MPartDescriptorContainer is never used
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 34)
import org.eclipse.e4.ui.model.application.descriptor.basic.impl.BasicPackageImpl;
The import org.eclipse.e4.ui.model.application.descriptor.basic.impl.BasicPackageImpl is never used
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 35)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
The import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl is never used

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java : 38 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 28)
import org.eclipse.e4.ui.model.application.ui.MElementContainer;
The import org.eclipse.e4.ui.model.application.ui.MElementContainer is never used
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 33)
import org.eclipse.emf.ecore.EClass;
The import org.eclipse.emf.ecore.EClass is never used
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 34)
import org.eclipse.emf.ecore.EObject;
The import org.eclipse.emf.ecore.EObject is never used
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 35)
import org.eclipse.emf.ecore.util.EcoreUtil;
The import org.eclipse.emf.ecore.util.EcoreUtil is never used
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 41)
import org.eclipse.jface.viewers.ArrayContentProvider;
The import org.eclipse.jface.viewers.ArrayContentProvider is never used
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 42)
import org.eclipse.jface.viewers.ComboViewer;
The import org.eclipse.jface.viewers.ComboViewer is never used
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 44)
import org.eclipse.jface.viewers.LabelProvider;
The import org.eclipse.jface.viewers.LabelProvider is never used

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java : 46 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 19)
import org.eclipse.emf.databinding.EMFProperties;
The import org.eclipse.emf.databinding.EMFProperties is never used
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 20)
import org.eclipse.emf.databinding.IEMFListProperty;
The import org.eclipse.emf.databinding.IEMFListProperty is never used
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 28)
import org.eclipse.e4.ui.model.fragment.MStringModelFragment;
The import org.eclipse.e4.ui.model.fragment.MStringModelFragment is never used
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 30)
import org.eclipse.e4.ui.model.fragment.MFragmentFactory;
The import org.eclipse.e4.ui.model.fragment.MFragmentFactory is never used
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 39)
import org.eclipse.e4.ui.model.application.ui.MElementContainer;
The import org.eclipse.e4.ui.model.application.ui.MElementContainer is never used
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 42)
import org.eclipse.emf.databinding.edit.EMFEditProperties;
The import org.eclipse.emf.databinding.edit.EMFEditProperties is never used
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 43)
import org.eclipse.emf.databinding.edit.IEMFEditListProperty;
The import org.eclipse.emf.databinding.edit.IEMFEditListProperty is never used

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java : 55 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 19)
import org.eclipse.e4.ui.model.application.ui.menu.MMenuContributions;
The import org.eclipse.e4.ui.model.application.ui.menu.MMenuContributions is never used
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 21)
import org.eclipse.e4.ui.model.application.ui.menu.MMenuContribution;
The import org.eclipse.e4.ui.model.application.ui.menu.MMenuContribution is never used
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 35)
import org.eclipse.e4.ui.model.application.descriptor.basic.MBasicFactory;
The import org.eclipse.e4.ui.model.application.descriptor.basic.MBasicFactory is never used
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 36)
import org.eclipse.e4.ui.model.application.descriptor.basic.MPartDescriptor;
The import org.eclipse.e4.ui.model.application.descriptor.basic.MPartDescriptor is never used
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 37)
import org.eclipse.e4.ui.model.application.descriptor.basic.MPartDescriptorContainer;
The import org.eclipse.e4.ui.model.application.descriptor.basic.MPartDescriptorContainer is never used
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 38)
import org.eclipse.e4.ui.model.application.descriptor.basic.impl.BasicPackageImpl;
The import org.eclipse.e4.ui.model.application.descriptor.basic.impl.BasicPackageImpl is never used
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 39)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
The import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl is never used

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java : 59 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 17)
import org.eclipse.e4.ui.model.application.ui.menu.MToolBarContribution;
The import org.eclipse.e4.ui.model.application.ui.menu.MToolBarContribution is never used
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 19)
import org.eclipse.e4.ui.model.application.ui.menu.MToolBarContributions;
The import org.eclipse.e4.ui.model.application.ui.menu.MToolBarContributions is never used
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 23)
import org.eclipse.e4.ui.model.application.ui.menu.MMenuContributions;
The import org.eclipse.e4.ui.model.application.ui.menu.MMenuContributions is never used
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 25)
import org.eclipse.e4.ui.model.application.ui.menu.MMenuContribution;
The import org.eclipse.e4.ui.model.application.ui.menu.MMenuContribution is never used
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 39)
import org.eclipse.e4.ui.model.application.descriptor.basic.MBasicFactory;
The import org.eclipse.e4.ui.model.application.descriptor.basic.MBasicFactory is never used
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 40)
import org.eclipse.e4.ui.model.application.descriptor.basic.MPartDescriptor;
The import org.eclipse.e4.ui.model.application.descriptor.basic.MPartDescriptor is never used
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 41)
import org.eclipse.e4.ui.model.application.descriptor.basic.MPartDescriptorContainer;
The import org.eclipse.e4.ui.model.application.descriptor.basic.MPartDescriptorContainer is never used
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 42)
import org.eclipse.e4.ui.model.application.descriptor.basic.impl.BasicPackageImpl;
The import org.eclipse.e4.ui.model.application.descriptor.basic.impl.BasicPackageImpl is never used
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 43)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
The import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl is never used

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java : 38 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 17)
import org.eclipse.e4.ui.model.application.ui.advanced.impl.AdvancedPackageImpl;
The import org.eclipse.e4.ui.model.application.ui.advanced.impl.AdvancedPackageImpl is never used

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

/src/org/eclipse/e4/tools/emf/ui/common/Util.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/Util.java
 (at line 3)
import org.eclipse.e4.ui.model.fragment.impl.FragmentPackageImpl;
Discouraged access: The type FragmentPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/Util.java
 (at line 13)
return object.eContainingFeature() == FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS;
Discouraged access: The type FragmentPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/Util.java
 (at line 13)
return object.eContainingFeature() == FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS;
Discouraged access: The type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/Util.java
 (at line 13)
return object.eContainingFeature() == FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS;
Discouraged access: The field MODEL_FRAGMENTS__IMPORTS from the type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/ShadowComposite.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/ShadowComposite.java
 (at line 16)
import org.eclipse.e4.core.di.annotations.Optional;
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.di/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/ShadowComposite.java
 (at line 602)
@Optional
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.di/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/ShadowComposite.java
 (at line 609)
@Optional
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.di/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/ShadowComposite.java
 (at line 616)
@Optional
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.di/@dot
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/ShadowComposite.java
 (at line 626)
@Optional
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.di/@dot
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/ShadowComposite.java
 (at line 633)
@Optional
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.di/@dot
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/ShadowComposite.java
 (at line 640)
@Optional
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.di/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 19)
import org.eclipse.e4.ui.internal.workbench.E4XMIResource;
Discouraged access: The type E4XMIResource is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 21)
import org.eclipse.e4.ui.model.application.ui.basic.MPart;
Discouraged access: The type MPart is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 46)
import org.eclipse.e4.core.contexts.IEclipseContext;
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 47)
import org.eclipse.e4.core.di.annotations.Optional;
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.di/@dot
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 48)
import org.eclipse.e4.core.services.contributions.IContributionFactory;
Discouraged access: The type IContributionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.services/@dot
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 102)
import org.eclipse.e4.ui.di.Focus;
Discouraged access: The type Focus is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.di/@dot
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 103)
import org.eclipse.e4.ui.di.Persist;
Discouraged access: The type Persist is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.di/@dot
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 104)
import org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl;
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 105)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 106)
import org.eclipse.e4.ui.model.application.ui.advanced.impl.AdvancedPackageImpl;
Discouraged access: The type AdvancedPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 107)
import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl;
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 108)
import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl;
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 109)
import org.eclipse.e4.ui.model.fragment.MModelFragments;
Discouraged access: The type MModelFragments is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 110)
import org.eclipse.e4.ui.model.fragment.impl.FragmentPackageImpl;
Discouraged access: The type FragmentPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 172)
private IEclipseContext context;
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 176)
@Optional
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.di/@dot
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 177)
private MPart editorPart;
Discouraged access: The type MPart is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 179)
public ModelEditor(Composite composite, IEclipseContext context, IModelResource modelProvider, IProject project) {
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 183)
this.context.set(ModelEditor.class, this);
Discouraged access: The method set(Class<ModelEditor>, ModelEditor) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 192)
fragment = modelProvider.getRoot().get(0) instanceof MModelFragments;
Discouraged access: The type MModelFragments is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 360)
public void setSelectionService(@Optional ISelectionProviderService selectionService) {
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.di/@dot
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 434)
IContributionFactory fact = context.get(IContributionFactory.class);
Discouraged access: The type IContributionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.services/@dot
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 434)
IContributionFactory fact = context.get(IContributionFactory.class);
Discouraged access: The method get(Class<IContributionFactory>) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 434)
IContributionFactory fact = context.get(IContributionFactory.class);
Discouraged access: The type IContributionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.services/@dot
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 435)
AbstractComponentEditor editor = (AbstractComponentEditor) fact.create("platform:/plugin/" + el.getContributor().getName() + "/" + el.getAttribute("class"), context); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
Discouraged access: The method create(String, IEclipseContext) from the type IContributionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.services/@dot
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 441)
registerVirtualEditor(VIRTUAL_PART_MENU, new VMenuEditor(modelProvider.getEditingDomain(), this, BasicPackageImpl.Literals.PART__MENUS));
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 441)
registerVirtualEditor(VIRTUAL_PART_MENU, new VMenuEditor(modelProvider.getEditingDomain(), this, BasicPackageImpl.Literals.PART__MENUS));
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 441)
registerVirtualEditor(VIRTUAL_PART_MENU, new VMenuEditor(modelProvider.getEditingDomain(), this, BasicPackageImpl.Literals.PART__MENUS));
Discouraged access: The field PART__MENUS from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 444)
registerVirtualEditor(VIRTUAL_COMMAND, new VCommandEditor(modelProvider.getEditingDomain(), this, ApplicationPackageImpl.Literals.APPLICATION__COMMANDS));
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 444)
registerVirtualEditor(VIRTUAL_COMMAND, new VCommandEditor(modelProvider.getEditingDomain(), this, ApplicationPackageImpl.Literals.APPLICATION__COMMANDS));
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 444)
registerVirtualEditor(VIRTUAL_COMMAND, new VCommandEditor(modelProvider.getEditingDomain(), this, ApplicationPackageImpl.Literals.APPLICATION__COMMANDS));
Discouraged access: The field APPLICATION__COMMANDS from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 448)
registerVirtualEditor(VIRTUAL_PARTDESCRIPTOR_MENU, new VMenuEditor(modelProvider.getEditingDomain(), this, org.eclipse.e4.ui.model.application.descriptor.basic.impl.BasicPackageImpl.Literals.PART_DESCRIPTOR__MENUS));
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 448)
registerVirtualEditor(VIRTUAL_PARTDESCRIPTOR_MENU, new VMenuEditor(modelProvider.getEditingDomain(), this, org.eclipse.e4.ui.model.application.descriptor.basic.impl.BasicPackageImpl.Literals.PART_DESCRIPTOR__MENUS));
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 448)
registerVirtualEditor(VIRTUAL_PARTDESCRIPTOR_MENU, new VMenuEditor(modelProvider.getEditingDomain(), this, org.eclipse.e4.ui.model.application.descriptor.basic.impl.BasicPackageImpl.Literals.PART_DESCRIPTOR__MENUS));
Discouraged access: The field PART_DESCRIPTOR__MENUS from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 480)
IContributionFactory fact = context.get(IContributionFactory.class);
Discouraged access: The type IContributionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.services/@dot
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 480)
IContributionFactory fact = context.get(IContributionFactory.class);
Discouraged access: The method get(Class<IContributionFactory>) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 480)
IContributionFactory fact = context.get(IContributionFactory.class);
Discouraged access: The type IContributionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.services/@dot
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 481)
AbstractComponentEditor editor = (AbstractComponentEditor) fact.create("platform:/plugin/" + el.getContributor().getName() + "/" + desc.getEditorClass().getName(), context); //$NON-NLS-1$ //$NON-NLS-2$
Discouraged access: The method create(String, IEclipseContext) from the type IContributionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.services/@dot
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 491)
registerEditor(ApplicationPackageImpl.Literals.APPLICATION, new ApplicationEditor(modelProvider.getEditingDomain(),this));
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 491)
registerEditor(ApplicationPackageImpl.Literals.APPLICATION, new ApplicationEditor(modelProvider.getEditingDomain(),this));
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 491)
registerEditor(ApplicationPackageImpl.Literals.APPLICATION, new ApplicationEditor(modelProvider.getEditingDomain(),this));
Discouraged access: The field APPLICATION from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 492)
registerEditor(ApplicationPackageImpl.Literals.ADDON, new AddonsEditor(modelProvider.getEditingDomain(),this, project));
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 492)
registerEditor(ApplicationPackageImpl.Literals.ADDON, new AddonsEditor(modelProvider.getEditingDomain(),this, project));
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 492)
registerEditor(ApplicationPackageImpl.Literals.ADDON, new AddonsEditor(modelProvider.getEditingDomain(),this, project));
Discouraged access: The field ADDON from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 494)
registerEditor(CommandsPackageImpl.Literals.KEY_BINDING, new KeyBindingEditor(modelProvider.getEditingDomain(),this, modelProvider));
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 494)
registerEditor(CommandsPackageImpl.Literals.KEY_BINDING, new KeyBindingEditor(modelProvider.getEditingDomain(),this, modelProvider));
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 494)
registerEditor(CommandsPackageImpl.Literals.KEY_BINDING, new KeyBindingEditor(modelProvider.getEditingDomain(),this, modelProvider));
Discouraged access: The field KEY_BINDING from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 495)
registerEditor(CommandsPackageImpl.Literals.HANDLER, new HandlerEditor(modelProvider.getEditingDomain(),this, modelProvider, project));
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 495)
registerEditor(CommandsPackageImpl.Literals.HANDLER, new HandlerEditor(modelProvider.getEditingDomain(),this, modelProvider, project));
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 495)
registerEditor(CommandsPackageImpl.Literals.HANDLER, new HandlerEditor(modelProvider.getEditingDomain(),this, modelProvider, project));
Discouraged access: The field HANDLER from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 496)
registerEditor(CommandsPackageImpl.Literals.COMMAND, new CommandEditor(modelProvider.getEditingDomain(),this));
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
52. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 496)
registerEditor(CommandsPackageImpl.Literals.COMMAND, new CommandEditor(modelProvider.getEditingDomain(),this));
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
53. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 496)
registerEditor(CommandsPackageImpl.Literals.COMMAND, new CommandEditor(modelProvider.getEditingDomain(),this));
Discouraged access: The field COMMAND from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
54. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 497)
registerEditor(CommandsPackageImpl.Literals.BINDING_TABLE, new BindingTableEditor(modelProvider.getEditingDomain(), this));
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
55. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 497)
registerEditor(CommandsPackageImpl.Literals.BINDING_TABLE, new BindingTableEditor(modelProvider.getEditingDomain(), this));
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 497)
registerEditor(CommandsPackageImpl.Literals.BINDING_TABLE, new BindingTableEditor(modelProvider.getEditingDomain(), this));
Discouraged access: The field BINDING_TABLE from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
57. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 499)
registerEditor(MenuPackageImpl.Literals.TOOL_BAR, new ToolBarEditor(modelProvider.getEditingDomain(), this));
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
58. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 499)
registerEditor(MenuPackageImpl.Literals.TOOL_BAR, new ToolBarEditor(modelProvider.getEditingDomain(), this));
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
59. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 499)
registerEditor(MenuPackageImpl.Literals.TOOL_BAR, new ToolBarEditor(modelProvider.getEditingDomain(), this));
Discouraged access: The field TOOL_BAR from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
60. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 500)
registerEditor(MenuPackageImpl.Literals.DIRECT_TOOL_ITEM, new DirectToolItemEditor(modelProvider.getEditingDomain(), this, project));
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
61. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 500)
registerEditor(MenuPackageImpl.Literals.DIRECT_TOOL_ITEM, new DirectToolItemEditor(modelProvider.getEditingDomain(), this, project));
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
62. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 500)
registerEditor(MenuPackageImpl.Literals.DIRECT_TOOL_ITEM, new DirectToolItemEditor(modelProvider.getEditingDomain(), this, project));
Discouraged access: The field DIRECT_TOOL_ITEM from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
63. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 501)
registerEditor(MenuPackageImpl.Literals.HANDLED_TOOL_ITEM, new HandledToolItemEditor(modelProvider.getEditingDomain(), this, project, modelProvider));
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
64. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 501)
registerEditor(MenuPackageImpl.Literals.HANDLED_TOOL_ITEM, new HandledToolItemEditor(modelProvider.getEditingDomain(), this, project, modelProvider));
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
65. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 501)
registerEditor(MenuPackageImpl.Literals.HANDLED_TOOL_ITEM, new HandledToolItemEditor(modelProvider.getEditingDomain(), this, project, modelProvider));
Discouraged access: The field HANDLED_TOOL_ITEM from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
66. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 502)
registerEditor(MenuPackageImpl.Literals.TOOL_BAR_SEPARATOR, new ToolBarSeparatorEditor(modelProvider.getEditingDomain(), this));
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
67. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 502)
registerEditor(MenuPackageImpl.Literals.TOOL_BAR_SEPARATOR, new ToolBarSeparatorEditor(modelProvider.getEditingDomain(), this));
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
68. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 502)
registerEditor(MenuPackageImpl.Literals.TOOL_BAR_SEPARATOR, new ToolBarSeparatorEditor(modelProvider.getEditingDomain(), this));
Discouraged access: The field TOOL_BAR_SEPARATOR from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
69. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 503)
registerEditor(MenuPackageImpl.Literals.TOOL_CONTROL, new ToolControlEditor(modelProvider.getEditingDomain(), this, project));
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
70. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 503)
registerEditor(MenuPackageImpl.Literals.TOOL_CONTROL, new ToolControlEditor(modelProvider.getEditingDomain(), this, project));
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
71. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 503)
registerEditor(MenuPackageImpl.Literals.TOOL_CONTROL, new ToolControlEditor(modelProvider.getEditingDomain(), this, project));
Discouraged access: The field TOOL_CONTROL from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
72. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 505)
registerEditor(MenuPackageImpl.Literals.MENU, new MenuEditor(modelProvider.getEditingDomain(), project, this));
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
73. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 505)
registerEditor(MenuPackageImpl.Literals.MENU, new MenuEditor(modelProvider.getEditingDomain(), project, this));
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
74. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 505)
registerEditor(MenuPackageImpl.Literals.MENU, new MenuEditor(modelProvider.getEditingDomain(), project, this));
Discouraged access: The field MENU from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
75. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 506)
registerEditor(MenuPackageImpl.Literals.MENU_SEPARATOR, new MenuSeparatorEditor(modelProvider.getEditingDomain(), this));
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
76. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 506)
registerEditor(MenuPackageImpl.Literals.MENU_SEPARATOR, new MenuSeparatorEditor(modelProvider.getEditingDomain(), this));
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
77. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 506)
registerEditor(MenuPackageImpl.Literals.MENU_SEPARATOR, new MenuSeparatorEditor(modelProvider.getEditingDomain(), this));
Discouraged access: The field MENU_SEPARATOR from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
78. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 507)
registerEditor(MenuPackageImpl.Literals.HANDLED_MENU_ITEM, new HandledMenuItemEditor(modelProvider.getEditingDomain(), this, project, modelProvider));
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
79. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 507)
registerEditor(MenuPackageImpl.Literals.HANDLED_MENU_ITEM, new HandledMenuItemEditor(modelProvider.getEditingDomain(), this, project, modelProvider));
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
80. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 507)
registerEditor(MenuPackageImpl.Literals.HANDLED_MENU_ITEM, new HandledMenuItemEditor(modelProvider.getEditingDomain(), this, project, modelProvider));
Discouraged access: The field HANDLED_MENU_ITEM from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
81. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 508)
registerEditor(MenuPackageImpl.Literals.DIRECT_MENU_ITEM, new DirectMenuItemEditor(modelProvider.getEditingDomain(), this, project));
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
82. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 508)
registerEditor(MenuPackageImpl.Literals.DIRECT_MENU_ITEM, new DirectMenuItemEditor(modelProvider.getEditingDomain(), this, project));
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
83. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 508)
registerEditor(MenuPackageImpl.Literals.DIRECT_MENU_ITEM, new DirectMenuItemEditor(modelProvider.getEditingDomain(), this, project));
Discouraged access: The field DIRECT_MENU_ITEM from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
84. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 509)
registerEditor(MenuPackageImpl.Literals.MENU_CONTRIBUTION, new MenuContributionEditor(modelProvider.getEditingDomain(),project, this));
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
85. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 509)
registerEditor(MenuPackageImpl.Literals.MENU_CONTRIBUTION, new MenuContributionEditor(modelProvider.getEditingDomain(),project, this));
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
86. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 509)
registerEditor(MenuPackageImpl.Literals.MENU_CONTRIBUTION, new MenuContributionEditor(modelProvider.getEditingDomain(),project, this));
Discouraged access: The field MENU_CONTRIBUTION from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
87. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 510)
registerEditor(MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTION, new ToolBarContributionEditor(modelProvider.getEditingDomain(),project, this));
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
88. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 510)
registerEditor(MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTION, new ToolBarContributionEditor(modelProvider.getEditingDomain(),project, this));
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
89. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 510)
registerEditor(MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTION, new ToolBarContributionEditor(modelProvider.getEditingDomain(),project, this));
Discouraged access: The field TOOL_BAR_CONTRIBUTION from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
90. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 511)
registerEditor(MenuPackageImpl.Literals.TRIM_CONTRIBUTION, new TrimContributionEditor(modelProvider.getEditingDomain(),project, this));
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
91. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 511)
registerEditor(MenuPackageImpl.Literals.TRIM_CONTRIBUTION, new TrimContributionEditor(modelProvider.getEditingDomain(),project, this));
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
92. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 511)
registerEditor(MenuPackageImpl.Literals.TRIM_CONTRIBUTION, new TrimContributionEditor(modelProvider.getEditingDomain(),project, this));
Discouraged access: The field TRIM_CONTRIBUTION from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
93. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 514)
registerEditor(BasicPackageImpl.Literals.PART, new PartEditor(modelProvider.getEditingDomain(), this, project));
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
94. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 514)
registerEditor(BasicPackageImpl.Literals.PART, new PartEditor(modelProvider.getEditingDomain(), this, project));
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/commands/AddAddonCommand.java : 12 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/commands/AddAddonCommand.java
 (at line 13)
import org.eclipse.e4.ui.model.application.MAddon;
Discouraged access: The type MAddon is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/commands/AddAddonCommand.java
 (at line 14)
import org.eclipse.e4.ui.model.application.MApplication;
Discouraged access: The type MApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/commands/AddAddonCommand.java
 (at line 15)
import org.eclipse.e4.ui.model.application.MApplicationFactory;
Discouraged access: The type MApplicationFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/commands/AddAddonCommand.java
 (at line 16)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/commands/AddAddonCommand.java
 (at line 22)
public void execute(EditingDomain editingDomain, MApplication parent) {
Discouraged access: The type MApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/commands/AddAddonCommand.java
 (at line 23)
MAddon command = MApplicationFactory.INSTANCE.createAddon();
Discouraged access: The type MAddon is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/commands/AddAddonCommand.java
 (at line 23)
MAddon command = MApplicationFactory.INSTANCE.createAddon();
Discouraged access: The type MApplicationFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/commands/AddAddonCommand.java
 (at line 23)
MAddon command = MApplicationFactory.INSTANCE.createAddon();
Discouraged access: The method createAddon() from the type MApplicationFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/commands/AddAddonCommand.java
 (at line 23)
MAddon command = MApplicationFactory.INSTANCE.createAddon();
Discouraged access: The field INSTANCE from the type MApplicationFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/commands/AddAddonCommand.java
 (at line 24)
Command cmd = AddCommand.create(editingDomain, parent, ApplicationPackageImpl.Literals.APPLICATION__ADDONS, command);
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/commands/AddAddonCommand.java
 (at line 24)
Command cmd = AddCommand.create(editingDomain, parent, ApplicationPackageImpl.Literals.APPLICATION__ADDONS, command);
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/commands/AddAddonCommand.java
 (at line 24)
Command cmd = AddCommand.create(editingDomain, parent, ApplicationPackageImpl.Literals.APPLICATION__ADDONS, command);
Discouraged access: The field APPLICATION__ADDONS from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/commands/MoveAddonCommand.java : 2 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/commands/MoveAddonCommand.java
 (at line 13)
import org.eclipse.e4.ui.model.application.MAddon;
Discouraged access: The type MAddon is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/commands/MoveAddonCommand.java
 (at line 17)
public void execute(EditingDomain editingDomain, MAddon addon, boolean up) {
Discouraged access: The type MAddon is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/commands/RemoveAddonCommand.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/commands/RemoveAddonCommand.java
 (at line 14)
import org.eclipse.e4.ui.model.application.MAddon;
Discouraged access: The type MAddon is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/commands/RemoveAddonCommand.java
 (at line 15)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/commands/RemoveAddonCommand.java
 (at line 22)
public void execute(EditingDomain editingDomain, List<MAddon> addons) {
Discouraged access: The type MAddon is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/commands/RemoveAddonCommand.java
 (at line 24)
for( MAddon a : addons ) {
Discouraged access: The type MAddon is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/commands/RemoveAddonCommand.java
 (at line 29)
Command cmd = RemoveCommand.create(editingDomain, parent, ApplicationPackageImpl.Literals.APPLICATION__ADDONS, addons);
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/commands/RemoveAddonCommand.java
 (at line 29)
Command cmd = RemoveCommand.create(editingDomain, parent, ApplicationPackageImpl.Literals.APPLICATION__ADDONS, addons);
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/commands/RemoveAddonCommand.java
 (at line 29)
Command cmd = RemoveCommand.create(editingDomain, parent, ApplicationPackageImpl.Literals.APPLICATION__ADDONS, addons);
Discouraged access: The field APPLICATION__ADDONS from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java : 18 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 24)
import org.eclipse.e4.ui.model.application.MContribution;
Discouraged access: The type MContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 25)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 78)
MContribution contrib = (MContribution) element;
Discouraged access: The type MContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 78)
MContribution contrib = (MContribution) element;
Discouraged access: The type MContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 79)
if( contrib.getContributionURI() != null && contrib.getContributionURI().trim().length() > 0 ) {
Discouraged access: The method getContributionURI() from the type MContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 79)
if( contrib.getContributionURI() != null && contrib.getContributionURI().trim().length() > 0 ) {
Discouraged access: The method getContributionURI() from the type MContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 80)
return contrib.getContributionURI().substring(contrib.getContributionURI().lastIndexOf('/')+1);
Discouraged access: The method getContributionURI() from the type MContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 80)
return contrib.getContributionURI().substring(contrib.getContributionURI().lastIndexOf('/')+1);
Discouraged access: The method getContributionURI() from the type MContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 144)
context.bindValue(textProp.observeDelayed(200,t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 144)
context.bindValue(textProp.observeDelayed(200,t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 144)
context.bindValue(textProp.observeDelayed(200,t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The field APPLICATION_ELEMENT__ELEMENT_ID from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 155)
context.bindValue(textProp.observeDelayed(200,t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI).observeDetail(getMaster()));
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 155)
context.bindValue(textProp.observeDelayed(200,t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI).observeDetail(getMaster()));
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 155)
context.bindValue(textProp.observeDelayed(200,t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI).observeDetail(getMaster()));
Discouraged access: The field CONTRIBUTION__CONTRIBUTION_URI from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 163)
ContributionClassDialog dialog = new ContributionClassDialog(b.getShell(),project,getEditingDomain(),(MContribution) getMaster().getValue(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI);
Discouraged access: The type MContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 163)
ContributionClassDialog dialog = new ContributionClassDialog(b.getShell(),project,getEditingDomain(),(MContribution) getMaster().getValue(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI);
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 163)
ContributionClassDialog dialog = new ContributionClassDialog(b.getShell(),project,getEditingDomain(),(MContribution) getMaster().getValue(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI);
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 163)
ContributionClassDialog dialog = new ContributionClassDialog(b.getShell(),project,getEditingDomain(),(MContribution) getMaster().getValue(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI);
Discouraged access: The field CONTRIBUTION__CONTRIBUTION_URI from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java : 41 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 22)
import org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl;
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 23)
import org.eclipse.e4.ui.model.application.descriptor.basic.impl.BasicPackageImpl;
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 24)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 25)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 26)
import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl;
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 48)
private IListProperty HANDLER_CONTAINER__HANDLERS = EMFProperties.list(CommandsPackageImpl.Literals.HANDLER_CONTAINER__HANDLERS);
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 48)
private IListProperty HANDLER_CONTAINER__HANDLERS = EMFProperties.list(CommandsPackageImpl.Literals.HANDLER_CONTAINER__HANDLERS);
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 48)
private IListProperty HANDLER_CONTAINER__HANDLERS = EMFProperties.list(CommandsPackageImpl.Literals.HANDLER_CONTAINER__HANDLERS);
Discouraged access: The field HANDLER_CONTAINER__HANDLERS from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 49)
private IListProperty BINDING_CONTAINER__BINDINGS = EMFProperties.list(CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__BINDING_TABLES);
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 49)
private IListProperty BINDING_CONTAINER__BINDINGS = EMFProperties.list(CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__BINDING_TABLES);
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 49)
private IListProperty BINDING_CONTAINER__BINDINGS = EMFProperties.list(CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__BINDING_TABLES);
Discouraged access: The field BINDING_TABLE_CONTAINER__BINDING_TABLES from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 50)
private IListProperty APPLICATION__COMMANDS = EMFProperties.list(ApplicationPackageImpl.Literals.APPLICATION__COMMANDS);
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 50)
private IListProperty APPLICATION__COMMANDS = EMFProperties.list(ApplicationPackageImpl.Literals.APPLICATION__COMMANDS);
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 50)
private IListProperty APPLICATION__COMMANDS = EMFProperties.list(ApplicationPackageImpl.Literals.APPLICATION__COMMANDS);
Discouraged access: The field APPLICATION__COMMANDS from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 51)
private IListProperty PART_DESCRIPTOR_CONTAINER__DESCRIPTORS = EMFProperties.list(BasicPackageImpl.Literals.PART_DESCRIPTOR_CONTAINER__DESCRIPTORS);
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 51)
private IListProperty PART_DESCRIPTOR_CONTAINER__DESCRIPTORS = EMFProperties.list(BasicPackageImpl.Literals.PART_DESCRIPTOR_CONTAINER__DESCRIPTORS);
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 51)
private IListProperty PART_DESCRIPTOR_CONTAINER__DESCRIPTORS = EMFProperties.list(BasicPackageImpl.Literals.PART_DESCRIPTOR_CONTAINER__DESCRIPTORS);
Discouraged access: The field PART_DESCRIPTOR_CONTAINER__DESCRIPTORS from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 52)
private IListProperty ELEMENT_CONTAINER__CHILDREN = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 52)
private IListProperty ELEMENT_CONTAINER__CHILDREN = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 52)
private IListProperty ELEMENT_CONTAINER__CHILDREN = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 53)
private IListProperty APPLICATION__ADDONS = EMFProperties.list(ApplicationPackageImpl.Literals.APPLICATION__ADDONS);
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 53)
private IListProperty APPLICATION__ADDONS = EMFProperties.list(ApplicationPackageImpl.Literals.APPLICATION__ADDONS);
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 53)
private IListProperty APPLICATION__ADDONS = EMFProperties.list(ApplicationPackageImpl.Literals.APPLICATION__ADDONS);
Discouraged access: The field APPLICATION__ADDONS from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 54)
private IListProperty MENU_CONTRIBUTIONS = EMFProperties.list(MenuPackageImpl.Literals.MENU_CONTRIBUTIONS__MENU_CONTRIBUTIONS);
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 54)
private IListProperty MENU_CONTRIBUTIONS = EMFProperties.list(MenuPackageImpl.Literals.MENU_CONTRIBUTIONS__MENU_CONTRIBUTIONS);
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 54)
private IListProperty MENU_CONTRIBUTIONS = EMFProperties.list(MenuPackageImpl.Literals.MENU_CONTRIBUTIONS__MENU_CONTRIBUTIONS);
Discouraged access: The field MENU_CONTRIBUTIONS__MENU_CONTRIBUTIONS from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 55)
private IListProperty TOOLBAR_CONTRIBUTIONS = EMFProperties.list(MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTIONS__TOOL_BAR_CONTRIBUTIONS);
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 55)
private IListProperty TOOLBAR_CONTRIBUTIONS = EMFProperties.list(MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTIONS__TOOL_BAR_CONTRIBUTIONS);
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 55)
private IListProperty TOOLBAR_CONTRIBUTIONS = EMFProperties.list(MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTIONS__TOOL_BAR_CONTRIBUTIONS);
Discouraged access: The field TOOL_BAR_CONTRIBUTIONS__TOOL_BAR_CONTRIBUTIONS from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 56)
private IListProperty TRIM_CONTRIBUTIONS = EMFProperties.list(MenuPackageImpl.Literals.TRIM_CONTRIBUTIONS__TRIM_CONTRIBUTIONS);
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 56)
private IListProperty TRIM_CONTRIBUTIONS = EMFProperties.list(MenuPackageImpl.Literals.TRIM_CONTRIBUTIONS__TRIM_CONTRIBUTIONS);
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 56)
private IListProperty TRIM_CONTRIBUTIONS = EMFProperties.list(MenuPackageImpl.Literals.TRIM_CONTRIBUTIONS__TRIM_CONTRIBUTIONS);
Discouraged access: The field TRIM_CONTRIBUTIONS__TRIM_CONTRIBUTIONS from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 111)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 111)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 111)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The field APPLICATION_ELEMENT__ELEMENT_ID from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 114)
ControlFactory.createStringListWidget(parent, this, "Variables", UiPackageImpl.Literals.CONTEXT__VARIABLES, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 114)
ControlFactory.createStringListWidget(parent, this, "Variables", UiPackageImpl.Literals.CONTEXT__VARIABLES, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 114)
ControlFactory.createStringListWidget(parent, this, "Variables", UiPackageImpl.Literals.CONTEXT__VARIABLES, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field CONTEXT__VARIABLES from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 115)
ControlFactory.createStringListWidget(parent, this, "Binding Contexts", CommandsPackageImpl.Literals.BINDINGS__BINDING_CONTEXTS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 115)
ControlFactory.createStringListWidget(parent, this, "Binding Contexts", CommandsPackageImpl.Literals.BINDINGS__BINDING_CONTEXTS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 115)
ControlFactory.createStringListWidget(parent, this, "Binding Contexts", CommandsPackageImpl.Literals.BINDINGS__BINDING_CONTEXTS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field BINDINGS__BINDING_CONTEXTS from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java : 64 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 25)
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 26)
import org.eclipse.e4.ui.model.application.commands.MCommandsFactory;
Discouraged access: The type MCommandsFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 27)
import org.eclipse.e4.ui.model.application.commands.MHandler;
Discouraged access: The type MHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 28)
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 29)
import org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl;
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 30)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 69)
private IListProperty BINDING_TABLE__BINDINGS = EMFProperties.list(CommandsPackageImpl.Literals.BINDING_TABLE__BINDINGS);
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 69)
private IListProperty BINDING_TABLE__BINDINGS = EMFProperties.list(CommandsPackageImpl.Literals.BINDING_TABLE__BINDINGS);
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 69)
private IListProperty BINDING_TABLE__BINDINGS = EMFProperties.list(CommandsPackageImpl.Literals.BINDING_TABLE__BINDINGS);
Discouraged access: The field BINDING_TABLE__BINDINGS from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 153)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 153)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 153)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The field APPLICATION_ELEMENT__ELEMENT_ID from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 163)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.BINDING_TABLE__BINDING_CONTEXT_ID).observeDetail(getMaster()));
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 163)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.BINDING_TABLE__BINDING_CONTEXT_ID).observeDetail(getMaster()));
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 163)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.BINDING_TABLE__BINDING_CONTEXT_ID).observeDetail(getMaster()));
Discouraged access: The field BINDING_TABLE__BINDING_CONTEXT_ID from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 186)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.KEY_SEQUENCE__KEY_SEQUENCE);
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 186)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.KEY_SEQUENCE__KEY_SEQUENCE);
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 186)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.KEY_SEQUENCE__KEY_SEQUENCE);
Discouraged access: The field KEY_SEQUENCE__KEY_SEQUENCE from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 191)
column.setLabelProvider(new ObservableColumnLabelProvider<MHandler>(prop.observeDetail(cp.getKnownElements())));
Discouraged access: The type MHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 195)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), FeaturePath.fromList(CommandsPackageImpl.Literals.KEY_BINDING__COMMAND, CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME));
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 195)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), FeaturePath.fromList(CommandsPackageImpl.Literals.KEY_BINDING__COMMAND, CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME));
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 195)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), FeaturePath.fromList(CommandsPackageImpl.Literals.KEY_BINDING__COMMAND, CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME));
Discouraged access: The field KEY_BINDING__COMMAND from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 195)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), FeaturePath.fromList(CommandsPackageImpl.Literals.KEY_BINDING__COMMAND, CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME));
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 195)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), FeaturePath.fromList(CommandsPackageImpl.Literals.KEY_BINDING__COMMAND, CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME));
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 195)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), FeaturePath.fromList(CommandsPackageImpl.Literals.KEY_BINDING__COMMAND, CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME));
Discouraged access: The field COMMAND__COMMAND_NAME from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 200)
column.setLabelProvider(new ObservableColumnLabelProvider<MHandler>(prop.observeDetail(cp.getKnownElements())));
Discouraged access: The type MHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 204)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID);
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 204)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID);
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 204)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID);
Discouraged access: The field APPLICATION_ELEMENT__ELEMENT_ID from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 209)
column.setLabelProvider(new ObservableColumnLabelProvider<MHandler>(prop.observeDetail(cp.getKnownElements())));
Discouraged access: The type MHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 212)
IEMFListProperty prop = EMFProperties.list(CommandsPackageImpl.Literals.BINDING_TABLE__BINDINGS);
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 212)
IEMFListProperty prop = EMFProperties.list(CommandsPackageImpl.Literals.BINDING_TABLE__BINDINGS);
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 212)
IEMFListProperty prop = EMFProperties.list(CommandsPackageImpl.Literals.BINDING_TABLE__BINDINGS);
Discouraged access: The field BINDING_TABLE__BINDINGS from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 235)
MBindingTable container = (MBindingTable) getMaster().getValue();
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 235)
MBindingTable container = (MBindingTable) getMaster().getValue();
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 236)
int idx = container.getBindings().indexOf(obj) - 1;
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 238)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.BINDING_TABLE__BINDINGS, obj, idx);
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 238)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.BINDING_TABLE__BINDINGS, obj, idx);
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 238)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.BINDING_TABLE__BINDINGS, obj, idx);
Discouraged access: The field BINDING_TABLE__BINDINGS from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 262)
MBindingTable container = (MBindingTable) getMaster().getValue();
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 262)
MBindingTable container = (MBindingTable) getMaster().getValue();
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 263)
int idx = container.getBindings().indexOf(obj) + 1;
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 264)
if (idx < container.getBindings().size()) {
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 265)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.BINDING_TABLE__BINDINGS, obj, idx);
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 265)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.BINDING_TABLE__BINDINGS, obj, idx);
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 265)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.BINDING_TABLE__BINDINGS, obj, idx);
Discouraged access: The field BINDING_TABLE__BINDINGS from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 285)
MKeyBinding handler = MCommandsFactory.INSTANCE.createKeyBinding();
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 285)
MKeyBinding handler = MCommandsFactory.INSTANCE.createKeyBinding();
Discouraged access: The type MCommandsFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 285)
MKeyBinding handler = MCommandsFactory.INSTANCE.createKeyBinding();
Discouraged access: The method createKeyBinding() from the type MCommandsFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 285)
MKeyBinding handler = MCommandsFactory.INSTANCE.createKeyBinding();
Discouraged access: The field INSTANCE from the type MCommandsFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 287)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.BINDING_TABLE__BINDINGS, handler);
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
52. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 287)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.BINDING_TABLE__BINDINGS, handler);
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
53. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 287)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.BINDING_TABLE__BINDINGS, handler);
Discouraged access: The field BINDING_TABLE__BINDINGS from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
54. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 305)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.BINDING_TABLE__BINDINGS, keybinding);
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
55. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 305)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.BINDING_TABLE__BINDINGS, keybinding);
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 305)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.BINDING_TABLE__BINDINGS, keybinding);
Discouraged access: The field BINDING_TABLE__BINDINGS from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
57. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 324)
MBindingTable cmd = (MBindingTable) element;
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
58. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 324)
MBindingTable cmd = (MBindingTable) element;
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
59. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 325)
if (cmd.getBindingContextId() != null && cmd.getBindingContextId().trim().length() > 0) {
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
60. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 325)
if (cmd.getBindingContextId() != null && cmd.getBindingContextId().trim().length() > 0) {
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
61. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 326)
return cmd.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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
62. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 334)
return new FeaturePath[] { FeaturePath.fromList(CommandsPackageImpl.Literals.BINDING_TABLE__BINDING_CONTEXT_ID) };
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
63. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 334)
return new FeaturePath[] { FeaturePath.fromList(CommandsPackageImpl.Literals.BINDING_TABLE__BINDING_CONTEXT_ID) };
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
64. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 334)
return new FeaturePath[] { FeaturePath.fromList(CommandsPackageImpl.Literals.BINDING_TABLE__BINDING_CONTEXT_ID) };
Discouraged access: The field BINDING_TABLE__BINDING_CONTEXT_ID from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java : 80 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 23)
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 24)
import org.eclipse.e4.ui.model.application.commands.MCommandParameter;
Discouraged access: The type MCommandParameter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 25)
import org.eclipse.e4.ui.model.application.commands.MCommandsFactory;
Discouraged access: The type MCommandsFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 26)
import org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl;
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 27)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 155)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 155)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 155)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The field APPLICATION_ELEMENT__ELEMENT_ID from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 168)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME).observeDetail(getMaster()));
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 168)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME).observeDetail(getMaster()));
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 168)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME).observeDetail(getMaster()));
Discouraged access: The field COMMAND__COMMAND_NAME from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 182)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.COMMAND__DESCRIPTION).observeDetail(getMaster()));
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 182)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.COMMAND__DESCRIPTION).observeDetail(getMaster()));
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 182)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.COMMAND__DESCRIPTION).observeDetail(getMaster()));
Discouraged access: The field COMMAND__DESCRIPTION from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 201)
IEMFValueProperty prop = EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID);
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 201)
IEMFValueProperty prop = EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID);
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 201)
IEMFValueProperty prop = EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID);
Discouraged access: The field APPLICATION_ELEMENT__ELEMENT_ID from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 206)
column.setLabelProvider(new ObservableColumnLabelProvider<MCommandParameter>(prop.observeDetail(cp.getKnownElements())));
Discouraged access: The type MCommandParameter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 216)
Command cmd = SetCommand.create(getEditingDomain(), element, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, value);
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 216)
Command cmd = SetCommand.create(getEditingDomain(), element, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, value);
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 216)
Command cmd = SetCommand.create(getEditingDomain(), element, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, value);
Discouraged access: The field APPLICATION_ELEMENT__ELEMENT_ID from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 224)
MCommandParameter obj = (MCommandParameter) element;
Discouraged access: The type MCommandParameter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 224)
MCommandParameter obj = (MCommandParameter) element;
Discouraged access: The type MCommandParameter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 225)
return obj.getElementId() != null ? obj.getElementId() : ""; //$NON-NLS-1$
Discouraged access: The method getElementId() from the type MApplicationElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 225)
return obj.getElementId() != null ? obj.getElementId() : ""; //$NON-NLS-1$
Discouraged access: The method getElementId() from the type MApplicationElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 241)
IEMFValueProperty prop = EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.COMMAND_PARAMETER__NAME);
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 241)
IEMFValueProperty prop = EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.COMMAND_PARAMETER__NAME);
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 241)
IEMFValueProperty prop = EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.COMMAND_PARAMETER__NAME);
Discouraged access: The field COMMAND_PARAMETER__NAME from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 246)
column.setLabelProvider(new ObservableColumnLabelProvider<MCommandParameter>(prop.observeDetail(cp.getKnownElements())));
Discouraged access: The type MCommandParameter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 252)
Command cmd = SetCommand.create(getEditingDomain(), element, CommandsPackageImpl.Literals.COMMAND_PARAMETER__NAME, value);
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 252)
Command cmd = SetCommand.create(getEditingDomain(), element, CommandsPackageImpl.Literals.COMMAND_PARAMETER__NAME, value);
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 252)
Command cmd = SetCommand.create(getEditingDomain(), element, CommandsPackageImpl.Literals.COMMAND_PARAMETER__NAME, value);
Discouraged access: The field COMMAND_PARAMETER__NAME from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 260)
MCommandParameter obj = (MCommandParameter) element;
Discouraged access: The type MCommandParameter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 260)
MCommandParameter obj = (MCommandParameter) element;
Discouraged access: The type MCommandParameter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 261)
return obj.getName() != null ? obj.getName() : ""; //$NON-NLS-1$
Discouraged access: The method getName() from the type MCommandParameter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 261)
return obj.getName() != null ? obj.getName() : ""; //$NON-NLS-1$
Discouraged access: The method getName() from the type MCommandParameter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 277)
IEMFValueProperty prop = EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.COMMAND_PARAMETER__TYPE_ID);
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 277)
IEMFValueProperty prop = EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.COMMAND_PARAMETER__TYPE_ID);
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 277)
IEMFValueProperty prop = EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.COMMAND_PARAMETER__TYPE_ID);
Discouraged access: The field COMMAND_PARAMETER__TYPE_ID from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 282)
column.setLabelProvider(new ObservableColumnLabelProvider<MCommandParameter>(prop.observeDetail(cp.getKnownElements())));
Discouraged access: The type MCommandParameter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 288)
Command cmd = SetCommand.create(getEditingDomain(), element, CommandsPackageImpl.Literals.COMMAND_PARAMETER__TYPE_ID, value);
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 288)
Command cmd = SetCommand.create(getEditingDomain(), element, CommandsPackageImpl.Literals.COMMAND_PARAMETER__TYPE_ID, value);
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 288)
Command cmd = SetCommand.create(getEditingDomain(), element, CommandsPackageImpl.Literals.COMMAND_PARAMETER__TYPE_ID, value);
Discouraged access: The field COMMAND_PARAMETER__TYPE_ID from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 296)
MCommandParameter obj = (MCommandParameter) element;
Discouraged access: The type MCommandParameter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 296)
MCommandParameter obj = (MCommandParameter) element;
Discouraged access: The type MCommandParameter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 297)
return obj.getTypeId() != null ? obj.getTypeId() : ""; //$NON-NLS-1$
Discouraged access: The method getTypeId() from the type MCommandParameter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 297)
return obj.getTypeId() != null ? obj.getTypeId() : ""; //$NON-NLS-1$
Discouraged access: The method getTypeId() from the type MCommandParameter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 313)
IEMFValueProperty prop = EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.COMMAND_PARAMETER__OPTIONAL);
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 313)
IEMFValueProperty prop = EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.COMMAND_PARAMETER__OPTIONAL);
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 313)
IEMFValueProperty prop = EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.COMMAND_PARAMETER__OPTIONAL);
Discouraged access: The field COMMAND_PARAMETER__OPTIONAL from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 318)
column.setLabelProvider(new ObservableColumnLabelProvider<MCommandParameter>(prop.observeDetail(cp.getKnownElements())) {
Discouraged access: The type MCommandParameter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
52. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 320)
public String getText(MCommandParameter element) {
Discouraged access: The type MCommandParameter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
53. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 321)
return element.isOptional() ? Messages.CommandEditor_ParameterOptional_Yes : Messages.CommandEditor_ParameterOptional_No;
Discouraged access: The method isOptional() from the type MCommandParameter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
54. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 330)
Command cmd = SetCommand.create(getEditingDomain(), element, CommandsPackageImpl.Literals.COMMAND_PARAMETER__OPTIONAL, idx == 0);
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
55. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 330)
Command cmd = SetCommand.create(getEditingDomain(), element, CommandsPackageImpl.Literals.COMMAND_PARAMETER__OPTIONAL, idx == 0);
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 330)
Command cmd = SetCommand.create(getEditingDomain(), element, CommandsPackageImpl.Literals.COMMAND_PARAMETER__OPTIONAL, idx == 0);
Discouraged access: The field COMMAND_PARAMETER__OPTIONAL from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
57. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 338)
MCommandParameter obj = (MCommandParameter) element;
Discouraged access: The type MCommandParameter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
58. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 338)
MCommandParameter obj = (MCommandParameter) element;
Discouraged access: The type MCommandParameter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
59. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 339)
return obj.isOptional() ? 0 : 1;
Discouraged access: The method isOptional() from the type MCommandParameter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
60. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 365)
IEMFEditListProperty mProp = EMFEditProperties.list(getEditingDomain(), CommandsPackageImpl.Literals.COMMAND__PARAMETERS);
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
61. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 365)
IEMFEditListProperty mProp = EMFEditProperties.list(getEditingDomain(), CommandsPackageImpl.Literals.COMMAND__PARAMETERS);
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
62. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 365)
IEMFEditListProperty mProp = EMFEditProperties.list(getEditingDomain(), CommandsPackageImpl.Literals.COMMAND__PARAMETERS);
Discouraged access: The field COMMAND__PARAMETERS from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
63. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 394)
MCommandParameter param = MCommandsFactory.INSTANCE.createCommandParameter();
Discouraged access: The type MCommandParameter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
64. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 394)
MCommandParameter param = MCommandsFactory.INSTANCE.createCommandParameter();
Discouraged access: The type MCommandsFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
65. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 394)
MCommandParameter param = MCommandsFactory.INSTANCE.createCommandParameter();
Discouraged access: The method createCommandParameter() from the type MCommandsFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
66. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 394)
MCommandParameter param = MCommandsFactory.INSTANCE.createCommandParameter();
Discouraged access: The field INSTANCE from the type MCommandsFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
67. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 395)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.COMMAND__PARAMETERS, param);
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
68. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 395)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.COMMAND__PARAMETERS, param);
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
69. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 395)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.COMMAND__PARAMETERS, param);
Discouraged access: The field COMMAND__PARAMETERS from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
70. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 410)
ControlFactory.createStringListWidget(parent, this, "Tags", ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
71. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 410)
ControlFactory.createStringListWidget(parent, this, "Tags", ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
72. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 410)
ControlFactory.createStringListWidget(parent, this, "Tags", ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field APPLICATION_ELEMENT__TAGS from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
73. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 422)
MCommand cmd = (MCommand) element;
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
74. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 422)
MCommand cmd = (MCommand) element;
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
75. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 423)
if (cmd.getCommandName() != null && cmd.getCommandName().trim().length() > 0) {
Discouraged access: The method getCommandName() from the type MCommand is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
76. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 423)
if (cmd.getCommandName() != null && cmd.getCommandName().trim().length() > 0) {
Discouraged access: The method getCommandName() from the type MCommand is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
77. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 424)
return cmd.getCommandName();
Discouraged access: The method getCommandName() from the type MCommand is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
78. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 432)
return new FeaturePath[] { FeaturePath.fromList(CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME) };
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
79. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 432)
return new FeaturePath[] { FeaturePath.fromList(CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME) };
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
80. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 432)
return new FeaturePath[] { FeaturePath.fromList(CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME) };
Discouraged access: The field COMMAND__COMMAND_NAME from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java : 47 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 25)
import org.eclipse.e4.ui.model.application.MApplication;
Discouraged access: The type MApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 26)
import org.eclipse.e4.ui.model.application.MApplicationElement;
Discouraged access: The type MApplicationElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 27)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 28)
import org.eclipse.e4.ui.model.application.ui.MContext;
Discouraged access: The type MContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 29)
import org.eclipse.e4.ui.model.application.ui.MUILabel;
Discouraged access: The type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 30)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 77)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(editor.getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(editor.getMaster()));
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 77)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(editor.getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(editor.getMaster()));
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 77)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(editor.getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(editor.getMaster()));
Discouraged access: The field APPLICATION_ELEMENT__ELEMENT_ID from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 100)
IEMFEditListProperty listProp = EMFEditProperties.list(editor.getEditingDomain(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 100)
IEMFEditListProperty listProp = EMFEditProperties.list(editor.getEditingDomain(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 100)
IEMFEditListProperty listProp = EMFEditProperties.list(editor.getEditingDomain(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 101)
IEMFEditValueProperty labelProp = EMFEditProperties.value(editor.getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 101)
IEMFEditValueProperty labelProp = EMFEditProperties.value(editor.getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 101)
IEMFEditValueProperty labelProp = EMFEditProperties.value(editor.getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL);
Discouraged access: The field UI_LABEL__LABEL from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 102)
IEMFEditValueProperty idProp = EMFEditProperties.value(editor.getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID);
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 102)
IEMFEditValueProperty idProp = EMFEditProperties.value(editor.getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID);
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 102)
IEMFEditValueProperty idProp = EMFEditProperties.value(editor.getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID);
Discouraged access: The field APPLICATION_ELEMENT__ELEMENT_ID from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 108)
final IObservableValue mObs = EMFEditProperties.value(editor.getEditingDomain(), UiPackageImpl.Literals.ELEMENT_CONTAINER__SELECTED_ELEMENT).observeDetail(editor.getMaster());
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 108)
final IObservableValue mObs = EMFEditProperties.value(editor.getEditingDomain(), UiPackageImpl.Literals.ELEMENT_CONTAINER__SELECTED_ELEMENT).observeDetail(editor.getMaster());
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 108)
final IObservableValue mObs = EMFEditProperties.value(editor.getEditingDomain(), UiPackageImpl.Literals.ELEMENT_CONTAINER__SELECTED_ELEMENT).observeDetail(editor.getMaster());
Discouraged access: The field ELEMENT_CONTAINER__SELECTED_ELEMENT from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 129)
if (element instanceof MUILabel) {
Discouraged access: The type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 130)
MUILabel label = (MUILabel) element;
Discouraged access: The type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 130)
MUILabel label = (MUILabel) element;
Discouraged access: The type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 131)
if (!Util.isNullOrEmpty(label.getLabel())) {
Discouraged access: The method getLabel() from the type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 132)
return rv + " - " + label.getLabel().trim();
Discouraged access: The method getLabel() from the type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 137)
if (element instanceof MApplicationElement) {
Discouraged access: The type MApplicationElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 138)
MApplicationElement appEl = (MApplicationElement) element;
Discouraged access: The type MApplicationElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 138)
MApplicationElement appEl = (MApplicationElement) element;
Discouraged access: The type MApplicationElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 139)
if (!Util.isNullOrEmpty(appEl.getElementId())) {
Discouraged access: The method getElementId() from the type MApplicationElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 140)
return rv + " - " + appEl.getElementId();
Discouraged access: The method getElementId() from the type MApplicationElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 172)
handleAddText(editor, UiPackageImpl.Literals.CONTEXT__VARIABLES, t);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 172)
handleAddText(editor, UiPackageImpl.Literals.CONTEXT__VARIABLES, t);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 172)
handleAddText(editor, UiPackageImpl.Literals.CONTEXT__VARIABLES, t);
Discouraged access: The field CONTEXT__VARIABLES from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 222)
MContext container = (MContext) editor.getMaster().getValue();
Discouraged access: The type MContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 222)
MContext container = (MContext) editor.getMaster().getValue();
Discouraged access: The type MContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 223)
int idx = container.getVariables().indexOf(obj) - 1;
Discouraged access: The method getVariables() from the type MContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 249)
MContext container = (MApplication) editor.getMaster().getValue();
Discouraged access: The type MContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 249)
MContext container = (MApplication) editor.getMaster().getValue();
Discouraged access: The type MApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 250)
int idx = container.getVariables().indexOf(obj) + 1;
Discouraged access: The method getVariables() from the type MContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 251)
if (idx < container.getVariables().size()) {
Discouraged access: The method getVariables() from the type MContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 273)
MContext el = (MContext) editor.getMaster().getValue();
Discouraged access: The type MContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 273)
MContext el = (MContext) editor.getMaster().getValue();
Discouraged access: The type MContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 278)
if (el.getVariables().size() > 0) {
Discouraged access: The method getVariables() from the type MContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 279)
viewer.setSelection(new StructuredSelection(el.getVariables().get(0)));
Discouraged access: The method getVariables() from the type MContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 294)
MApplicationElement appEl = (MApplicationElement) editor.getMaster().getValue();
Discouraged access: The type MApplicationElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 294)
MApplicationElement appEl = (MApplicationElement) editor.getMaster().getValue();
Discouraged access: The type MApplicationElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java : 9 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java
 (at line 20)
import org.eclipse.e4.ui.model.application.MContribution;
Discouraged access: The type MContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java
 (at line 21)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java
 (at line 81)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI).observeDetail(master));
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java
 (at line 81)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI).observeDetail(master));
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java
 (at line 81)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI).observeDetail(master));
Discouraged access: The field CONTRIBUTION__CONTRIBUTION_URI from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java
 (at line 90)
ContributionClassDialog dialog = new ContributionClassDialog(b.getShell(), project, getEditingDomain(), (MContribution) getMaster().getValue(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI);
Discouraged access: The type MContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java
 (at line 90)
ContributionClassDialog dialog = new ContributionClassDialog(b.getShell(), project, getEditingDomain(), (MContribution) getMaster().getValue(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI);
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java
 (at line 90)
ContributionClassDialog dialog = new ContributionClassDialog(b.getShell(), project, getEditingDomain(), (MContribution) getMaster().getValue(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI);
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java
 (at line 90)
ContributionClassDialog dialog = new ContributionClassDialog(b.getShell(), project, getEditingDomain(), (MContribution) getMaster().getValue(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI);
Discouraged access: The field CONTRIBUTION__CONTRIBUTION_URI from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java : 9 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java
 (at line 21)
import org.eclipse.e4.ui.model.application.MContribution;
Discouraged access: The type MContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java
 (at line 22)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java
 (at line 71)
context.bindValue(textProp.observeDelayed(200,t), EMFEditProperties.value( getEditingDomain(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI).observeDetail(master));
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java
 (at line 71)
context.bindValue(textProp.observeDelayed(200,t), EMFEditProperties.value( getEditingDomain(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI).observeDetail(master));
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java
 (at line 71)
context.bindValue(textProp.observeDelayed(200,t), EMFEditProperties.value( getEditingDomain(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI).observeDetail(master));
Discouraged access: The field CONTRIBUTION__CONTRIBUTION_URI from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java
 (at line 80)
ContributionClassDialog dialog = new ContributionClassDialog(b.getShell(),project,getEditingDomain(),(MContribution) getMaster().getValue(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI);
Discouraged access: The type MContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java
 (at line 80)
ContributionClassDialog dialog = new ContributionClassDialog(b.getShell(),project,getEditingDomain(),(MContribution) getMaster().getValue(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI);
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java
 (at line 80)
ContributionClassDialog dialog = new ContributionClassDialog(b.getShell(),project,getEditingDomain(),(MContribution) getMaster().getValue(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI);
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java
 (at line 80)
ContributionClassDialog dialog = new ContributionClassDialog(b.getShell(),project,getEditingDomain(),(MContribution) getMaster().getValue(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI);
Discouraged access: The field CONTRIBUTION__CONTRIBUTION_URI from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java : 48 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 23)
import org.eclipse.e4.ui.model.application.commands.MCommandsFactory;
Discouraged access: The type MCommandsFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 24)
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 25)
import org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl;
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 26)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 27)
import org.eclipse.e4.ui.model.application.ui.menu.MHandledItem;
Discouraged access: The type MHandledItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 28)
import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl;
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 111)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), FeaturePath.fromList(MenuPackageImpl.Literals.HANDLED_ITEM__COMMAND, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID)).observeDetail(master));
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 111)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), FeaturePath.fromList(MenuPackageImpl.Literals.HANDLED_ITEM__COMMAND, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID)).observeDetail(master));
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 111)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), FeaturePath.fromList(MenuPackageImpl.Literals.HANDLED_ITEM__COMMAND, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID)).observeDetail(master));
Discouraged access: The field HANDLED_ITEM__COMMAND from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 111)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), FeaturePath.fromList(MenuPackageImpl.Literals.HANDLED_ITEM__COMMAND, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID)).observeDetail(master));
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 111)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), FeaturePath.fromList(MenuPackageImpl.Literals.HANDLED_ITEM__COMMAND, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID)).observeDetail(master));
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 111)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), FeaturePath.fromList(MenuPackageImpl.Literals.HANDLED_ITEM__COMMAND, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID)).observeDetail(master));
Discouraged access: The field APPLICATION_ELEMENT__ELEMENT_ID from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 120)
HandledMenuItemCommandSelectionDialog dialog = new HandledMenuItemCommandSelectionDialog(b.getShell(), (MHandledItem) getMaster().getValue(), resource);
Discouraged access: The type MHandledItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 142)
IEMFValueProperty prop = EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.PARAMETER__NAME);
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 142)
IEMFValueProperty prop = EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.PARAMETER__NAME);
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 142)
IEMFValueProperty prop = EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.PARAMETER__NAME);
Discouraged access: The field PARAMETER__NAME from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 147)
column.setLabelProvider(new ObservableColumnLabelProvider<MParameter>(prop.observeDetail(cp.getKnownElements())));
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 153)
Command cmd = SetCommand.create(getEditingDomain(), element, CommandsPackageImpl.Literals.PARAMETER__NAME, value);
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 153)
Command cmd = SetCommand.create(getEditingDomain(), element, CommandsPackageImpl.Literals.PARAMETER__NAME, value);
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 153)
Command cmd = SetCommand.create(getEditingDomain(), element, CommandsPackageImpl.Literals.PARAMETER__NAME, value);
Discouraged access: The field PARAMETER__NAME from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 161)
String val = ((MParameter) element).getName();
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 161)
String val = ((MParameter) element).getName();
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 178)
IEMFValueProperty prop = EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.PARAMETER__VALUE);
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 178)
IEMFValueProperty prop = EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.PARAMETER__VALUE);
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 178)
IEMFValueProperty prop = EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.PARAMETER__VALUE);
Discouraged access: The field PARAMETER__VALUE from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 183)
column.setLabelProvider(new ObservableColumnLabelProvider<MParameter>(prop.observeDetail(cp.getKnownElements())));
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 189)
Command cmd = SetCommand.create(getEditingDomain(), element, CommandsPackageImpl.Literals.PARAMETER__VALUE, value);
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 189)
Command cmd = SetCommand.create(getEditingDomain(), element, CommandsPackageImpl.Literals.PARAMETER__VALUE, value);
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 189)
Command cmd = SetCommand.create(getEditingDomain(), element, CommandsPackageImpl.Literals.PARAMETER__VALUE, value);
Discouraged access: The field PARAMETER__VALUE from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 197)
String val = ((MParameter) element).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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 197)
String val = ((MParameter) element).getValue();
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 224)
IEMFEditListProperty prop = EMFEditProperties.list(getEditingDomain(), MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS);
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 224)
IEMFEditListProperty prop = EMFEditProperties.list(getEditingDomain(), MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS);
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 224)
IEMFEditListProperty prop = EMFEditProperties.list(getEditingDomain(), MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS);
Discouraged access: The field HANDLED_ITEM__PARAMETERS from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 253)
MHandledItem item = (MHandledItem) master.getValue();
Discouraged access: The type MHandledItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 253)
MHandledItem item = (MHandledItem) master.getValue();
Discouraged access: The type MHandledItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 254)
MParameter param = MCommandsFactory.INSTANCE.createParameter();
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 254)
MParameter param = MCommandsFactory.INSTANCE.createParameter();
Discouraged access: The type MCommandsFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 254)
MParameter param = MCommandsFactory.INSTANCE.createParameter();
Discouraged access: The method createParameter() from the type MCommandsFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 254)
MParameter param = MCommandsFactory.INSTANCE.createParameter();
Discouraged access: The field INSTANCE from the type MCommandsFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 255)
Command cmd = AddCommand.create(getEditingDomain(), item, MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS, param);
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 255)
Command cmd = AddCommand.create(getEditingDomain(), item, MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS, param);
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 255)
Command cmd = AddCommand.create(getEditingDomain(), item, MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS, param);
Discouraged access: The field HANDLED_ITEM__PARAMETERS from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 270)
MHandledItem item = (MHandledItem) master.getValue();
Discouraged access: The type MHandledItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 270)
MHandledItem item = (MHandledItem) master.getValue();
Discouraged access: The type MHandledItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 271)
Command cmd = RemoveCommand.create(getEditingDomain(), item, MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS, s.toList());
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 271)
Command cmd = RemoveCommand.create(getEditingDomain(), item, MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS, s.toList());
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 271)
Command cmd = RemoveCommand.create(getEditingDomain(), item, MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS, s.toList());
Discouraged access: The field HANDLED_ITEM__PARAMETERS from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java : 48 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 23)
import org.eclipse.e4.ui.model.application.commands.MCommandsFactory;
Discouraged access: The type MCommandsFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 24)
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 25)
import org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl;
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 26)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 27)
import org.eclipse.e4.ui.model.application.ui.menu.MHandledItem;
Discouraged access: The type MHandledItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 28)
import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl;
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 100)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), FeaturePath.fromList(MenuPackageImpl.Literals.HANDLED_ITEM__COMMAND, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID)).observeDetail(master));
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 100)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), FeaturePath.fromList(MenuPackageImpl.Literals.HANDLED_ITEM__COMMAND, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID)).observeDetail(master));
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 100)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), FeaturePath.fromList(MenuPackageImpl.Literals.HANDLED_ITEM__COMMAND, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID)).observeDetail(master));
Discouraged access: The field HANDLED_ITEM__COMMAND from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 100)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), FeaturePath.fromList(MenuPackageImpl.Literals.HANDLED_ITEM__COMMAND, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID)).observeDetail(master));
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 100)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), FeaturePath.fromList(MenuPackageImpl.Literals.HANDLED_ITEM__COMMAND, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID)).observeDetail(master));
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 100)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), FeaturePath.fromList(MenuPackageImpl.Literals.HANDLED_ITEM__COMMAND, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID)).observeDetail(master));
Discouraged access: The field APPLICATION_ELEMENT__ELEMENT_ID from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 109)
HandledToolItemCommandSelectionDialog dialog = new HandledToolItemCommandSelectionDialog(b.getShell(), (MHandledItem) getMaster().getValue(), resource);
Discouraged access: The type MHandledItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 131)
IEMFValueProperty prop = EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.PARAMETER__NAME);
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 131)
IEMFValueProperty prop = EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.PARAMETER__NAME);
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 131)
IEMFValueProperty prop = EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.PARAMETER__NAME);
Discouraged access: The field PARAMETER__NAME from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 136)
column.setLabelProvider(new ObservableColumnLabelProvider<MParameter>(prop.observeDetail(cp.getKnownElements())));
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 142)
Command cmd = SetCommand.create(getEditingDomain(), element, CommandsPackageImpl.Literals.PARAMETER__NAME, value);
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 142)
Command cmd = SetCommand.create(getEditingDomain(), element, CommandsPackageImpl.Literals.PARAMETER__NAME, value);
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 142)
Command cmd = SetCommand.create(getEditingDomain(), element, CommandsPackageImpl.Literals.PARAMETER__NAME, value);
Discouraged access: The field PARAMETER__NAME from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 150)
String val = ((MParameter) element).getName();
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 150)
String val = ((MParameter) element).getName();
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 167)
IEMFValueProperty prop = EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.PARAMETER__VALUE);
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 167)
IEMFValueProperty prop = EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.PARAMETER__VALUE);
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 167)
IEMFValueProperty prop = EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.PARAMETER__VALUE);
Discouraged access: The field PARAMETER__VALUE from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 172)
column.setLabelProvider(new ObservableColumnLabelProvider<MParameter>(prop.observeDetail(cp.getKnownElements())));
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 178)
Command cmd = SetCommand.create(getEditingDomain(), element, CommandsPackageImpl.Literals.PARAMETER__VALUE, value);
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 178)
Command cmd = SetCommand.create(getEditingDomain(), element, CommandsPackageImpl.Literals.PARAMETER__VALUE, value);
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 178)
Command cmd = SetCommand.create(getEditingDomain(), element, CommandsPackageImpl.Literals.PARAMETER__VALUE, value);
Discouraged access: The field PARAMETER__VALUE from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 186)
String val = ((MParameter) element).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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 186)
String val = ((MParameter) element).getValue();
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 213)
IEMFEditListProperty prop = EMFEditProperties.list(getEditingDomain(), MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS);
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 213)
IEMFEditListProperty prop = EMFEditProperties.list(getEditingDomain(), MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS);
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 213)
IEMFEditListProperty prop = EMFEditProperties.list(getEditingDomain(), MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS);
Discouraged access: The field HANDLED_ITEM__PARAMETERS from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 242)
MHandledItem item = (MHandledItem) master.getValue();
Discouraged access: The type MHandledItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 242)
MHandledItem item = (MHandledItem) master.getValue();
Discouraged access: The type MHandledItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 243)
MParameter param = MCommandsFactory.INSTANCE.createParameter();
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 243)
MParameter param = MCommandsFactory.INSTANCE.createParameter();
Discouraged access: The type MCommandsFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 243)
MParameter param = MCommandsFactory.INSTANCE.createParameter();
Discouraged access: The method createParameter() from the type MCommandsFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 243)
MParameter param = MCommandsFactory.INSTANCE.createParameter();
Discouraged access: The field INSTANCE from the type MCommandsFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 244)
Command cmd = AddCommand.create(getEditingDomain(), item, MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS, param);
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 244)
Command cmd = AddCommand.create(getEditingDomain(), item, MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS, param);
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 244)
Command cmd = AddCommand.create(getEditingDomain(), item, MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS, param);
Discouraged access: The field HANDLED_ITEM__PARAMETERS from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 259)
MHandledItem item = (MHandledItem) master.getValue();
Discouraged access: The type MHandledItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 259)
MHandledItem item = (MHandledItem) master.getValue();
Discouraged access: The type MHandledItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 260)
Command cmd = RemoveCommand.create(getEditingDomain(), item, MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS, s.toList());
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 260)
Command cmd = RemoveCommand.create(getEditingDomain(), item, MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS, s.toList());
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 260)
Command cmd = RemoveCommand.create(getEditingDomain(), item, MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS, s.toList());
Discouraged access: The field HANDLED_ITEM__PARAMETERS from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java : 39 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 26)
import org.eclipse.e4.ui.model.application.MContribution;
Discouraged access: The type MContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 27)
import org.eclipse.e4.ui.model.application.commands.MHandler;
Discouraged access: The type MHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 28)
import org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl;
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 29)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 141)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 141)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 141)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The field APPLICATION_ELEMENT__ELEMENT_ID from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 153)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), FeaturePath.fromList(CommandsPackageImpl.Literals.HANDLER__COMMAND, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID)).observeDetail(getMaster()));
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 153)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), FeaturePath.fromList(CommandsPackageImpl.Literals.HANDLER__COMMAND, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID)).observeDetail(getMaster()));
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 153)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), FeaturePath.fromList(CommandsPackageImpl.Literals.HANDLER__COMMAND, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID)).observeDetail(getMaster()));
Discouraged access: The field HANDLER__COMMAND from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 153)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), FeaturePath.fromList(CommandsPackageImpl.Literals.HANDLER__COMMAND, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID)).observeDetail(getMaster()));
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 153)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), FeaturePath.fromList(CommandsPackageImpl.Literals.HANDLER__COMMAND, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID)).observeDetail(getMaster()));
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 153)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), FeaturePath.fromList(CommandsPackageImpl.Literals.HANDLER__COMMAND, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID)).observeDetail(getMaster()));
Discouraged access: The field APPLICATION_ELEMENT__ELEMENT_ID from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 162)
HandlerCommandSelectionDialog dialog = new HandlerCommandSelectionDialog(b.getShell(), (MHandler) getMaster().getValue(), resource);
Discouraged access: The type MHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 176)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI).observeDetail(getMaster()));
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 176)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI).observeDetail(getMaster()));
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 176)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI).observeDetail(getMaster()));
Discouraged access: The field CONTRIBUTION__CONTRIBUTION_URI from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 185)
ContributionClassDialog dialog = new ContributionClassDialog(b.getShell(), project, getEditingDomain(), (MContribution) getMaster().getValue(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI);
Discouraged access: The type MContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 185)
ContributionClassDialog dialog = new ContributionClassDialog(b.getShell(), project, getEditingDomain(), (MContribution) getMaster().getValue(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI);
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 185)
ContributionClassDialog dialog = new ContributionClassDialog(b.getShell(), project, getEditingDomain(), (MContribution) getMaster().getValue(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI);
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 185)
ContributionClassDialog dialog = new ContributionClassDialog(b.getShell(), project, getEditingDomain(), (MContribution) getMaster().getValue(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI);
Discouraged access: The field CONTRIBUTION__CONTRIBUTION_URI from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 191)
ControlFactory.createStringListWidget(parent, this, "Tags", ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 191)
ControlFactory.createStringListWidget(parent, this, "Tags", ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 191)
ControlFactory.createStringListWidget(parent, this, "Tags", ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field APPLICATION_ELEMENT__TAGS from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 203)
MHandler handler = (MHandler) element;
Discouraged access: The type MHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 203)
MHandler handler = (MHandler) element;
Discouraged access: The type MHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 204)
if (handler.getCommand() != null && handler.getCommand().getCommandName() != null && handler.getCommand().getCommandName().trim().length() > 0) {
Discouraged access: The method getCommand() from the type MHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 204)
if (handler.getCommand() != null && handler.getCommand().getCommandName() != null && handler.getCommand().getCommandName().trim().length() > 0) {
Discouraged access: The method getCommand() from the type MHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 204)
if (handler.getCommand() != null && handler.getCommand().getCommandName() != null && handler.getCommand().getCommandName().trim().length() > 0) {
Discouraged access: The method getCommandName() from the type MCommand is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 204)
if (handler.getCommand() != null && handler.getCommand().getCommandName() != null && handler.getCommand().getCommandName().trim().length() > 0) {
Discouraged access: The method getCommand() from the type MHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 204)
if (handler.getCommand() != null && handler.getCommand().getCommandName() != null && handler.getCommand().getCommandName().trim().length() > 0) {
Discouraged access: The method getCommandName() from the type MCommand is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 205)
return handler.getCommand().getCommandName();
Discouraged access: The method getCommand() from the type MHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 205)
return handler.getCommand().getCommandName();
Discouraged access: The method getCommandName() from the type MCommand is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 213)
return new FeaturePath[] { FeaturePath.fromList(CommandsPackageImpl.Literals.HANDLER__COMMAND, CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME) };
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 213)
return new FeaturePath[] { FeaturePath.fromList(CommandsPackageImpl.Literals.HANDLER__COMMAND, CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME) };
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 213)
return new FeaturePath[] { FeaturePath.fromList(CommandsPackageImpl.Literals.HANDLER__COMMAND, CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME) };
Discouraged access: The field HANDLER__COMMAND from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 213)
return new FeaturePath[] { FeaturePath.fromList(CommandsPackageImpl.Literals.HANDLER__COMMAND, CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME) };
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 213)
return new FeaturePath[] { FeaturePath.fromList(CommandsPackageImpl.Literals.HANDLER__COMMAND, CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME) };
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 213)
return new FeaturePath[] { FeaturePath.fromList(CommandsPackageImpl.Literals.HANDLER__COMMAND, CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME) };
Discouraged access: The field COMMAND__COMMAND_NAME from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/InputPartEditor.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/InputPartEditor.java
 (at line 18)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/InputPartEditor.java
 (at line 56)
context.bindValue(textProp.observeDelayed(200,t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.INPUT__INPUT_URI).observeDetail(master));
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/InputPartEditor.java
 (at line 56)
context.bindValue(textProp.observeDelayed(200,t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.INPUT__INPUT_URI).observeDetail(master));
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/InputPartEditor.java
 (at line 56)
context.bindValue(textProp.observeDelayed(200,t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.INPUT__INPUT_URI).observeDetail(master));
Discouraged access: The field INPUT__INPUT_URI from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java : 61 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 25)
import org.eclipse.e4.ui.model.application.commands.MCommandsFactory;
Discouraged access: The type MCommandsFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 26)
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 27)
import org.eclipse.e4.ui.model.application.commands.MKeySequence;
Discouraged access: The type MKeySequence is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 28)
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 29)
import org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl;
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 30)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 158)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 158)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 158)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The field APPLICATION_ELEMENT__ELEMENT_ID from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 171)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.KEY_SEQUENCE__KEY_SEQUENCE).observeDetail(getMaster()));
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 171)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.KEY_SEQUENCE__KEY_SEQUENCE).observeDetail(getMaster()));
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 171)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.KEY_SEQUENCE__KEY_SEQUENCE).observeDetail(getMaster()));
Discouraged access: The field KEY_SEQUENCE__KEY_SEQUENCE from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 183)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), FeaturePath.fromList(CommandsPackageImpl.Literals.KEY_BINDING__COMMAND, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID)).observeDetail(getMaster()));
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 183)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), FeaturePath.fromList(CommandsPackageImpl.Literals.KEY_BINDING__COMMAND, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID)).observeDetail(getMaster()));
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 183)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), FeaturePath.fromList(CommandsPackageImpl.Literals.KEY_BINDING__COMMAND, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID)).observeDetail(getMaster()));
Discouraged access: The field KEY_BINDING__COMMAND from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 183)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), FeaturePath.fromList(CommandsPackageImpl.Literals.KEY_BINDING__COMMAND, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID)).observeDetail(getMaster()));
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 183)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), FeaturePath.fromList(CommandsPackageImpl.Literals.KEY_BINDING__COMMAND, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID)).observeDetail(getMaster()));
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 183)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), FeaturePath.fromList(CommandsPackageImpl.Literals.KEY_BINDING__COMMAND, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID)).observeDetail(getMaster()));
Discouraged access: The field APPLICATION_ELEMENT__ELEMENT_ID from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 192)
KeyBindingCommandSelectionDialog dialog = new KeyBindingCommandSelectionDialog(b.getShell(), (MKeyBinding) getMaster().getValue(), resource);
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 207)
IEMFEditListProperty prop = EMFEditProperties.list(getEditingDomain(), CommandsPackageImpl.Literals.KEY_BINDING__PARAMETERS);
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 207)
IEMFEditListProperty prop = EMFEditProperties.list(getEditingDomain(), CommandsPackageImpl.Literals.KEY_BINDING__PARAMETERS);
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 207)
IEMFEditListProperty prop = EMFEditProperties.list(getEditingDomain(), CommandsPackageImpl.Literals.KEY_BINDING__PARAMETERS);
Discouraged access: The field KEY_BINDING__PARAMETERS from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 217)
((MParameter) element).setName((String) value);
Discouraged access: The method setName(String) from the type MParameter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 217)
((MParameter) element).setName((String) value);
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 222)
String val = ((MParameter) element).getName();
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 222)
String val = ((MParameter) element).getName();
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 245)
((MParameter) element).setValue((String) value);
Discouraged access: The method setValue(String) from the type MParameter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 245)
((MParameter) element).setValue((String) value);
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 250)
String val = ((MParameter) element).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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 250)
String val = ((MParameter) element).getValue();
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 276)
ViewerSupport.bind(tableviewer, prop.observeDetail(getMaster()), new IValueProperty[] { EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.PARAMETER__NAME), EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.PARAMETER__VALUE) });
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 276)
ViewerSupport.bind(tableviewer, prop.observeDetail(getMaster()), new IValueProperty[] { EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.PARAMETER__NAME), EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.PARAMETER__VALUE) });
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 276)
ViewerSupport.bind(tableviewer, prop.observeDetail(getMaster()), new IValueProperty[] { EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.PARAMETER__NAME), EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.PARAMETER__VALUE) });
Discouraged access: The field PARAMETER__NAME from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 276)
ViewerSupport.bind(tableviewer, prop.observeDetail(getMaster()), new IValueProperty[] { EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.PARAMETER__NAME), EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.PARAMETER__VALUE) });
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 276)
ViewerSupport.bind(tableviewer, prop.observeDetail(getMaster()), new IValueProperty[] { EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.PARAMETER__NAME), EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.PARAMETER__VALUE) });
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 276)
ViewerSupport.bind(tableviewer, prop.observeDetail(getMaster()), new IValueProperty[] { EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.PARAMETER__NAME), EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.PARAMETER__VALUE) });
Discouraged access: The field PARAMETER__VALUE from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 304)
MKeyBinding item = (MKeyBinding) getMaster().getValue();
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 304)
MKeyBinding item = (MKeyBinding) getMaster().getValue();
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 305)
MParameter param = MCommandsFactory.INSTANCE.createParameter();
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 305)
MParameter param = MCommandsFactory.INSTANCE.createParameter();
Discouraged access: The type MCommandsFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 305)
MParameter param = MCommandsFactory.INSTANCE.createParameter();
Discouraged access: The method createParameter() from the type MCommandsFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 305)
MParameter param = MCommandsFactory.INSTANCE.createParameter();
Discouraged access: The field INSTANCE from the type MCommandsFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 306)
Command cmd = AddCommand.create(getEditingDomain(), item, CommandsPackageImpl.Literals.KEY_BINDING__PARAMETERS, param);
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 306)
Command cmd = AddCommand.create(getEditingDomain(), item, CommandsPackageImpl.Literals.KEY_BINDING__PARAMETERS, param);
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 306)
Command cmd = AddCommand.create(getEditingDomain(), item, CommandsPackageImpl.Literals.KEY_BINDING__PARAMETERS, param);
Discouraged access: The field KEY_BINDING__PARAMETERS from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 321)
MKeyBinding item = (MKeyBinding) getMaster().getValue();
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 321)
MKeyBinding item = (MKeyBinding) getMaster().getValue();
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 322)
Command cmd = RemoveCommand.create(getEditingDomain(), item, CommandsPackageImpl.Literals.KEY_BINDING__PARAMETERS, s.toList());
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 322)
Command cmd = RemoveCommand.create(getEditingDomain(), item, CommandsPackageImpl.Literals.KEY_BINDING__PARAMETERS, s.toList());
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 322)
Command cmd = RemoveCommand.create(getEditingDomain(), item, CommandsPackageImpl.Literals.KEY_BINDING__PARAMETERS, s.toList());
Discouraged access: The field KEY_BINDING__PARAMETERS from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 333)
ControlFactory.createStringListWidget(parent, this, "Tags", ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
52. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 333)
ControlFactory.createStringListWidget(parent, this, "Tags", ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
53. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 333)
ControlFactory.createStringListWidget(parent, this, "Tags", ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field APPLICATION_ELEMENT__TAGS from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
54. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 345)
MKeySequence seq = (MKeySequence) element;
Discouraged access: The type MKeySequence is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
55. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 345)
MKeySequence seq = (MKeySequence) element;
Discouraged access: The type MKeySequence is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 346)
if (seq.getKeySequence() != null && seq.getKeySequence().trim().length() > 0) {
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
57. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 346)
if (seq.getKeySequence() != null && seq.getKeySequence().trim().length() > 0) {
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
58. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 347)
return seq.getKeySequence();
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
59. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 354)
return new FeaturePath[] { FeaturePath.fromList(CommandsPackageImpl.Literals.KEY_SEQUENCE__KEY_SEQUENCE) };
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
60. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 354)
return new FeaturePath[] { FeaturePath.fromList(CommandsPackageImpl.Literals.KEY_SEQUENCE__KEY_SEQUENCE) };
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
61. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 354)
return new FeaturePath[] { FeaturePath.fromList(CommandsPackageImpl.Literals.KEY_SEQUENCE__KEY_SEQUENCE) };
Discouraged access: The field KEY_SEQUENCE__KEY_SEQUENCE from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java : 62 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 27)
import org.eclipse.e4.ui.model.application.commands.MHandler;
Discouraged access: The type MHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 28)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 29)
import org.eclipse.e4.ui.model.application.ui.MElementContainer;
Discouraged access: The type MElementContainer<T> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 30)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 31)
import org.eclipse.e4.ui.model.application.ui.menu.MMenuElement;
Discouraged access: The type MMenuElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 32)
import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl;
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 75)
private IListProperty ELEMENT_CONTAINER__CHILDREN = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 75)
private IListProperty ELEMENT_CONTAINER__CHILDREN = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 75)
private IListProperty ELEMENT_CONTAINER__CHILDREN = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 178)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 178)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 178)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The field APPLICATION_ELEMENT__ELEMENT_ID from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 191)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.MENU_CONTRIBUTION__PARENT_ID).observeDetail(getMaster()));
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 191)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.MENU_CONTRIBUTION__PARENT_ID).observeDetail(getMaster()));
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 191)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.MENU_CONTRIBUTION__PARENT_ID).observeDetail(getMaster()));
Discouraged access: The field MENU_CONTRIBUTION__PARENT_ID from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 204)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.MENU_CONTRIBUTION__POSITION_IN_PARENT).observeDetail(getMaster()));
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 204)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.MENU_CONTRIBUTION__POSITION_IN_PARENT).observeDetail(getMaster()));
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 204)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.MENU_CONTRIBUTION__POSITION_IN_PARENT).observeDetail(getMaster()));
Discouraged access: The field MENU_CONTRIBUTION__POSITION_IN_PARENT from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 230)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.ITEM__TYPE);
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 230)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.ITEM__TYPE);
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 230)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.ITEM__TYPE);
Discouraged access: The field ITEM__TYPE from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 235)
column.setLabelProvider(new ObservableColumnLabelProvider<MHandler>(prop.observeDetail(cp.getKnownElements())));
Discouraged access: The type MHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 238)
IEMFListProperty prop = EMFEditProperties.list(getEditingDomain(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 238)
IEMFListProperty prop = EMFEditProperties.list(getEditingDomain(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 238)
IEMFListProperty prop = EMFEditProperties.list(getEditingDomain(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 261)
MElementContainer<?> container = (MElementContainer<?>) getMaster().getValue();
Discouraged access: The type MElementContainer<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 261)
MElementContainer<?> container = (MElementContainer<?>) getMaster().getValue();
Discouraged access: The type MElementContainer<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 262)
int idx = container.getChildren().indexOf(obj) - 1;
Discouraged access: The method getChildren() from the type MElementContainer<capture#2-of ?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 264)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 264)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 264)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 288)
MElementContainer<?> container = (MElementContainer<?>) getMaster().getValue();
Discouraged access: The type MElementContainer<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 288)
MElementContainer<?> container = (MElementContainer<?>) getMaster().getValue();
Discouraged access: The type MElementContainer<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 289)
int idx = container.getChildren().indexOf(obj) + 1;
Discouraged access: The method getChildren() from the type MElementContainer<capture#4-of ?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 290)
if (idx < container.getChildren().size()) {
Discouraged access: The method getChildren() from the type MElementContainer<capture#5-of ?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 291)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 291)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 291)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 315)
Struct defaultStruct = new Struct(Messages.MenuContributionEditor_HandledMenuItem, MenuPackageImpl.Literals.HANDLED_MENU_ITEM, false);
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 315)
Struct defaultStruct = new Struct(Messages.MenuContributionEditor_HandledMenuItem, MenuPackageImpl.Literals.HANDLED_MENU_ITEM, false);
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 315)
Struct defaultStruct = new Struct(Messages.MenuContributionEditor_HandledMenuItem, MenuPackageImpl.Literals.HANDLED_MENU_ITEM, false);
Discouraged access: The field HANDLED_MENU_ITEM from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 316)
childrenDropDown.setInput(new Struct[] { new Struct(Messages.MenuContributionEditor_Separator, MenuPackageImpl.Literals.MENU_SEPARATOR, true), new Struct(Messages.MenuContributionEditor_Menu, MenuPackageImpl.Literals.MENU, false), defaultStruct, new Struct(Messages.MenuContributionEditor_DirectMenuItem, MenuPackageImpl.Literals.DIRECT_MENU_ITEM, false) });
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 316)
childrenDropDown.setInput(new Struct[] { new Struct(Messages.MenuContributionEditor_Separator, MenuPackageImpl.Literals.MENU_SEPARATOR, true), new Struct(Messages.MenuContributionEditor_Menu, MenuPackageImpl.Literals.MENU, false), defaultStruct, new Struct(Messages.MenuContributionEditor_DirectMenuItem, MenuPackageImpl.Literals.DIRECT_MENU_ITEM, false) });
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 316)
childrenDropDown.setInput(new Struct[] { new Struct(Messages.MenuContributionEditor_Separator, MenuPackageImpl.Literals.MENU_SEPARATOR, true), new Struct(Messages.MenuContributionEditor_Menu, MenuPackageImpl.Literals.MENU, false), defaultStruct, new Struct(Messages.MenuContributionEditor_DirectMenuItem, MenuPackageImpl.Literals.DIRECT_MENU_ITEM, false) });
Discouraged access: The field MENU_SEPARATOR from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 316)
childrenDropDown.setInput(new Struct[] { new Struct(Messages.MenuContributionEditor_Separator, MenuPackageImpl.Literals.MENU_SEPARATOR, true), new Struct(Messages.MenuContributionEditor_Menu, MenuPackageImpl.Literals.MENU, false), defaultStruct, new Struct(Messages.MenuContributionEditor_DirectMenuItem, MenuPackageImpl.Literals.DIRECT_MENU_ITEM, false) });
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 316)
childrenDropDown.setInput(new Struct[] { new Struct(Messages.MenuContributionEditor_Separator, MenuPackageImpl.Literals.MENU_SEPARATOR, true), new Struct(Messages.MenuContributionEditor_Menu, MenuPackageImpl.Literals.MENU, false), defaultStruct, new Struct(Messages.MenuContributionEditor_DirectMenuItem, MenuPackageImpl.Literals.DIRECT_MENU_ITEM, false) });
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 316)
childrenDropDown.setInput(new Struct[] { new Struct(Messages.MenuContributionEditor_Separator, MenuPackageImpl.Literals.MENU_SEPARATOR, true), new Struct(Messages.MenuContributionEditor_Menu, MenuPackageImpl.Literals.MENU, false), defaultStruct, new Struct(Messages.MenuContributionEditor_DirectMenuItem, MenuPackageImpl.Literals.DIRECT_MENU_ITEM, false) });
Discouraged access: The field MENU from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 316)
childrenDropDown.setInput(new Struct[] { new Struct(Messages.MenuContributionEditor_Separator, MenuPackageImpl.Literals.MENU_SEPARATOR, true), new Struct(Messages.MenuContributionEditor_Menu, MenuPackageImpl.Literals.MENU, false), defaultStruct, new Struct(Messages.MenuContributionEditor_DirectMenuItem, MenuPackageImpl.Literals.DIRECT_MENU_ITEM, false) });
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 316)
childrenDropDown.setInput(new Struct[] { new Struct(Messages.MenuContributionEditor_Separator, MenuPackageImpl.Literals.MENU_SEPARATOR, true), new Struct(Messages.MenuContributionEditor_Menu, MenuPackageImpl.Literals.MENU, false), defaultStruct, new Struct(Messages.MenuContributionEditor_DirectMenuItem, MenuPackageImpl.Literals.DIRECT_MENU_ITEM, false) });
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 316)
childrenDropDown.setInput(new Struct[] { new Struct(Messages.MenuContributionEditor_Separator, MenuPackageImpl.Literals.MENU_SEPARATOR, true), new Struct(Messages.MenuContributionEditor_Menu, MenuPackageImpl.Literals.MENU, false), defaultStruct, new Struct(Messages.MenuContributionEditor_DirectMenuItem, MenuPackageImpl.Literals.DIRECT_MENU_ITEM, false) });
Discouraged access: The field DIRECT_MENU_ITEM from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 328)
MMenuElement eObject = (MMenuElement) EcoreUtil.create(eClass);
Discouraged access: The type MMenuElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
52. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 328)
MMenuElement eObject = (MMenuElement) EcoreUtil.create(eClass);
Discouraged access: The type MMenuElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
53. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 330)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
54. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 330)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
55. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 330)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 351)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, keybinding);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
57. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 351)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, keybinding);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
58. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 351)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, keybinding);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
59. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 360)
ControlFactory.createStringListWidget(parent, this, "Tags", ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
60. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 360)
ControlFactory.createStringListWidget(parent, this, "Tags", ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
61. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 360)
ControlFactory.createStringListWidget(parent, this, "Tags", ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field APPLICATION_ELEMENT__TAGS from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java : 82 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 29)
import org.eclipse.e4.ui.model.application.commands.MHandler;
Discouraged access: The type MHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 30)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 31)
import org.eclipse.e4.ui.model.application.ui.MElementContainer;
Discouraged access: The type MElementContainer<T> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 32)
import org.eclipse.e4.ui.model.application.ui.MUILabel;
Discouraged access: The type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 33)
import org.eclipse.e4.ui.model.application.ui.basic.MWindow;
Discouraged access: The type MWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 34)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 35)
import org.eclipse.e4.ui.model.application.ui.menu.MMenu;
Discouraged access: The type MMenu is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 36)
import org.eclipse.e4.ui.model.application.ui.menu.MMenuElement;
Discouraged access: The type MMenuElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 37)
import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl;
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 82)
private IListProperty ELEMENT_CONTAINER__CHILDREN = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 82)
private IListProperty ELEMENT_CONTAINER__CHILDREN = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 82)
private IListProperty ELEMENT_CONTAINER__CHILDREN = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 139)
} else if (o.eContainer() instanceof MWindow || o.eContainer() == null) {
Discouraged access: The type MWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 175)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 175)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 175)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The field APPLICATION_ELEMENT__ELEMENT_ID from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 188)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL).observeDetail(master));
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 188)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL).observeDetail(master));
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 188)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL).observeDetail(master));
Discouraged access: The field UI_LABEL__LABEL from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 201)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__TOOLTIP).observeDetail(master));
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 201)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__TOOLTIP).observeDetail(master));
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 201)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__TOOLTIP).observeDetail(master));
Discouraged access: The field UI_LABEL__TOOLTIP from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 212)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__ICON_URI).observeDetail(master));
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 212)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__ICON_URI).observeDetail(master));
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 212)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__ICON_URI).observeDetail(master));
Discouraged access: The field UI_LABEL__ICON_URI from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 218)
MUILabel part = (MUILabel) getMaster().getValue();
Discouraged access: The type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 218)
MUILabel part = (MUILabel) getMaster().getValue();
Discouraged access: The type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 219)
String uri = part.getIconURI();
Discouraged access: The method getIconURI() from the type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 223)
return URI.createURI(part.getIconURI());
Discouraged access: The method getIconURI() from the type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 234)
MenuIconDialogEditor dialog = new MenuIconDialogEditor(b.getShell(), project, getEditingDomain(), (MMenu) getMaster().getValue());
Discouraged access: The type MMenu is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 263)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.ITEM__TYPE);
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 263)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.ITEM__TYPE);
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 263)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.ITEM__TYPE);
Discouraged access: The field ITEM__TYPE from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 268)
column.setLabelProvider(new ObservableColumnLabelProvider<MHandler>(prop.observeDetail(cp.getKnownElements())));
Discouraged access: The type MHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 271)
IEMFListProperty prop = EMFEditProperties.list(getEditingDomain(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 271)
IEMFListProperty prop = EMFEditProperties.list(getEditingDomain(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 271)
IEMFListProperty prop = EMFEditProperties.list(getEditingDomain(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 294)
MElementContainer<?> container = (MElementContainer<?>) getMaster().getValue();
Discouraged access: The type MElementContainer<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 294)
MElementContainer<?> container = (MElementContainer<?>) getMaster().getValue();
Discouraged access: The type MElementContainer<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 295)
int idx = container.getChildren().indexOf(obj) - 1;
Discouraged access: The method getChildren() from the type MElementContainer<capture#2-of ?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 297)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 297)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 297)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 321)
MElementContainer<?> container = (MElementContainer<?>) getMaster().getValue();
Discouraged access: The type MElementContainer<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 321)
MElementContainer<?> container = (MElementContainer<?>) getMaster().getValue();
Discouraged access: The type MElementContainer<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 322)
int idx = container.getChildren().indexOf(obj) + 1;
Discouraged access: The method getChildren() from the type MElementContainer<capture#4-of ?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 323)
if (idx < container.getChildren().size()) {
Discouraged access: The method getChildren() from the type MElementContainer<capture#5-of ?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 324)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 324)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 324)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 348)
Struct defaultStruct = new Struct(Messages.MenuEditor_HandledMenuItem, MenuPackageImpl.Literals.HANDLED_MENU_ITEM, false);
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
52. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 348)
Struct defaultStruct = new Struct(Messages.MenuEditor_HandledMenuItem, MenuPackageImpl.Literals.HANDLED_MENU_ITEM, false);
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
53. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 348)
Struct defaultStruct = new Struct(Messages.MenuEditor_HandledMenuItem, MenuPackageImpl.Literals.HANDLED_MENU_ITEM, false);
Discouraged access: The field HANDLED_MENU_ITEM from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
54. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 349)
childrenDropDown.setInput(new Struct[] { new Struct(Messages.MenuEditor_Separator, MenuPackageImpl.Literals.MENU_SEPARATOR, true), new Struct(Messages.MenuEditor_Menu, MenuPackageImpl.Literals.MENU, false), defaultStruct, new Struct(Messages.MenuEditor_DirectMenuItem, MenuPackageImpl.Literals.DIRECT_MENU_ITEM, false) });
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
55. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 349)
childrenDropDown.setInput(new Struct[] { new Struct(Messages.MenuEditor_Separator, MenuPackageImpl.Literals.MENU_SEPARATOR, true), new Struct(Messages.MenuEditor_Menu, MenuPackageImpl.Literals.MENU, false), defaultStruct, new Struct(Messages.MenuEditor_DirectMenuItem, MenuPackageImpl.Literals.DIRECT_MENU_ITEM, false) });
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 349)
childrenDropDown.setInput(new Struct[] { new Struct(Messages.MenuEditor_Separator, MenuPackageImpl.Literals.MENU_SEPARATOR, true), new Struct(Messages.MenuEditor_Menu, MenuPackageImpl.Literals.MENU, false), defaultStruct, new Struct(Messages.MenuEditor_DirectMenuItem, MenuPackageImpl.Literals.DIRECT_MENU_ITEM, false) });
Discouraged access: The field MENU_SEPARATOR from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
57. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 349)
childrenDropDown.setInput(new Struct[] { new Struct(Messages.MenuEditor_Separator, MenuPackageImpl.Literals.MENU_SEPARATOR, true), new Struct(Messages.MenuEditor_Menu, MenuPackageImpl.Literals.MENU, false), defaultStruct, new Struct(Messages.MenuEditor_DirectMenuItem, MenuPackageImpl.Literals.DIRECT_MENU_ITEM, false) });
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
58. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 349)
childrenDropDown.setInput(new Struct[] { new Struct(Messages.MenuEditor_Separator, MenuPackageImpl.Literals.MENU_SEPARATOR, true), new Struct(Messages.MenuEditor_Menu, MenuPackageImpl.Literals.MENU, false), defaultStruct, new Struct(Messages.MenuEditor_DirectMenuItem, MenuPackageImpl.Literals.DIRECT_MENU_ITEM, false) });
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
59. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 349)
childrenDropDown.setInput(new Struct[] { new Struct(Messages.MenuEditor_Separator, MenuPackageImpl.Literals.MENU_SEPARATOR, true), new Struct(Messages.MenuEditor_Menu, MenuPackageImpl.Literals.MENU, false), defaultStruct, new Struct(Messages.MenuEditor_DirectMenuItem, MenuPackageImpl.Literals.DIRECT_MENU_ITEM, false) });
Discouraged access: The field MENU from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
60. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 349)
childrenDropDown.setInput(new Struct[] { new Struct(Messages.MenuEditor_Separator, MenuPackageImpl.Literals.MENU_SEPARATOR, true), new Struct(Messages.MenuEditor_Menu, MenuPackageImpl.Literals.MENU, false), defaultStruct, new Struct(Messages.MenuEditor_DirectMenuItem, MenuPackageImpl.Literals.DIRECT_MENU_ITEM, false) });
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
61. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 349)
childrenDropDown.setInput(new Struct[] { new Struct(Messages.MenuEditor_Separator, MenuPackageImpl.Literals.MENU_SEPARATOR, true), new Struct(Messages.MenuEditor_Menu, MenuPackageImpl.Literals.MENU, false), defaultStruct, new Struct(Messages.MenuEditor_DirectMenuItem, MenuPackageImpl.Literals.DIRECT_MENU_ITEM, false) });
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
62. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 349)
childrenDropDown.setInput(new Struct[] { new Struct(Messages.MenuEditor_Separator, MenuPackageImpl.Literals.MENU_SEPARATOR, true), new Struct(Messages.MenuEditor_Menu, MenuPackageImpl.Literals.MENU, false), defaultStruct, new Struct(Messages.MenuEditor_DirectMenuItem, MenuPackageImpl.Literals.DIRECT_MENU_ITEM, false) });
Discouraged access: The field DIRECT_MENU_ITEM from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
63. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 361)
MMenuElement eObject = (MMenuElement) EcoreUtil.create(eClass);
Discouraged access: The type MMenuElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
64. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 361)
MMenuElement eObject = (MMenuElement) EcoreUtil.create(eClass);
Discouraged access: The type MMenuElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
65. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 363)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
66. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 363)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
67. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 363)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
68. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 384)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, keybinding);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
69. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 384)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, keybinding);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
70. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 384)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, keybinding);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
71. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 393)
ControlFactory.createStringListWidget(parent, this, "Tags", ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
72. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 393)
ControlFactory.createStringListWidget(parent, this, "Tags", ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
73. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 393)
ControlFactory.createStringListWidget(parent, this, "Tags", ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field APPLICATION_ELEMENT__TAGS from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
74. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 405)
MMenu menu = (MMenu) element;
Discouraged access: The type MMenu is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
75. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 405)
MMenu menu = (MMenu) element;
Discouraged access: The type MMenu is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
76. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 406)
if (menu.getParent() == null) {
Discouraged access: The method getParent() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
77. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 408)
if (o.eContainer() instanceof MWindow) {
Discouraged access: The type MWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
78. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 417)
MMenu menu = (MMenu) element;
Discouraged access: The type MMenu is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
79. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 417)
MMenu menu = (MMenu) element;
Discouraged access: The type MMenu is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
80. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 419)
if (menu.getLabel() != null && menu.getLabel().trim().length() > 0) {
Discouraged access: The method getLabel() from the type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
81. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 419)
if (menu.getLabel() != null && menu.getLabel().trim().length() > 0) {
Discouraged access: The method getLabel() from the type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
82. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 420)
return menu.getLabel();
Discouraged access: The method getLabel() from the type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java : 59 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 28)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 29)
import org.eclipse.e4.ui.model.application.ui.MUILabel;
Discouraged access: The type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 30)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 31)
import org.eclipse.e4.ui.model.application.ui.menu.ItemType;
Discouraged access: The type ItemType is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 32)
import org.eclipse.e4.ui.model.application.ui.menu.MMenuItem;
Discouraged access: The type MMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 33)
import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl;
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 141)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 141)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 141)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The field APPLICATION_ELEMENT__ELEMENT_ID from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 153)
viewer.setInput(new ItemType[] { ItemType.CHECK, ItemType.PUSH, ItemType.RADIO });
Discouraged access: The type ItemType is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 153)
viewer.setInput(new ItemType[] { ItemType.CHECK, ItemType.PUSH, ItemType.RADIO });
Discouraged access: The type ItemType is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 153)
viewer.setInput(new ItemType[] { ItemType.CHECK, ItemType.PUSH, ItemType.RADIO });
Discouraged access: The field CHECK from the type ItemType is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 153)
viewer.setInput(new ItemType[] { ItemType.CHECK, ItemType.PUSH, ItemType.RADIO });
Discouraged access: The type ItemType is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 153)
viewer.setInput(new ItemType[] { ItemType.CHECK, ItemType.PUSH, ItemType.RADIO });
Discouraged access: The field PUSH from the type ItemType is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 153)
viewer.setInput(new ItemType[] { ItemType.CHECK, ItemType.PUSH, ItemType.RADIO });
Discouraged access: The type ItemType is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 153)
viewer.setInput(new ItemType[] { ItemType.CHECK, ItemType.PUSH, ItemType.RADIO });
Discouraged access: The field RADIO from the type ItemType is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 157)
IObservableValue itemTypeObs = EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.ITEM__TYPE).observeDetail(master);
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 157)
IObservableValue itemTypeObs = EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.ITEM__TYPE).observeDetail(master);
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 157)
IObservableValue itemTypeObs = EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.ITEM__TYPE).observeDetail(master);
Discouraged access: The field ITEM__TYPE from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 172)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL).observeDetail(master));
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 172)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL).observeDetail(master));
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 172)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL).observeDetail(master));
Discouraged access: The field UI_LABEL__LABEL from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 185)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__TOOLTIP).observeDetail(master));
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 185)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__TOOLTIP).observeDetail(master));
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 185)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__TOOLTIP).observeDetail(master));
Discouraged access: The field UI_LABEL__TOOLTIP from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 196)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__ICON_URI).observeDetail(master));
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 196)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__ICON_URI).observeDetail(master));
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 196)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__ICON_URI).observeDetail(master));
Discouraged access: The field UI_LABEL__ICON_URI from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 202)
MUILabel part = (MUILabel) getMaster().getValue();
Discouraged access: The type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 202)
MUILabel part = (MUILabel) getMaster().getValue();
Discouraged access: The type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 203)
String uri = part.getIconURI();
Discouraged access: The method getIconURI() from the type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 207)
return URI.createURI(part.getIconURI());
Discouraged access: The method getIconURI() from the type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 218)
MenuItemIconDialogEditor dialog = new MenuItemIconDialogEditor(b.getShell(), project, getEditingDomain(), (MMenuItem) getMaster().getValue());
Discouraged access: The type MMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 231)
context.bindValue(checkProp.observe(b), EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.ITEM__ENABLED).observeDetail(getMaster()));
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 231)
context.bindValue(checkProp.observe(b), EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.ITEM__ENABLED).observeDetail(getMaster()));
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 231)
context.bindValue(checkProp.observe(b), EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.ITEM__ENABLED).observeDetail(getMaster()));
Discouraged access: The field ITEM__ENABLED from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 241)
context.bindValue(checkProp.observe(b), EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.ITEM__SELECTED).observeDetail(getMaster()));
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 241)
context.bindValue(checkProp.observe(b), EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.ITEM__SELECTED).observeDetail(getMaster()));
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 241)
context.bindValue(checkProp.observe(b), EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.ITEM__SELECTED).observeDetail(getMaster()));
Discouraged access: The field ITEM__SELECTED from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 244)
t2m.setConverter(new Converter(boolean.class, ItemType.class) {
Discouraged access: The type ItemType is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 251)
m2t.setConverter(new Converter(ItemType.class, boolean.class) {
Discouraged access: The type ItemType is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 254)
return fromObject == ItemType.CHECK || fromObject == ItemType.RADIO;
Discouraged access: The type ItemType is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 254)
return fromObject == ItemType.CHECK || fromObject == ItemType.RADIO;
Discouraged access: The field CHECK from the type ItemType is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 254)
return fromObject == ItemType.CHECK || fromObject == ItemType.RADIO;
Discouraged access: The type ItemType is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 254)
return fromObject == ItemType.CHECK || fromObject == ItemType.RADIO;
Discouraged access: The field RADIO from the type ItemType is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 258)
context.bindValue(enabled.observe(b), EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.ITEM__TYPE).observeDetail(getMaster()), t2m, m2t);
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 258)
context.bindValue(enabled.observe(b), EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.ITEM__TYPE).observeDetail(getMaster()), t2m, m2t);
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 258)
context.bindValue(enabled.observe(b), EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.ITEM__TYPE).observeDetail(getMaster()), t2m, m2t);
Discouraged access: The field ITEM__TYPE from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 264)
ControlFactory.createStringListWidget(parent, this, "Tags", ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 264)
ControlFactory.createStringListWidget(parent, this, "Tags", ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 264)
ControlFactory.createStringListWidget(parent, this, "Tags", ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field APPLICATION_ELEMENT__TAGS from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
52. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 278)
MUILabel label = (MUILabel) element;
Discouraged access: The type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
53. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 278)
MUILabel label = (MUILabel) element;
Discouraged access: The type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
54. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 279)
if (label.getLabel() != null && label.getLabel().trim().length() > 0) {
Discouraged access: The method getLabel() from the type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
55. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 279)
if (label.getLabel() != null && label.getLabel().trim().length() > 0) {
Discouraged access: The method getLabel() from the type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 280)
return label.getLabel();
Discouraged access: The method getLabel() from the type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
57. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 287)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL) };
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
58. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 287)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL) };
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
59. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 287)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL) };
Discouraged access: The field UI_LABEL__LABEL from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuSeparatorEditor.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuSeparatorEditor.java
 (at line 22)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuSeparatorEditor.java
 (at line 132)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuSeparatorEditor.java
 (at line 132)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuSeparatorEditor.java
 (at line 132)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The field APPLICATION_ELEMENT__ELEMENT_ID from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java : 74 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 18)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 34)
import org.eclipse.e4.ui.model.fragment.MFragmentFactory;
Discouraged access: The type MFragmentFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 37)
import org.eclipse.e4.ui.model.fragment.MModelFragment;
Discouraged access: The type MModelFragment is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 39)
import org.eclipse.e4.ui.model.fragment.MModelFragments;
Discouraged access: The type MModelFragments is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 41)
import org.eclipse.e4.ui.model.fragment.impl.FragmentPackageImpl;
Discouraged access: The type FragmentPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 76)
private IListProperty MODEL_FRAGMENTS__FRAGMENTS = EMFProperties.list(FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS);
Discouraged access: The type FragmentPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 76)
private IListProperty MODEL_FRAGMENTS__FRAGMENTS = EMFProperties.list(FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS);
Discouraged access: The type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 76)
private IListProperty MODEL_FRAGMENTS__FRAGMENTS = EMFProperties.list(FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS);
Discouraged access: The field MODEL_FRAGMENTS__FRAGMENTS from the type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 77)
private IListProperty MODEL_FRAGMENTS__IMPORTS = EMFProperties.list(FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS);
Discouraged access: The type FragmentPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 77)
private IListProperty MODEL_FRAGMENTS__IMPORTS = EMFProperties.list(FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS);
Discouraged access: The type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 77)
private IListProperty MODEL_FRAGMENTS__IMPORTS = EMFProperties.list(FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS);
Discouraged access: The field MODEL_FRAGMENTS__IMPORTS from the type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 134)
IEMFListProperty prop = EMFProperties.list(FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS);
Discouraged access: The type FragmentPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 134)
IEMFListProperty prop = EMFProperties.list(FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS);
Discouraged access: The type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 134)
IEMFListProperty prop = EMFProperties.list(FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS);
Discouraged access: The field MODEL_FRAGMENTS__IMPORTS from the type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 157)
MModelFragments container = (MModelFragments) getMaster().getValue();
Discouraged access: The type MModelFragments is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 157)
MModelFragments container = (MModelFragments) getMaster().getValue();
Discouraged access: The type MModelFragments is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 158)
int idx = container.getImports().indexOf(obj) - 1;
Discouraged access: The method getImports() from the type MModelFragments is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 160)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS, obj, idx);
Discouraged access: The type FragmentPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 160)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS, obj, idx);
Discouraged access: The type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 160)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS, obj, idx);
Discouraged access: The field MODEL_FRAGMENTS__IMPORTS from the type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 184)
MModelFragments container = (MModelFragments) getMaster().getValue();
Discouraged access: The type MModelFragments is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 184)
MModelFragments container = (MModelFragments) getMaster().getValue();
Discouraged access: The type MModelFragments is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 185)
int idx = container.getImports().indexOf(obj) + 1;
Discouraged access: The method getImports() from the type MModelFragments is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 186)
if (idx < container.getImports().size()) {
Discouraged access: The method getImports() from the type MModelFragments is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 187)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS, obj, idx);
Discouraged access: The type FragmentPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 187)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS, obj, idx);
Discouraged access: The type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 187)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS, obj, idx);
Discouraged access: The field MODEL_FRAGMENTS__IMPORTS from the type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 220)
addClasses(ApplicationPackageImpl.eINSTANCE, list);
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 220)
addClasses(ApplicationPackageImpl.eINSTANCE, list);
Discouraged access: The field eINSTANCE from the type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 221)
list.addAll(getEditor().getFeatureClasses(FragmentPackageImpl.Literals.MODEL_FRAGMENT, FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS));
Discouraged access: The type FragmentPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 221)
list.addAll(getEditor().getFeatureClasses(FragmentPackageImpl.Literals.MODEL_FRAGMENT, FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS));
Discouraged access: The type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 221)
list.addAll(getEditor().getFeatureClasses(FragmentPackageImpl.Literals.MODEL_FRAGMENT, FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS));
Discouraged access: The field MODEL_FRAGMENT from the type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 221)
list.addAll(getEditor().getFeatureClasses(FragmentPackageImpl.Literals.MODEL_FRAGMENT, FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS));
Discouraged access: The type FragmentPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 221)
list.addAll(getEditor().getFeatureClasses(FragmentPackageImpl.Literals.MODEL_FRAGMENT, FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS));
Discouraged access: The type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 221)
list.addAll(getEditor().getFeatureClasses(FragmentPackageImpl.Literals.MODEL_FRAGMENT, FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS));
Discouraged access: The field MODEL_FRAGMENTS__IMPORTS from the type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 235)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS, eObject);
Discouraged access: The type FragmentPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 235)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS, eObject);
Discouraged access: The type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 235)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS, eObject);
Discouraged access: The field MODEL_FRAGMENTS__IMPORTS from the type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 254)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS, elements);
Discouraged access: The type FragmentPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 254)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS, elements);
Discouraged access: The type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 254)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS, elements);
Discouraged access: The field MODEL_FRAGMENTS__IMPORTS from the type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 275)
IEMFListProperty prop = EMFProperties.list(FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS);
Discouraged access: The type FragmentPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 275)
IEMFListProperty prop = EMFProperties.list(FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS);
Discouraged access: The type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 275)
IEMFListProperty prop = EMFProperties.list(FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS);
Discouraged access: The field MODEL_FRAGMENTS__FRAGMENTS from the type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 298)
MModelFragments container = (MModelFragments) getMaster().getValue();
Discouraged access: The type MModelFragments is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 298)
MModelFragments container = (MModelFragments) getMaster().getValue();
Discouraged access: The type MModelFragments is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 299)
int idx = container.getFragments().indexOf(obj) - 1;
Discouraged access: The method getFragments() from the type MModelFragments is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 301)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS, obj, idx);
Discouraged access: The type FragmentPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 301)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS, obj, idx);
Discouraged access: The type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 301)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS, obj, idx);
Discouraged access: The field MODEL_FRAGMENTS__FRAGMENTS from the type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 325)
MModelFragments container = (MModelFragments) getMaster().getValue();
Discouraged access: The type MModelFragments is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
52. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 325)
MModelFragments container = (MModelFragments) getMaster().getValue();
Discouraged access: The type MModelFragments is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
53. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 326)
int idx = container.getFragments().indexOf(obj) + 1;
Discouraged access: The method getFragments() from the type MModelFragments is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
54. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 327)
if (idx < container.getFragments().size()) {
Discouraged access: The method getFragments() from the type MModelFragments is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
55. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 328)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS, obj, idx);
Discouraged access: The type FragmentPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 328)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS, obj, idx);
Discouraged access: The type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
57. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 328)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS, obj, idx);
Discouraged access: The field MODEL_FRAGMENTS__FRAGMENTS from the type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
58. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 348)
MModelFragment component = MFragmentFactory.INSTANCE.createStringModelFragment();
Discouraged access: The type MModelFragment is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
59. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 348)
MModelFragment component = MFragmentFactory.INSTANCE.createStringModelFragment();
Discouraged access: The type MFragmentFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
60. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 348)
MModelFragment component = MFragmentFactory.INSTANCE.createStringModelFragment();
Discouraged access: The method createStringModelFragment() from the type MFragmentFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
61. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 348)
MModelFragment component = MFragmentFactory.INSTANCE.createStringModelFragment();
Discouraged access: The field INSTANCE from the type MFragmentFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
62. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 350)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS, component);
Discouraged access: The type FragmentPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
63. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 350)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS, component);
Discouraged access: The type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
64. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 350)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS, component);
Discouraged access: The field MODEL_FRAGMENTS__FRAGMENTS from the type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
65. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 369)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS, elements);
Discouraged access: The type FragmentPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
66. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 369)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS, elements);
Discouraged access: The type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
67. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 369)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS, elements);
Discouraged access: The field MODEL_FRAGMENTS__FRAGMENTS from the type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
68. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 385)
if (eclass != ApplicationPackageImpl.Literals.APPLICATION && !eclass.isAbstract() && !eclass.isInterface() && eclass.getEAllSuperTypes().contains(ApplicationPackageImpl.Literals.APPLICATION_ELEMENT)) {
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
69. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 385)
if (eclass != ApplicationPackageImpl.Literals.APPLICATION && !eclass.isAbstract() && !eclass.isInterface() && eclass.getEAllSuperTypes().contains(ApplicationPackageImpl.Literals.APPLICATION_ELEMENT)) {
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
70. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 385)
if (eclass != ApplicationPackageImpl.Literals.APPLICATION && !eclass.isAbstract() && !eclass.isInterface() && eclass.getEAllSuperTypes().contains(ApplicationPackageImpl.Literals.APPLICATION_ELEMENT)) {
Discouraged access: The field APPLICATION from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
71. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 385)
if (eclass != ApplicationPackageImpl.Literals.APPLICATION && !eclass.isAbstract() && !eclass.isInterface() && eclass.getEAllSuperTypes().contains(ApplicationPackageImpl.Literals.APPLICATION_ELEMENT)) {
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
72. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 385)
if (eclass != ApplicationPackageImpl.Literals.APPLICATION && !eclass.isAbstract() && !eclass.isInterface() && eclass.getEAllSuperTypes().contains(ApplicationPackageImpl.Literals.APPLICATION_ELEMENT)) {
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
73. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 385)
if (eclass != ApplicationPackageImpl.Literals.APPLICATION && !eclass.isAbstract() && !eclass.isInterface() && eclass.getEAllSuperTypes().contains(ApplicationPackageImpl.Literals.APPLICATION_ELEMENT)) {
Discouraged access: The field APPLICATION_ELEMENT from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java : 87 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 33)
import org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl;
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 34)
import org.eclipse.e4.ui.model.application.descriptor.basic.MPartDescriptor;
Discouraged access: The type MPartDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 35)
import org.eclipse.e4.ui.model.application.descriptor.basic.impl.BasicPackageImpl;
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 36)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 37)
import org.eclipse.e4.ui.model.application.ui.MUILabel;
Discouraged access: The type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 38)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 39)
import org.eclipse.e4.ui.model.application.ui.menu.MMenuFactory;
Discouraged access: The type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 40)
import org.eclipse.e4.ui.model.application.ui.menu.MToolBar;
Discouraged access: The type MToolBar is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 79)
private IListProperty PART__MENUS = EMFProperties.list(BasicPackageImpl.Literals.PART_DESCRIPTOR__MENUS);
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 79)
private IListProperty PART__MENUS = EMFProperties.list(BasicPackageImpl.Literals.PART_DESCRIPTOR__MENUS);
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 79)
private IListProperty PART__MENUS = EMFProperties.list(BasicPackageImpl.Literals.PART_DESCRIPTOR__MENUS);
Discouraged access: The field PART_DESCRIPTOR__MENUS from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 80)
private IListProperty HANDLER_CONTAINER__HANDLERS = EMFProperties.list(CommandsPackageImpl.Literals.HANDLER_CONTAINER__HANDLERS);
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 80)
private IListProperty HANDLER_CONTAINER__HANDLERS = EMFProperties.list(CommandsPackageImpl.Literals.HANDLER_CONTAINER__HANDLERS);
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 80)
private IListProperty HANDLER_CONTAINER__HANDLERS = EMFProperties.list(CommandsPackageImpl.Literals.HANDLER_CONTAINER__HANDLERS);
Discouraged access: The field HANDLER_CONTAINER__HANDLERS from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 81)
private IValueProperty PART__TOOLBAR = EMFProperties.value(BasicPackageImpl.Literals.PART_DESCRIPTOR__TOOLBAR);
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 81)
private IValueProperty PART__TOOLBAR = EMFProperties.value(BasicPackageImpl.Literals.PART_DESCRIPTOR__TOOLBAR);
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 81)
private IValueProperty PART__TOOLBAR = EMFProperties.value(BasicPackageImpl.Literals.PART_DESCRIPTOR__TOOLBAR);
Discouraged access: The field PART_DESCRIPTOR__TOOLBAR from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 144)
createRemoveToolBar.setSelection(((MPartDescriptor) object).getToolbar() != null);
Discouraged access: The method getToolbar() from the type MPartDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 144)
createRemoveToolBar.setSelection(((MPartDescriptor) object).getToolbar() != null);
Discouraged access: The type MPartDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 172)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(master));
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 172)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(master));
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 172)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(master));
Discouraged access: The field APPLICATION_ELEMENT__ELEMENT_ID from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 185)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL).observeDetail(master));
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 185)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL).observeDetail(master));
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 185)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL).observeDetail(master));
Discouraged access: The field UI_LABEL__LABEL from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 198)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__TOOLTIP).observeDetail(master));
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 198)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__TOOLTIP).observeDetail(master));
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 198)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__TOOLTIP).observeDetail(master));
Discouraged access: The field UI_LABEL__TOOLTIP from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 209)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__ICON_URI).observeDetail(master));
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 209)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__ICON_URI).observeDetail(master));
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 209)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__ICON_URI).observeDetail(master));
Discouraged access: The field UI_LABEL__ICON_URI from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 215)
MUILabel part = (MUILabel) getMaster().getValue();
Discouraged access: The type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 215)
MUILabel part = (MUILabel) getMaster().getValue();
Discouraged access: The type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 216)
String uri = part.getIconURI();
Discouraged access: The method getIconURI() from the type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 220)
return URI.createURI(part.getIconURI());
Discouraged access: The method getIconURI() from the type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 231)
PartDescriptorIconDialogEditor dialog = new PartDescriptorIconDialogEditor(b.getShell(), project, getEditingDomain(), (MPartDescriptor) getMaster().getValue());
Discouraged access: The type MPartDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 245)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), BasicPackageImpl.Literals.PART_DESCRIPTOR__CONTRIBUTION_URI).observeDetail(master));
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 245)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), BasicPackageImpl.Literals.PART_DESCRIPTOR__CONTRIBUTION_URI).observeDetail(master));
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 245)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), BasicPackageImpl.Literals.PART_DESCRIPTOR__CONTRIBUTION_URI).observeDetail(master));
Discouraged access: The field PART_DESCRIPTOR__CONTRIBUTION_URI from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 254)
ContributionClassDialog dialog = new ContributionClassDialog(b.getShell(), project, getEditingDomain(), (MPartDescriptor) getMaster().getValue(), BasicPackageImpl.Literals.PART_DESCRIPTOR__CONTRIBUTION_URI);
Discouraged access: The type MPartDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 254)
ContributionClassDialog dialog = new ContributionClassDialog(b.getShell(), project, getEditingDomain(), (MPartDescriptor) getMaster().getValue(), BasicPackageImpl.Literals.PART_DESCRIPTOR__CONTRIBUTION_URI);
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 254)
ContributionClassDialog dialog = new ContributionClassDialog(b.getShell(), project, getEditingDomain(), (MPartDescriptor) getMaster().getValue(), BasicPackageImpl.Literals.PART_DESCRIPTOR__CONTRIBUTION_URI);
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 254)
ContributionClassDialog dialog = new ContributionClassDialog(b.getShell(), project, getEditingDomain(), (MPartDescriptor) getMaster().getValue(), BasicPackageImpl.Literals.PART_DESCRIPTOR__CONTRIBUTION_URI);
Discouraged access: The field PART_DESCRIPTOR__CONTRIBUTION_URI from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 270)
MPartDescriptor window = (MPartDescriptor) getMaster().getValue();
Discouraged access: The type MPartDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 270)
MPartDescriptor window = (MPartDescriptor) getMaster().getValue();
Discouraged access: The type MPartDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 271)
if (window.getToolbar() == null) {
Discouraged access: The method getToolbar() from the type MPartDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 291)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__CONTAINER_DATA).observeDetail(master));
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 291)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__CONTAINER_DATA).observeDetail(master));
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 291)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__CONTAINER_DATA).observeDetail(master));
Discouraged access: The field UI_ELEMENT__CONTAINER_DATA from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 303)
IEMFEditValueProperty mprop = EMFEditProperties.value(getEditingDomain(), BasicPackageImpl.Literals.PART_DESCRIPTOR__DIRTYABLE);
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 303)
IEMFEditValueProperty mprop = EMFEditProperties.value(getEditingDomain(), BasicPackageImpl.Literals.PART_DESCRIPTOR__DIRTYABLE);
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
52. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 303)
IEMFEditValueProperty mprop = EMFEditProperties.value(getEditingDomain(), BasicPackageImpl.Literals.PART_DESCRIPTOR__DIRTYABLE);
Discouraged access: The field PART_DESCRIPTOR__DIRTYABLE from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
53. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 318)
IEMFEditValueProperty mprop = EMFEditProperties.value(getEditingDomain(), BasicPackageImpl.Literals.PART_DESCRIPTOR__CLOSEABLE);
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
54. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 318)
IEMFEditValueProperty mprop = EMFEditProperties.value(getEditingDomain(), BasicPackageImpl.Literals.PART_DESCRIPTOR__CLOSEABLE);
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
55. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 318)
IEMFEditValueProperty mprop = EMFEditProperties.value(getEditingDomain(), BasicPackageImpl.Literals.PART_DESCRIPTOR__CLOSEABLE);
Discouraged access: The field PART_DESCRIPTOR__CLOSEABLE from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 333)
IEMFEditValueProperty mprop = EMFEditProperties.value(getEditingDomain(), BasicPackageImpl.Literals.PART_DESCRIPTOR__ALLOW_MULTIPLE);
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
57. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 333)
IEMFEditValueProperty mprop = EMFEditProperties.value(getEditingDomain(), BasicPackageImpl.Literals.PART_DESCRIPTOR__ALLOW_MULTIPLE);
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
58. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 333)
IEMFEditValueProperty mprop = EMFEditProperties.value(getEditingDomain(), BasicPackageImpl.Literals.PART_DESCRIPTOR__ALLOW_MULTIPLE);
Discouraged access: The field PART_DESCRIPTOR__ALLOW_MULTIPLE from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
59. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 347)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), BasicPackageImpl.Literals.PART_DESCRIPTOR__CATEGORY).observeDetail(master));
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
60. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 347)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), BasicPackageImpl.Literals.PART_DESCRIPTOR__CATEGORY).observeDetail(master));
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
61. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 347)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), BasicPackageImpl.Literals.PART_DESCRIPTOR__CATEGORY).observeDetail(master));
Discouraged access: The field PART_DESCRIPTOR__CATEGORY from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
62. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 389)
IEMFEditListProperty prop = EMFEditProperties.list(getEditingDomain(), ApplicationPackageImpl.Literals.CONTRIBUTION__PERSISTED_STATE);
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
63. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 389)
IEMFEditListProperty prop = EMFEditProperties.list(getEditingDomain(), ApplicationPackageImpl.Literals.CONTRIBUTION__PERSISTED_STATE);
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
64. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 389)
IEMFEditListProperty prop = EMFEditProperties.list(getEditingDomain(), ApplicationPackageImpl.Literals.CONTRIBUTION__PERSISTED_STATE);
Discouraged access: The field CONTRIBUTION__PERSISTED_STATE from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
65. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 447)
ControlFactory.createStringListWidget(parent, this, "Tags", ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
66. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 447)
ControlFactory.createStringListWidget(parent, this, "Tags", ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
67. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 447)
ControlFactory.createStringListWidget(parent, this, "Tags", ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field APPLICATION_ELEMENT__TAGS from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
68. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 453)
MToolBar menu = MMenuFactory.INSTANCE.createToolBar();
Discouraged access: The type MToolBar is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
69. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 453)
MToolBar menu = MMenuFactory.INSTANCE.createToolBar();
Discouraged access: The type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
70. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 453)
MToolBar menu = MMenuFactory.INSTANCE.createToolBar();
Discouraged access: The method createToolBar() from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
71. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 453)
MToolBar menu = MMenuFactory.INSTANCE.createToolBar();
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
72. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 454)
Command cmd = SetCommand.create(getEditingDomain(), getMaster().getValue(), BasicPackageImpl.Literals.PART_DESCRIPTOR__TOOLBAR, menu);
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
73. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 454)
Command cmd = SetCommand.create(getEditingDomain(), getMaster().getValue(), BasicPackageImpl.Literals.PART_DESCRIPTOR__TOOLBAR, menu);
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
74. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 454)
Command cmd = SetCommand.create(getEditingDomain(), getMaster().getValue(), BasicPackageImpl.Literals.PART_DESCRIPTOR__TOOLBAR, menu);
Discouraged access: The field PART_DESCRIPTOR__TOOLBAR from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
75. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 461)
Command cmd = SetCommand.create(getEditingDomain(), getMaster().getValue(), BasicPackageImpl.Literals.PART_DESCRIPTOR__TOOLBAR, null);
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
76. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 461)
Command cmd = SetCommand.create(getEditingDomain(), getMaster().getValue(), BasicPackageImpl.Literals.PART_DESCRIPTOR__TOOLBAR, null);
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
77. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 461)
Command cmd = SetCommand.create(getEditingDomain(), getMaster().getValue(), BasicPackageImpl.Literals.PART_DESCRIPTOR__TOOLBAR, null);
Discouraged access: The field PART_DESCRIPTOR__TOOLBAR from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
78. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 493)
MPartDescriptor window = (MPartDescriptor) element;
Discouraged access: The type MPartDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
79. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 493)
MPartDescriptor window = (MPartDescriptor) element;
Discouraged access: The type MPartDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
80. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 494)
if (window.getToolbar() != null) {
Discouraged access: The method getToolbar() from the type MPartDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
81. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 495)
list.add(0, window.getToolbar());
Discouraged access: The method getToolbar() from the type MPartDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
82. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 523)
MPartDescriptor o = (MPartDescriptor) element;
Discouraged access: The type MPartDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
83. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 523)
MPartDescriptor o = (MPartDescriptor) element;
Discouraged access: The type MPartDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
84. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 524)
return o.getLabel();
Discouraged access: The method getLabel() from the type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
85. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 529)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL) };
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
86. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 529)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL) };
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
87. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 529)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL) };
Discouraged access: The field UI_LABEL__LABEL from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java : 85 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 33)
import org.eclipse.e4.ui.model.application.MContribution;
Discouraged access: The type MContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 34)
import org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl;
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 35)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 36)
import org.eclipse.e4.ui.model.application.ui.MUILabel;
Discouraged access: The type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 37)
import org.eclipse.e4.ui.model.application.ui.basic.MPart;
Discouraged access: The type MPart is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 38)
import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl;
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 39)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 40)
import org.eclipse.e4.ui.model.application.ui.menu.MMenuFactory;
Discouraged access: The type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 41)
import org.eclipse.e4.ui.model.application.ui.menu.MToolBar;
Discouraged access: The type MToolBar is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 79)
private IListProperty PART__MENUS = EMFProperties.list(BasicPackageImpl.Literals.PART__MENUS);
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 79)
private IListProperty PART__MENUS = EMFProperties.list(BasicPackageImpl.Literals.PART__MENUS);
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 79)
private IListProperty PART__MENUS = EMFProperties.list(BasicPackageImpl.Literals.PART__MENUS);
Discouraged access: The field PART__MENUS from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 80)
private IListProperty HANDLER_CONTAINER__HANDLERS = EMFProperties.list(CommandsPackageImpl.Literals.HANDLER_CONTAINER__HANDLERS);
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 80)
private IListProperty HANDLER_CONTAINER__HANDLERS = EMFProperties.list(CommandsPackageImpl.Literals.HANDLER_CONTAINER__HANDLERS);
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 80)
private IListProperty HANDLER_CONTAINER__HANDLERS = EMFProperties.list(CommandsPackageImpl.Literals.HANDLER_CONTAINER__HANDLERS);
Discouraged access: The field HANDLER_CONTAINER__HANDLERS from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 81)
private IValueProperty PART__TOOLBAR = EMFProperties.value(BasicPackageImpl.Literals.PART__TOOLBAR);
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 81)
private IValueProperty PART__TOOLBAR = EMFProperties.value(BasicPackageImpl.Literals.PART__TOOLBAR);
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 81)
private IValueProperty PART__TOOLBAR = EMFProperties.value(BasicPackageImpl.Literals.PART__TOOLBAR);
Discouraged access: The field PART__TOOLBAR from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 144)
createRemoveToolBar.setSelection(((MPart) object).getToolbar() != null);
Discouraged access: The method getToolbar() from the type MPart is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 144)
createRemoveToolBar.setSelection(((MPart) object).getToolbar() != null);
Discouraged access: The type MPart is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 173)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(master));
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 173)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(master));
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 173)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(master));
Discouraged access: The field APPLICATION_ELEMENT__ELEMENT_ID from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 186)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL).observeDetail(master));
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 186)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL).observeDetail(master));
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 186)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL).observeDetail(master));
Discouraged access: The field UI_LABEL__LABEL from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 199)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__TOOLTIP).observeDetail(master));
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 199)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__TOOLTIP).observeDetail(master));
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 199)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__TOOLTIP).observeDetail(master));
Discouraged access: The field UI_LABEL__TOOLTIP from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 210)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__ICON_URI).observeDetail(master));
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 210)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__ICON_URI).observeDetail(master));
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 210)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__ICON_URI).observeDetail(master));
Discouraged access: The field UI_LABEL__ICON_URI from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 216)
MUILabel part = (MUILabel) getMaster().getValue();
Discouraged access: The type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 216)
MUILabel part = (MUILabel) getMaster().getValue();
Discouraged access: The type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 217)
String uri = part.getIconURI();
Discouraged access: The method getIconURI() from the type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 221)
return URI.createURI(part.getIconURI());
Discouraged access: The method getIconURI() from the type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 232)
PartIconDialogEditor dialog = new PartIconDialogEditor(b.getShell(), project, getEditingDomain(), (MPart) getMaster().getValue());
Discouraged access: The type MPart is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 246)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI).observeDetail(master));
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 246)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI).observeDetail(master));
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 246)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI).observeDetail(master));
Discouraged access: The field CONTRIBUTION__CONTRIBUTION_URI from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 255)
ContributionClassDialog dialog = new ContributionClassDialog(b.getShell(), project, getEditingDomain(), (MContribution) getMaster().getValue(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI);
Discouraged access: The type MContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 255)
ContributionClassDialog dialog = new ContributionClassDialog(b.getShell(), project, getEditingDomain(), (MContribution) getMaster().getValue(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI);
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 255)
ContributionClassDialog dialog = new ContributionClassDialog(b.getShell(), project, getEditingDomain(), (MContribution) getMaster().getValue(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI);
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 255)
ContributionClassDialog dialog = new ContributionClassDialog(b.getShell(), project, getEditingDomain(), (MContribution) getMaster().getValue(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI);
Discouraged access: The field CONTRIBUTION__CONTRIBUTION_URI from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 271)
MPart window = (MPart) getMaster().getValue();
Discouraged access: The type MPart is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 271)
MPart window = (MPart) getMaster().getValue();
Discouraged access: The type MPart is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 272)
if (window.getToolbar() == null) {
Discouraged access: The method getToolbar() from the type MPart is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 292)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__CONTAINER_DATA).observeDetail(master));
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 292)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__CONTAINER_DATA).observeDetail(master));
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 292)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__CONTAINER_DATA).observeDetail(master));
Discouraged access: The field UI_ELEMENT__CONTAINER_DATA from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 306)
IEMFEditValueProperty mprop = EMFEditProperties.value(getEditingDomain(), BasicPackageImpl.Literals.PART__CLOSEABLE);
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
52. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 306)
IEMFEditValueProperty mprop = EMFEditProperties.value(getEditingDomain(), BasicPackageImpl.Literals.PART__CLOSEABLE);
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
53. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 306)
IEMFEditValueProperty mprop = EMFEditProperties.value(getEditingDomain(), BasicPackageImpl.Literals.PART__CLOSEABLE);
Discouraged access: The field PART__CLOSEABLE from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
54. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 313)
ControlFactory.createStringListWidget(parent, this, "Binding Contexts", CommandsPackageImpl.Literals.BINDINGS__BINDING_CONTEXTS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
55. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 313)
ControlFactory.createStringListWidget(parent, this, "Binding Contexts", CommandsPackageImpl.Literals.BINDINGS__BINDING_CONTEXTS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 313)
ControlFactory.createStringListWidget(parent, this, "Binding Contexts", CommandsPackageImpl.Literals.BINDINGS__BINDING_CONTEXTS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field BINDINGS__BINDING_CONTEXTS from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
57. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 357)
IEMFEditListProperty prop = EMFEditProperties.list(getEditingDomain(), ApplicationPackageImpl.Literals.CONTRIBUTION__PERSISTED_STATE);
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
58. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 357)
IEMFEditListProperty prop = EMFEditProperties.list(getEditingDomain(), ApplicationPackageImpl.Literals.CONTRIBUTION__PERSISTED_STATE);
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
59. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 357)
IEMFEditListProperty prop = EMFEditProperties.list(getEditingDomain(), ApplicationPackageImpl.Literals.CONTRIBUTION__PERSISTED_STATE);
Discouraged access: The field CONTRIBUTION__PERSISTED_STATE from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
60. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 380)
ControlFactory.createStringListWidget(parent, this, "Variables", UiPackageImpl.Literals.CONTEXT__VARIABLES, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
61. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 380)
ControlFactory.createStringListWidget(parent, this, "Variables", UiPackageImpl.Literals.CONTEXT__VARIABLES, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
62. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 380)
ControlFactory.createStringListWidget(parent, this, "Variables", UiPackageImpl.Literals.CONTEXT__VARIABLES, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field CONTEXT__VARIABLES from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
63. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 381)
ControlFactory.createStringListWidget(parent, this, "Tags", ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
64. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 381)
ControlFactory.createStringListWidget(parent, this, "Tags", ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
65. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 381)
ControlFactory.createStringListWidget(parent, this, "Tags", ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field APPLICATION_ELEMENT__TAGS from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
66. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 387)
MToolBar menu = MMenuFactory.INSTANCE.createToolBar();
Discouraged access: The type MToolBar is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
67. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 387)
MToolBar menu = MMenuFactory.INSTANCE.createToolBar();
Discouraged access: The type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
68. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 387)
MToolBar menu = MMenuFactory.INSTANCE.createToolBar();
Discouraged access: The method createToolBar() from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
69. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 387)
MToolBar menu = MMenuFactory.INSTANCE.createToolBar();
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
70. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 388)
Command cmd = SetCommand.create(getEditingDomain(), getMaster().getValue(), BasicPackageImpl.Literals.PART__TOOLBAR, menu);
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
71. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 388)
Command cmd = SetCommand.create(getEditingDomain(), getMaster().getValue(), BasicPackageImpl.Literals.PART__TOOLBAR, menu);
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
72. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 388)
Command cmd = SetCommand.create(getEditingDomain(), getMaster().getValue(), BasicPackageImpl.Literals.PART__TOOLBAR, menu);
Discouraged access: The field PART__TOOLBAR from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
73. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 395)
Command cmd = SetCommand.create(getEditingDomain(), getMaster().getValue(), BasicPackageImpl.Literals.PART__TOOLBAR, null);
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
74. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 395)
Command cmd = SetCommand.create(getEditingDomain(), getMaster().getValue(), BasicPackageImpl.Literals.PART__TOOLBAR, null);
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
75. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 395)
Command cmd = SetCommand.create(getEditingDomain(), getMaster().getValue(), BasicPackageImpl.Literals.PART__TOOLBAR, null);
Discouraged access: The field PART__TOOLBAR from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
76. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 431)
MPart window = (MPart) element;
Discouraged access: The type MPart is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
77. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 431)
MPart window = (MPart) element;
Discouraged access: The type MPart is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
78. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 432)
if (window.getToolbar() != null) {
Discouraged access: The method getToolbar() from the type MPart is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
79. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 433)
list.add(0, window.getToolbar());
Discouraged access: The method getToolbar() from the type MPart is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
80. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 456)
MPart o = (MPart) element;
Discouraged access: The type MPart is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
81. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 456)
MPart o = (MPart) element;
Discouraged access: The type MPart is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
82. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 457)
return o.getLabel();
Discouraged access: The method getLabel() from the type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
83. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 462)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL) };
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
84. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 462)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL) };
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
85. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 462)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL) };
Discouraged access: The field UI_LABEL__LABEL from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java : 66 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 25)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 26)
import org.eclipse.e4.ui.model.application.ui.MElementContainer;
Discouraged access: The type MElementContainer<T> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 27)
import org.eclipse.e4.ui.model.application.ui.advanced.impl.AdvancedPackageImpl;
Discouraged access: The type AdvancedPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 28)
import org.eclipse.e4.ui.model.application.ui.basic.MPartSashContainer;
Discouraged access: The type MPartSashContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 29)
import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl;
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 30)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 75)
private IListProperty ELEMENT_CONTAINER__CHILDREN = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 75)
private IListProperty ELEMENT_CONTAINER__CHILDREN = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 75)
private IListProperty ELEMENT_CONTAINER__CHILDREN = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 84)
boolean horizontal = ((MPartSashContainer) element).isHorizontal();
Discouraged access: The method isHorizontal() from the type MGenericTile<MPartSashContainerElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 84)
boolean horizontal = ((MPartSashContainer) element).isHorizontal();
Discouraged access: The type MPartSashContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 175)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 175)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 175)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The field APPLICATION_ELEMENT__ELEMENT_ID from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 197)
context.bindValue(vProp.observe(viewer), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.GENERIC_TILE__HORIZONTAL).observeDetail(getMaster()));
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 197)
context.bindValue(vProp.observe(viewer), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.GENERIC_TILE__HORIZONTAL).observeDetail(getMaster()));
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 197)
context.bindValue(vProp.observe(viewer), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.GENERIC_TILE__HORIZONTAL).observeDetail(getMaster()));
Discouraged access: The field GENERIC_TILE__HORIZONTAL from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 212)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__CONTAINER_DATA).observeDetail(master));
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 212)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__CONTAINER_DATA).observeDetail(master));
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 212)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__CONTAINER_DATA).observeDetail(master));
Discouraged access: The field UI_ELEMENT__CONTAINER_DATA from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 228)
IEMFListProperty prop = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 228)
IEMFListProperty prop = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 228)
IEMFListProperty prop = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 251)
MElementContainer<?> container = (MElementContainer<?>) getMaster().getValue();
Discouraged access: The type MElementContainer<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 251)
MElementContainer<?> container = (MElementContainer<?>) getMaster().getValue();
Discouraged access: The type MElementContainer<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 252)
int idx = container.getChildren().indexOf(obj) - 1;
Discouraged access: The method getChildren() from the type MElementContainer<capture#2-of ?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 254)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 254)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 254)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 278)
MElementContainer<?> container = (MElementContainer<?>) getMaster().getValue();
Discouraged access: The type MElementContainer<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 278)
MElementContainer<?> container = (MElementContainer<?>) getMaster().getValue();
Discouraged access: The type MElementContainer<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 279)
int idx = container.getChildren().indexOf(obj) + 1;
Discouraged access: The method getChildren() from the type MElementContainer<capture#4-of ?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 280)
if (idx < container.getChildren().size()) {
Discouraged access: The method getChildren() from the type MElementContainer<capture#5-of ?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 281)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 281)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 281)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 304)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.PLACEHOLDER });
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 304)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.PLACEHOLDER });
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 304)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.PLACEHOLDER });
Discouraged access: The field PART_SASH_CONTAINER from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 304)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.PLACEHOLDER });
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 304)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.PLACEHOLDER });
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 304)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.PLACEHOLDER });
Discouraged access: The field PART_STACK from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 304)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.PLACEHOLDER });
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 304)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.PLACEHOLDER });
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 304)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.PLACEHOLDER });
Discouraged access: The field PART from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 304)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.PLACEHOLDER });
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 304)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.PLACEHOLDER });
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 304)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.PLACEHOLDER });
Discouraged access: The field INPUT_PART from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 304)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.PLACEHOLDER });
Discouraged access: The type AdvancedPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 304)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.PLACEHOLDER });
Discouraged access: The type AdvancedPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 304)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.PLACEHOLDER });
Discouraged access: The field PLACEHOLDER from the type AdvancedPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
52. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 305)
childrenDropDown.setSelection(new StructuredSelection(BasicPackageImpl.Literals.PART_SASH_CONTAINER));
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
53. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 305)
childrenDropDown.setSelection(new StructuredSelection(BasicPackageImpl.Literals.PART_SASH_CONTAINER));
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
54. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 305)
childrenDropDown.setSelection(new StructuredSelection(BasicPackageImpl.Literals.PART_SASH_CONTAINER));
Discouraged access: The field PART_SASH_CONTAINER from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
55. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 317)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 317)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
57. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 317)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
58. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 337)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, elements);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
59. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 337)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, elements);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
60. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 337)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, elements);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
61. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 346)
ControlFactory.createStringListWidget(parent, this, "Tags", ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
62. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 346)
ControlFactory.createStringListWidget(parent, this, "Tags", ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
63. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 346)
ControlFactory.createStringListWidget(parent, this, "Tags", ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field APPLICATION_ELEMENT__TAGS from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
64. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 363)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.GENERIC_TILE__HORIZONTAL) };
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
65. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 363)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.GENERIC_TILE__HORIZONTAL) };
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
66. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 363)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.GENERIC_TILE__HORIZONTAL) };
Discouraged access: The field GENERIC_TILE__HORIZONTAL from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java : 51 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 25)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 26)
import org.eclipse.e4.ui.model.application.ui.MElementContainer;
Discouraged access: The type MElementContainer<T> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 27)
import org.eclipse.e4.ui.model.application.ui.advanced.impl.AdvancedPackageImpl;
Discouraged access: The type AdvancedPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 28)
import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl;
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 29)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 71)
private IListProperty ELEMENT_CONTAINER__CHILDREN = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 71)
private IListProperty ELEMENT_CONTAINER__CHILDREN = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 71)
private IListProperty ELEMENT_CONTAINER__CHILDREN = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 156)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 156)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 156)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The field APPLICATION_ELEMENT__ELEMENT_ID from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 171)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__CONTAINER_DATA).observeDetail(master));
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 171)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__CONTAINER_DATA).observeDetail(master));
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 171)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__CONTAINER_DATA).observeDetail(master));
Discouraged access: The field UI_ELEMENT__CONTAINER_DATA from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 187)
IEMFListProperty prop = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 187)
IEMFListProperty prop = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 187)
IEMFListProperty prop = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 210)
MElementContainer<?> container = (MElementContainer<?>) getMaster().getValue();
Discouraged access: The type MElementContainer<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 210)
MElementContainer<?> container = (MElementContainer<?>) getMaster().getValue();
Discouraged access: The type MElementContainer<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 211)
int idx = container.getChildren().indexOf(obj) - 1;
Discouraged access: The method getChildren() from the type MElementContainer<capture#2-of ?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 213)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 213)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 213)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 237)
MElementContainer<?> container = (MElementContainer<?>) getMaster().getValue();
Discouraged access: The type MElementContainer<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 237)
MElementContainer<?> container = (MElementContainer<?>) getMaster().getValue();
Discouraged access: The type MElementContainer<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 238)
int idx = container.getChildren().indexOf(obj) + 1;
Discouraged access: The method getChildren() from the type MElementContainer<capture#4-of ?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 239)
if (idx < container.getChildren().size()) {
Discouraged access: The method getChildren() from the type MElementContainer<capture#5-of ?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 240)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 240)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 240)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 263)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.PLACEHOLDER });
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 263)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.PLACEHOLDER });
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 263)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.PLACEHOLDER });
Discouraged access: The field PART from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 263)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.PLACEHOLDER });
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 263)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.PLACEHOLDER });
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 263)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.PLACEHOLDER });
Discouraged access: The field INPUT_PART from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 263)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.PLACEHOLDER });
Discouraged access: The type AdvancedPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 263)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.PLACEHOLDER });
Discouraged access: The type AdvancedPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 263)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.PLACEHOLDER });
Discouraged access: The field PLACEHOLDER from the type AdvancedPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 264)
childrenDropDown.setSelection(new StructuredSelection(BasicPackageImpl.Literals.PART_SASH_CONTAINER));
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 264)
childrenDropDown.setSelection(new StructuredSelection(BasicPackageImpl.Literals.PART_SASH_CONTAINER));
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 264)
childrenDropDown.setSelection(new StructuredSelection(BasicPackageImpl.Literals.PART_SASH_CONTAINER));
Discouraged access: The field PART_SASH_CONTAINER from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 275)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 275)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 275)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 294)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, elements);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 294)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, elements);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 294)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, elements);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 303)
ControlFactory.createStringListWidget(parent, this, "Tags", ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 303)
ControlFactory.createStringListWidget(parent, this, "Tags", ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 303)
ControlFactory.createStringListWidget(parent, this, "Tags", ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field APPLICATION_ELEMENT__TAGS from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java : 78 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 28)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 29)
import org.eclipse.e4.ui.model.application.ui.MElementContainer;
Discouraged access: The type MElementContainer<T> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 30)
import org.eclipse.e4.ui.model.application.ui.MUILabel;
Discouraged access: The type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 31)
import org.eclipse.e4.ui.model.application.ui.advanced.MPerspective;
Discouraged access: The type MPerspective is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 32)
import org.eclipse.e4.ui.model.application.ui.advanced.impl.AdvancedPackageImpl;
Discouraged access: The type AdvancedPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 33)
import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl;
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 34)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 77)
private IListProperty ELEMENT_CONTAINER__CHILDREN = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 77)
private IListProperty ELEMENT_CONTAINER__CHILDREN = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 77)
private IListProperty ELEMENT_CONTAINER__CHILDREN = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 106)
MPerspective perspective = (MPerspective) element;
Discouraged access: The type MPerspective is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 106)
MPerspective perspective = (MPerspective) element;
Discouraged access: The type MPerspective is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 107)
if (perspective.getLabel() != null && perspective.getLabel().trim().length() > 0) {
Discouraged access: The method getLabel() from the type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 107)
if (perspective.getLabel() != null && perspective.getLabel().trim().length() > 0) {
Discouraged access: The method getLabel() from the type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 108)
return perspective.getLabel();
Discouraged access: The method getLabel() from the type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 116)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL) };
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 116)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL) };
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 116)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL) };
Discouraged access: The field UI_LABEL__LABEL from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 178)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 178)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 178)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The field APPLICATION_ELEMENT__ELEMENT_ID from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 193)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL).observeDetail(master));
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 193)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL).observeDetail(master));
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 193)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL).observeDetail(master));
Discouraged access: The field UI_LABEL__LABEL from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 206)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__TOOLTIP).observeDetail(master));
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 206)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__TOOLTIP).observeDetail(master));
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 206)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__TOOLTIP).observeDetail(master));
Discouraged access: The field UI_LABEL__TOOLTIP from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 217)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__ICON_URI).observeDetail(master));
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 217)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__ICON_URI).observeDetail(master));
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 217)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__ICON_URI).observeDetail(master));
Discouraged access: The field UI_LABEL__ICON_URI from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 223)
MUILabel part = (MUILabel) getMaster().getValue();
Discouraged access: The type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 223)
MUILabel part = (MUILabel) getMaster().getValue();
Discouraged access: The type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 224)
String uri = part.getIconURI();
Discouraged access: The method getIconURI() from the type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 228)
return URI.createURI(part.getIconURI());
Discouraged access: The method getIconURI() from the type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 237)
PerspectiveIconDialogEditor dialog = new PerspectiveIconDialogEditor(b.getShell(), project, getEditingDomain(), (MPerspective) getMaster().getValue());
Discouraged access: The type MPerspective is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 256)
IEMFListProperty prop = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 256)
IEMFListProperty prop = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 256)
IEMFListProperty prop = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 279)
MElementContainer<?> container = (MElementContainer<?>) getMaster().getValue();
Discouraged access: The type MElementContainer<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 279)
MElementContainer<?> container = (MElementContainer<?>) getMaster().getValue();
Discouraged access: The type MElementContainer<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 280)
int idx = container.getChildren().indexOf(obj) - 1;
Discouraged access: The method getChildren() from the type MElementContainer<capture#2-of ?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 282)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 282)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 282)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 306)
MElementContainer<?> container = (MElementContainer<?>) getMaster().getValue();
Discouraged access: The type MElementContainer<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 306)
MElementContainer<?> container = (MElementContainer<?>) getMaster().getValue();
Discouraged access: The type MElementContainer<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 307)
int idx = container.getChildren().indexOf(obj) + 1;
Discouraged access: The method getChildren() from the type MElementContainer<capture#4-of ?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 308)
if (idx < container.getChildren().size()) {
Discouraged access: The method getChildren() from the type MElementContainer<capture#5-of ?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 309)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 309)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 309)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
52. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 332)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.PLACEHOLDER });
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
53. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 332)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.PLACEHOLDER });
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
54. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 332)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.PLACEHOLDER });
Discouraged access: The field PART_SASH_CONTAINER from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
55. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 332)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.PLACEHOLDER });
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 332)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.PLACEHOLDER });
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
57. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 332)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.PLACEHOLDER });
Discouraged access: The field PART_STACK from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
58. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 332)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.PLACEHOLDER });
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
59. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 332)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.PLACEHOLDER });
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
60. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 332)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.PLACEHOLDER });
Discouraged access: The field PART from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
61. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 332)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.PLACEHOLDER });
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
62. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 332)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.PLACEHOLDER });
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
63. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 332)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.PLACEHOLDER });
Discouraged access: The field INPUT_PART from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
64. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 332)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.PLACEHOLDER });
Discouraged access: The type AdvancedPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
65. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 332)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.PLACEHOLDER });
Discouraged access: The type AdvancedPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
66. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 332)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.PLACEHOLDER });
Discouraged access: The field PLACEHOLDER from the type AdvancedPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
67. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 333)
childrenDropDown.setSelection(new StructuredSelection(BasicPackageImpl.Literals.PART_SASH_CONTAINER));
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
68. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 333)
childrenDropDown.setSelection(new StructuredSelection(BasicPackageImpl.Literals.PART_SASH_CONTAINER));
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
69. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 333)
childrenDropDown.setSelection(new StructuredSelection(BasicPackageImpl.Literals.PART_SASH_CONTAINER));
Discouraged access: The field PART_SASH_CONTAINER from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
70. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 345)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
71. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 345)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
72. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 345)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
73. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 365)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, elements);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
74. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 365)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, elements);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
75. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 365)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, elements);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
76. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 374)
ControlFactory.createStringListWidget(parent, this, "Tags", ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
77. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 374)
ControlFactory.createStringListWidget(parent, this, "Tags", ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
78. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 374)
ControlFactory.createStringListWidget(parent, this, "Tags", ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field APPLICATION_ELEMENT__TAGS from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java : 40 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 25)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 26)
import org.eclipse.e4.ui.model.application.ui.MElementContainer;
Discouraged access: The type MElementContainer<T> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 27)
import org.eclipse.e4.ui.model.application.ui.advanced.MAdvancedFactory;
Discouraged access: The type MAdvancedFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 28)
import org.eclipse.e4.ui.model.application.ui.advanced.MPerspective;
Discouraged access: The type MPerspective is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 29)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 64)
private IListProperty ELEMENT_CONTAINER__CHILDREN = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 64)
private IListProperty ELEMENT_CONTAINER__CHILDREN = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 64)
private IListProperty ELEMENT_CONTAINER__CHILDREN = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 154)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 154)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 154)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The field APPLICATION_ELEMENT__ELEMENT_ID from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 172)
IEMFListProperty prop = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 172)
IEMFListProperty prop = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 172)
IEMFListProperty prop = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 195)
MElementContainer<?> container = (MElementContainer<?>) getMaster().getValue();
Discouraged access: The type MElementContainer<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 195)
MElementContainer<?> container = (MElementContainer<?>) getMaster().getValue();
Discouraged access: The type MElementContainer<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 196)
int idx = container.getChildren().indexOf(obj) - 1;
Discouraged access: The method getChildren() from the type MElementContainer<capture#2-of ?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 198)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 198)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 198)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 222)
MElementContainer<?> container = (MElementContainer<?>) getMaster().getValue();
Discouraged access: The type MElementContainer<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 222)
MElementContainer<?> container = (MElementContainer<?>) getMaster().getValue();
Discouraged access: The type MElementContainer<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 223)
int idx = container.getChildren().indexOf(obj) + 1;
Discouraged access: The method getChildren() from the type MElementContainer<capture#4-of ?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 224)
if (idx < container.getChildren().size()) {
Discouraged access: The method getChildren() from the type MElementContainer<capture#5-of ?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 225)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 225)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 225)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 245)
MPerspective eObject = MAdvancedFactory.INSTANCE.createPerspective();
Discouraged access: The type MPerspective is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 245)
MPerspective eObject = MAdvancedFactory.INSTANCE.createPerspective();
Discouraged access: The type MAdvancedFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 245)
MPerspective eObject = MAdvancedFactory.INSTANCE.createPerspective();
Discouraged access: The method createPerspective() from the type MAdvancedFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 245)
MPerspective eObject = MAdvancedFactory.INSTANCE.createPerspective();
Discouraged access: The field INSTANCE from the type MAdvancedFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 247)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 247)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 247)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 266)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, elements);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 266)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, elements);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 266)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, elements);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 275)
ControlFactory.createStringListWidget(parent, this, "Tags", ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 275)
ControlFactory.createStringListWidget(parent, this, "Tags", ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 275)
ControlFactory.createStringListWidget(parent, this, "Tags", ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field APPLICATION_ELEMENT__TAGS from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java : 48 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 26)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 27)
import org.eclipse.e4.ui.model.application.ui.MUIElement;
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 28)
import org.eclipse.e4.ui.model.application.ui.MUILabel;
Discouraged access: The type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 29)
import org.eclipse.e4.ui.model.application.ui.advanced.MPlaceholder;
Discouraged access: The type MPlaceholder is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 30)
import org.eclipse.e4.ui.model.application.ui.advanced.impl.AdvancedPackageImpl;
Discouraged access: The type AdvancedPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 83)
MPlaceholder pl = (MPlaceholder) element;
Discouraged access: The type MPlaceholder is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 83)
MPlaceholder pl = (MPlaceholder) element;
Discouraged access: The type MPlaceholder is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 84)
if (pl.getRef() != null) {
Discouraged access: The method getRef() from the type MPlaceholder is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 87)
b.append(((EObject) pl.getRef()).eClass().getName());
Discouraged access: The method getRef() from the type MPlaceholder is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 88)
if (pl.getRef() instanceof MUILabel) {
Discouraged access: The method getRef() from the type MPlaceholder is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 88)
if (pl.getRef() instanceof MUILabel) {
Discouraged access: The type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 89)
MUILabel label = (MUILabel) pl.getRef();
Discouraged access: The type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 89)
MUILabel label = (MUILabel) pl.getRef();
Discouraged access: The type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 89)
MUILabel label = (MUILabel) pl.getRef();
Discouraged access: The method getRef() from the type MPlaceholder is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 90)
if (label.getLabel() != null && label.getLabel().trim().length() > 0) {
Discouraged access: The method getLabel() from the type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 90)
if (label.getLabel() != null && label.getLabel().trim().length() > 0) {
Discouraged access: The method getLabel() from the type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 91)
b.append(" (" + label.getLabel() + ")"); //$NON-NLS-1$//$NON-NLS-2$
Discouraged access: The method getLabel() from the type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 92)
} else if (label.getTooltip() != null && label.getTooltip().trim().length() > 0) {
Discouraged access: The method getTooltip() from the type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 92)
} else if (label.getTooltip() != null && label.getTooltip().trim().length() > 0) {
Discouraged access: The method getTooltip() from the type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 93)
b.append(" (" + label.getTooltip() + ")"); //$NON-NLS-1$ //$NON-NLS-2$
Discouraged access: The method getTooltip() from the type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 95)
if (pl.getRef().getElementId() != null && pl.getRef().getElementId().trim().length() > 0) {
Discouraged access: The method getRef() from the type MPlaceholder is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 95)
if (pl.getRef().getElementId() != null && pl.getRef().getElementId().trim().length() > 0) {
Discouraged access: The method getElementId() from the type MApplicationElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 95)
if (pl.getRef().getElementId() != null && pl.getRef().getElementId().trim().length() > 0) {
Discouraged access: The method getRef() from the type MPlaceholder is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 95)
if (pl.getRef().getElementId() != null && pl.getRef().getElementId().trim().length() > 0) {
Discouraged access: The method getElementId() from the type MApplicationElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 96)
b.append(pl.getRef().getElementId());
Discouraged access: The method getRef() from the type MPlaceholder is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 96)
b.append(pl.getRef().getElementId());
Discouraged access: The method getElementId() from the type MApplicationElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 100)
if (pl.getRef().getElementId() != null && pl.getRef().getElementId().trim().length() > 0) {
Discouraged access: The method getRef() from the type MPlaceholder is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 100)
if (pl.getRef().getElementId() != null && pl.getRef().getElementId().trim().length() > 0) {
Discouraged access: The method getElementId() from the type MApplicationElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 100)
if (pl.getRef().getElementId() != null && pl.getRef().getElementId().trim().length() > 0) {
Discouraged access: The method getRef() from the type MPlaceholder is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 100)
if (pl.getRef().getElementId() != null && pl.getRef().getElementId().trim().length() > 0) {
Discouraged access: The method getElementId() from the type MApplicationElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 101)
b.append(" (" + pl.getRef().getElementId() + ")"); //$NON-NLS-1$//$NON-NLS-2$
Discouraged access: The method getRef() from the type MPlaceholder is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 101)
b.append(" (" + pl.getRef().getElementId() + ")"); //$NON-NLS-1$//$NON-NLS-2$
Discouraged access: The method getElementId() from the type MApplicationElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 170)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 170)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 170)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The field APPLICATION_ELEMENT__ELEMENT_ID from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 185)
t2m.setConverter(new Converter(String.class, MUIElement.class) {
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 192)
m2t.setConverter(new Converter(MUIElement.class, String.class) {
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 197)
if (o instanceof MUILabel) {
Discouraged access: The type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 198)
MUILabel label = (MUILabel) o;
Discouraged access: The type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 198)
MUILabel label = (MUILabel) o;
Discouraged access: The type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 199)
if (!Util.isNullOrEmpty(label.getLabel())) {
Discouraged access: The method getLabel() from the type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 200)
return o.eClass().getName() + " - " + label.getLabel();
Discouraged access: The method getLabel() from the type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 204)
return o.eClass().getName() + " - " + ((MUIElement) fromObject).getElementId();
Discouraged access: The method getElementId() from the type MApplicationElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 204)
return o.eClass().getName() + " - " + ((MUIElement) fromObject).getElementId();
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 210)
context.bindValue(textProp.observe(t), EMFEditProperties.value(getEditingDomain(), AdvancedPackageImpl.Literals.PLACEHOLDER__REF).observeDetail(getMaster()), t2m, m2t);
Discouraged access: The type AdvancedPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 210)
context.bindValue(textProp.observe(t), EMFEditProperties.value(getEditingDomain(), AdvancedPackageImpl.Literals.PLACEHOLDER__REF).observeDetail(getMaster()), t2m, m2t);
Discouraged access: The type AdvancedPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 210)
context.bindValue(textProp.observe(t), EMFEditProperties.value(getEditingDomain(), AdvancedPackageImpl.Literals.PLACEHOLDER__REF).observeDetail(getMaster()), t2m, m2t);
Discouraged access: The field PLACEHOLDER__REF from the type AdvancedPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 218)
SharedElementsDialog dialog = new SharedElementsDialog(b.getShell(), getEditor(), (MPlaceholder) getMaster().getValue(), resource);
Discouraged access: The type MPlaceholder is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java : 53 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 17)
import org.eclipse.e4.ui.model.fragment.MStringModelFragment;
Discouraged access: The type MStringModelFragment is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 27)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 31)
import org.eclipse.e4.ui.model.fragment.MModelFragment;
Discouraged access: The type MModelFragment is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 67)
import org.eclipse.e4.ui.model.fragment.impl.FragmentPackageImpl;
Discouraged access: The type FragmentPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 93)
private IListProperty MODEL_FRAGMENT__ELEMENTS = EMFProperties.list(FragmentPackageImpl.Literals.MODEL_FRAGMENT__ELEMENTS);
Discouraged access: The type FragmentPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 93)
private IListProperty MODEL_FRAGMENT__ELEMENTS = EMFProperties.list(FragmentPackageImpl.Literals.MODEL_FRAGMENT__ELEMENTS);
Discouraged access: The type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 93)
private IListProperty MODEL_FRAGMENT__ELEMENTS = EMFProperties.list(FragmentPackageImpl.Literals.MODEL_FRAGMENT__ELEMENTS);
Discouraged access: The field MODEL_FRAGMENT__ELEMENTS from the type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 151)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), FragmentPackageImpl.Literals.STRING_MODEL_FRAGMENT__PARENT_ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The type FragmentPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 151)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), FragmentPackageImpl.Literals.STRING_MODEL_FRAGMENT__PARENT_ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 151)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), FragmentPackageImpl.Literals.STRING_MODEL_FRAGMENT__PARENT_ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The field STRING_MODEL_FRAGMENT__PARENT_ELEMENT_ID from the type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 172)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), FragmentPackageImpl.Literals.STRING_MODEL_FRAGMENT__FEATURENAME).observeDetail(getMaster()));
Discouraged access: The type FragmentPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 172)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), FragmentPackageImpl.Literals.STRING_MODEL_FRAGMENT__FEATURENAME).observeDetail(getMaster()));
Discouraged access: The type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 172)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), FragmentPackageImpl.Literals.STRING_MODEL_FRAGMENT__FEATURENAME).observeDetail(getMaster()));
Discouraged access: The field STRING_MODEL_FRAGMENT__FEATURENAME from the type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 179)
FeatureSelectionDialog dialog = new FeatureSelectionDialog(button.getShell(),getEditingDomain(),(MStringModelFragment) getMaster().getValue());
Discouraged access: The type MStringModelFragment is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 195)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), FragmentPackageImpl.Literals.STRING_MODEL_FRAGMENT__POSITION_IN_LIST).observeDetail(getMaster()));
Discouraged access: The type FragmentPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 195)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), FragmentPackageImpl.Literals.STRING_MODEL_FRAGMENT__POSITION_IN_LIST).observeDetail(getMaster()));
Discouraged access: The type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 195)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), FragmentPackageImpl.Literals.STRING_MODEL_FRAGMENT__POSITION_IN_LIST).observeDetail(getMaster()));
Discouraged access: The field STRING_MODEL_FRAGMENT__POSITION_IN_LIST from the type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 211)
IEMFListProperty prop = EMFProperties.list(FragmentPackageImpl.Literals.MODEL_FRAGMENT__ELEMENTS);
Discouraged access: The type FragmentPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 211)
IEMFListProperty prop = EMFProperties.list(FragmentPackageImpl.Literals.MODEL_FRAGMENT__ELEMENTS);
Discouraged access: The type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 211)
IEMFListProperty prop = EMFProperties.list(FragmentPackageImpl.Literals.MODEL_FRAGMENT__ELEMENTS);
Discouraged access: The field MODEL_FRAGMENT__ELEMENTS from the type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 234)
MModelFragment container = (MModelFragment) getMaster().getValue();
Discouraged access: The type MModelFragment is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 234)
MModelFragment container = (MModelFragment) getMaster().getValue();
Discouraged access: The type MModelFragment is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 235)
int idx = container.getElements().indexOf(obj) - 1;
Discouraged access: The method getElements() from the type MModelFragment is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 237)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), FragmentPackageImpl.Literals.MODEL_FRAGMENT__ELEMENTS, obj, idx);
Discouraged access: The type FragmentPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 237)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), FragmentPackageImpl.Literals.MODEL_FRAGMENT__ELEMENTS, obj, idx);
Discouraged access: The type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 237)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), FragmentPackageImpl.Literals.MODEL_FRAGMENT__ELEMENTS, obj, idx);
Discouraged access: The field MODEL_FRAGMENT__ELEMENTS from the type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 261)
MModelFragment container = (MModelFragment) getMaster().getValue();
Discouraged access: The type MModelFragment is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 261)
MModelFragment container = (MModelFragment) getMaster().getValue();
Discouraged access: The type MModelFragment is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 262)
int idx = container.getElements().indexOf(obj) + 1;
Discouraged access: The method getElements() from the type MModelFragment is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 263)
if (idx < container.getElements().size()) {
Discouraged access: The method getElements() from the type MModelFragment is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 264)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), FragmentPackageImpl.Literals.MODEL_FRAGMENT__ELEMENTS, obj, idx);
Discouraged access: The type FragmentPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 264)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), FragmentPackageImpl.Literals.MODEL_FRAGMENT__ELEMENTS, obj, idx);
Discouraged access: The type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 264)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), FragmentPackageImpl.Literals.MODEL_FRAGMENT__ELEMENTS, obj, idx);
Discouraged access: The field MODEL_FRAGMENT__ELEMENTS from the type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 297)
addClasses(ApplicationPackageImpl.eINSTANCE, list);
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 297)
addClasses(ApplicationPackageImpl.eINSTANCE, list);
Discouraged access: The field eINSTANCE from the type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 298)
list.addAll(getEditor().getFeatureClasses(FragmentPackageImpl.Literals.MODEL_FRAGMENT, FragmentPackageImpl.Literals.MODEL_FRAGMENT__ELEMENTS));
Discouraged access: The type FragmentPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 298)
list.addAll(getEditor().getFeatureClasses(FragmentPackageImpl.Literals.MODEL_FRAGMENT, FragmentPackageImpl.Literals.MODEL_FRAGMENT__ELEMENTS));
Discouraged access: The type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 298)
list.addAll(getEditor().getFeatureClasses(FragmentPackageImpl.Literals.MODEL_FRAGMENT, FragmentPackageImpl.Literals.MODEL_FRAGMENT__ELEMENTS));
Discouraged access: The field MODEL_FRAGMENT from the type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 298)
list.addAll(getEditor().getFeatureClasses(FragmentPackageImpl.Literals.MODEL_FRAGMENT, FragmentPackageImpl.Literals.MODEL_FRAGMENT__ELEMENTS));
Discouraged access: The type FragmentPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 298)
list.addAll(getEditor().getFeatureClasses(FragmentPackageImpl.Literals.MODEL_FRAGMENT, FragmentPackageImpl.Literals.MODEL_FRAGMENT__ELEMENTS));
Discouraged access: The type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 298)
list.addAll(getEditor().getFeatureClasses(FragmentPackageImpl.Literals.MODEL_FRAGMENT, FragmentPackageImpl.Literals.MODEL_FRAGMENT__ELEMENTS));
Discouraged access: The field MODEL_FRAGMENT__ELEMENTS from the type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 312)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), FragmentPackageImpl.Literals.MODEL_FRAGMENT__ELEMENTS, eObject);
Discouraged access: The type FragmentPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 312)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), FragmentPackageImpl.Literals.MODEL_FRAGMENT__ELEMENTS, eObject);
Discouraged access: The type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 312)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), FragmentPackageImpl.Literals.MODEL_FRAGMENT__ELEMENTS, eObject);
Discouraged access: The field MODEL_FRAGMENT__ELEMENTS from the type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 331)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), FragmentPackageImpl.Literals.MODEL_FRAGMENT__ELEMENTS, elements);
Discouraged access: The type FragmentPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 331)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), FragmentPackageImpl.Literals.MODEL_FRAGMENT__ELEMENTS, elements);
Discouraged access: The type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 331)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), FragmentPackageImpl.Literals.MODEL_FRAGMENT__ELEMENTS, elements);
Discouraged access: The field MODEL_FRAGMENT__ELEMENTS from the type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 347)
if (eclass != ApplicationPackageImpl.Literals.APPLICATION && !eclass.isAbstract() && !eclass.isInterface() && eclass.getEAllSuperTypes().contains(ApplicationPackageImpl.Literals.APPLICATION_ELEMENT)) {
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 347)
if (eclass != ApplicationPackageImpl.Literals.APPLICATION && !eclass.isAbstract() && !eclass.isInterface() && eclass.getEAllSuperTypes().contains(ApplicationPackageImpl.Literals.APPLICATION_ELEMENT)) {
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 347)
if (eclass != ApplicationPackageImpl.Literals.APPLICATION && !eclass.isAbstract() && !eclass.isInterface() && eclass.getEAllSuperTypes().contains(ApplicationPackageImpl.Literals.APPLICATION_ELEMENT)) {
Discouraged access: The field APPLICATION from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 347)
if (eclass != ApplicationPackageImpl.Literals.APPLICATION && !eclass.isAbstract() && !eclass.isInterface() && eclass.getEAllSuperTypes().contains(ApplicationPackageImpl.Literals.APPLICATION_ELEMENT)) {
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
52. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 347)
if (eclass != ApplicationPackageImpl.Literals.APPLICATION && !eclass.isAbstract() && !eclass.isInterface() && eclass.getEAllSuperTypes().contains(ApplicationPackageImpl.Literals.APPLICATION_ELEMENT)) {
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
53. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 347)
if (eclass != ApplicationPackageImpl.Literals.APPLICATION && !eclass.isAbstract() && !eclass.isInterface() && eclass.getEAllSuperTypes().contains(ApplicationPackageImpl.Literals.APPLICATION_ELEMENT)) {
Discouraged access: The field APPLICATION_ELEMENT from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java : 62 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 27)
import org.eclipse.e4.ui.model.application.commands.MHandler;
Discouraged access: The type MHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 28)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 29)
import org.eclipse.e4.ui.model.application.ui.MElementContainer;
Discouraged access: The type MElementContainer<T> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 30)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 31)
import org.eclipse.e4.ui.model.application.ui.menu.MToolBarElement;
Discouraged access: The type MToolBarElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 32)
import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl;
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 75)
private IListProperty ELEMENT_CONTAINER__CHILDREN = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 75)
private IListProperty ELEMENT_CONTAINER__CHILDREN = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 75)
private IListProperty ELEMENT_CONTAINER__CHILDREN = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 178)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 178)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 178)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The field APPLICATION_ELEMENT__ELEMENT_ID from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 191)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTION__PARENT_ID).observeDetail(getMaster()));
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 191)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTION__PARENT_ID).observeDetail(getMaster()));
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 191)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTION__PARENT_ID).observeDetail(getMaster()));
Discouraged access: The field TOOL_BAR_CONTRIBUTION__PARENT_ID from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 204)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTION__POSITION_IN_PARENT).observeDetail(getMaster()));
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 204)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTION__POSITION_IN_PARENT).observeDetail(getMaster()));
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 204)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTION__POSITION_IN_PARENT).observeDetail(getMaster()));
Discouraged access: The field TOOL_BAR_CONTRIBUTION__POSITION_IN_PARENT from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 230)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.ITEM__TYPE);
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 230)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.ITEM__TYPE);
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 230)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.ITEM__TYPE);
Discouraged access: The field ITEM__TYPE from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 235)
column.setLabelProvider(new ObservableColumnLabelProvider<MHandler>(prop.observeDetail(cp.getKnownElements())));
Discouraged access: The type MHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 238)
IEMFListProperty prop = EMFEditProperties.list(getEditingDomain(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 238)
IEMFListProperty prop = EMFEditProperties.list(getEditingDomain(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 238)
IEMFListProperty prop = EMFEditProperties.list(getEditingDomain(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 261)
MElementContainer<?> container = (MElementContainer<?>) getMaster().getValue();
Discouraged access: The type MElementContainer<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 261)
MElementContainer<?> container = (MElementContainer<?>) getMaster().getValue();
Discouraged access: The type MElementContainer<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 262)
int idx = container.getChildren().indexOf(obj) - 1;
Discouraged access: The method getChildren() from the type MElementContainer<capture#2-of ?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 264)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 264)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 264)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 288)
MElementContainer<?> container = (MElementContainer<?>) getMaster().getValue();
Discouraged access: The type MElementContainer<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 288)
MElementContainer<?> container = (MElementContainer<?>) getMaster().getValue();
Discouraged access: The type MElementContainer<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 289)
int idx = container.getChildren().indexOf(obj) + 1;
Discouraged access: The method getChildren() from the type MElementContainer<capture#4-of ?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 290)
if (idx < container.getChildren().size()) {
Discouraged access: The method getChildren() from the type MElementContainer<capture#5-of ?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 291)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 291)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 291)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 315)
Struct defaultStruct = new Struct(Messages.ToolBarEditor_HandledToolItem, MenuPackageImpl.Literals.HANDLED_TOOL_ITEM, false);
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 315)
Struct defaultStruct = new Struct(Messages.ToolBarEditor_HandledToolItem, MenuPackageImpl.Literals.HANDLED_TOOL_ITEM, false);
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 315)
Struct defaultStruct = new Struct(Messages.ToolBarEditor_HandledToolItem, MenuPackageImpl.Literals.HANDLED_TOOL_ITEM, false);
Discouraged access: The field HANDLED_TOOL_ITEM from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 316)
childrenDropDown.setInput(new Struct[] { defaultStruct, new Struct(Messages.ToolBarEditor_DirectToolItem, MenuPackageImpl.Literals.DIRECT_TOOL_ITEM, false), new Struct(Messages.ToolBarEditor_ToolControl, MenuPackageImpl.Literals.TOOL_CONTROL, false), new Struct(Messages.ToolBarEditor_Separator, MenuPackageImpl.Literals.TOOL_BAR_SEPARATOR, true) });
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 316)
childrenDropDown.setInput(new Struct[] { defaultStruct, new Struct(Messages.ToolBarEditor_DirectToolItem, MenuPackageImpl.Literals.DIRECT_TOOL_ITEM, false), new Struct(Messages.ToolBarEditor_ToolControl, MenuPackageImpl.Literals.TOOL_CONTROL, false), new Struct(Messages.ToolBarEditor_Separator, MenuPackageImpl.Literals.TOOL_BAR_SEPARATOR, true) });
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 316)
childrenDropDown.setInput(new Struct[] { defaultStruct, new Struct(Messages.ToolBarEditor_DirectToolItem, MenuPackageImpl.Literals.DIRECT_TOOL_ITEM, false), new Struct(Messages.ToolBarEditor_ToolControl, MenuPackageImpl.Literals.TOOL_CONTROL, false), new Struct(Messages.ToolBarEditor_Separator, MenuPackageImpl.Literals.TOOL_BAR_SEPARATOR, true) });
Discouraged access: The field DIRECT_TOOL_ITEM from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 316)
childrenDropDown.setInput(new Struct[] { defaultStruct, new Struct(Messages.ToolBarEditor_DirectToolItem, MenuPackageImpl.Literals.DIRECT_TOOL_ITEM, false), new Struct(Messages.ToolBarEditor_ToolControl, MenuPackageImpl.Literals.TOOL_CONTROL, false), new Struct(Messages.ToolBarEditor_Separator, MenuPackageImpl.Literals.TOOL_BAR_SEPARATOR, true) });
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 316)
childrenDropDown.setInput(new Struct[] { defaultStruct, new Struct(Messages.ToolBarEditor_DirectToolItem, MenuPackageImpl.Literals.DIRECT_TOOL_ITEM, false), new Struct(Messages.ToolBarEditor_ToolControl, MenuPackageImpl.Literals.TOOL_CONTROL, false), new Struct(Messages.ToolBarEditor_Separator, MenuPackageImpl.Literals.TOOL_BAR_SEPARATOR, true) });
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 316)
childrenDropDown.setInput(new Struct[] { defaultStruct, new Struct(Messages.ToolBarEditor_DirectToolItem, MenuPackageImpl.Literals.DIRECT_TOOL_ITEM, false), new Struct(Messages.ToolBarEditor_ToolControl, MenuPackageImpl.Literals.TOOL_CONTROL, false), new Struct(Messages.ToolBarEditor_Separator, MenuPackageImpl.Literals.TOOL_BAR_SEPARATOR, true) });
Discouraged access: The field TOOL_CONTROL from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 316)
childrenDropDown.setInput(new Struct[] { defaultStruct, new Struct(Messages.ToolBarEditor_DirectToolItem, MenuPackageImpl.Literals.DIRECT_TOOL_ITEM, false), new Struct(Messages.ToolBarEditor_ToolControl, MenuPackageImpl.Literals.TOOL_CONTROL, false), new Struct(Messages.ToolBarEditor_Separator, MenuPackageImpl.Literals.TOOL_BAR_SEPARATOR, true) });
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 316)
childrenDropDown.setInput(new Struct[] { defaultStruct, new Struct(Messages.ToolBarEditor_DirectToolItem, MenuPackageImpl.Literals.DIRECT_TOOL_ITEM, false), new Struct(Messages.ToolBarEditor_ToolControl, MenuPackageImpl.Literals.TOOL_CONTROL, false), new Struct(Messages.ToolBarEditor_Separator, MenuPackageImpl.Literals.TOOL_BAR_SEPARATOR, true) });
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 316)
childrenDropDown.setInput(new Struct[] { defaultStruct, new Struct(Messages.ToolBarEditor_DirectToolItem, MenuPackageImpl.Literals.DIRECT_TOOL_ITEM, false), new Struct(Messages.ToolBarEditor_ToolControl, MenuPackageImpl.Literals.TOOL_CONTROL, false), new Struct(Messages.ToolBarEditor_Separator, MenuPackageImpl.Literals.TOOL_BAR_SEPARATOR, true) });
Discouraged access: The field TOOL_BAR_SEPARATOR from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 328)
MToolBarElement eObject = (MToolBarElement) EcoreUtil.create(eClass);
Discouraged access: The type MToolBarElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
52. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 328)
MToolBarElement eObject = (MToolBarElement) EcoreUtil.create(eClass);
Discouraged access: The type MToolBarElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
53. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 330)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
54. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 330)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
55. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 330)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 351)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, keybinding);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
57. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 351)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, keybinding);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
58. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 351)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, keybinding);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
59. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 360)
ControlFactory.createStringListWidget(parent, this, "Tags", ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
60. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 360)
ControlFactory.createStringListWidget(parent, this, "Tags", ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
61. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 360)
ControlFactory.createStringListWidget(parent, this, "Tags", ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field APPLICATION_ELEMENT__TAGS from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java : 52 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 26)
import org.eclipse.e4.ui.model.application.commands.MHandler;
Discouraged access: The type MHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 27)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 28)
import org.eclipse.e4.ui.model.application.ui.MElementContainer;
Discouraged access: The type MElementContainer<T> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 29)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 30)
import org.eclipse.e4.ui.model.application.ui.menu.MToolBarElement;
Discouraged access: The type MToolBarElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 31)
import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl;
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 74)
private IListProperty ELEMENT_CONTAINER__CHILDREN = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 74)
private IListProperty ELEMENT_CONTAINER__CHILDREN = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 74)
private IListProperty ELEMENT_CONTAINER__CHILDREN = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 170)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 170)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 170)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The field APPLICATION_ELEMENT__ELEMENT_ID from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 196)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.ITEM__TYPE);
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 196)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.ITEM__TYPE);
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 196)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.ITEM__TYPE);
Discouraged access: The field ITEM__TYPE from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 201)
column.setLabelProvider(new ObservableColumnLabelProvider<MHandler>(prop.observeDetail(cp.getKnownElements())));
Discouraged access: The type MHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 204)
IEMFListProperty prop = EMFEditProperties.list(getEditingDomain(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 204)
IEMFListProperty prop = EMFEditProperties.list(getEditingDomain(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 204)
IEMFListProperty prop = EMFEditProperties.list(getEditingDomain(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 227)
MElementContainer<?> container = (MElementContainer<?>) getMaster().getValue();
Discouraged access: The type MElementContainer<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 227)
MElementContainer<?> container = (MElementContainer<?>) getMaster().getValue();
Discouraged access: The type MElementContainer<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 228)
int idx = container.getChildren().indexOf(obj) - 1;
Discouraged access: The method getChildren() from the type MElementContainer<capture#2-of ?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 230)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 230)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 230)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 254)
MElementContainer<?> container = (MElementContainer<?>) getMaster().getValue();
Discouraged access: The type MElementContainer<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 254)
MElementContainer<?> container = (MElementContainer<?>) getMaster().getValue();
Discouraged access: The type MElementContainer<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 255)
int idx = container.getChildren().indexOf(obj) + 1;
Discouraged access: The method getChildren() from the type MElementContainer<capture#4-of ?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 256)
if (idx < container.getChildren().size()) {
Discouraged access: The method getChildren() from the type MElementContainer<capture#5-of ?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 257)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 257)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 257)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 281)
Struct defaultStruct = new Struct(Messages.ToolBarEditor_HandledToolItem, MenuPackageImpl.Literals.HANDLED_TOOL_ITEM, false);
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 281)
Struct defaultStruct = new Struct(Messages.ToolBarEditor_HandledToolItem, MenuPackageImpl.Literals.HANDLED_TOOL_ITEM, false);
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 281)
Struct defaultStruct = new Struct(Messages.ToolBarEditor_HandledToolItem, MenuPackageImpl.Literals.HANDLED_TOOL_ITEM, false);
Discouraged access: The field HANDLED_TOOL_ITEM from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 282)
childrenDropDown.setInput(new Struct[] { defaultStruct, new Struct(Messages.ToolBarEditor_DirectToolItem, MenuPackageImpl.Literals.DIRECT_TOOL_ITEM, false), new Struct(Messages.ToolBarEditor_ToolControl, MenuPackageImpl.Literals.TOOL_CONTROL, false), new Struct(Messages.ToolBarEditor_Separator, MenuPackageImpl.Literals.TOOL_BAR_SEPARATOR, true) });
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 282)
childrenDropDown.setInput(new Struct[] { defaultStruct, new Struct(Messages.ToolBarEditor_DirectToolItem, MenuPackageImpl.Literals.DIRECT_TOOL_ITEM, false), new Struct(Messages.ToolBarEditor_ToolControl, MenuPackageImpl.Literals.TOOL_CONTROL, false), new Struct(Messages.ToolBarEditor_Separator, MenuPackageImpl.Literals.TOOL_BAR_SEPARATOR, true) });
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 282)
childrenDropDown.setInput(new Struct[] { defaultStruct, new Struct(Messages.ToolBarEditor_DirectToolItem, MenuPackageImpl.Literals.DIRECT_TOOL_ITEM, false), new Struct(Messages.ToolBarEditor_ToolControl, MenuPackageImpl.Literals.TOOL_CONTROL, false), new Struct(Messages.ToolBarEditor_Separator, MenuPackageImpl.Literals.TOOL_BAR_SEPARATOR, true) });
Discouraged access: The field DIRECT_TOOL_ITEM from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 282)
childrenDropDown.setInput(new Struct[] { defaultStruct, new Struct(Messages.ToolBarEditor_DirectToolItem, MenuPackageImpl.Literals.DIRECT_TOOL_ITEM, false), new Struct(Messages.ToolBarEditor_ToolControl, MenuPackageImpl.Literals.TOOL_CONTROL, false), new Struct(Messages.ToolBarEditor_Separator, MenuPackageImpl.Literals.TOOL_BAR_SEPARATOR, true) });
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 282)
childrenDropDown.setInput(new Struct[] { defaultStruct, new Struct(Messages.ToolBarEditor_DirectToolItem, MenuPackageImpl.Literals.DIRECT_TOOL_ITEM, false), new Struct(Messages.ToolBarEditor_ToolControl, MenuPackageImpl.Literals.TOOL_CONTROL, false), new Struct(Messages.ToolBarEditor_Separator, MenuPackageImpl.Literals.TOOL_BAR_SEPARATOR, true) });
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 282)
childrenDropDown.setInput(new Struct[] { defaultStruct, new Struct(Messages.ToolBarEditor_DirectToolItem, MenuPackageImpl.Literals.DIRECT_TOOL_ITEM, false), new Struct(Messages.ToolBarEditor_ToolControl, MenuPackageImpl.Literals.TOOL_CONTROL, false), new Struct(Messages.ToolBarEditor_Separator, MenuPackageImpl.Literals.TOOL_BAR_SEPARATOR, true) });
Discouraged access: The field TOOL_CONTROL from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 282)
childrenDropDown.setInput(new Struct[] { defaultStruct, new Struct(Messages.ToolBarEditor_DirectToolItem, MenuPackageImpl.Literals.DIRECT_TOOL_ITEM, false), new Struct(Messages.ToolBarEditor_ToolControl, MenuPackageImpl.Literals.TOOL_CONTROL, false), new Struct(Messages.ToolBarEditor_Separator, MenuPackageImpl.Literals.TOOL_BAR_SEPARATOR, true) });
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 282)
childrenDropDown.setInput(new Struct[] { defaultStruct, new Struct(Messages.ToolBarEditor_DirectToolItem, MenuPackageImpl.Literals.DIRECT_TOOL_ITEM, false), new Struct(Messages.ToolBarEditor_ToolControl, MenuPackageImpl.Literals.TOOL_CONTROL, false), new Struct(Messages.ToolBarEditor_Separator, MenuPackageImpl.Literals.TOOL_BAR_SEPARATOR, true) });
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 282)
childrenDropDown.setInput(new Struct[] { defaultStruct, new Struct(Messages.ToolBarEditor_DirectToolItem, MenuPackageImpl.Literals.DIRECT_TOOL_ITEM, false), new Struct(Messages.ToolBarEditor_ToolControl, MenuPackageImpl.Literals.TOOL_CONTROL, false), new Struct(Messages.ToolBarEditor_Separator, MenuPackageImpl.Literals.TOOL_BAR_SEPARATOR, true) });
Discouraged access: The field TOOL_BAR_SEPARATOR from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 294)
MToolBarElement eObject = (MToolBarElement) EcoreUtil.create(eClass);
Discouraged access: The type MToolBarElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 294)
MToolBarElement eObject = (MToolBarElement) EcoreUtil.create(eClass);
Discouraged access: The type MToolBarElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 296)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 296)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 296)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 317)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, keybinding);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 317)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, keybinding);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
52. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 317)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, keybinding);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java
 (at line 22)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java
 (at line 132)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java
 (at line 132)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java
 (at line 132)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The field APPLICATION_ELEMENT__ELEMENT_ID from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java : 15 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 25)
import org.eclipse.e4.ui.model.application.MContribution;
Discouraged access: The type MContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 26)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 147)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(master));
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 147)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(master));
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 147)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(master));
Discouraged access: The field APPLICATION_ELEMENT__ELEMENT_ID from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 158)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI).observeDetail(master));
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 158)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI).observeDetail(master));
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 158)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI).observeDetail(master));
Discouraged access: The field CONTRIBUTION__CONTRIBUTION_URI from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 167)
ContributionClassDialog dialog = new ContributionClassDialog(b.getShell(), project, getEditingDomain(), (MContribution) getMaster().getValue(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI);
Discouraged access: The type MContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 167)
ContributionClassDialog dialog = new ContributionClassDialog(b.getShell(), project, getEditingDomain(), (MContribution) getMaster().getValue(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI);
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 167)
ContributionClassDialog dialog = new ContributionClassDialog(b.getShell(), project, getEditingDomain(), (MContribution) getMaster().getValue(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI);
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 167)
ContributionClassDialog dialog = new ContributionClassDialog(b.getShell(), project, getEditingDomain(), (MContribution) getMaster().getValue(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI);
Discouraged access: The field CONTRIBUTION__CONTRIBUTION_URI from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 212)
IEMFEditListProperty prop = EMFEditProperties.list(getEditingDomain(), ApplicationPackageImpl.Literals.CONTRIBUTION__PERSISTED_STATE);
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 212)
IEMFEditListProperty prop = EMFEditProperties.list(getEditingDomain(), ApplicationPackageImpl.Literals.CONTRIBUTION__PERSISTED_STATE);
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 212)
IEMFEditListProperty prop = EMFEditProperties.list(getEditingDomain(), ApplicationPackageImpl.Literals.CONTRIBUTION__PERSISTED_STATE);
Discouraged access: The field CONTRIBUTION__PERSISTED_STATE from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java : 65 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 26)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 27)
import org.eclipse.e4.ui.model.application.ui.MUILabel;
Discouraged access: The type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 28)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 29)
import org.eclipse.e4.ui.model.application.ui.menu.ItemType;
Discouraged access: The type ItemType is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 30)
import org.eclipse.e4.ui.model.application.ui.menu.MToolItem;
Discouraged access: The type MToolItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 31)
import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl;
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 117)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(master));
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 117)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(master));
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 117)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(master));
Discouraged access: The field APPLICATION_ELEMENT__ELEMENT_ID from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 137)
viewer.setInput(new ItemType[] { ItemType.CHECK, ItemType.PUSH, ItemType.RADIO });
Discouraged access: The type ItemType is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 137)
viewer.setInput(new ItemType[] { ItemType.CHECK, ItemType.PUSH, ItemType.RADIO });
Discouraged access: The type ItemType is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 137)
viewer.setInput(new ItemType[] { ItemType.CHECK, ItemType.PUSH, ItemType.RADIO });
Discouraged access: The field CHECK from the type ItemType is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 137)
viewer.setInput(new ItemType[] { ItemType.CHECK, ItemType.PUSH, ItemType.RADIO });
Discouraged access: The type ItemType is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 137)
viewer.setInput(new ItemType[] { ItemType.CHECK, ItemType.PUSH, ItemType.RADIO });
Discouraged access: The field PUSH from the type ItemType is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 137)
viewer.setInput(new ItemType[] { ItemType.CHECK, ItemType.PUSH, ItemType.RADIO });
Discouraged access: The type ItemType is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 137)
viewer.setInput(new ItemType[] { ItemType.CHECK, ItemType.PUSH, ItemType.RADIO });
Discouraged access: The field RADIO from the type ItemType is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 141)
IObservableValue itemTypeObs = EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.ITEM__TYPE).observeDetail(master);
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 141)
IObservableValue itemTypeObs = EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.ITEM__TYPE).observeDetail(master);
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 141)
IObservableValue itemTypeObs = EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.ITEM__TYPE).observeDetail(master);
Discouraged access: The field ITEM__TYPE from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 155)
context.bindValue(textProp.observe(t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL).observeDetail(master));
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 155)
context.bindValue(textProp.observe(t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL).observeDetail(master));
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 155)
context.bindValue(textProp.observe(t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL).observeDetail(master));
Discouraged access: The field UI_LABEL__LABEL from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 168)
context.bindValue(textProp.observe(t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__TOOLTIP).observeDetail(master));
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 168)
context.bindValue(textProp.observe(t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__TOOLTIP).observeDetail(master));
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 168)
context.bindValue(textProp.observe(t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__TOOLTIP).observeDetail(master));
Discouraged access: The field UI_LABEL__TOOLTIP from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 179)
context.bindValue(textProp.observe(t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__ICON_URI).observeDetail(master));
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 179)
context.bindValue(textProp.observe(t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__ICON_URI).observeDetail(master));
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 179)
context.bindValue(textProp.observe(t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__ICON_URI).observeDetail(master));
Discouraged access: The field UI_LABEL__ICON_URI from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 185)
MUILabel part = (MUILabel) getMaster().getValue();
Discouraged access: The type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 185)
MUILabel part = (MUILabel) getMaster().getValue();
Discouraged access: The type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 186)
String uri = part.getIconURI();
Discouraged access: The method getIconURI() from the type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 190)
return URI.createURI(part.getIconURI());
Discouraged access: The method getIconURI() from the type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 201)
ToolItemIconDialogEditor dialog = new ToolItemIconDialogEditor(b.getShell(), project, getEditingDomain(), (MToolItem) getMaster().getValue());
Discouraged access: The type MToolItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 214)
context.bindValue(checkProp.observe(b), EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.ITEM__ENABLED).observeDetail(getMaster()));
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 214)
context.bindValue(checkProp.observe(b), EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.ITEM__ENABLED).observeDetail(getMaster()));
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 214)
context.bindValue(checkProp.observe(b), EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.ITEM__ENABLED).observeDetail(getMaster()));
Discouraged access: The field ITEM__ENABLED from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 224)
context.bindValue(checkProp.observe(b), EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.ITEM__SELECTED).observeDetail(getMaster()));
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 224)
context.bindValue(checkProp.observe(b), EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.ITEM__SELECTED).observeDetail(getMaster()));
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 224)
context.bindValue(checkProp.observe(b), EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.ITEM__SELECTED).observeDetail(getMaster()));
Discouraged access: The field ITEM__SELECTED from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 227)
t2m.setConverter(new Converter(boolean.class, ItemType.class) {
Discouraged access: The type ItemType is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 234)
m2t.setConverter(new Converter(ItemType.class, boolean.class) {
Discouraged access: The type ItemType is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 237)
return fromObject == ItemType.CHECK || fromObject == ItemType.RADIO;
Discouraged access: The type ItemType is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 237)
return fromObject == ItemType.CHECK || fromObject == ItemType.RADIO;
Discouraged access: The field CHECK from the type ItemType is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 237)
return fromObject == ItemType.CHECK || fromObject == ItemType.RADIO;
Discouraged access: The type ItemType is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 237)
return fromObject == ItemType.CHECK || fromObject == ItemType.RADIO;
Discouraged access: The field RADIO from the type ItemType is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 241)
context.bindValue(enabled.observe(b), EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.ITEM__TYPE).observeDetail(getMaster()), t2m, m2t);
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 241)
context.bindValue(enabled.observe(b), EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.ITEM__TYPE).observeDetail(getMaster()), t2m, m2t);
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 241)
context.bindValue(enabled.observe(b), EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.ITEM__TYPE).observeDetail(getMaster()), t2m, m2t);
Discouraged access: The field ITEM__TYPE from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 249)
ControlFactory.createStringListWidget(parent, this, "Tags", ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 249)
ControlFactory.createStringListWidget(parent, this, "Tags", ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 249)
ControlFactory.createStringListWidget(parent, this, "Tags", ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field APPLICATION_ELEMENT__TAGS from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
52. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 264)
MToolItem item = (MToolItem) element;
Discouraged access: The type MToolItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
53. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 264)
MToolItem item = (MToolItem) element;
Discouraged access: The type MToolItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
54. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 265)
if (item.getLabel() != null && item.getLabel().trim().length() > 0) {
Discouraged access: The method getLabel() from the type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
55. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 265)
if (item.getLabel() != null && item.getLabel().trim().length() > 0) {
Discouraged access: The method getLabel() from the type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 266)
return item.getLabel();
Discouraged access: The method getLabel() from the type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
57. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 267)
} else if (item.getTooltip() != null && item.getTooltip().trim().length() > 0) {
Discouraged access: The method getTooltip() from the type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
58. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 267)
} else if (item.getTooltip() != null && item.getTooltip().trim().length() > 0) {
Discouraged access: The method getTooltip() from the type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
59. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 268)
return item.getTooltip();
Discouraged access: The method getTooltip() from the type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
60. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 275)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL), FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__TOOLTIP) };
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
61. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 275)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL), FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__TOOLTIP) };
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
62. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 275)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL), FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__TOOLTIP) };
Discouraged access: The field UI_LABEL__LABEL from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
63. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 275)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL), FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__TOOLTIP) };
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
64. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 275)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL), FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__TOOLTIP) };
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
65. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 275)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL), FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__TOOLTIP) };
Discouraged access: The field UI_LABEL__TOOLTIP from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java : 56 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 25)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 26)
import org.eclipse.e4.ui.model.application.ui.MElementContainer;
Discouraged access: The type MElementContainer<T> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 27)
import org.eclipse.e4.ui.model.application.ui.MGenericTrimContainer;
Discouraged access: The type MGenericTrimContainer<T> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 28)
import org.eclipse.e4.ui.model.application.ui.SideValue;
Discouraged access: The type SideValue is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 29)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 30)
import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl;
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 74)
private IListProperty ELEMENT_CONTAINER__CHILDREN = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 74)
private IListProperty ELEMENT_CONTAINER__CHILDREN = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 74)
private IListProperty ELEMENT_CONTAINER__CHILDREN = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 160)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 160)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 160)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The field APPLICATION_ELEMENT__ELEMENT_ID from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 171)
viewer.setInput(SideValue.values());
Discouraged access: The type SideValue is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 171)
viewer.setInput(SideValue.values());
Discouraged access: The method values() from the type SideValue is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 175)
IObservableValue sideValueObs = EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.GENERIC_TRIM_CONTAINER__SIDE).observeDetail(master);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 175)
IObservableValue sideValueObs = EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.GENERIC_TRIM_CONTAINER__SIDE).observeDetail(master);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 175)
IObservableValue sideValueObs = EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.GENERIC_TRIM_CONTAINER__SIDE).observeDetail(master);
Discouraged access: The field GENERIC_TRIM_CONTAINER__SIDE from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 192)
IEMFListProperty prop = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 192)
IEMFListProperty prop = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 192)
IEMFListProperty prop = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 215)
MElementContainer<?> container = (MElementContainer<?>) getMaster().getValue();
Discouraged access: The type MElementContainer<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 215)
MElementContainer<?> container = (MElementContainer<?>) getMaster().getValue();
Discouraged access: The type MElementContainer<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 216)
int idx = container.getChildren().indexOf(obj) - 1;
Discouraged access: The method getChildren() from the type MElementContainer<capture#2-of ?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 218)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 218)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 218)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 242)
MElementContainer<?> container = (MElementContainer<?>) getMaster().getValue();
Discouraged access: The type MElementContainer<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 242)
MElementContainer<?> container = (MElementContainer<?>) getMaster().getValue();
Discouraged access: The type MElementContainer<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 243)
int idx = container.getChildren().indexOf(obj) + 1;
Discouraged access: The method getChildren() from the type MElementContainer<capture#4-of ?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 244)
if (idx < container.getChildren().size()) {
Discouraged access: The method getChildren() from the type MElementContainer<capture#5-of ?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 245)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 245)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 245)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 266)
typeViewer.setInput(new Object[] { MenuPackageImpl.Literals.TOOL_BAR, MenuPackageImpl.Literals.TOOL_CONTROL });
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 266)
typeViewer.setInput(new Object[] { MenuPackageImpl.Literals.TOOL_BAR, MenuPackageImpl.Literals.TOOL_CONTROL });
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 266)
typeViewer.setInput(new Object[] { MenuPackageImpl.Literals.TOOL_BAR, MenuPackageImpl.Literals.TOOL_CONTROL });
Discouraged access: The field TOOL_BAR from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 266)
typeViewer.setInput(new Object[] { MenuPackageImpl.Literals.TOOL_BAR, MenuPackageImpl.Literals.TOOL_CONTROL });
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 266)
typeViewer.setInput(new Object[] { MenuPackageImpl.Literals.TOOL_BAR, MenuPackageImpl.Literals.TOOL_CONTROL });
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 266)
typeViewer.setInput(new Object[] { MenuPackageImpl.Literals.TOOL_BAR, MenuPackageImpl.Literals.TOOL_CONTROL });
Discouraged access: The field TOOL_CONTROL from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 267)
typeViewer.setSelection(new StructuredSelection(MenuPackageImpl.Literals.TOOL_BAR));
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 267)
typeViewer.setSelection(new StructuredSelection(MenuPackageImpl.Literals.TOOL_BAR));
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 267)
typeViewer.setSelection(new StructuredSelection(MenuPackageImpl.Literals.TOOL_BAR));
Discouraged access: The field TOOL_BAR from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 276)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, toolbar);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 276)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, toolbar);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 276)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, toolbar);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 295)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, elements);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 295)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, elements);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 295)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, elements);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 314)
MGenericTrimContainer<?> trim = (MGenericTrimContainer<?>) element;
Discouraged access: The type MGenericTrimContainer<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 314)
MGenericTrimContainer<?> trim = (MGenericTrimContainer<?>) element;
Discouraged access: The type MGenericTrimContainer<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 316)
if (trim.getSide() != null) {
Discouraged access: The method getSide() from the type MGenericTrimContainer<capture#8-of ?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
52. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 317)
return trim.getSide().toString();
Discouraged access: The method getSide() from the type MGenericTrimContainer<capture#9-of ?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
53. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 317)
return trim.getSide().toString();
Discouraged access: The method toString() from the type SideValue is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
54. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 325)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.GENERIC_TRIM_CONTAINER__SIDE) };
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
55. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 325)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.GENERIC_TRIM_CONTAINER__SIDE) };
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 325)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.GENERIC_TRIM_CONTAINER__SIDE) };
Discouraged access: The field GENERIC_TRIM_CONTAINER__SIDE from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java : 56 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 26)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 27)
import org.eclipse.e4.ui.model.application.ui.MElementContainer;
Discouraged access: The type MElementContainer<T> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 28)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 29)
import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl;
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 70)
private IListProperty ELEMENT_CONTAINER__CHILDREN = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 70)
private IListProperty ELEMENT_CONTAINER__CHILDREN = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 70)
private IListProperty ELEMENT_CONTAINER__CHILDREN = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 173)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 173)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 173)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The field APPLICATION_ELEMENT__ELEMENT_ID from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 186)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.TRIM_CONTRIBUTION__PARENT_ID).observeDetail(getMaster()));
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 186)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.TRIM_CONTRIBUTION__PARENT_ID).observeDetail(getMaster()));
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 186)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.TRIM_CONTRIBUTION__PARENT_ID).observeDetail(getMaster()));
Discouraged access: The field TRIM_CONTRIBUTION__PARENT_ID from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 199)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.TRIM_CONTRIBUTION__POSITION_IN_PARENT).observeDetail(getMaster()));
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 199)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.TRIM_CONTRIBUTION__POSITION_IN_PARENT).observeDetail(getMaster()));
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 199)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.TRIM_CONTRIBUTION__POSITION_IN_PARENT).observeDetail(getMaster()));
Discouraged access: The field TRIM_CONTRIBUTION__POSITION_IN_PARENT from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 215)
IEMFListProperty prop = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 215)
IEMFListProperty prop = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 215)
IEMFListProperty prop = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 238)
MElementContainer<?> container = (MElementContainer<?>) getMaster().getValue();
Discouraged access: The type MElementContainer<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 238)
MElementContainer<?> container = (MElementContainer<?>) getMaster().getValue();
Discouraged access: The type MElementContainer<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 239)
int idx = container.getChildren().indexOf(obj) - 1;
Discouraged access: The method getChildren() from the type MElementContainer<capture#2-of ?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 241)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 241)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 241)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 265)
MElementContainer<?> container = (MElementContainer<?>) getMaster().getValue();
Discouraged access: The type MElementContainer<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 265)
MElementContainer<?> container = (MElementContainer<?>) getMaster().getValue();
Discouraged access: The type MElementContainer<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 266)
int idx = container.getChildren().indexOf(obj) + 1;
Discouraged access: The method getChildren() from the type MElementContainer<capture#4-of ?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 267)
if (idx < container.getChildren().size()) {
Discouraged access: The method getChildren() from the type MElementContainer<capture#5-of ?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 268)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 268)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 268)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 289)
typeViewer.setInput(new Object[] { MenuPackageImpl.Literals.TOOL_BAR, MenuPackageImpl.Literals.TOOL_CONTROL });
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 289)
typeViewer.setInput(new Object[] { MenuPackageImpl.Literals.TOOL_BAR, MenuPackageImpl.Literals.TOOL_CONTROL });
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 289)
typeViewer.setInput(new Object[] { MenuPackageImpl.Literals.TOOL_BAR, MenuPackageImpl.Literals.TOOL_CONTROL });
Discouraged access: The field TOOL_BAR from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 289)
typeViewer.setInput(new Object[] { MenuPackageImpl.Literals.TOOL_BAR, MenuPackageImpl.Literals.TOOL_CONTROL });
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 289)
typeViewer.setInput(new Object[] { MenuPackageImpl.Literals.TOOL_BAR, MenuPackageImpl.Literals.TOOL_CONTROL });
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 289)
typeViewer.setInput(new Object[] { MenuPackageImpl.Literals.TOOL_BAR, MenuPackageImpl.Literals.TOOL_CONTROL });
Discouraged access: The field TOOL_CONTROL from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 290)
typeViewer.setSelection(new StructuredSelection(MenuPackageImpl.Literals.TOOL_BAR));
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 290)
typeViewer.setSelection(new StructuredSelection(MenuPackageImpl.Literals.TOOL_BAR));
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 290)
typeViewer.setSelection(new StructuredSelection(MenuPackageImpl.Literals.TOOL_BAR));
Discouraged access: The field TOOL_BAR from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 299)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, toolbar);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 299)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, toolbar);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 299)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, toolbar);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 318)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, elements);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 318)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, elements);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 318)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, elements);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 327)
ControlFactory.createStringListWidget(parent, this, "Tags", ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 327)
ControlFactory.createStringListWidget(parent, this, "Tags", ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 327)
ControlFactory.createStringListWidget(parent, this, "Tags", ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field APPLICATION_ELEMENT__TAGS from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimmedWindowEditor.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimmedWindowEditor.java
 (at line 21)
import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl;
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimmedWindowEditor.java
 (at line 26)
private IListProperty TRIMMED_WINDOW__TRIM_BARS = EMFProperties.list(BasicPackageImpl.Literals.TRIMMED_WINDOW__TRIM_BARS);
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimmedWindowEditor.java
 (at line 26)
private IListProperty TRIMMED_WINDOW__TRIM_BARS = EMFProperties.list(BasicPackageImpl.Literals.TRIMMED_WINDOW__TRIM_BARS);
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimmedWindowEditor.java
 (at line 26)
private IListProperty TRIMMED_WINDOW__TRIM_BARS = EMFProperties.list(BasicPackageImpl.Literals.TRIMMED_WINDOW__TRIM_BARS);
Discouraged access: The field TRIMMED_WINDOW__TRIM_BARS from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java : 91 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 32)
import org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl;
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 33)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 34)
import org.eclipse.e4.ui.model.application.ui.MUILabel;
Discouraged access: The type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 35)
import org.eclipse.e4.ui.model.application.ui.basic.MWindow;
Discouraged access: The type MWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 36)
import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl;
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 37)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 38)
import org.eclipse.e4.ui.model.application.ui.menu.MMenu;
Discouraged access: The type MMenu is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 39)
import org.eclipse.e4.ui.model.application.ui.menu.MMenuFactory;
Discouraged access: The type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 72)
private IListProperty HANDLER_CONTAINER__HANDLERS = EMFProperties.list(CommandsPackageImpl.Literals.HANDLER_CONTAINER__HANDLERS);
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 72)
private IListProperty HANDLER_CONTAINER__HANDLERS = EMFProperties.list(CommandsPackageImpl.Literals.HANDLER_CONTAINER__HANDLERS);
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 72)
private IListProperty HANDLER_CONTAINER__HANDLERS = EMFProperties.list(CommandsPackageImpl.Literals.HANDLER_CONTAINER__HANDLERS);
Discouraged access: The field HANDLER_CONTAINER__HANDLERS from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 73)
private IListProperty WINDOW__WINDOWS = EMFProperties.list(BasicPackageImpl.Literals.WINDOW__WINDOWS);
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 73)
private IListProperty WINDOW__WINDOWS = EMFProperties.list(BasicPackageImpl.Literals.WINDOW__WINDOWS);
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 73)
private IListProperty WINDOW__WINDOWS = EMFProperties.list(BasicPackageImpl.Literals.WINDOW__WINDOWS);
Discouraged access: The field WINDOW__WINDOWS from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 74)
private IListProperty ELEMENT_CONTAINER__CHILDREN = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 74)
private IListProperty ELEMENT_CONTAINER__CHILDREN = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 74)
private IListProperty ELEMENT_CONTAINER__CHILDREN = EMFProperties.list(UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 75)
private IListProperty SHARED_ELEMENTS = EMFProperties.list(BasicPackageImpl.Literals.WINDOW__SHARED_ELEMENTS);
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 75)
private IListProperty SHARED_ELEMENTS = EMFProperties.list(BasicPackageImpl.Literals.WINDOW__SHARED_ELEMENTS);
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 75)
private IListProperty SHARED_ELEMENTS = EMFProperties.list(BasicPackageImpl.Literals.WINDOW__SHARED_ELEMENTS);
Discouraged access: The field WINDOW__SHARED_ELEMENTS from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 76)
private IValueProperty WINDOW__MAIN_MENU = EMFProperties.value(BasicPackageImpl.Literals.WINDOW__MAIN_MENU);
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 76)
private IValueProperty WINDOW__MAIN_MENU = EMFProperties.value(BasicPackageImpl.Literals.WINDOW__MAIN_MENU);
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 76)
private IValueProperty WINDOW__MAIN_MENU = EMFProperties.value(BasicPackageImpl.Literals.WINDOW__MAIN_MENU);
Discouraged access: The field WINDOW__MAIN_MENU from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 147)
createRemoveMainMenu.setSelection(((MWindow) object).getMainMenu() != null);
Discouraged access: The method getMainMenu() from the type MWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 147)
createRemoveMainMenu.setSelection(((MWindow) object).getMainMenu() != null);
Discouraged access: The type MWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 176)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 176)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 176)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID).observeDetail(getMaster()));
Discouraged access: The field APPLICATION_ELEMENT__ELEMENT_ID from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 189)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), BasicPackageImpl.Literals.WINDOW__X).observeDetail(getMaster()));
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 189)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), BasicPackageImpl.Literals.WINDOW__X).observeDetail(getMaster()));
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 189)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), BasicPackageImpl.Literals.WINDOW__X).observeDetail(getMaster()));
Discouraged access: The field WINDOW__X from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 202)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), BasicPackageImpl.Literals.WINDOW__Y).observeDetail(getMaster()));
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 202)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), BasicPackageImpl.Literals.WINDOW__Y).observeDetail(getMaster()));
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 202)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), BasicPackageImpl.Literals.WINDOW__Y).observeDetail(getMaster()));
Discouraged access: The field WINDOW__Y from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 215)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), BasicPackageImpl.Literals.WINDOW__WIDTH).observeDetail(getMaster()));
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 215)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), BasicPackageImpl.Literals.WINDOW__WIDTH).observeDetail(getMaster()));
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 215)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), BasicPackageImpl.Literals.WINDOW__WIDTH).observeDetail(getMaster()));
Discouraged access: The field WINDOW__WIDTH from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 228)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), BasicPackageImpl.Literals.WINDOW__HEIGHT).observeDetail(getMaster()));
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 228)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), BasicPackageImpl.Literals.WINDOW__HEIGHT).observeDetail(getMaster()));
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 228)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), BasicPackageImpl.Literals.WINDOW__HEIGHT).observeDetail(getMaster()));
Discouraged access: The field WINDOW__HEIGHT from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 241)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL).observeDetail(master));
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 241)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL).observeDetail(master));
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 241)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL).observeDetail(master));
Discouraged access: The field UI_LABEL__LABEL from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 254)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__TOOLTIP).observeDetail(master));
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 254)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__TOOLTIP).observeDetail(master));
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 254)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__TOOLTIP).observeDetail(master));
Discouraged access: The field UI_LABEL__TOOLTIP from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 265)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__ICON_URI).observeDetail(master));
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 265)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__ICON_URI).observeDetail(master));
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 265)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__ICON_URI).observeDetail(master));
Discouraged access: The field UI_LABEL__ICON_URI from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 271)
MUILabel part = (MUILabel) getMaster().getValue();
Discouraged access: The type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 271)
MUILabel part = (MUILabel) getMaster().getValue();
Discouraged access: The type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
52. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 272)
String uri = part.getIconURI();
Discouraged access: The method getIconURI() from the type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
53. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 276)
return URI.createURI(part.getIconURI());
Discouraged access: The method getIconURI() from the type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
54. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 287)
WindowIconDialogEditor dialog = new WindowIconDialogEditor(b.getShell(), project, getEditingDomain(), (MWindow) getMaster().getValue());
Discouraged access: The type MWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
55. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 302)
MWindow window = (MWindow) getMaster().getValue();
Discouraged access: The type MWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 302)
MWindow window = (MWindow) getMaster().getValue();
Discouraged access: The type MWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
57. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 303)
if (window.getMainMenu() == null) {
Discouraged access: The method getMainMenu() from the type MWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
58. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 314)
ControlFactory.createStringListWidget(parent, this, "Binding Contexts", CommandsPackageImpl.Literals.BINDINGS__BINDING_CONTEXTS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
59. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 314)
ControlFactory.createStringListWidget(parent, this, "Binding Contexts", CommandsPackageImpl.Literals.BINDINGS__BINDING_CONTEXTS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
60. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 314)
ControlFactory.createStringListWidget(parent, this, "Binding Contexts", CommandsPackageImpl.Literals.BINDINGS__BINDING_CONTEXTS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field BINDINGS__BINDING_CONTEXTS from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
61. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 315)
ControlFactory.createStringListWidget(parent, this, "Variables", UiPackageImpl.Literals.CONTEXT__VARIABLES, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
62. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 315)
ControlFactory.createStringListWidget(parent, this, "Variables", UiPackageImpl.Literals.CONTEXT__VARIABLES, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
63. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 315)
ControlFactory.createStringListWidget(parent, this, "Variables", UiPackageImpl.Literals.CONTEXT__VARIABLES, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field CONTEXT__VARIABLES from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
64. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 316)
ControlFactory.createStringListWidget(parent, this, "Tags", ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
65. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 316)
ControlFactory.createStringListWidget(parent, this, "Tags", ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
66. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 316)
ControlFactory.createStringListWidget(parent, this, "Tags", ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__TAGS, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field APPLICATION_ELEMENT__TAGS from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
67. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 322)
Command cmd = SetCommand.create(getEditingDomain(), getMaster().getValue(), BasicPackageImpl.Literals.WINDOW__MAIN_MENU, null);
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
68. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 322)
Command cmd = SetCommand.create(getEditingDomain(), getMaster().getValue(), BasicPackageImpl.Literals.WINDOW__MAIN_MENU, null);
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
69. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 322)
Command cmd = SetCommand.create(getEditingDomain(), getMaster().getValue(), BasicPackageImpl.Literals.WINDOW__MAIN_MENU, null);
Discouraged access: The field WINDOW__MAIN_MENU from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
70. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 329)
MMenu menu = MMenuFactory.INSTANCE.createMenu();
Discouraged access: The type MMenu is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
71. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 329)
MMenu menu = MMenuFactory.INSTANCE.createMenu();
Discouraged access: The type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
72. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 329)
MMenu menu = MMenuFactory.INSTANCE.createMenu();
Discouraged access: The method createMenu() from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
73. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 329)
MMenu menu = MMenuFactory.INSTANCE.createMenu();
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
74. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 330)
Command cmd = SetCommand.create(getEditingDomain(), getMaster().getValue(), BasicPackageImpl.Literals.WINDOW__MAIN_MENU, menu);
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
75. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 330)
Command cmd = SetCommand.create(getEditingDomain(), getMaster().getValue(), BasicPackageImpl.Literals.WINDOW__MAIN_MENU, menu);
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
76. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 330)
Command cmd = SetCommand.create(getEditingDomain(), getMaster().getValue(), BasicPackageImpl.Literals.WINDOW__MAIN_MENU, menu);
Discouraged access: The field WINDOW__MAIN_MENU from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
77. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 376)
MWindow window = (MWindow) element;
Discouraged access: The type MWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
78. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 376)
MWindow window = (MWindow) element;
Discouraged access: The type MWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
79. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 377)
if (window.getMainMenu() != null) {
Discouraged access: The method getMainMenu() from the type MWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
80. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 378)
list.add(0, window.getMainMenu());
Discouraged access: The method getMainMenu() from the type MWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
81. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 405)
MWindow window = (MWindow) element;
Discouraged access: The type MWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
82. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 405)
MWindow window = (MWindow) element;
Discouraged access: The type MWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
83. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 406)
if (window.getLabel() != null && window.getLabel().trim().length() > 0) {
Discouraged access: The method getLabel() from the type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
84. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 406)
if (window.getLabel() != null && window.getLabel().trim().length() > 0) {
Discouraged access: The method getLabel() from the type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
85. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 407)
return window.getLabel();
Discouraged access: The method getLabel() from the type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
86. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 414)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL) };
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
87. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 414)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL) };
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
88. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 414)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL) };
Discouraged access: The field UI_LABEL__LABEL from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
89. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 421)
MWindow window = (MWindow) element;
Discouraged access: The type MWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
90. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 421)
MWindow window = (MWindow) element;
Discouraged access: The type MWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
91. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 422)
if (window.getMainMenu() == null) {
Discouraged access: The method getMainMenu() from the type MWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractCommandSelectionDialog.java : 29 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractCommandSelectionDialog.java
 (at line 19)
import org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl;
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractCommandSelectionDialog.java
 (at line 27)
import org.eclipse.e4.ui.model.fragment.MModelFragments;
Discouraged access: The type MModelFragments is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractCommandSelectionDialog.java
 (at line 34)
import org.eclipse.e4.ui.model.application.MApplication;
Discouraged access: The type MApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractCommandSelectionDialog.java
 (at line 35)
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractCommandSelectionDialog.java
 (at line 117)
if( o.eClass() == CommandsPackageImpl.Literals.COMMAND ) {
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractCommandSelectionDialog.java
 (at line 117)
if( o.eClass() == CommandsPackageImpl.Literals.COMMAND ) {
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractCommandSelectionDialog.java
 (at line 117)
if( o.eClass() == CommandsPackageImpl.Literals.COMMAND ) {
Discouraged access: The field COMMAND from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractCommandSelectionDialog.java
 (at line 145)
Command cmd = createStoreCommand( resource.getEditingDomain(), (MCommand) s.getFirstElement() );
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractCommandSelectionDialog.java
 (at line 153)
protected abstract Command createStoreCommand( EditingDomain editingDomain, MCommand command);
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractCommandSelectionDialog.java
 (at line 158)
MCommand cmd = (MCommand) cell.getElement();
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractCommandSelectionDialog.java
 (at line 158)
MCommand cmd = (MCommand) cell.getElement();
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractCommandSelectionDialog.java
 (at line 161)
if( cmd.getCommandName() != null ) {
Discouraged access: The method getCommandName() from the type MCommand is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractCommandSelectionDialog.java
 (at line 162)
styledString.append(cmd.getCommandName());
Discouraged access: The method getCommandName() from the type MCommand is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractCommandSelectionDialog.java
 (at line 164)
if( cmd.getDescription() != null ) {
Discouraged access: The method getDescription() from the type MCommand is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractCommandSelectionDialog.java
 (at line 165)
styledString.append(" - " + cmd.getDescription(),StyledString.DECORATIONS_STYLER); //$NON-NLS-1$
Discouraged access: The method getDescription() from the type MCommand is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractCommandSelectionDialog.java
 (at line 167)
if( cmd.getElementId() != null ) {
Discouraged access: The method getElementId() from the type MApplicationElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractCommandSelectionDialog.java
 (at line 168)
styledString.append(" - " + cmd.getElementId(),StyledString.DECORATIONS_STYLER); //$NON-NLS-1$
Discouraged access: The method getElementId() from the type MApplicationElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractCommandSelectionDialog.java
 (at line 179)
MCommand command = (MCommand) element;
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractCommandSelectionDialog.java
 (at line 179)
MCommand command = (MCommand) element;
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractCommandSelectionDialog.java
 (at line 181)
if( command.getCommandName() != null ) {
Discouraged access: The method getCommandName() from the type MCommand is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractCommandSelectionDialog.java
 (at line 182)
s += command.getCommandName();
Discouraged access: The method getCommandName() from the type MCommand is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractCommandSelectionDialog.java
 (at line 185)
if( command.getDescription() != null ) {
Discouraged access: The method getDescription() from the type MCommand is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractCommandSelectionDialog.java
 (at line 186)
s += " " + command.getDescription(); //$NON-NLS-1$
Discouraged access: The method getDescription() from the type MCommand is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractCommandSelectionDialog.java
 (at line 189)
if( command.getElementId() != null ) {
Discouraged access: The method getElementId() from the type MApplicationElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractCommandSelectionDialog.java
 (at line 190)
s += " " + command.getElementId(); //$NON-NLS-1$
Discouraged access: The method getElementId() from the type MApplicationElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractIconDialog.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractIconDialog.java
 (at line 20)
import org.eclipse.e4.ui.model.application.MApplicationElement;
Discouraged access: The type MApplicationElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractIconDialog.java
 (at line 51)
private MApplicationElement element;
Discouraged access: The type MApplicationElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractIconDialog.java
 (at line 56)
public AbstractIconDialog(Shell parentShell, IProject project, EditingDomain editingDomain, MApplicationElement element, EStructuralFeature feature) {
Discouraged access: The type MApplicationElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionClassDialog.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionClassDialog.java
 (at line 21)
import org.eclipse.e4.ui.model.application.MApplicationElement;
Discouraged access: The type MApplicationElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionClassDialog.java
 (at line 56)
private MApplicationElement contribution;
Discouraged access: The type MApplicationElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionClassDialog.java
 (at line 61)
public ContributionClassDialog(Shell parentShell, IProject project, EditingDomain editingDomain, MApplicationElement contribution, EStructuralFeature feature) {
Discouraged access: The type MApplicationElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindImportElementDialog.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindImportElementDialog.java
 (at line 5)
import org.eclipse.e4.ui.model.application.MApplication;
Discouraged access: The type MApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindImportElementDialog.java
 (at line 39)
private MApplication runningApp;
Discouraged access: The type MApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandledMenuItemCommandSelectionDialog.java : 9 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandledMenuItemCommandSelectionDialog.java
 (at line 14)
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandledMenuItemCommandSelectionDialog.java
 (at line 15)
import org.eclipse.e4.ui.model.application.ui.menu.MHandledItem;
Discouraged access: The type MHandledItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandledMenuItemCommandSelectionDialog.java
 (at line 16)
import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl;
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandledMenuItemCommandSelectionDialog.java
 (at line 23)
private MHandledItem handler;
Discouraged access: The type MHandledItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandledMenuItemCommandSelectionDialog.java
 (at line 25)
public HandledMenuItemCommandSelectionDialog(Shell parentShell, MHandledItem handler, IModelResource resource) {
Discouraged access: The type MHandledItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandledMenuItemCommandSelectionDialog.java
 (at line 46)
protected Command createStoreCommand( EditingDomain editingDomain, MCommand command) {
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandledMenuItemCommandSelectionDialog.java
 (at line 47)
return SetCommand.create(editingDomain, handler, MenuPackageImpl.Literals.HANDLED_ITEM__COMMAND, command);
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandledMenuItemCommandSelectionDialog.java
 (at line 47)
return SetCommand.create(editingDomain, handler, MenuPackageImpl.Literals.HANDLED_ITEM__COMMAND, command);
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandledMenuItemCommandSelectionDialog.java
 (at line 47)
return SetCommand.create(editingDomain, handler, MenuPackageImpl.Literals.HANDLED_ITEM__COMMAND, command);
Discouraged access: The field HANDLED_ITEM__COMMAND from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandledToolItemCommandSelectionDialog.java : 9 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandledToolItemCommandSelectionDialog.java
 (at line 14)
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandledToolItemCommandSelectionDialog.java
 (at line 15)
import org.eclipse.e4.ui.model.application.ui.menu.MHandledItem;
Discouraged access: The type MHandledItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandledToolItemCommandSelectionDialog.java
 (at line 16)
import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl;
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandledToolItemCommandSelectionDialog.java
 (at line 23)
private MHandledItem handler;
Discouraged access: The type MHandledItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandledToolItemCommandSelectionDialog.java
 (at line 25)
public HandledToolItemCommandSelectionDialog(Shell parentShell, MHandledItem handler, IModelResource resource) {
Discouraged access: The type MHandledItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandledToolItemCommandSelectionDialog.java
 (at line 46)
protected Command createStoreCommand( EditingDomain editingDomain, MCommand command) {
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandledToolItemCommandSelectionDialog.java
 (at line 47)
return SetCommand.create(editingDomain, handler, MenuPackageImpl.Literals.HANDLED_ITEM__COMMAND, command);
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandledToolItemCommandSelectionDialog.java
 (at line 47)
return SetCommand.create(editingDomain, handler, MenuPackageImpl.Literals.HANDLED_ITEM__COMMAND, command);
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandledToolItemCommandSelectionDialog.java
 (at line 47)
return SetCommand.create(editingDomain, handler, MenuPackageImpl.Literals.HANDLED_ITEM__COMMAND, command);
Discouraged access: The field HANDLED_ITEM__COMMAND from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandlerCommandSelectionDialog.java : 9 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandlerCommandSelectionDialog.java
 (at line 14)
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandlerCommandSelectionDialog.java
 (at line 15)
import org.eclipse.e4.ui.model.application.commands.MHandler;
Discouraged access: The type MHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandlerCommandSelectionDialog.java
 (at line 16)
import org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl;
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandlerCommandSelectionDialog.java
 (at line 23)
private MHandler handler;
Discouraged access: The type MHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandlerCommandSelectionDialog.java
 (at line 25)
public HandlerCommandSelectionDialog(Shell parentShell, MHandler handler, IModelResource resource) {
Discouraged access: The type MHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandlerCommandSelectionDialog.java
 (at line 46)
protected Command createStoreCommand( EditingDomain editingDomain, MCommand command) {
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandlerCommandSelectionDialog.java
 (at line 47)
return SetCommand.create(editingDomain, handler, CommandsPackageImpl.Literals.HANDLER__COMMAND, command);
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandlerCommandSelectionDialog.java
 (at line 47)
return SetCommand.create(editingDomain, handler, CommandsPackageImpl.Literals.HANDLER__COMMAND, command);
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandlerCommandSelectionDialog.java
 (at line 47)
return SetCommand.create(editingDomain, handler, CommandsPackageImpl.Literals.HANDLER__COMMAND, command);
Discouraged access: The field HANDLER__COMMAND from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/KeyBindingCommandSelectionDialog.java : 9 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/KeyBindingCommandSelectionDialog.java
 (at line 14)
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/KeyBindingCommandSelectionDialog.java
 (at line 15)
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/KeyBindingCommandSelectionDialog.java
 (at line 16)
import org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl;
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/KeyBindingCommandSelectionDialog.java
 (at line 23)
private 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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/KeyBindingCommandSelectionDialog.java
 (at line 25)
public KeyBindingCommandSelectionDialog(Shell parentShell, MKeyBinding binding, IModelResource resource) {
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/KeyBindingCommandSelectionDialog.java
 (at line 46)
protected Command createStoreCommand( EditingDomain editingDomain, MCommand command) {
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/KeyBindingCommandSelectionDialog.java
 (at line 47)
return SetCommand.create(editingDomain, binding, CommandsPackageImpl.Literals.KEY_BINDING__COMMAND, command);
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/KeyBindingCommandSelectionDialog.java
 (at line 47)
return SetCommand.create(editingDomain, binding, CommandsPackageImpl.Literals.KEY_BINDING__COMMAND, command);
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/KeyBindingCommandSelectionDialog.java
 (at line 47)
return SetCommand.create(editingDomain, binding, CommandsPackageImpl.Literals.KEY_BINDING__COMMAND, command);
Discouraged access: The field KEY_BINDING__COMMAND from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/MenuIconDialogEditor.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/MenuIconDialogEditor.java
 (at line 4)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/MenuIconDialogEditor.java
 (at line 5)
import org.eclipse.e4.ui.model.application.ui.menu.MMenu;
Discouraged access: The type MMenu is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/MenuIconDialogEditor.java
 (at line 11)
public MenuIconDialogEditor(Shell parentShell, IProject project, EditingDomain editingDomain, MMenu element) {
Discouraged access: The type MMenu is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/MenuIconDialogEditor.java
 (at line 12)
super(parentShell, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/MenuIconDialogEditor.java
 (at line 12)
super(parentShell, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/MenuIconDialogEditor.java
 (at line 12)
super(parentShell, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI);
Discouraged access: The field UI_LABEL__ICON_URI from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/MenuItemIconDialogEditor.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/MenuItemIconDialogEditor.java
 (at line 4)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/MenuItemIconDialogEditor.java
 (at line 5)
import org.eclipse.e4.ui.model.application.ui.menu.MMenuItem;
Discouraged access: The type MMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/MenuItemIconDialogEditor.java
 (at line 11)
public MenuItemIconDialogEditor(Shell parentShell, IProject project, EditingDomain editingDomain, MMenuItem element) {
Discouraged access: The type MMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/MenuItemIconDialogEditor.java
 (at line 12)
super(parentShell, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/MenuItemIconDialogEditor.java
 (at line 12)
super(parentShell, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/MenuItemIconDialogEditor.java
 (at line 12)
super(parentShell, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI);
Discouraged access: The field UI_LABEL__ICON_URI from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/PartDescriptorIconDialogEditor.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/PartDescriptorIconDialogEditor.java
 (at line 4)
import org.eclipse.e4.ui.model.application.descriptor.basic.MPartDescriptor;
Discouraged access: The type MPartDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/PartDescriptorIconDialogEditor.java
 (at line 5)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/PartDescriptorIconDialogEditor.java
 (at line 11)
public PartDescriptorIconDialogEditor(Shell parentShell, IProject project, EditingDomain editingDomain, MPartDescriptor element) {
Discouraged access: The type MPartDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/PartDescriptorIconDialogEditor.java
 (at line 12)
super(parentShell, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/PartDescriptorIconDialogEditor.java
 (at line 12)
super(parentShell, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/PartDescriptorIconDialogEditor.java
 (at line 12)
super(parentShell, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI);
Discouraged access: The field UI_LABEL__ICON_URI from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/PartIconDialogEditor.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/PartIconDialogEditor.java
 (at line 4)
import org.eclipse.e4.ui.model.application.ui.basic.MPart;
Discouraged access: The type MPart is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/PartIconDialogEditor.java
 (at line 5)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/PartIconDialogEditor.java
 (at line 11)
public PartIconDialogEditor(Shell parentShell, IProject project, EditingDomain editingDomain, MPart element) {
Discouraged access: The type MPart is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/PartIconDialogEditor.java
 (at line 12)
super(parentShell, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/PartIconDialogEditor.java
 (at line 12)
super(parentShell, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/PartIconDialogEditor.java
 (at line 12)
super(parentShell, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI);
Discouraged access: The field UI_LABEL__ICON_URI from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/PerspectiveIconDialogEditor.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/PerspectiveIconDialogEditor.java
 (at line 4)
import org.eclipse.e4.ui.model.application.ui.advanced.MPerspective;
Discouraged access: The type MPerspective is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/PerspectiveIconDialogEditor.java
 (at line 5)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/PerspectiveIconDialogEditor.java
 (at line 11)
public PerspectiveIconDialogEditor(Shell parentShell, IProject project, EditingDomain editingDomain, MPerspective element) {
Discouraged access: The type MPerspective is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/PerspectiveIconDialogEditor.java
 (at line 12)
super(parentShell, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/PerspectiveIconDialogEditor.java
 (at line 12)
super(parentShell, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/PerspectiveIconDialogEditor.java
 (at line 12)
super(parentShell, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI);
Discouraged access: The field UI_LABEL__ICON_URI from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java : 50 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 7)
import org.eclipse.e4.ui.model.application.ui.advanced.impl.AdvancedPackageImpl;
Discouraged access: The type AdvancedPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 17)
import org.eclipse.e4.ui.model.application.ui.advanced.MPlaceholder;
Discouraged access: The type MPlaceholder is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 27)
import org.eclipse.e4.ui.model.application.ui.MUILabel;
Discouraged access: The type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 33)
import org.eclipse.e4.ui.model.application.ui.basic.MPartSashContainer;
Discouraged access: The type MPartSashContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 35)
import org.eclipse.e4.ui.model.application.ui.basic.MPart;
Discouraged access: The type MPart is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 40)
import org.eclipse.e4.ui.model.fragment.MStringModelFragment;
Discouraged access: The type MStringModelFragment is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 42)
import org.eclipse.e4.ui.model.fragment.MModelFragment;
Discouraged access: The type MModelFragment is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 44)
import org.eclipse.e4.ui.model.fragment.MModelFragments;
Discouraged access: The type MModelFragments is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 46)
import org.eclipse.e4.ui.model.application.ui.MUIElement;
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 48)
import org.eclipse.e4.ui.model.application.ui.basic.MWindow;
Discouraged access: The type MWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 56)
import org.eclipse.e4.ui.model.application.MApplicationElement;
Discouraged access: The type MApplicationElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 58)
import org.eclipse.e4.ui.model.application.MApplication;
Discouraged access: The type MApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 86)
private MPlaceholder placeholder;
Discouraged access: The type MPlaceholder is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 90)
public SharedElementsDialog(Shell parentShell, ModelEditor editor, MPlaceholder placeholder, IModelResource resource) {
Discouraged access: The type MPlaceholder is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 129)
if( resource.getRoot().get(0) instanceof MApplication ) {
Discouraged access: The type MApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 130)
List<MUIElement> list = new ArrayList<MUIElement>();
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 130)
List<MUIElement> list = new ArrayList<MUIElement>();
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 131)
for( MWindow m : ((MApplication)resource.getRoot().get(0)).getChildren() ) {
Discouraged access: The type MWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 131)
for( MWindow m : ((MApplication)resource.getRoot().get(0)).getChildren() ) {
Discouraged access: The method getChildren() from the type MElementContainer<MWindow> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 131)
for( MWindow m : ((MApplication)resource.getRoot().get(0)).getChildren() ) {
Discouraged access: The type MApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 132)
list.addAll(filter(m.getSharedElements()));
Discouraged access: The method getSharedElements() from the type MWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 135)
} else if( resource.getRoot().get(0) instanceof MModelFragments ) {
Discouraged access: The type MModelFragments is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 136)
List<MApplicationElement> list = new ArrayList<MApplicationElement>();
Discouraged access: The type MApplicationElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 136)
List<MApplicationElement> list = new ArrayList<MApplicationElement>();
Discouraged access: The type MApplicationElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 137)
for( MModelFragment f : ((MModelFragments)resource.getRoot().get(0)).getFragments() ) {
Discouraged access: The type MModelFragment is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 137)
for( MModelFragment f : ((MModelFragments)resource.getRoot().get(0)).getFragments() ) {
Discouraged access: The method getFragments() from the type MModelFragments is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 137)
for( MModelFragment f : ((MModelFragments)resource.getRoot().get(0)).getFragments() ) {
Discouraged access: The type MModelFragments is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 138)
if( f instanceof MStringModelFragment ) {
Discouraged access: The type MStringModelFragment is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 139)
if( ((MStringModelFragment)f).getFeaturename().equals("sharedElements") ) { //$NON-NLS-1$
Discouraged access: The method getFeaturename() from the type MStringModelFragment is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 139)
if( ((MStringModelFragment)f).getFeaturename().equals("sharedElements") ) { //$NON-NLS-1$
Discouraged access: The type MStringModelFragment is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 140)
list.addAll(filter(f.getElements()));
Discouraged access: The method getElements() from the type MModelFragment is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 169)
Command cmd = SetCommand.create(resource.getEditingDomain(), placeholder, AdvancedPackageImpl.Literals.PLACEHOLDER__REF, s.getFirstElement());
Discouraged access: The type AdvancedPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 169)
Command cmd = SetCommand.create(resource.getEditingDomain(), placeholder, AdvancedPackageImpl.Literals.PLACEHOLDER__REF, s.getFirstElement());
Discouraged access: The type AdvancedPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 169)
Command cmd = SetCommand.create(resource.getEditingDomain(), placeholder, AdvancedPackageImpl.Literals.PLACEHOLDER__REF, s.getFirstElement());
Discouraged access: The field PLACEHOLDER__REF from the type AdvancedPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 180)
if( i instanceof MPart || i instanceof MPartSashContainer ) {
Discouraged access: The type MPart is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 180)
if( i instanceof MPart || i instanceof MPartSashContainer ) {
Discouraged access: The type MPartSashContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 193)
if( o instanceof MUILabel ) {
Discouraged access: The type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 194)
string.append(" - " + ((MUILabel)o).getLabel(), StyledString.DECORATIONS_STYLER);
Discouraged access: The method getLabel() from the type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 194)
string.append(" - " + ((MUILabel)o).getLabel(), StyledString.DECORATIONS_STYLER);
Discouraged access: The type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 197)
MApplicationElement el = (MApplicationElement) o;
Discouraged access: The type MApplicationElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 197)
MApplicationElement el = (MApplicationElement) o;
Discouraged access: The type MApplicationElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 198)
string.append(" - " + el.getElementId(), StyledString.DECORATIONS_STYLER);
Discouraged access: The method getElementId() from the type MApplicationElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 207)
MApplicationElement el = (MApplicationElement) o;
Discouraged access: The type MApplicationElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 207)
MApplicationElement el = (MApplicationElement) o;
Discouraged access: The type MApplicationElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 209)
if( el instanceof MUILabel ) {
Discouraged access: The type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 210)
MUILabel label = (MUILabel) el;
Discouraged access: The type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 210)
MUILabel label = (MUILabel) el;
Discouraged access: The type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 211)
return getTypename(o) + " - " + el.getElementId() + " - " + label.getLabel();
Discouraged access: The method getElementId() from the type MApplicationElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 211)
return getTypename(o) + " - " + el.getElementId() + " - " + label.getLabel();
Discouraged access: The method getLabel() from the type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 213)
return getTypename(o) + " - " + el.getElementId() + " - ";
Discouraged access: The method getElementId() from the type MApplicationElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ToolItemIconDialogEditor.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ToolItemIconDialogEditor.java
 (at line 4)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ToolItemIconDialogEditor.java
 (at line 5)
import org.eclipse.e4.ui.model.application.ui.menu.MToolItem;
Discouraged access: The type MToolItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ToolItemIconDialogEditor.java
 (at line 11)
public ToolItemIconDialogEditor(Shell parentShell, IProject project, EditingDomain editingDomain, MToolItem element) {
Discouraged access: The type MToolItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ToolItemIconDialogEditor.java
 (at line 12)
super(parentShell, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ToolItemIconDialogEditor.java
 (at line 12)
super(parentShell, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ToolItemIconDialogEditor.java
 (at line 12)
super(parentShell, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI);
Discouraged access: The field UI_LABEL__ICON_URI from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/WindowIconDialogEditor.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/WindowIconDialogEditor.java
 (at line 4)
import org.eclipse.e4.ui.model.application.ui.basic.MWindow;
Discouraged access: The type MWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/WindowIconDialogEditor.java
 (at line 5)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/WindowIconDialogEditor.java
 (at line 11)
public WindowIconDialogEditor(Shell parentShell, IProject project, EditingDomain editingDomain, MWindow element) {
Discouraged access: The type MWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/WindowIconDialogEditor.java
 (at line 12)
super(parentShell, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/WindowIconDialogEditor.java
 (at line 12)
super(parentShell, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/WindowIconDialogEditor.java
 (at line 12)
super(parentShell, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI);
Discouraged access: The field UI_LABEL__ICON_URI from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationAddons.java : 19 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationAddons.java
 (at line 13)
import org.eclipse.e4.ui.model.application.MAddon;
Discouraged access: The type MAddon is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationAddons.java
 (at line 14)
import org.eclipse.e4.ui.model.application.MApplication;
Discouraged access: The type MApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationAddons.java
 (at line 15)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationAddons.java
 (at line 128)
MApplication container = (MApplication) getMaster().getValue();
Discouraged access: The type MApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationAddons.java
 (at line 128)
MApplication container = (MApplication) getMaster().getValue();
Discouraged access: The type MApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationAddons.java
 (at line 129)
int idx = container.getCommands().indexOf(obj) - 1;
Discouraged access: The method getCommands() from the type MApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationAddons.java
 (at line 131)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), ApplicationPackageImpl.Literals.APPLICATION__ADDONS, obj, idx);
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationAddons.java
 (at line 131)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), ApplicationPackageImpl.Literals.APPLICATION__ADDONS, obj, idx);
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationAddons.java
 (at line 131)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), ApplicationPackageImpl.Literals.APPLICATION__ADDONS, obj, idx);
Discouraged access: The field APPLICATION__ADDONS from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationAddons.java
 (at line 155)
MApplication container = (MApplication) getMaster().getValue();
Discouraged access: The type MApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationAddons.java
 (at line 155)
MApplication container = (MApplication) getMaster().getValue();
Discouraged access: The type MApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationAddons.java
 (at line 156)
int idx = container.getCommands().indexOf(obj) + 1;
Discouraged access: The method getCommands() from the type MApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationAddons.java
 (at line 157)
if( idx < container.getCommands().size() ) {
Discouraged access: The method getCommands() from the type MApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationAddons.java
 (at line 158)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), ApplicationPackageImpl.Literals.APPLICATION__ADDONS, obj, idx);
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationAddons.java
 (at line 158)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), ApplicationPackageImpl.Literals.APPLICATION__ADDONS, obj, idx);
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationAddons.java
 (at line 158)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), ApplicationPackageImpl.Literals.APPLICATION__ADDONS, obj, idx);
Discouraged access: The field APPLICATION__ADDONS from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationAddons.java
 (at line 200)
addAddonCommand.execute(getEditingDomain(), (MApplication) getMaster().getValue());
Discouraged access: The type MApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationAddons.java
 (at line 203)
private void handleRemoveAddons(List<MAddon> addons) {
Discouraged access: The type MAddon is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java : 93 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 29)
import org.eclipse.e4.ui.model.application.commands.MBindingContext;
Discouraged access: The type MBindingContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 30)
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 31)
import org.eclipse.e4.ui.model.application.commands.MBindingTableContainer;
Discouraged access: The type MBindingTableContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 32)
import org.eclipse.e4.ui.model.application.commands.MCommandsFactory;
Discouraged access: The type MCommandsFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 33)
import org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl;
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 34)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 135)
IEMFValueProperty listProp = EMFProperties.value(CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__ROOT_CONTEXT);
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 135)
IEMFValueProperty listProp = EMFProperties.value(CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__ROOT_CONTEXT);
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 135)
IEMFValueProperty listProp = EMFProperties.value(CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__ROOT_CONTEXT);
Discouraged access: The field BINDING_TABLE_CONTAINER__ROOT_CONTEXT from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 141)
MBindingContext ctx = (MBindingContext) event.getObservableValue().getValue();
Discouraged access: The type MBindingContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 141)
MBindingContext ctx = (MBindingContext) event.getObservableValue().getValue();
Discouraged access: The type MBindingContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 153)
IEMFValueProperty prop = EMFProperties.value(CommandsPackageImpl.Literals.BINDING_CONTEXT__NAME);
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 153)
IEMFValueProperty prop = EMFProperties.value(CommandsPackageImpl.Literals.BINDING_CONTEXT__NAME);
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 153)
IEMFValueProperty prop = EMFProperties.value(CommandsPackageImpl.Literals.BINDING_CONTEXT__NAME);
Discouraged access: The field BINDING_CONTEXT__NAME from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 158)
column.setLabelProvider(new ObservableColumnLabelProvider<MBindingContext>(prop.observeDetail(pv.getKnownElements())));
Discouraged access: The type MBindingContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 164)
Command cmd = SetCommand.create(getEditingDomain(), element, CommandsPackageImpl.Literals.BINDING_CONTEXT__NAME, value);
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 164)
Command cmd = SetCommand.create(getEditingDomain(), element, CommandsPackageImpl.Literals.BINDING_CONTEXT__NAME, value);
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 164)
Command cmd = SetCommand.create(getEditingDomain(), element, CommandsPackageImpl.Literals.BINDING_CONTEXT__NAME, value);
Discouraged access: The field BINDING_CONTEXT__NAME from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 172)
MBindingContext ctx = (MBindingContext) element;
Discouraged access: The type MBindingContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 172)
MBindingContext ctx = (MBindingContext) element;
Discouraged access: The type MBindingContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 173)
return ctx.getName() != null ? ctx.getName() : ""; //$NON-NLS-1$
Discouraged access: The method getName() from the type MBindingContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 173)
return ctx.getName() != null ? ctx.getName() : ""; //$NON-NLS-1$
Discouraged access: The method getName() from the type MBindingContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 189)
IEMFValueProperty prop = EMFProperties.value(CommandsPackageImpl.Literals.BINDING_CONTEXT__DESCRIPTION);
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 189)
IEMFValueProperty prop = EMFProperties.value(CommandsPackageImpl.Literals.BINDING_CONTEXT__DESCRIPTION);
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 189)
IEMFValueProperty prop = EMFProperties.value(CommandsPackageImpl.Literals.BINDING_CONTEXT__DESCRIPTION);
Discouraged access: The field BINDING_CONTEXT__DESCRIPTION from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 194)
column.setLabelProvider(new ObservableColumnLabelProvider<MBindingContext>(prop.observeDetail(pv.getKnownElements())));
Discouraged access: The type MBindingContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 200)
Command cmd = SetCommand.create(getEditingDomain(), element, CommandsPackageImpl.Literals.BINDING_CONTEXT__DESCRIPTION, value);
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 200)
Command cmd = SetCommand.create(getEditingDomain(), element, CommandsPackageImpl.Literals.BINDING_CONTEXT__DESCRIPTION, value);
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 200)
Command cmd = SetCommand.create(getEditingDomain(), element, CommandsPackageImpl.Literals.BINDING_CONTEXT__DESCRIPTION, value);
Discouraged access: The field BINDING_CONTEXT__DESCRIPTION from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 208)
MBindingContext ctx = (MBindingContext) element;
Discouraged access: The type MBindingContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 208)
MBindingContext ctx = (MBindingContext) element;
Discouraged access: The type MBindingContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 209)
return ctx.getDescription() != null ? ctx.getDescription() : ""; //$NON-NLS-1$
Discouraged access: The method getDescription() from the type MBindingContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 209)
return ctx.getDescription() != null ? ctx.getDescription() : ""; //$NON-NLS-1$
Discouraged access: The method getDescription() from the type MBindingContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 225)
IEMFValueProperty prop = EMFProperties.value(ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID);
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 225)
IEMFValueProperty prop = EMFProperties.value(ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID);
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 225)
IEMFValueProperty prop = EMFProperties.value(ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID);
Discouraged access: The field APPLICATION_ELEMENT__ELEMENT_ID from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 230)
column.setLabelProvider(new ObservableColumnLabelProvider<MBindingContext>(prop.observeDetail(pv.getKnownElements())));
Discouraged access: The type MBindingContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 236)
Command cmd = SetCommand.create(getEditingDomain(), element, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, value);
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 236)
Command cmd = SetCommand.create(getEditingDomain(), element, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, value);
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 236)
Command cmd = SetCommand.create(getEditingDomain(), element, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, value);
Discouraged access: The field APPLICATION_ELEMENT__ELEMENT_ID from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 244)
MBindingContext ctx = (MBindingContext) element;
Discouraged access: The type MBindingContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 244)
MBindingContext ctx = (MBindingContext) element;
Discouraged access: The type MBindingContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 245)
return ctx.getElementId() != null ? ctx.getElementId() : ""; //$NON-NLS-1$
Discouraged access: The method getElementId() from the type MApplicationElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 245)
return ctx.getElementId() != null ? ctx.getElementId() : ""; //$NON-NLS-1$
Discouraged access: The method getElementId() from the type MApplicationElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 301)
MBindingContext context = MCommandsFactory.INSTANCE.createBindingContext();
Discouraged access: The type MBindingContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 301)
MBindingContext context = MCommandsFactory.INSTANCE.createBindingContext();
Discouraged access: The type MCommandsFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 301)
MBindingContext context = MCommandsFactory.INSTANCE.createBindingContext();
Discouraged access: The method createBindingContext() from the type MCommandsFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 301)
MBindingContext context = MCommandsFactory.INSTANCE.createBindingContext();
Discouraged access: The field INSTANCE from the type MCommandsFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 302)
MBindingContext parentContext = null;
Discouraged access: The type MBindingContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 305)
parentContext = (MBindingContext) s.getFirstElement();
Discouraged access: The type MBindingContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 306)
Command cmd = AddCommand.create(getEditingDomain(), parentContext, CommandsPackageImpl.Literals.BINDING_CONTEXT__CHILDREN, context);
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
52. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 306)
Command cmd = AddCommand.create(getEditingDomain(), parentContext, CommandsPackageImpl.Literals.BINDING_CONTEXT__CHILDREN, context);
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
53. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 306)
Command cmd = AddCommand.create(getEditingDomain(), parentContext, CommandsPackageImpl.Literals.BINDING_CONTEXT__CHILDREN, context);
Discouraged access: The field BINDING_CONTEXT__CHILDREN from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
54. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 312)
} else if( s.isEmpty() && ((MBindingTableContainer)getMaster().getValue()).getRootContext() == null ) {
Discouraged access: The method getRootContext() from the type MBindingTableContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
55. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 312)
} else if( s.isEmpty() && ((MBindingTableContainer)getMaster().getValue()).getRootContext() == null ) {
Discouraged access: The type MBindingTableContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 313)
Command cmd = SetCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__ROOT_CONTEXT, context);
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
57. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 313)
Command cmd = SetCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__ROOT_CONTEXT, context);
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
58. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 313)
Command cmd = SetCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__ROOT_CONTEXT, context);
Discouraged access: The field BINDING_TABLE_CONTAINER__ROOT_CONTEXT from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
59. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 336)
MBindingContext ctx = (MBindingContext) o;
Discouraged access: The type MBindingContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
60. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 336)
MBindingContext ctx = (MBindingContext) o;
Discouraged access: The type MBindingContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
61. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 338)
if( owner instanceof MBindingTableContainer ) {
Discouraged access: The type MBindingTableContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
62. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 339)
Command cmd = SetCommand.create(getEditingDomain(), owner, CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__ROOT_CONTEXT, null);
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
63. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 339)
Command cmd = SetCommand.create(getEditingDomain(), owner, CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__ROOT_CONTEXT, null);
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
64. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 339)
Command cmd = SetCommand.create(getEditingDomain(), owner, CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__ROOT_CONTEXT, null);
Discouraged access: The field BINDING_TABLE_CONTAINER__ROOT_CONTEXT from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
65. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 345)
commands.add(RemoveCommand.create(getEditingDomain(), owner, CommandsPackageImpl.Literals.BINDING_CONTEXT__CHILDREN, ctx));
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
66. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 345)
commands.add(RemoveCommand.create(getEditingDomain(), owner, CommandsPackageImpl.Literals.BINDING_CONTEXT__CHILDREN, ctx));
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
67. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 345)
commands.add(RemoveCommand.create(getEditingDomain(), owner, CommandsPackageImpl.Literals.BINDING_CONTEXT__CHILDREN, ctx));
Discouraged access: The field BINDING_CONTEXT__CHILDREN from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
68. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 391)
MBindingTableContainer container = (MBindingTableContainer) getMaster().getValue();
Discouraged access: The type MBindingTableContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
69. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 391)
MBindingTableContainer container = (MBindingTableContainer) getMaster().getValue();
Discouraged access: The type MBindingTableContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
70. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 392)
int idx = container.getBindingTables().indexOf(obj) - 1;
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
71. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 394)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__BINDING_TABLES, obj, idx);
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
72. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 394)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__BINDING_TABLES, obj, idx);
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
73. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 394)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__BINDING_TABLES, obj, idx);
Discouraged access: The field BINDING_TABLE_CONTAINER__BINDING_TABLES from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
74. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 418)
MBindingTableContainer container = (MBindingTableContainer) getMaster().getValue();
Discouraged access: The type MBindingTableContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
75. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 418)
MBindingTableContainer container = (MBindingTableContainer) getMaster().getValue();
Discouraged access: The type MBindingTableContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
76. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 419)
int idx = container.getBindingTables().indexOf(obj) + 1;
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
77. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 420)
if (idx < container.getBindingTables().size()) {
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
78. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 421)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__BINDING_TABLES, obj, idx);
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
79. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 421)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__BINDING_TABLES, obj, idx);
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
80. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 421)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__BINDING_TABLES, obj, idx);
Discouraged access: The field BINDING_TABLE_CONTAINER__BINDING_TABLES from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
81. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 441)
MBindingTable command = MCommandsFactory.INSTANCE.createBindingTable();
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
82. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 441)
MBindingTable command = MCommandsFactory.INSTANCE.createBindingTable();
Discouraged access: The type MCommandsFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
83. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 441)
MBindingTable command = MCommandsFactory.INSTANCE.createBindingTable();
Discouraged access: The method createBindingTable() from the type MCommandsFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
84. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 441)
MBindingTable command = MCommandsFactory.INSTANCE.createBindingTable();
Discouraged access: The field INSTANCE from the type MCommandsFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
85. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 442)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__BINDING_TABLES, command);
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
86. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 442)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__BINDING_TABLES, command);
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
87. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 442)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__BINDING_TABLES, command);
Discouraged access: The field BINDING_TABLE_CONTAINER__BINDING_TABLES from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
88. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 460)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__BINDING_TABLES, commands);
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
89. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 460)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__BINDING_TABLES, commands);
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
90. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 460)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__BINDING_TABLES, commands);
Discouraged access: The field BINDING_TABLE_CONTAINER__BINDING_TABLES from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
91. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 479)
private IEMFListProperty prop = EMFProperties.list(CommandsPackageImpl.Literals.BINDING_CONTEXT__CHILDREN);
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
92. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 479)
private IEMFListProperty prop = EMFProperties.list(CommandsPackageImpl.Literals.BINDING_CONTEXT__CHILDREN);
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
93. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 479)
private IEMFListProperty prop = EMFProperties.list(CommandsPackageImpl.Literals.BINDING_CONTEXT__CHILDREN);
Discouraged access: The field BINDING_CONTEXT__CHILDREN from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VCommandEditor.java : 25 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VCommandEditor.java
 (at line 20)
import org.eclipse.e4.ui.model.application.MApplication;
Discouraged access: The type MApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VCommandEditor.java
 (at line 21)
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VCommandEditor.java
 (at line 22)
import org.eclipse.e4.ui.model.application.commands.MHandler;
Discouraged access: The type MHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VCommandEditor.java
 (at line 23)
import org.eclipse.e4.ui.model.application.commands.impl.CommandsFactoryImpl;
Discouraged access: The type CommandsFactoryImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VCommandEditor.java
 (at line 24)
import org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl;
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VCommandEditor.java
 (at line 25)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VCommandEditor.java
 (at line 114)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME);
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VCommandEditor.java
 (at line 114)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME);
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VCommandEditor.java
 (at line 114)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME);
Discouraged access: The field COMMAND__COMMAND_NAME from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VCommandEditor.java
 (at line 119)
column.setLabelProvider(new ObservableColumnLabelProvider<MHandler>(prop.observeDetail(cp.getKnownElements())));
Discouraged access: The type MHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VCommandEditor.java
 (at line 123)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID);
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VCommandEditor.java
 (at line 123)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID);
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VCommandEditor.java
 (at line 123)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID);
Discouraged access: The field APPLICATION_ELEMENT__ELEMENT_ID from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VCommandEditor.java
 (at line 128)
column.setLabelProvider(new ObservableColumnLabelProvider<MHandler>(prop.observeDetail(cp.getKnownElements())));
Discouraged access: The type MHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VCommandEditor.java
 (at line 151)
MApplication container = (MApplication) getMaster().getValue();
Discouraged access: The type MApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VCommandEditor.java
 (at line 151)
MApplication container = (MApplication) getMaster().getValue();
Discouraged access: The type MApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VCommandEditor.java
 (at line 152)
int idx = container.getCommands().indexOf(obj) - 1;
Discouraged access: The method getCommands() from the type MApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VCommandEditor.java
 (at line 178)
MApplication container = (MApplication) getMaster().getValue();
Discouraged access: The type MApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VCommandEditor.java
 (at line 178)
MApplication container = (MApplication) getMaster().getValue();
Discouraged access: The type MApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VCommandEditor.java
 (at line 179)
int idx = container.getCommands().indexOf(obj) + 1;
Discouraged access: The method getCommands() from the type MApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VCommandEditor.java
 (at line 180)
if( idx < container.getCommands().size() ) {
Discouraged access: The method getCommands() from the type MApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VCommandEditor.java
 (at line 201)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
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/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VCommandEditor.java
 (at line 201)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The type CommandsFactoryImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VCommandEditor.java
 (at line 201)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The method createCommand() from the type CommandsFactoryImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VCommandEditor.java
 (at line 201)
MCommand command = CommandsFactoryImpl.eINSTANCE.createCommand();
Discouraged access: The field eINSTANCE from the type CommandsFactoryImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java : 43 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 20)
import org.eclipse.e4.ui.model.application.commands.MCommandsFactory;
Discouraged access: The type MCommandsFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 21)
import org.eclipse.e4.ui.model.application.commands.MHandler;
Discouraged access: The type MHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 22)
import org.eclipse.e4.ui.model.application.commands.MHandlerContainer;
Discouraged access: The type MHandlerContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 23)
import org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl;
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 24)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 110)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), FeaturePath.fromList(CommandsPackageImpl.Literals.HANDLER__COMMAND, CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME));
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 110)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), FeaturePath.fromList(CommandsPackageImpl.Literals.HANDLER__COMMAND, CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME));
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 110)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), FeaturePath.fromList(CommandsPackageImpl.Literals.HANDLER__COMMAND, CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME));
Discouraged access: The field HANDLER__COMMAND from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 110)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), FeaturePath.fromList(CommandsPackageImpl.Literals.HANDLER__COMMAND, CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME));
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 110)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), FeaturePath.fromList(CommandsPackageImpl.Literals.HANDLER__COMMAND, CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME));
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 110)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), FeaturePath.fromList(CommandsPackageImpl.Literals.HANDLER__COMMAND, CommandsPackageImpl.Literals.COMMAND__COMMAND_NAME));
Discouraged access: The field COMMAND__COMMAND_NAME from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 115)
column.setLabelProvider(new ObservableColumnLabelProvider<MHandler>(prop.observeDetail(cp.getKnownElements())));
Discouraged access: The type MHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 119)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI);
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 119)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI);
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 119)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI);
Discouraged access: The field CONTRIBUTION__CONTRIBUTION_URI from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 124)
column.setLabelProvider(new ObservableColumnLabelProvider<MHandler>(prop.observeDetail(cp.getKnownElements())));
Discouraged access: The type MHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 128)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID);
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 128)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID);
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 128)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID);
Discouraged access: The field APPLICATION_ELEMENT__ELEMENT_ID from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 133)
column.setLabelProvider(new ObservableColumnLabelProvider<MHandler>(prop.observeDetail(cp.getKnownElements())));
Discouraged access: The type MHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 156)
MHandlerContainer container = (MHandlerContainer) getMaster().getValue();
Discouraged access: The type MHandlerContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 156)
MHandlerContainer container = (MHandlerContainer) getMaster().getValue();
Discouraged access: The type MHandlerContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 157)
int idx = container.getHandlers().indexOf(obj) - 1;
Discouraged access: The method getHandlers() from the type MHandlerContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 159)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.HANDLER_CONTAINER__HANDLERS, obj, idx);
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 159)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.HANDLER_CONTAINER__HANDLERS, obj, idx);
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 159)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.HANDLER_CONTAINER__HANDLERS, obj, idx);
Discouraged access: The field HANDLER_CONTAINER__HANDLERS from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 183)
MHandlerContainer container = (MHandlerContainer) getMaster().getValue();
Discouraged access: The type MHandlerContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 183)
MHandlerContainer container = (MHandlerContainer) getMaster().getValue();
Discouraged access: The type MHandlerContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 184)
int idx = container.getHandlers().indexOf(obj) + 1;
Discouraged access: The method getHandlers() from the type MHandlerContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 185)
if( idx < container.getHandlers().size() ) {
Discouraged access: The method getHandlers() from the type MHandlerContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 186)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.HANDLER_CONTAINER__HANDLERS, obj, idx);
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 186)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.HANDLER_CONTAINER__HANDLERS, obj, idx);
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 186)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.HANDLER_CONTAINER__HANDLERS, obj, idx);
Discouraged access: The field HANDLER_CONTAINER__HANDLERS from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 206)
MHandler handler = MCommandsFactory.INSTANCE.createHandler();
Discouraged access: The type MHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 206)
MHandler handler = MCommandsFactory.INSTANCE.createHandler();
Discouraged access: The type MCommandsFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 206)
MHandler handler = MCommandsFactory.INSTANCE.createHandler();
Discouraged access: The method createHandler() from the type MCommandsFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 206)
MHandler handler = MCommandsFactory.INSTANCE.createHandler();
Discouraged access: The field INSTANCE from the type MCommandsFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 207)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.HANDLER_CONTAINER__HANDLERS, handler);
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 207)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.HANDLER_CONTAINER__HANDLERS, handler);
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 207)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.HANDLER_CONTAINER__HANDLERS, handler);
Discouraged access: The field HANDLER_CONTAINER__HANDLERS from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 225)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.HANDLER_CONTAINER__HANDLERS, handlers);
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 225)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.HANDLER_CONTAINER__HANDLERS, handlers);
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 225)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.HANDLER_CONTAINER__HANDLERS, handlers);
Discouraged access: The field HANDLER_CONTAINER__HANDLERS from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java : 51 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 13)
import org.eclipse.e4.ui.model.application.ui.menu.MMenuFactory;
Discouraged access: The type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 15)
import org.eclipse.e4.ui.model.application.ui.menu.MMenuContributions;
Discouraged access: The type MMenuContributions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 17)
import org.eclipse.e4.ui.model.application.ui.menu.MMenuContribution;
Discouraged access: The type MMenuContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 19)
import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl;
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 21)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 30)
import org.eclipse.e4.ui.model.application.commands.MHandler;
Discouraged access: The type MHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 31)
import org.eclipse.e4.ui.model.application.descriptor.basic.MBasicFactory;
Discouraged access: The type MBasicFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 32)
import org.eclipse.e4.ui.model.application.descriptor.basic.MPartDescriptor;
Discouraged access: The type MPartDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 33)
import org.eclipse.e4.ui.model.application.descriptor.basic.MPartDescriptorContainer;
Discouraged access: The type MPartDescriptorContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 34)
import org.eclipse.e4.ui.model.application.descriptor.basic.impl.BasicPackageImpl;
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 35)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 120)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID);
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 120)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID);
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 120)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID);
Discouraged access: The field APPLICATION_ELEMENT__ELEMENT_ID from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 125)
column.setLabelProvider(new ObservableColumnLabelProvider<MHandler>(prop.observeDetail(cp.getKnownElements())));
Discouraged access: The type MHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 129)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.MENU_CONTRIBUTION__PARENT_ID);
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 129)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.MENU_CONTRIBUTION__PARENT_ID);
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 129)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.MENU_CONTRIBUTION__PARENT_ID);
Discouraged access: The field MENU_CONTRIBUTION__PARENT_ID from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 134)
column.setLabelProvider(new ObservableColumnLabelProvider<MHandler>(prop.observeDetail(cp.getKnownElements())));
Discouraged access: The type MHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 138)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.MENU_CONTRIBUTION__POSITION_IN_PARENT);
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 138)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.MENU_CONTRIBUTION__POSITION_IN_PARENT);
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 138)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.MENU_CONTRIBUTION__POSITION_IN_PARENT);
Discouraged access: The field MENU_CONTRIBUTION__POSITION_IN_PARENT from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 143)
column.setLabelProvider(new ObservableColumnLabelProvider<MHandler>(prop.observeDetail(cp.getKnownElements())));
Discouraged access: The type MHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 166)
MMenuContributions container = (MMenuContributions) getMaster().getValue();
Discouraged access: The type MMenuContributions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 166)
MMenuContributions container = (MMenuContributions) getMaster().getValue();
Discouraged access: The type MMenuContributions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 167)
int idx = container.getMenuContributions().indexOf(obj) - 1;
Discouraged access: The method getMenuContributions() from the type MMenuContributions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 169)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), MenuPackageImpl.Literals.MENU_CONTRIBUTIONS__MENU_CONTRIBUTIONS, obj, idx);
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 169)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), MenuPackageImpl.Literals.MENU_CONTRIBUTIONS__MENU_CONTRIBUTIONS, obj, idx);
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 169)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), MenuPackageImpl.Literals.MENU_CONTRIBUTIONS__MENU_CONTRIBUTIONS, obj, idx);
Discouraged access: The field MENU_CONTRIBUTIONS__MENU_CONTRIBUTIONS from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 193)
MMenuContributions container = (MMenuContributions) getMaster().getValue();
Discouraged access: The type MMenuContributions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 193)
MMenuContributions container = (MMenuContributions) getMaster().getValue();
Discouraged access: The type MMenuContributions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 194)
int idx = container.getMenuContributions().indexOf(obj) + 1;
Discouraged access: The method getMenuContributions() from the type MMenuContributions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 195)
if( idx < container.getMenuContributions().size() ) {
Discouraged access: The method getMenuContributions() from the type MMenuContributions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 196)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), MenuPackageImpl.Literals.MENU_CONTRIBUTIONS__MENU_CONTRIBUTIONS, obj, idx);
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 196)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), MenuPackageImpl.Literals.MENU_CONTRIBUTIONS__MENU_CONTRIBUTIONS, obj, idx);
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 196)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), MenuPackageImpl.Literals.MENU_CONTRIBUTIONS__MENU_CONTRIBUTIONS, obj, idx);
Discouraged access: The field MENU_CONTRIBUTIONS__MENU_CONTRIBUTIONS from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 216)
MMenuContribution command = MMenuFactory.INSTANCE.createMenuContribution();
Discouraged access: The type MMenuContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 216)
MMenuContribution command = MMenuFactory.INSTANCE.createMenuContribution();
Discouraged access: The type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 216)
MMenuContribution command = MMenuFactory.INSTANCE.createMenuContribution();
Discouraged access: The method createMenuContribution() from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 216)
MMenuContribution command = MMenuFactory.INSTANCE.createMenuContribution();
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 217)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), MenuPackageImpl.Literals.MENU_CONTRIBUTIONS__MENU_CONTRIBUTIONS, command);
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 217)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), MenuPackageImpl.Literals.MENU_CONTRIBUTIONS__MENU_CONTRIBUTIONS, command);
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 217)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), MenuPackageImpl.Literals.MENU_CONTRIBUTIONS__MENU_CONTRIBUTIONS, command);
Discouraged access: The field MENU_CONTRIBUTIONS__MENU_CONTRIBUTIONS from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 235)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), MenuPackageImpl.Literals.MENU_CONTRIBUTIONS__MENU_CONTRIBUTIONS, commands);
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 235)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), MenuPackageImpl.Literals.MENU_CONTRIBUTIONS__MENU_CONTRIBUTIONS, commands);
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 235)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), MenuPackageImpl.Literals.MENU_CONTRIBUTIONS__MENU_CONTRIBUTIONS, commands);
Discouraged access: The field MENU_CONTRIBUTIONS__MENU_CONTRIBUTIONS from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuEditor.java : 15 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuEditor.java
 (at line 20)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuEditor.java
 (at line 21)
import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl;
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuEditor.java
 (at line 22)
import org.eclipse.e4.ui.model.application.ui.menu.MMenu;
Discouraged access: The type MMenu is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuEditor.java
 (at line 23)
import org.eclipse.e4.ui.model.application.ui.menu.MMenuFactory;
Discouraged access: The type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuEditor.java
 (at line 101)
IEMFEditValueProperty valProp = EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID);
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuEditor.java
 (at line 101)
IEMFEditValueProperty valProp = EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID);
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuEditor.java
 (at line 101)
IEMFEditValueProperty valProp = EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID);
Discouraged access: The field APPLICATION_ELEMENT__ELEMENT_ID from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuEditor.java
 (at line 102)
viewer.setLabelProvider(new ObservableColumnLabelProvider<MMenu>(valProp.observeDetail(cp.getKnownElements())));
Discouraged access: The type MMenu is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuEditor.java
 (at line 134)
MMenu handler = MMenuFactory.INSTANCE.createMenu();
Discouraged access: The type MMenu is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuEditor.java
 (at line 134)
MMenu handler = MMenuFactory.INSTANCE.createMenu();
Discouraged access: The type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuEditor.java
 (at line 134)
MMenu handler = MMenuFactory.INSTANCE.createMenu();
Discouraged access: The method createMenu() from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuEditor.java
 (at line 134)
MMenu handler = MMenuFactory.INSTANCE.createMenu();
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuEditor.java
 (at line 153)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), BasicPackageImpl.Literals.PART__MENUS, windows);
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuEditor.java
 (at line 153)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), BasicPackageImpl.Literals.PART__MENUS, windows);
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuEditor.java
 (at line 153)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), BasicPackageImpl.Literals.PART__MENUS, windows);
Discouraged access: The field PART__MENUS from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java : 38 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 13)
import org.eclipse.e4.ui.model.fragment.MModelFragments;
Discouraged access: The type MModelFragments is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 15)
import org.eclipse.e4.ui.model.fragment.impl.FragmentPackageImpl;
Discouraged access: The type FragmentPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 17)
import org.eclipse.e4.ui.model.fragment.MStringModelFragment;
Discouraged access: The type MStringModelFragment is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 19)
import org.eclipse.e4.ui.model.fragment.MFragmentFactory;
Discouraged access: The type MFragmentFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 28)
import org.eclipse.e4.ui.model.application.ui.MElementContainer;
Discouraged access: The type MElementContainer<T> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 119)
IEMFEditListProperty prop = EMFEditProperties.list(getEditingDomain(), FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS);
Discouraged access: The type FragmentPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 119)
IEMFEditListProperty prop = EMFEditProperties.list(getEditingDomain(), FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS);
Discouraged access: The type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 119)
IEMFEditListProperty prop = EMFEditProperties.list(getEditingDomain(), FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS);
Discouraged access: The field MODEL_FRAGMENTS__FRAGMENTS from the type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 142)
MModelFragments container = (MModelFragments) getMaster().getValue();
Discouraged access: The type MModelFragments is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 142)
MModelFragments container = (MModelFragments) getMaster().getValue();
Discouraged access: The type MModelFragments is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 143)
int idx = container.getFragments().indexOf(obj) - 1;
Discouraged access: The method getFragments() from the type MModelFragments is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 145)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS, obj, idx);
Discouraged access: The type FragmentPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 145)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS, obj, idx);
Discouraged access: The type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 145)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS, obj, idx);
Discouraged access: The field MODEL_FRAGMENTS__FRAGMENTS from the type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 169)
MModelFragments container = (MModelFragments) getMaster().getValue();
Discouraged access: The type MModelFragments is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 169)
MModelFragments container = (MModelFragments) getMaster().getValue();
Discouraged access: The type MModelFragments is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 170)
int idx = container.getFragments().indexOf(obj) + 1;
Discouraged access: The method getFragments() from the type MModelFragments is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 171)
if( idx < container.getFragments().size() ) {
Discouraged access: The method getFragments() from the type MModelFragments is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 172)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS, obj, idx);
Discouraged access: The type FragmentPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 172)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS, obj, idx);
Discouraged access: The type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 172)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS, obj, idx);
Discouraged access: The field MODEL_FRAGMENTS__FRAGMENTS from the type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 193)
MStringModelFragment eObject = MFragmentFactory.INSTANCE.createStringModelFragment();
Discouraged access: The type MStringModelFragment is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 193)
MStringModelFragment eObject = MFragmentFactory.INSTANCE.createStringModelFragment();
Discouraged access: The type MFragmentFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 193)
MStringModelFragment eObject = MFragmentFactory.INSTANCE.createStringModelFragment();
Discouraged access: The method createStringModelFragment() from the type MFragmentFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 193)
MStringModelFragment eObject = MFragmentFactory.INSTANCE.createStringModelFragment();
Discouraged access: The field INSTANCE from the type MFragmentFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 194)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS, eObject);
Discouraged access: The type FragmentPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 194)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS, eObject);
Discouraged access: The type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 194)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS, eObject);
Discouraged access: The field MODEL_FRAGMENTS__FRAGMENTS from the type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 214)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS, elements);
Discouraged access: The type FragmentPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 214)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS, elements);
Discouraged access: The type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 214)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), FragmentPackageImpl.Literals.MODEL_FRAGMENTS__FRAGMENTS, elements);
Discouraged access: The field MODEL_FRAGMENTS__FRAGMENTS from the type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java : 46 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 18)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 24)
import org.eclipse.e4.ui.model.fragment.MModelFragments;
Discouraged access: The type MModelFragments is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 26)
import org.eclipse.e4.ui.model.fragment.impl.FragmentPackageImpl;
Discouraged access: The type FragmentPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 28)
import org.eclipse.e4.ui.model.fragment.MStringModelFragment;
Discouraged access: The type MStringModelFragment is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 30)
import org.eclipse.e4.ui.model.fragment.MFragmentFactory;
Discouraged access: The type MFragmentFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 39)
import org.eclipse.e4.ui.model.application.ui.MElementContainer;
Discouraged access: The type MElementContainer<T> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 147)
MModelFragments container = (MModelFragments) getMaster().getValue();
Discouraged access: The type MModelFragments is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 147)
MModelFragments container = (MModelFragments) getMaster().getValue();
Discouraged access: The type MModelFragments is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 148)
int idx = container.getImports().indexOf(obj) - 1;
Discouraged access: The method getImports() from the type MModelFragments is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 150)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS, obj, idx);
Discouraged access: The type FragmentPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 150)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS, obj, idx);
Discouraged access: The type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 150)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS, obj, idx);
Discouraged access: The field MODEL_FRAGMENTS__IMPORTS from the type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 174)
MModelFragments container = (MModelFragments) getMaster().getValue();
Discouraged access: The type MModelFragments is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 174)
MModelFragments container = (MModelFragments) getMaster().getValue();
Discouraged access: The type MModelFragments is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 175)
int idx = container.getImports().indexOf(obj) + 1;
Discouraged access: The method getImports() from the type MModelFragments is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 176)
if (idx < container.getImports().size()) {
Discouraged access: The method getImports() from the type MModelFragments is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 177)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS, obj, idx);
Discouraged access: The type FragmentPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 177)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS, obj, idx);
Discouraged access: The type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 177)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS, obj, idx);
Discouraged access: The field MODEL_FRAGMENTS__IMPORTS from the type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 210)
addClasses(ApplicationPackageImpl.eINSTANCE, list);
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 210)
addClasses(ApplicationPackageImpl.eINSTANCE, list);
Discouraged access: The field eINSTANCE from the type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 211)
list.addAll(getEditor().getFeatureClasses(FragmentPackageImpl.Literals.MODEL_FRAGMENT, FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS));
Discouraged access: The type FragmentPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 211)
list.addAll(getEditor().getFeatureClasses(FragmentPackageImpl.Literals.MODEL_FRAGMENT, FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS));
Discouraged access: The type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 211)
list.addAll(getEditor().getFeatureClasses(FragmentPackageImpl.Literals.MODEL_FRAGMENT, FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS));
Discouraged access: The field MODEL_FRAGMENT from the type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 211)
list.addAll(getEditor().getFeatureClasses(FragmentPackageImpl.Literals.MODEL_FRAGMENT, FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS));
Discouraged access: The type FragmentPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 211)
list.addAll(getEditor().getFeatureClasses(FragmentPackageImpl.Literals.MODEL_FRAGMENT, FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS));
Discouraged access: The type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 211)
list.addAll(getEditor().getFeatureClasses(FragmentPackageImpl.Literals.MODEL_FRAGMENT, FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS));
Discouraged access: The field MODEL_FRAGMENTS__IMPORTS from the type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 225)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS, eObject);
Discouraged access: The type FragmentPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 225)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS, eObject);
Discouraged access: The type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 225)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS, eObject);
Discouraged access: The field MODEL_FRAGMENTS__IMPORTS from the type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 244)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS, elements);
Discouraged access: The type FragmentPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 244)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS, elements);
Discouraged access: The type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 244)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS, elements);
Discouraged access: The field MODEL_FRAGMENTS__IMPORTS from the type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 260)
if (eclass != ApplicationPackageImpl.Literals.APPLICATION && !eclass.isAbstract() && !eclass.isInterface() && eclass.getEAllSuperTypes().contains(ApplicationPackageImpl.Literals.APPLICATION_ELEMENT)) {
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 260)
if (eclass != ApplicationPackageImpl.Literals.APPLICATION && !eclass.isAbstract() && !eclass.isInterface() && eclass.getEAllSuperTypes().contains(ApplicationPackageImpl.Literals.APPLICATION_ELEMENT)) {
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 260)
if (eclass != ApplicationPackageImpl.Literals.APPLICATION && !eclass.isAbstract() && !eclass.isInterface() && eclass.getEAllSuperTypes().contains(ApplicationPackageImpl.Literals.APPLICATION_ELEMENT)) {
Discouraged access: The field APPLICATION from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 260)
if (eclass != ApplicationPackageImpl.Literals.APPLICATION && !eclass.isAbstract() && !eclass.isInterface() && eclass.getEAllSuperTypes().contains(ApplicationPackageImpl.Literals.APPLICATION_ELEMENT)) {
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 260)
if (eclass != ApplicationPackageImpl.Literals.APPLICATION && !eclass.isAbstract() && !eclass.isInterface() && eclass.getEAllSuperTypes().contains(ApplicationPackageImpl.Literals.APPLICATION_ELEMENT)) {
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 260)
if (eclass != ApplicationPackageImpl.Literals.APPLICATION && !eclass.isAbstract() && !eclass.isInterface() && eclass.getEAllSuperTypes().contains(ApplicationPackageImpl.Literals.APPLICATION_ELEMENT)) {
Discouraged access: The field APPLICATION_ELEMENT from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java : 37 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 20)
import org.eclipse.e4.ui.model.application.commands.MHandler;
Discouraged access: The type MHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 21)
import org.eclipse.e4.ui.model.application.descriptor.basic.MBasicFactory;
Discouraged access: The type MBasicFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 22)
import org.eclipse.e4.ui.model.application.descriptor.basic.MPartDescriptor;
Discouraged access: The type MPartDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 23)
import org.eclipse.e4.ui.model.application.descriptor.basic.MPartDescriptorContainer;
Discouraged access: The type MPartDescriptorContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 24)
import org.eclipse.e4.ui.model.application.descriptor.basic.impl.BasicPackageImpl;
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 25)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 110)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 110)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 110)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL);
Discouraged access: The field UI_LABEL__LABEL from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 115)
column.setLabelProvider(new ObservableColumnLabelProvider<MHandler>(prop.observeDetail(cp.getKnownElements())));
Discouraged access: The type MHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 119)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), BasicPackageImpl.Literals.PART_DESCRIPTOR__CATEGORY);
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 119)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), BasicPackageImpl.Literals.PART_DESCRIPTOR__CATEGORY);
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 119)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), BasicPackageImpl.Literals.PART_DESCRIPTOR__CATEGORY);
Discouraged access: The field PART_DESCRIPTOR__CATEGORY from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 124)
column.setLabelProvider(new ObservableColumnLabelProvider<MHandler>(prop.observeDetail(cp.getKnownElements())));
Discouraged access: The type MHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 147)
MPartDescriptorContainer container = (MPartDescriptorContainer) getMaster().getValue();
Discouraged access: The type MPartDescriptorContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 147)
MPartDescriptorContainer container = (MPartDescriptorContainer) getMaster().getValue();
Discouraged access: The type MPartDescriptorContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 148)
int idx = container.getDescriptors().indexOf(obj) - 1;
Discouraged access: The method getDescriptors() from the type MPartDescriptorContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 150)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), BasicPackageImpl.Literals.PART_DESCRIPTOR_CONTAINER__DESCRIPTORS, obj, idx);
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 150)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), BasicPackageImpl.Literals.PART_DESCRIPTOR_CONTAINER__DESCRIPTORS, obj, idx);
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 150)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), BasicPackageImpl.Literals.PART_DESCRIPTOR_CONTAINER__DESCRIPTORS, obj, idx);
Discouraged access: The field PART_DESCRIPTOR_CONTAINER__DESCRIPTORS from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 174)
MPartDescriptorContainer container = (MPartDescriptorContainer) getMaster().getValue();
Discouraged access: The type MPartDescriptorContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 174)
MPartDescriptorContainer container = (MPartDescriptorContainer) getMaster().getValue();
Discouraged access: The type MPartDescriptorContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 175)
int idx = container.getDescriptors().indexOf(obj) + 1;
Discouraged access: The method getDescriptors() from the type MPartDescriptorContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 176)
if( idx < container.getDescriptors().size() ) {
Discouraged access: The method getDescriptors() from the type MPartDescriptorContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 177)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), BasicPackageImpl.Literals.PART_DESCRIPTOR_CONTAINER__DESCRIPTORS, obj, idx);
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 177)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), BasicPackageImpl.Literals.PART_DESCRIPTOR_CONTAINER__DESCRIPTORS, obj, idx);
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 177)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), BasicPackageImpl.Literals.PART_DESCRIPTOR_CONTAINER__DESCRIPTORS, obj, idx);
Discouraged access: The field PART_DESCRIPTOR_CONTAINER__DESCRIPTORS from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 197)
MPartDescriptor command = MBasicFactory.INSTANCE.createPartDescriptor();
Discouraged access: The type MPartDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 197)
MPartDescriptor command = MBasicFactory.INSTANCE.createPartDescriptor();
Discouraged access: The type MBasicFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 197)
MPartDescriptor command = MBasicFactory.INSTANCE.createPartDescriptor();
Discouraged access: The method createPartDescriptor() from the type MBasicFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 197)
MPartDescriptor command = MBasicFactory.INSTANCE.createPartDescriptor();
Discouraged access: The field INSTANCE from the type MBasicFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 198)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), BasicPackageImpl.Literals.PART_DESCRIPTOR_CONTAINER__DESCRIPTORS, command);
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 198)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), BasicPackageImpl.Literals.PART_DESCRIPTOR_CONTAINER__DESCRIPTORS, command);
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 198)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), BasicPackageImpl.Literals.PART_DESCRIPTOR_CONTAINER__DESCRIPTORS, command);
Discouraged access: The field PART_DESCRIPTOR_CONTAINER__DESCRIPTORS from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 216)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), BasicPackageImpl.Literals.PART_DESCRIPTOR_CONTAINER__DESCRIPTORS, commands);
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 216)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), BasicPackageImpl.Literals.PART_DESCRIPTOR_CONTAINER__DESCRIPTORS, commands);
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 216)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), BasicPackageImpl.Literals.PART_DESCRIPTOR_CONTAINER__DESCRIPTORS, commands);
Discouraged access: The field PART_DESCRIPTOR_CONTAINER__DESCRIPTORS from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java : 55 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 13)
import org.eclipse.e4.ui.model.application.ui.menu.MToolBarContribution;
Discouraged access: The type MToolBarContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 15)
import org.eclipse.e4.ui.model.application.ui.menu.MToolBarContributions;
Discouraged access: The type MToolBarContributions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 17)
import org.eclipse.e4.ui.model.application.ui.menu.MMenuFactory;
Discouraged access: The type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 19)
import org.eclipse.e4.ui.model.application.ui.menu.MMenuContributions;
Discouraged access: The type MMenuContributions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 21)
import org.eclipse.e4.ui.model.application.ui.menu.MMenuContribution;
Discouraged access: The type MMenuContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 23)
import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl;
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 25)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 34)
import org.eclipse.e4.ui.model.application.commands.MHandler;
Discouraged access: The type MHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 35)
import org.eclipse.e4.ui.model.application.descriptor.basic.MBasicFactory;
Discouraged access: The type MBasicFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 36)
import org.eclipse.e4.ui.model.application.descriptor.basic.MPartDescriptor;
Discouraged access: The type MPartDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 37)
import org.eclipse.e4.ui.model.application.descriptor.basic.MPartDescriptorContainer;
Discouraged access: The type MPartDescriptorContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 38)
import org.eclipse.e4.ui.model.application.descriptor.basic.impl.BasicPackageImpl;
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 39)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 124)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID);
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 124)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID);
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 124)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID);
Discouraged access: The field APPLICATION_ELEMENT__ELEMENT_ID from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 129)
column.setLabelProvider(new ObservableColumnLabelProvider<MHandler>(prop.observeDetail(cp.getKnownElements())));
Discouraged access: The type MHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 133)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTION__PARENT_ID);
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 133)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTION__PARENT_ID);
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 133)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTION__PARENT_ID);
Discouraged access: The field TOOL_BAR_CONTRIBUTION__PARENT_ID from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 138)
column.setLabelProvider(new ObservableColumnLabelProvider<MHandler>(prop.observeDetail(cp.getKnownElements())));
Discouraged access: The type MHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 142)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTION__POSITION_IN_PARENT);
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 142)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTION__POSITION_IN_PARENT);
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 142)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTION__POSITION_IN_PARENT);
Discouraged access: The field TOOL_BAR_CONTRIBUTION__POSITION_IN_PARENT from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 147)
column.setLabelProvider(new ObservableColumnLabelProvider<MHandler>(prop.observeDetail(cp.getKnownElements())));
Discouraged access: The type MHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 170)
MToolBarContributions container = (MToolBarContributions) getMaster().getValue();
Discouraged access: The type MToolBarContributions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 170)
MToolBarContributions container = (MToolBarContributions) getMaster().getValue();
Discouraged access: The type MToolBarContributions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 171)
int idx = container.getToolBarContributions().indexOf(obj) - 1;
Discouraged access: The method getToolBarContributions() from the type MToolBarContributions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 173)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTIONS__TOOL_BAR_CONTRIBUTIONS, obj, idx);
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 173)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTIONS__TOOL_BAR_CONTRIBUTIONS, obj, idx);
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 173)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTIONS__TOOL_BAR_CONTRIBUTIONS, obj, idx);
Discouraged access: The field TOOL_BAR_CONTRIBUTIONS__TOOL_BAR_CONTRIBUTIONS from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 197)
MToolBarContributions container = (MToolBarContributions) getMaster().getValue();
Discouraged access: The type MToolBarContributions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 197)
MToolBarContributions container = (MToolBarContributions) getMaster().getValue();
Discouraged access: The type MToolBarContributions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 198)
int idx = container.getToolBarContributions().indexOf(obj) + 1;
Discouraged access: The method getToolBarContributions() from the type MToolBarContributions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 199)
if( idx < container.getToolBarContributions().size() ) {
Discouraged access: The method getToolBarContributions() from the type MToolBarContributions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 200)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTIONS__TOOL_BAR_CONTRIBUTIONS, obj, idx);
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 200)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTIONS__TOOL_BAR_CONTRIBUTIONS, obj, idx);
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 200)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTIONS__TOOL_BAR_CONTRIBUTIONS, obj, idx);
Discouraged access: The field TOOL_BAR_CONTRIBUTIONS__TOOL_BAR_CONTRIBUTIONS from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 220)
MToolBarContribution command = MMenuFactory.INSTANCE.createToolBarContribution();
Discouraged access: The type MToolBarContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 220)
MToolBarContribution command = MMenuFactory.INSTANCE.createToolBarContribution();
Discouraged access: The type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 220)
MToolBarContribution command = MMenuFactory.INSTANCE.createToolBarContribution();
Discouraged access: The method createToolBarContribution() from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 220)
MToolBarContribution command = MMenuFactory.INSTANCE.createToolBarContribution();
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 221)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTIONS__TOOL_BAR_CONTRIBUTIONS, command);
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 221)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTIONS__TOOL_BAR_CONTRIBUTIONS, command);
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 221)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTIONS__TOOL_BAR_CONTRIBUTIONS, command);
Discouraged access: The field TOOL_BAR_CONTRIBUTIONS__TOOL_BAR_CONTRIBUTIONS from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 239)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTIONS__TOOL_BAR_CONTRIBUTIONS, commands);
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 239)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTIONS__TOOL_BAR_CONTRIBUTIONS, commands);
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 239)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), MenuPackageImpl.Literals.TOOL_BAR_CONTRIBUTIONS__TOOL_BAR_CONTRIBUTIONS, commands);
Discouraged access: The field TOOL_BAR_CONTRIBUTIONS__TOOL_BAR_CONTRIBUTIONS from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java : 59 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 13)
import org.eclipse.e4.ui.model.application.ui.menu.MTrimContribution;
Discouraged access: The type MTrimContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 15)
import org.eclipse.e4.ui.model.application.ui.menu.MTrimContributions;
Discouraged access: The type MTrimContributions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 17)
import org.eclipse.e4.ui.model.application.ui.menu.MToolBarContribution;
Discouraged access: The type MToolBarContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 19)
import org.eclipse.e4.ui.model.application.ui.menu.MToolBarContributions;
Discouraged access: The type MToolBarContributions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 21)
import org.eclipse.e4.ui.model.application.ui.menu.MMenuFactory;
Discouraged access: The type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 23)
import org.eclipse.e4.ui.model.application.ui.menu.MMenuContributions;
Discouraged access: The type MMenuContributions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 25)
import org.eclipse.e4.ui.model.application.ui.menu.MMenuContribution;
Discouraged access: The type MMenuContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 27)
import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl;
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 29)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 38)
import org.eclipse.e4.ui.model.application.commands.MHandler;
Discouraged access: The type MHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 39)
import org.eclipse.e4.ui.model.application.descriptor.basic.MBasicFactory;
Discouraged access: The type MBasicFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 40)
import org.eclipse.e4.ui.model.application.descriptor.basic.MPartDescriptor;
Discouraged access: The type MPartDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 41)
import org.eclipse.e4.ui.model.application.descriptor.basic.MPartDescriptorContainer;
Discouraged access: The type MPartDescriptorContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 42)
import org.eclipse.e4.ui.model.application.descriptor.basic.impl.BasicPackageImpl;
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 43)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 128)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID);
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 128)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID);
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 128)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID);
Discouraged access: The field APPLICATION_ELEMENT__ELEMENT_ID from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 133)
column.setLabelProvider(new ObservableColumnLabelProvider<MHandler>(prop.observeDetail(cp.getKnownElements())));
Discouraged access: The type MHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 137)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.TRIM_CONTRIBUTION__PARENT_ID);
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 137)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.TRIM_CONTRIBUTION__PARENT_ID);
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 137)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.TRIM_CONTRIBUTION__PARENT_ID);
Discouraged access: The field TRIM_CONTRIBUTION__PARENT_ID from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 142)
column.setLabelProvider(new ObservableColumnLabelProvider<MHandler>(prop.observeDetail(cp.getKnownElements())));
Discouraged access: The type MHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 146)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.TRIM_CONTRIBUTION__POSITION_IN_PARENT);
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 146)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.TRIM_CONTRIBUTION__POSITION_IN_PARENT);
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 146)
IEMFEditValueProperty prop = EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.TRIM_CONTRIBUTION__POSITION_IN_PARENT);
Discouraged access: The field TRIM_CONTRIBUTION__POSITION_IN_PARENT from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 151)
column.setLabelProvider(new ObservableColumnLabelProvider<MHandler>(prop.observeDetail(cp.getKnownElements())));
Discouraged access: The type MHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 174)
MTrimContributions container = (MTrimContributions) getMaster().getValue();
Discouraged access: The type MTrimContributions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 174)
MTrimContributions container = (MTrimContributions) getMaster().getValue();
Discouraged access: The type MTrimContributions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 175)
int idx = container.getTrimContributions().indexOf(obj) - 1;
Discouraged access: The method getTrimContributions() from the type MTrimContributions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 177)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), MenuPackageImpl.Literals.TRIM_CONTRIBUTIONS__TRIM_CONTRIBUTIONS, obj, idx);
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 177)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), MenuPackageImpl.Literals.TRIM_CONTRIBUTIONS__TRIM_CONTRIBUTIONS, obj, idx);
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 177)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), MenuPackageImpl.Literals.TRIM_CONTRIBUTIONS__TRIM_CONTRIBUTIONS, obj, idx);
Discouraged access: The field TRIM_CONTRIBUTIONS__TRIM_CONTRIBUTIONS from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 201)
MTrimContributions container = (MTrimContributions) getMaster().getValue();
Discouraged access: The type MTrimContributions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 201)
MTrimContributions container = (MTrimContributions) getMaster().getValue();
Discouraged access: The type MTrimContributions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 202)
int idx = container.getTrimContributions().indexOf(obj) + 1;
Discouraged access: The method getTrimContributions() from the type MTrimContributions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 203)
if( idx < container.getTrimContributions().size() ) {
Discouraged access: The method getTrimContributions() from the type MTrimContributions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 204)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), MenuPackageImpl.Literals.TRIM_CONTRIBUTIONS__TRIM_CONTRIBUTIONS, obj, idx);
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 204)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), MenuPackageImpl.Literals.TRIM_CONTRIBUTIONS__TRIM_CONTRIBUTIONS, obj, idx);
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 204)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), MenuPackageImpl.Literals.TRIM_CONTRIBUTIONS__TRIM_CONTRIBUTIONS, obj, idx);
Discouraged access: The field TRIM_CONTRIBUTIONS__TRIM_CONTRIBUTIONS from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 224)
MTrimContribution command = MMenuFactory.INSTANCE.createTrimContribution();
Discouraged access: The type MTrimContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 224)
MTrimContribution command = MMenuFactory.INSTANCE.createTrimContribution();
Discouraged access: The type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 224)
MTrimContribution command = MMenuFactory.INSTANCE.createTrimContribution();
Discouraged access: The method createTrimContribution() from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 224)
MTrimContribution command = MMenuFactory.INSTANCE.createTrimContribution();
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 225)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), MenuPackageImpl.Literals.TRIM_CONTRIBUTIONS__TRIM_CONTRIBUTIONS, command);
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 225)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), MenuPackageImpl.Literals.TRIM_CONTRIBUTIONS__TRIM_CONTRIBUTIONS, command);
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 225)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), MenuPackageImpl.Literals.TRIM_CONTRIBUTIONS__TRIM_CONTRIBUTIONS, command);
Discouraged access: The field TRIM_CONTRIBUTIONS__TRIM_CONTRIBUTIONS from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 243)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), MenuPackageImpl.Literals.TRIM_CONTRIBUTIONS__TRIM_CONTRIBUTIONS, commands);
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 243)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), MenuPackageImpl.Literals.TRIM_CONTRIBUTIONS__TRIM_CONTRIBUTIONS, commands);
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 243)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), MenuPackageImpl.Literals.TRIM_CONTRIBUTIONS__TRIM_CONTRIBUTIONS, commands);
Discouraged access: The field TRIM_CONTRIBUTIONS__TRIM_CONTRIBUTIONS from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java : 44 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 20)
import org.eclipse.e4.ui.model.application.ui.MElementContainer;
Discouraged access: The type MElementContainer<T> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 21)
import org.eclipse.e4.ui.model.application.ui.advanced.impl.AdvancedPackageImpl;
Discouraged access: The type AdvancedPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 22)
import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl;
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 23)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 114)
IEMFEditListProperty prop = EMFEditProperties.list(getEditingDomain(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 114)
IEMFEditListProperty prop = EMFEditProperties.list(getEditingDomain(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 114)
IEMFEditListProperty prop = EMFEditProperties.list(getEditingDomain(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 137)
MElementContainer<?> container = (MElementContainer<?>) getMaster().getValue();
Discouraged access: The type MElementContainer<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 137)
MElementContainer<?> container = (MElementContainer<?>) getMaster().getValue();
Discouraged access: The type MElementContainer<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 138)
int idx = container.getChildren().indexOf(obj) - 1;
Discouraged access: The method getChildren() from the type MElementContainer<capture#5-of ?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 140)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 140)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 140)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 164)
MElementContainer<?> container = (MElementContainer<?>) getMaster().getValue();
Discouraged access: The type MElementContainer<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 164)
MElementContainer<?> container = (MElementContainer<?>) getMaster().getValue();
Discouraged access: The type MElementContainer<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 165)
int idx = container.getChildren().indexOf(obj) + 1;
Discouraged access: The method getChildren() from the type MElementContainer<capture#7-of ?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 166)
if( idx < container.getChildren().size() ) {
Discouraged access: The method getChildren() from the type MElementContainer<capture#8-of ?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 167)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 167)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 167)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 191)
AdvancedPackageImpl.Literals.PERSPECTIVE_STACK,
Discouraged access: The type AdvancedPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 191)
AdvancedPackageImpl.Literals.PERSPECTIVE_STACK,
Discouraged access: The type AdvancedPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 191)
AdvancedPackageImpl.Literals.PERSPECTIVE_STACK,
Discouraged access: The field PERSPECTIVE_STACK from the type AdvancedPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 192)
BasicPackageImpl.Literals.PART_SASH_CONTAINER,
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 192)
BasicPackageImpl.Literals.PART_SASH_CONTAINER,
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 192)
BasicPackageImpl.Literals.PART_SASH_CONTAINER,
Discouraged access: The field PART_SASH_CONTAINER from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 193)
BasicPackageImpl.Literals.PART_STACK,
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 193)
BasicPackageImpl.Literals.PART_STACK,
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 193)
BasicPackageImpl.Literals.PART_STACK,
Discouraged access: The field PART_STACK from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 194)
BasicPackageImpl.Literals.PART,
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 194)
BasicPackageImpl.Literals.PART,
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 194)
BasicPackageImpl.Literals.PART,
Discouraged access: The field PART from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 195)
BasicPackageImpl.Literals.INPUT_PART
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 195)
BasicPackageImpl.Literals.INPUT_PART
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 195)
BasicPackageImpl.Literals.INPUT_PART
Discouraged access: The field INPUT_PART from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 197)
childrenDropDown.setSelection(new StructuredSelection(AdvancedPackageImpl.Literals.PERSPECTIVE_STACK));
Discouraged access: The type AdvancedPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 197)
childrenDropDown.setSelection(new StructuredSelection(AdvancedPackageImpl.Literals.PERSPECTIVE_STACK));
Discouraged access: The type AdvancedPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 197)
childrenDropDown.setSelection(new StructuredSelection(AdvancedPackageImpl.Literals.PERSPECTIVE_STACK));
Discouraged access: The field PERSPECTIVE_STACK from the type AdvancedPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 210)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 210)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 210)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, eObject);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 230)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, elements);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 230)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, elements);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 230)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, elements);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java : 56 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 20)
import org.eclipse.e4.ui.model.application.ui.MElementContainer;
Discouraged access: The type MElementContainer<T> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 21)
import org.eclipse.e4.ui.model.application.ui.basic.MWindow;
Discouraged access: The type MWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 22)
import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl;
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 23)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 113)
IEMFEditValueProperty valProp = EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 113)
IEMFEditValueProperty valProp = EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 113)
IEMFEditValueProperty valProp = EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL);
Discouraged access: The field UI_LABEL__LABEL from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 118)
column.setLabelProvider(new ObservableColumnLabelProvider<MWindow>(valProp.observeDetail(cp.getKnownElements())));
Discouraged access: The type MWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 122)
IEMFEditValueProperty valProp = EMFEditProperties.value(getEditingDomain(), BasicPackageImpl.Literals.WINDOW__X);
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 122)
IEMFEditValueProperty valProp = EMFEditProperties.value(getEditingDomain(), BasicPackageImpl.Literals.WINDOW__X);
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 122)
IEMFEditValueProperty valProp = EMFEditProperties.value(getEditingDomain(), BasicPackageImpl.Literals.WINDOW__X);
Discouraged access: The field WINDOW__X from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 127)
column.setLabelProvider(new ObservableColumnLabelProvider<MWindow>(valProp.observeDetail(cp.getKnownElements())));
Discouraged access: The type MWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 131)
IEMFEditValueProperty valProp = EMFEditProperties.value(getEditingDomain(), BasicPackageImpl.Literals.WINDOW__Y);
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 131)
IEMFEditValueProperty valProp = EMFEditProperties.value(getEditingDomain(), BasicPackageImpl.Literals.WINDOW__Y);
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 131)
IEMFEditValueProperty valProp = EMFEditProperties.value(getEditingDomain(), BasicPackageImpl.Literals.WINDOW__Y);
Discouraged access: The field WINDOW__Y from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 136)
column.setLabelProvider(new ObservableColumnLabelProvider<MWindow>(valProp.observeDetail(cp.getKnownElements())));
Discouraged access: The type MWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 140)
IEMFEditValueProperty valProp = EMFEditProperties.value(getEditingDomain(), BasicPackageImpl.Literals.WINDOW__WIDTH);
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 140)
IEMFEditValueProperty valProp = EMFEditProperties.value(getEditingDomain(), BasicPackageImpl.Literals.WINDOW__WIDTH);
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 140)
IEMFEditValueProperty valProp = EMFEditProperties.value(getEditingDomain(), BasicPackageImpl.Literals.WINDOW__WIDTH);
Discouraged access: The field WINDOW__WIDTH from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 145)
column.setLabelProvider(new ObservableColumnLabelProvider<MWindow>(valProp.observeDetail(cp.getKnownElements())));
Discouraged access: The type MWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 149)
IEMFEditValueProperty valProp = EMFEditProperties.value(getEditingDomain(), BasicPackageImpl.Literals.WINDOW__HEIGHT);
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 149)
IEMFEditValueProperty valProp = EMFEditProperties.value(getEditingDomain(), BasicPackageImpl.Literals.WINDOW__HEIGHT);
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 149)
IEMFEditValueProperty valProp = EMFEditProperties.value(getEditingDomain(), BasicPackageImpl.Literals.WINDOW__HEIGHT);
Discouraged access: The field WINDOW__HEIGHT from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 154)
column.setLabelProvider(new ObservableColumnLabelProvider<MWindow>(valProp.observeDetail(cp.getKnownElements())));
Discouraged access: The type MWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 178)
MElementContainer<?> container = (MElementContainer<?>) getMaster().getValue();
Discouraged access: The type MElementContainer<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 178)
MElementContainer<?> container = (MElementContainer<?>) getMaster().getValue();
Discouraged access: The type MElementContainer<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 179)
int idx = container.getChildren().indexOf(obj) - 1;
Discouraged access: The method getChildren() from the type MElementContainer<capture#5-of ?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 181)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 181)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 181)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 205)
MElementContainer<?> container = (MElementContainer<?>) getMaster().getValue();
Discouraged access: The type MElementContainer<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 205)
MElementContainer<?> container = (MElementContainer<?>) getMaster().getValue();
Discouraged access: The type MElementContainer<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 206)
int idx = container.getChildren().indexOf(obj) + 1;
Discouraged access: The method getChildren() from the type MElementContainer<capture#7-of ?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 207)
if( idx < container.getChildren().size() ) {
Discouraged access: The method getChildren() from the type MElementContainer<capture#8-of ?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 208)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 208)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 208)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, obj, idx);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 231)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.WINDOW, BasicPackageImpl.Literals.TRIMMED_WINDOW });
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 231)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.WINDOW, BasicPackageImpl.Literals.TRIMMED_WINDOW });
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 231)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.WINDOW, BasicPackageImpl.Literals.TRIMMED_WINDOW });
Discouraged access: The field WINDOW from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 231)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.WINDOW, BasicPackageImpl.Literals.TRIMMED_WINDOW });
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 231)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.WINDOW, BasicPackageImpl.Literals.TRIMMED_WINDOW });
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 231)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.WINDOW, BasicPackageImpl.Literals.TRIMMED_WINDOW });
Discouraged access: The field TRIMMED_WINDOW from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 232)
childrenDropDown.setSelection(new StructuredSelection(BasicPackageImpl.Literals.WINDOW));
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 232)
childrenDropDown.setSelection(new StructuredSelection(BasicPackageImpl.Literals.WINDOW));
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 232)
childrenDropDown.setSelection(new StructuredSelection(BasicPackageImpl.Literals.WINDOW));
Discouraged access: The field WINDOW from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 243)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, handler);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 243)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, handler);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 243)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, handler);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 261)
MElementContainer<?> container = (MElementContainer<?>) getMaster().getValue();
Discouraged access: The type MElementContainer<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 261)
MElementContainer<?> container = (MElementContainer<?>) getMaster().getValue();
Discouraged access: The type MElementContainer<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
52. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 262)
Command cmd = RemoveCommand.create(getEditingDomain(), container, UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, windows);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
53. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 262)
Command cmd = RemoveCommand.create(getEditingDomain(), container, UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, windows);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
54. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 262)
Command cmd = RemoveCommand.create(getEditingDomain(), container, UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, windows);
Discouraged access: The field ELEMENT_CONTAINER__CHILDREN from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
55. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 265)
if( container.getChildren().size() > 0 ) {
Discouraged access: The method getChildren() from the type MElementContainer<capture#12-of ?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 266)
viewer.setSelection(new StructuredSelection(container.getChildren().get(0)));
Discouraged access: The method getChildren() from the type MElementContainer<capture#13-of ?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java : 38 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 16)
import org.eclipse.e4.ui.model.application.ui.MElementContainer;
Discouraged access: The type MElementContainer<T> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 17)
import org.eclipse.e4.ui.model.application.ui.advanced.impl.AdvancedPackageImpl;
Discouraged access: The type AdvancedPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 18)
import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl;
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 118)
IEMFEditListProperty prop = EMFEditProperties.list(getEditingDomain(), BasicPackageImpl.Literals.WINDOW__SHARED_ELEMENTS);
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 118)
IEMFEditListProperty prop = EMFEditProperties.list(getEditingDomain(), BasicPackageImpl.Literals.WINDOW__SHARED_ELEMENTS);
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 118)
IEMFEditListProperty prop = EMFEditProperties.list(getEditingDomain(), BasicPackageImpl.Literals.WINDOW__SHARED_ELEMENTS);
Discouraged access: The field WINDOW__SHARED_ELEMENTS from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 141)
MElementContainer<?> container = (MElementContainer<?>) getMaster().getValue();
Discouraged access: The type MElementContainer<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 141)
MElementContainer<?> container = (MElementContainer<?>) getMaster().getValue();
Discouraged access: The type MElementContainer<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 142)
int idx = container.getChildren().indexOf(obj) - 1;
Discouraged access: The method getChildren() from the type MElementContainer<capture#5-of ?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 144)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), BasicPackageImpl.Literals.WINDOW__SHARED_ELEMENTS, obj, idx);
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 144)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), BasicPackageImpl.Literals.WINDOW__SHARED_ELEMENTS, obj, idx);
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 144)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), BasicPackageImpl.Literals.WINDOW__SHARED_ELEMENTS, obj, idx);
Discouraged access: The field WINDOW__SHARED_ELEMENTS from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 168)
MElementContainer<?> container = (MElementContainer<?>) getMaster().getValue();
Discouraged access: The type MElementContainer<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 168)
MElementContainer<?> container = (MElementContainer<?>) getMaster().getValue();
Discouraged access: The type MElementContainer<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 169)
int idx = container.getChildren().indexOf(obj) + 1;
Discouraged access: The method getChildren() from the type MElementContainer<capture#7-of ?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 170)
if( idx < container.getChildren().size() ) {
Discouraged access: The method getChildren() from the type MElementContainer<capture#8-of ?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 171)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), BasicPackageImpl.Literals.WINDOW__SHARED_ELEMENTS, obj, idx);
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 171)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), BasicPackageImpl.Literals.WINDOW__SHARED_ELEMENTS, obj, idx);
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 171)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), BasicPackageImpl.Literals.WINDOW__SHARED_ELEMENTS, obj, idx);
Discouraged access: The field WINDOW__SHARED_ELEMENTS from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 195)
BasicPackageImpl.Literals.PART_SASH_CONTAINER,
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 195)
BasicPackageImpl.Literals.PART_SASH_CONTAINER,
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 195)
BasicPackageImpl.Literals.PART_SASH_CONTAINER,
Discouraged access: The field PART_SASH_CONTAINER from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 196)
BasicPackageImpl.Literals.PART,
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 196)
BasicPackageImpl.Literals.PART,
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 196)
BasicPackageImpl.Literals.PART,
Discouraged access: The field PART from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 197)
BasicPackageImpl.Literals.INPUT_PART
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 197)
BasicPackageImpl.Literals.INPUT_PART
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 197)
BasicPackageImpl.Literals.INPUT_PART
Discouraged access: The field INPUT_PART from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 199)
childrenDropDown.setSelection(new StructuredSelection(BasicPackageImpl.Literals.PART));
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 199)
childrenDropDown.setSelection(new StructuredSelection(BasicPackageImpl.Literals.PART));
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 199)
childrenDropDown.setSelection(new StructuredSelection(BasicPackageImpl.Literals.PART));
Discouraged access: The field PART from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 212)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), BasicPackageImpl.Literals.WINDOW__SHARED_ELEMENTS, eObject);
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 212)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), BasicPackageImpl.Literals.WINDOW__SHARED_ELEMENTS, eObject);
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 212)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), BasicPackageImpl.Literals.WINDOW__SHARED_ELEMENTS, eObject);
Discouraged access: The field WINDOW__SHARED_ELEMENTS from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 232)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), BasicPackageImpl.Literals.WINDOW__SHARED_ELEMENTS, elements);
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 232)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), BasicPackageImpl.Literals.WINDOW__SHARED_ELEMENTS, elements);
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 232)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), BasicPackageImpl.Literals.WINDOW__SHARED_ELEMENTS, elements);
Discouraged access: The field WINDOW__SHARED_ELEMENTS from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowTrimEditor.java : 13 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowTrimEditor.java
 (at line 20)
import org.eclipse.e4.ui.model.application.ui.basic.MBasicFactory;
Discouraged access: The type MBasicFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowTrimEditor.java
 (at line 21)
import org.eclipse.e4.ui.model.application.ui.basic.MTrimBar;
Discouraged access: The type MTrimBar is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowTrimEditor.java
 (at line 22)
import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl;
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowTrimEditor.java
 (at line 118)
MTrimBar handler = MBasicFactory.INSTANCE.createTrimBar();
Discouraged access: The type MTrimBar is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowTrimEditor.java
 (at line 118)
MTrimBar handler = MBasicFactory.INSTANCE.createTrimBar();
Discouraged access: The type MBasicFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowTrimEditor.java
 (at line 118)
MTrimBar handler = MBasicFactory.INSTANCE.createTrimBar();
Discouraged access: The method createTrimBar() from the type MBasicFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowTrimEditor.java
 (at line 118)
MTrimBar handler = MBasicFactory.INSTANCE.createTrimBar();
Discouraged access: The field INSTANCE from the type MBasicFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowTrimEditor.java
 (at line 119)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), BasicPackageImpl.Literals.TRIMMED_WINDOW__TRIM_BARS, handler);
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowTrimEditor.java
 (at line 119)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), BasicPackageImpl.Literals.TRIMMED_WINDOW__TRIM_BARS, handler);
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowTrimEditor.java
 (at line 119)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), BasicPackageImpl.Literals.TRIMMED_WINDOW__TRIM_BARS, handler);
Discouraged access: The field TRIMMED_WINDOW__TRIM_BARS from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowTrimEditor.java
 (at line 137)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), BasicPackageImpl.Literals.TRIMMED_WINDOW__TRIM_BARS, trimElements);
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowTrimEditor.java
 (at line 137)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), BasicPackageImpl.Literals.TRIMMED_WINDOW__TRIM_BARS, trimElements);
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowTrimEditor.java
 (at line 137)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), BasicPackageImpl.Literals.TRIMMED_WINDOW__TRIM_BARS, trimElements);
Discouraged access: The field TRIMMED_WINDOW__TRIM_BARS from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/emf/ui/internal/wbm/ApplicationModelEditor.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/wbm/ApplicationModelEditor.java
 (at line 17)
import org.eclipse.e4.core.contexts.IEclipseContext;
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/wbm/ApplicationModelEditor.java
 (at line 18)
import org.eclipse.e4.core.di.annotations.Optional;
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.di/@dot
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/wbm/ApplicationModelEditor.java
 (at line 25)
public ApplicationModelEditor(Composite composite, IEclipseContext context,
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.contexts/@dot
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/wbm/ApplicationModelEditor.java
 (at line 26)
IModelResource modelProvider, @Named("org.eclipse.e4.tools.emf.ui.editorproject") @Optional IProject project) {
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100701-1000/plugins/org.eclipse.e4.core.di/@dot