Compiler log for org.eclipse.e4.tools.emf.ui_0.10.0.v20110613-2030 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 3504

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/Util.java : 38 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/Util.java
 (at line 152)
List<Object> l = (List<Object>) container.eGet(feature);
Type safety: Unchecked cast from Object to List<Object>

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

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionClassDialog.java
 (at line 177)
ServiceReference ref = context.getServiceReference(ClassContributionCollector.class.getName());
ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionClassDialog.java
 (at line 179)
return (ClassContributionCollector) context.getService(ref);
Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference<S>) of type BundleContext
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionClassDialog.java
 (at line 179)
return (ClassContributionCollector) context.getService(ref);
Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference<Object>

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

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindImportElementDialog.java
 (at line 181)
ServiceReference ref = context.getServiceReference(ClassContributionCollector.class.getName());
ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindImportElementDialog.java
 (at line 183)
return (ClassContributionCollector) context.getService(ref);
Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference<S>) of type BundleContext
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindImportElementDialog.java
 (at line 183)
return (ClassContributionCollector) context.getService(ref);
Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference<Object>

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

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindParentReferenceElementDialog.java
 (at line 223)
ServiceReference ref = context.getServiceReference(ClassContributionCollector.class.getName());
ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindParentReferenceElementDialog.java
 (at line 225)
return (ClassContributionCollector) context.getService(ref);
Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference<S>) of type BundleContext
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindParentReferenceElementDialog.java
 (at line 225)
return (ClassContributionCollector) context.getService(ref);
Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference<Object>

/src/org/eclipse/e4/tools/emf/ui/internal/common/objectdata/JavaAttribute.java : 15 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/objectdata/JavaAttribute.java
 (at line 17)
private JavaAttribute attribute;
The value of the field JavaAttribute.attribute is not used

/src/org/eclipse/e4/tools/emf/ui/internal/common/objectdata/JavaObject.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/objectdata/JavaObject.java
 (at line 10)
private List<JavaMethod> methods;
The value of the field JavaObject.methods is not used

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

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/uistructure/WidgetContentProvider.java
 (at line 80)
Tree tree = (Tree) parentElement;
The value of the local variable tree is not used
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/uistructure/WidgetContentProvider.java
 (at line 83)
Table table = (Table) parentElement;
The value of the local variable table is not used
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/uistructure/WidgetContentProvider.java
 (at line 86)
List list = (List) parentElement;
The value of the local variable list is not used
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/uistructure/WidgetContentProvider.java
 (at line 89)
Combo combo = (Combo) parentElement;
The value of the local variable combo is not 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/CommandToStringConverter.java : 14 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/CommandToStringConverter.java
 (at line 15)
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/targets/v20110617/plugins/org.eclipse.e4.ui.workbench_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/CommandToStringConverter.java
 (at line 16)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/CommandToStringConverter.java
 (at line 24)
super(MCommand.class, String.class);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/CommandToStringConverter.java
 (at line 29)
MCommand cmd = (MCommand) fromObject;
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/CommandToStringConverter.java
 (at line 29)
MCommand cmd = (MCommand) fromObject;
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/CommandToStringConverter.java
 (at line 31)
if (cmd != null && cmd.getElementId() != null && cmd.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/CommandToStringConverter.java
 (at line 31)
if (cmd != null && cmd.getElementId() != null && cmd.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/CommandToStringConverter.java
 (at line 32)
elementId = cmd.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/CommandToStringConverter.java
 (at line 36)
} else 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/CommandToStringConverter.java
 (at line 36)
} else 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/CommandToStringConverter.java
 (at line 37)
return cmd.getCommandName() + (elementId != null ? " - " + elementId : ""); //$NON-NLS-1$//$NON-NLS-2$
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/CommandToStringConverter.java
 (at line 42)
if (res instanceof 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/targets/v20110617/plugins/org.eclipse.e4.ui.workbench_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/CommandToStringConverter.java
 (at line 43)
String v = ((E4XMIResource) res).getID((EObject) cmd);
Discouraged access: The method getID(EObject) from the type E4XMIResource is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.workbench_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/CommandToStringConverter.java
 (at line 43)
String v = ((E4XMIResource) res).getID((EObject) cmd);
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/targets/v20110617/plugins/org.eclipse.e4.ui.workbench_0.10.0.v20110613-2030.jar

/src/org/eclipse/e4/tools/emf/ui/common/IContributionClassCreator.java : 2 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/IContributionClassCreator.java
 (at line 14)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/IContributionClassCreator.java
 (at line 22)
public void createOpen(MContribution contribution, EditingDomain domain, IProject project, Shell shell);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

/src/org/eclipse/e4/tools/emf/ui/common/IScriptingSupport.java : 2 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/IScriptingSupport.java
 (at line 3)
import org.eclipse.e4.core.contexts.IEclipseContext;
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/IScriptingSupport.java
 (at line 7)
public void openEditor(Shell shell, Object scope, IEclipseContext context);
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/Util.java
 (at line 24)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/Util.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/Util.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/Util.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/Util.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/Util.java
 (at line 29)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/Util.java
 (at line 53)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/Util.java
 (at line 53)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/Util.java
 (at line 53)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/Util.java
 (at line 60)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/Util.java
 (at line 60)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/Util.java
 (at line 60)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/Util.java
 (at line 60)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/Util.java
 (at line 60)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/Util.java
 (at line 60)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/Util.java
 (at line 73)
public static final String getDefaultElementId(Resource resource, MApplicationElement element, IProject project) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/Util.java
 (at line 86)
if (tmp 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/Util.java
 (at line 87)
String elementId = ((MApplicationElement) tmp).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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/Util.java
 (at line 87)
String elementId = ((MApplicationElement) tmp).getElementId();
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/Util.java
 (at line 128)
if (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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/Util.java
 (at line 128)
if (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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/Util.java
 (at line 128)
if (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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/Util.java
 (at line 149)
public static boolean moveElementByIndex(EditingDomain editingDomain, MUIElement element, boolean liveModel, int index, EStructuralFeature feature) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/Util.java
 (at line 174)
public static boolean moveElementByIndex(EditingDomain editingDomain, MUIElement element, boolean liveModel, int index) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/Util.java
 (at line 176)
MElementContainer<MUIElement> container = element.getParent();
Discouraged access: The type MElementContainer<MUIElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/Util.java
 (at line 176)
MElementContainer<MUIElement> container = element.getParent();
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/Util.java
 (at line 176)
MElementContainer<MUIElement> container = element.getParent();
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/Util.java
 (at line 177)
container.getChildren().remove(element);
Discouraged access: The method getChildren() from the type MElementContainer<MUIElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/Util.java
 (at line 180)
container.getChildren().add(index, element);
Discouraged access: The method getChildren() from the type MElementContainer<MUIElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/Util.java
 (at line 182)
container.getChildren().add(element);
Discouraged access: The method getChildren() from the type MElementContainer<MUIElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/Util.java
 (at line 185)
container.setSelectedElement(element);
Discouraged access: The method setSelectedElement(MUIElement) from the type MElementContainer<MUIElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/Util.java
 (at line 188)
MElementContainer<MUIElement> container = element.getParent();
Discouraged access: The type MElementContainer<MUIElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/Util.java
 (at line 188)
MElementContainer<MUIElement> container = element.getParent();
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/Util.java
 (at line 188)
MElementContainer<MUIElement> container = element.getParent();
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/Util.java
 (at line 189)
Command cmd = MoveCommand.create(editingDomain, container, UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, element, index);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/Util.java
 (at line 189)
Command cmd = MoveCommand.create(editingDomain, container, UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, element, index);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/Util.java
 (at line 189)
Command cmd = MoveCommand.create(editingDomain, container, UiPackageImpl.Literals.ELEMENT_CONTAINER__CHILDREN, element, index);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

/src/org/eclipse/e4/tools/emf/ui/common/XMIModelResource.java : 11 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/XMIModelResource.java
 (at line 23)
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/targets/v20110617/plugins/org.eclipse.e4.ui.workbench_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/XMIModelResource.java
 (at line 24)
import org.eclipse.e4.ui.internal.workbench.E4XMIResourceFactory;
Discouraged access: The type E4XMIResourceFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/XMIModelResource.java
 (at line 66)
resourceSet.getResourceFactoryRegistry().getExtensionToFactoryMap().put(Resource.Factory.Registry.DEFAULT_EXTENSION, new E4XMIResourceFactory());
Discouraged access: The constructor E4XMIResourceFactory() is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/XMIModelResource.java
 (at line 66)
resourceSet.getResourceFactoryRegistry().getExtensionToFactoryMap().put(Resource.Factory.Registry.DEFAULT_EXTENSION, new E4XMIResourceFactory());
Discouraged access: The type E4XMIResourceFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/XMIModelResource.java
 (at line 81)
E4XMIResource resource = (E4XMIResource) eObject.eResource();
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/targets/v20110617/plugins/org.eclipse.e4.ui.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/XMIModelResource.java
 (at line 81)
E4XMIResource resource = (E4XMIResource) eObject.eResource();
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/targets/v20110617/plugins/org.eclipse.e4.ui.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/XMIModelResource.java
 (at line 83)
idMap.put(eObject, resource.getID(eObject));
Discouraged access: The method getID(EObject) from the type E4XMIResource is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/XMIModelResource.java
 (at line 88)
resource = (E4XMIResource) o.eResource();
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/targets/v20110617/plugins/org.eclipse.e4.ui.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/XMIModelResource.java
 (at line 89)
idMap.put(o, resource.getID(o));
Discouraged access: The method getID(EObject) from the type E4XMIResource is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/XMIModelResource.java
 (at line 92)
resource = (E4XMIResource) ((EObject) list.get(0)).eResource();
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/targets/v20110617/plugins/org.eclipse.e4.ui.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/XMIModelResource.java
 (at line 100)
resource.setID(e.getKey(), e.getValue());
Discouraged access: The method setID(EObject, String) from the type E4XMIResource is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.workbench_0.10.0.v20110613-2030.jar

/src/org/eclipse/e4/tools/emf/ui/common/component/AbstractComponentEditor.java : 11 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/component/AbstractComponentEditor.java
 (at line 19)
import org.eclipse.e4.core.di.annotations.Optional;
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/component/AbstractComponentEditor.java
 (at line 29)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/component/AbstractComponentEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/component/AbstractComponentEditor.java
 (at line 73)
@Optional
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/component/AbstractComponentEditor.java
 (at line 95)
if (getEditor().isAutoCreateElementId() && 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/component/AbstractComponentEditor.java
 (at line 96)
MApplicationElement el = (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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/component/AbstractComponentEditor.java
 (at line 96)
MApplicationElement el = (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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/component/AbstractComponentEditor.java
 (at line 97)
if (el.getElementId() == null || el.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/component/AbstractComponentEditor.java
 (at line 97)
if (el.getElementId() == null || el.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/component/AbstractComponentEditor.java
 (at line 98)
el.setElementId(Util.getDefaultElementId(((EObject) getMaster().getValue()).eResource(), el, getEditor().getProject()));
Discouraged access: The method setElementId(String) from the type MApplicationElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/common/component/AbstractComponentEditor.java
 (at line 135)
protected String getLocalizedLabel(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

/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/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar
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/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar
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/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar
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/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar
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/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar
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/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar
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/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar

/src/org/eclipse/e4/tools/emf/ui/internal/common/ComponentLabelProvider.java : 10 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ComponentLabelProvider.java
 (at line 15)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ComponentLabelProvider.java
 (at line 80)
if (o instanceof 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ComponentLabelProvider.java
 (at line 82)
if (!((MUIElement) o).isVisible() && !((MUIElement) o).isToBeRendered()) {
Discouraged access: The method isVisible() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ComponentLabelProvider.java
 (at line 82)
if (!((MUIElement) o).isVisible() && !((MUIElement) o).isToBeRendered()) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ComponentLabelProvider.java
 (at line 82)
if (!((MUIElement) o).isVisible() && !((MUIElement) o).isToBeRendered()) {
Discouraged access: The method isToBeRendered() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ComponentLabelProvider.java
 (at line 82)
if (!((MUIElement) o).isVisible() && !((MUIElement) o).isToBeRendered()) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ComponentLabelProvider.java
 (at line 85)
} else if (!((MUIElement) o).isVisible()) {
Discouraged access: The method isVisible() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ComponentLabelProvider.java
 (at line 85)
} else if (!((MUIElement) o).isVisible()) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ComponentLabelProvider.java
 (at line 88)
} else if (!((MUIElement) o).isToBeRendered()) {
Discouraged access: The method isToBeRendered() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ComponentLabelProvider.java
 (at line 88)
} else if (!((MUIElement) o).isToBeRendered()) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

/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 38)
import org.eclipse.e4.core.contexts.ContextInjectionFactory;
Discouraged access: The type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 39)
import org.eclipse.e4.core.contexts.IEclipseContext;
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 40)
import org.eclipse.e4.core.di.annotations.Execute;
Discouraged access: The type Execute is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 41)
import org.eclipse.e4.core.di.annotations.Optional;
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 42)
import org.eclipse.e4.core.di.extensions.Preference;
Discouraged access: The type Preference is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di.extensions_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 43)
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/targets/v20110617/plugins/org.eclipse.e4.core.services_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 132)
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/targets/v20110617/plugins/org.eclipse.e4.ui.di_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 133)
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/targets/v20110617/plugins/org.eclipse.e4.ui.di_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 134)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 135)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 136)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 137)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 138)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 139)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 140)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 141)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 142)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 143)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 144)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 145)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 146)
import org.eclipse.e4.ui.model.internal.ModelUtils;
Discouraged access: The type ModelUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 252)
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/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 257)
@Optional
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 261)
@Preference(nodePath = "org.eclipse.e4.tools.emf.ui", value = "autoCreateElementId")
Discouraged access: The type Preference is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di.extensions_0.10.0.v20110613-2030.jar
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 265)
@Preference(nodePath = "org.eclipse.e4.tools.emf.ui", value = "showXMIId")
Discouraged access: The type Preference is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di.extensions_0.10.0.v20110613-2030.jar
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 269)
@Optional
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 290)
public ModelEditor(Composite composite, IEclipseContext context, IModelResource modelProvider, IProject project, final IResourcePool resourcePool) {
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 295)
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/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 310)
context.set(ProjectOSGiTranslationProvider.class, translationProvider);
Discouraged access: The method set(Class<ProjectOSGiTranslationProvider>, ProjectOSGiTranslationProvider) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 312)
labelFeaturePaths.add(FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 312)
labelFeaturePaths.add(FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 312)
labelFeaturePaths.add(FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The field UI_ELEMENT__TO_BE_RENDERED 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 313)
labelFeaturePaths.add(FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 313)
labelFeaturePaths.add(FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 313)
labelFeaturePaths.add(FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The field UI_ELEMENT__VISIBLE 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 323)
findAndHighlight(context.get(Display.class).getFocusControl());
Discouraged access: The method get(Class<Display>) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 327)
context.get(Display.class).addFilter(SWT.MouseUp, keyListener);
Discouraged access: The method get(Class<Display>) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 330)
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/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 331)
context.set(IResourcePool.class, resourcePool);
Discouraged access: The method set(Class<IResourcePool>, IResourcePool) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 332)
context.set(EditingDomain.class, modelProvider.getEditingDomain());
Discouraged access: The method set(Class<EditingDomain>, EditingDomain) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 333)
context.set(IModelResource.class, modelProvider);
Discouraged access: The method set(Class<IModelResource>, IModelResource) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 336)
context.set(IProject.class, project);
Discouraged access: The method set(Class<IProject>, IProject) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 347)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 375)
MApplicationElement m = findModelElement(control);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 376)
MApplicationElement o = m;
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 378)
List<MApplicationElement> l = 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 378)
List<MApplicationElement> l = 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 381)
m = (MApplicationElement) ((EObject) m).eContainer();
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 384)
if (o instanceof 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 394)
private MApplicationElement findModelElement(Control control) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 397)
return (MApplicationElement) control.getData("modelElement"); //$NON-NLS-1$
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
52. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 619)
if (elements.length > 0 && !s.isEmpty() && s.getFirstElement() 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
53. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 634)
MApplicationElement o = (MApplicationElement) s.getFirstElement();
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
54. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 634)
MApplicationElement o = (MApplicationElement) s.getFirstElement();
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
55. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 636)
support.openEditor(viewer.getControl().getShell(), s.getFirstElement(), project == null ? ModelUtils.getContainingContext(o) : null);
Discouraged access: The method getContainingContext(MApplicationElement) from the type ModelUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
56. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 636)
support.openEditor(viewer.getControl().getShell(), s.getFirstElement(), project == null ? ModelUtils.getContainingContext(o) : null);
Discouraged access: The type ModelUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
57. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 654)
ExternalizeStringHandler h = ContextInjectionFactory.make(ExternalizeStringHandler.class, context);
Discouraged access: The method make(Class<ExternalizeStringHandler>, IEclipseContext) from the type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
58. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 654)
ExternalizeStringHandler h = ContextInjectionFactory.make(ExternalizeStringHandler.class, context);
Discouraged access: The type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
59. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 655)
ContextInjectionFactory.invoke(h, Execute.class, context);
Discouraged access: The method invoke(Object, Class<? extends Annotation>, IEclipseContext) from the type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
60. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 655)
ContextInjectionFactory.invoke(h, Execute.class, context);
Discouraged access: The type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
61. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 655)
ContextInjectionFactory.invoke(h, Execute.class, context);
Discouraged access: The type Execute is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar
62. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 664)
if (s.getFirstElement() instanceof 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
63. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 665)
final MUIElement el = (MUIElement) s.getFirstElement();
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
64. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 665)
final MUIElement el = (MUIElement) s.getFirstElement();
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
65. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 666)
if (el.getWidget() instanceof Control) {
Discouraged access: The method getWidget() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
66. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 670)
ControlHighlighter.show((Control) el.getWidget());
Discouraged access: The method getWidget() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
67. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 766)
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/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar
68. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 854)
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/targets/v20110617/plugins/org.eclipse.e4.core.services_0.10.0.v20110613-2030.jar
69. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 854)
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/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
70. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 854)
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/targets/v20110617/plugins/org.eclipse.e4.core.services_0.10.0.v20110613-2030.jar
71. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 855)
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/targets/v20110617/plugins/org.eclipse.e4.core.services_0.10.0.v20110613-2030.jar
72. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 861)
registerVirtualEditor(VIRTUAL_PART_MENU, ContextInjectionFactory.make(VPartMenuEditor.class, context));
Discouraged access: The method make(Class<VPartMenuEditor>, IEclipseContext) from the type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
73. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 861)
registerVirtualEditor(VIRTUAL_PART_MENU, ContextInjectionFactory.make(VPartMenuEditor.class, context));
Discouraged access: The type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
74. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 862)
registerVirtualEditor(VIRTUAL_HANDLER, ContextInjectionFactory.make(VHandlerEditor.class, context));
Discouraged access: The method make(Class<VHandlerEditor>, IEclipseContext) from the type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
75. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 862)
registerVirtualEditor(VIRTUAL_HANDLER, ContextInjectionFactory.make(VHandlerEditor.class, context));
Discouraged access: The type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
76. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 863)
registerVirtualEditor(VIRTUAL_BINDING_TABLE, ContextInjectionFactory.make(VBindingTableEditor.class, context));
Discouraged access: The method make(Class<VBindingTableEditor>, IEclipseContext) from the type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
77. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 863)
registerVirtualEditor(VIRTUAL_BINDING_TABLE, ContextInjectionFactory.make(VBindingTableEditor.class, context));
Discouraged access: The type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
78. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 864)
registerVirtualEditor(VIRTUAL_COMMAND, ContextInjectionFactory.make(VCommandEditor.class, context));
Discouraged access: The method make(Class<VCommandEditor>, IEclipseContext) from the type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
79. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 864)
registerVirtualEditor(VIRTUAL_COMMAND, ContextInjectionFactory.make(VCommandEditor.class, context));
Discouraged access: The type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
80. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 865)
registerVirtualEditor(VIRTUAL_APPLICATION_WINDOWS, ContextInjectionFactory.make(VApplicationWindowEditor.class, context));
Discouraged access: The method make(Class<VApplicationWindowEditor>, IEclipseContext) from the type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
81. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 865)
registerVirtualEditor(VIRTUAL_APPLICATION_WINDOWS, ContextInjectionFactory.make(VApplicationWindowEditor.class, context));
Discouraged access: The type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
82. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 866)
registerVirtualEditor(VIRTUAL_WINDOW_WINDOWS, ContextInjectionFactory.make(VWindowWindowsEditor.class, context));
Discouraged access: The method make(Class<VWindowWindowsEditor>, IEclipseContext) from the type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
83. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 866)
registerVirtualEditor(VIRTUAL_WINDOW_WINDOWS, ContextInjectionFactory.make(VWindowWindowsEditor.class, context));
Discouraged access: The type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
84. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 867)
registerVirtualEditor(VIRTUAL_PERSPECTIVE_WINDOWS, ContextInjectionFactory.make(VPerspectiveWindowsEditor.class, context));
Discouraged access: The method make(Class<VPerspectiveWindowsEditor>, IEclipseContext) from the type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
85. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 867)
registerVirtualEditor(VIRTUAL_PERSPECTIVE_WINDOWS, ContextInjectionFactory.make(VPerspectiveWindowsEditor.class, context));
Discouraged access: The type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
86. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 868)
registerVirtualEditor(VIRTUAL_WINDOW_CONTROLS, ContextInjectionFactory.make(VWindowControlEditor.class, context));
Discouraged access: The method make(Class<VWindowControlEditor>, IEclipseContext) from the type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
87. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 868)
registerVirtualEditor(VIRTUAL_WINDOW_CONTROLS, ContextInjectionFactory.make(VWindowControlEditor.class, context));
Discouraged access: The type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
88. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 869)
registerVirtualEditor(VIRTUAL_PART_DESCRIPTORS, ContextInjectionFactory.make(VPartDescriptor.class, context));
Discouraged access: The method make(Class<VPartDescriptor>, IEclipseContext) from the type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
89. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 869)
registerVirtualEditor(VIRTUAL_PART_DESCRIPTORS, ContextInjectionFactory.make(VPartDescriptor.class, context));
Discouraged access: The type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
90. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 870)
registerVirtualEditor(VIRTUAL_PARTDESCRIPTOR_MENU, ContextInjectionFactory.make(VPartDescriptorMenuEditor.class, context));
Discouraged access: The method make(Class<VPartDescriptorMenuEditor>, IEclipseContext) from the type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
91. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 870)
registerVirtualEditor(VIRTUAL_PARTDESCRIPTOR_MENU, ContextInjectionFactory.make(VPartDescriptorMenuEditor.class, context));
Discouraged access: The type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
92. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 871)
registerVirtualEditor(VIRTUAL_TRIMMED_WINDOW_TRIMS, ContextInjectionFactory.make(VWindowTrimEditor.class, context));
Discouraged access: The method make(Class<VWindowTrimEditor>, IEclipseContext) from the type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
93. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 871)
registerVirtualEditor(VIRTUAL_TRIMMED_WINDOW_TRIMS, ContextInjectionFactory.make(VWindowTrimEditor.class, context));
Discouraged access: The type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
94. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 872)
registerVirtualEditor(VIRTUAL_ADDONS, ContextInjectionFactory.make(VApplicationAddons.class, context));
Discouraged access: The method make(Class<VApplicationAddons>, IEclipseContext) from the type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
95. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 872)
registerVirtualEditor(VIRTUAL_ADDONS, ContextInjectionFactory.make(VApplicationAddons.class, context));
Discouraged access: The type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
96. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 873)
registerVirtualEditor(VIRTUAL_MENU_CONTRIBUTIONS, ContextInjectionFactory.make(VMenuContributionsEditor.class, context));
Discouraged access: The method make(Class<VMenuContributionsEditor>, IEclipseContext) from the type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
97. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 873)
registerVirtualEditor(VIRTUAL_MENU_CONTRIBUTIONS, ContextInjectionFactory.make(VMenuContributionsEditor.class, context));
Discouraged access: The type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
98. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 874)
registerVirtualEditor(VIRTUAL_TOOLBAR_CONTRIBUTIONS, ContextInjectionFactory.make(VToolBarContributionsEditor.class, context));
Discouraged access: The method make(Class<VToolBarContributionsEditor>, IEclipseContext) from the type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
99. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 874)
registerVirtualEditor(VIRTUAL_TOOLBAR_CONTRIBUTIONS, ContextInjectionFactory.make(VToolBarContributionsEditor.class, context));
Discouraged access: The type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
100. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java
 (at line 875)
registerVirtualEditor(VIRTUAL_TRIM_CONTRIBUTIONS, ContextInjectionFactory.make(VTrimContributionsEditor.class, context));
Discouraged access: The method make(Class<VTrimContributionsEditor>, IEclipseContext) from the type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 19)
import org.eclipse.e4.core.di.annotations.Optional;
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 29)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 58)
@Optional
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 80)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 80)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 81)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 81)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 82)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 82)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 145)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 145)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 145)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 149)
final IContributionClassCreator c = getEditor().getContributionCreator(ApplicationPackageImpl.Literals.ADDON);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 149)
final IContributionClassCreator c = getEditor().getContributionCreator(ApplicationPackageImpl.Literals.ADDON);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 149)
final IContributionClassCreator c = getEditor().getContributionCreator(ApplicationPackageImpl.Literals.ADDON);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 157)
c.createOpen((MContribution) getMaster().getValue(), getEditingDomain(), project, l.getShell());
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 169)
Binding binding = context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI).observeDetail(getMaster()), new UpdateValueStrategy().setAfterConvertValidator(new ContributionURIValidator()), new UpdateValueStrategy());
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 169)
Binding binding = context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI).observeDetail(getMaster()), new UpdateValueStrategy().setAfterConvertValidator(new ContributionURIValidator()), new UpdateValueStrategy());
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 169)
Binding binding = context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI).observeDetail(getMaster()), new UpdateValueStrategy().setAfterConvertValidator(new ContributionURIValidator()), new UpdateValueStrategy());
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 178)
ContributionClassDialog dialog = new ContributionClassDialog(b.getShell(), project, getEditingDomain(), (MContribution) getMaster().getValue(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 178)
ContributionClassDialog dialog = new ContributionClassDialog(b.getShell(), project, getEditingDomain(), (MContribution) getMaster().getValue(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 178)
ContributionClassDialog dialog = new ContributionClassDialog(b.getShell(), project, getEditingDomain(), (MContribution) getMaster().getValue(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 178)
ContributionClassDialog dialog = new ContributionClassDialog(b.getShell(), project, getEditingDomain(), (MContribution) getMaster().getValue(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 184)
ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Contribution_PersistedState, ApplicationPackageImpl.Literals.CONTRIBUTION__PERSISTED_STATE, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 184)
ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Contribution_PersistedState, ApplicationPackageImpl.Literals.CONTRIBUTION__PERSISTED_STATE, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 184)
ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Contribution_PersistedState, ApplicationPackageImpl.Literals.CONTRIBUTION__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 192)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.AddonsEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 192)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.AddonsEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 192)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.AddonsEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 211)
TreeViewer viewer = objectViewer.createViewer(container, ApplicationPackageImpl.Literals.CONTRIBUTION__OBJECT, getMaster(), resourcePool, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 211)
TreeViewer viewer = objectViewer.createViewer(container, ApplicationPackageImpl.Literals.CONTRIBUTION__OBJECT, getMaster(), resourcePool, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AddonsEditor.java
 (at line 211)
TreeViewer viewer = objectViewer.createViewer(container, ApplicationPackageImpl.Literals.CONTRIBUTION__OBJECT, getMaster(), resourcePool, Messages);
Discouraged access: The field CONTRIBUTION__OBJECT 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 23)
import org.eclipse.e4.core.di.annotations.Optional;
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 30)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 31)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 32)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 33)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 34)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 35)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 36)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 37)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 38)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 40)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 41)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 42)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 43)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 89)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 89)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 89)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 90)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 90)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 90)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 91)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 91)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 91)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 92)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 92)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 92)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 93)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 93)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 93)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 94)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 94)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 94)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 95)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 95)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 95)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 96)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 96)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 96)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 97)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 97)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 97)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 98)
private IListProperty APPLICATION__CATEGORIES = EMFProperties.list(ApplicationPackageImpl.Literals.APPLICATION__CATEGORIES);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 98)
private IListProperty APPLICATION__CATEGORIES = EMFProperties.list(ApplicationPackageImpl.Literals.APPLICATION__CATEGORIES);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 98)
private IListProperty APPLICATION__CATEGORIES = EMFProperties.list(ApplicationPackageImpl.Literals.APPLICATION__CATEGORIES);
Discouraged access: The field APPLICATION__CATEGORIES 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 100)
private IListProperty BINDING_TABLE_CONTAINER__ROOT_CONTEXT = EMFProperties.list(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 100)
private IListProperty BINDING_TABLE_CONTAINER__ROOT_CONTEXT = EMFProperties.list(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 100)
private IListProperty BINDING_TABLE_CONTAINER__ROOT_CONTEXT = EMFProperties.list(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 103)
@Optional
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 129)
WizardDialog dialog = new WizardDialog(composite.getShell(), new CommandWizard((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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 135)
if (element instanceof 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
52. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 136)
if (((MUIElement) element).isToBeRendered()) {
Discouraged access: The method isToBeRendered() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
53. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 136)
if (((MUIElement) element).isToBeRendered()) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
54. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 181)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, getMaster(), context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
55. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 181)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, getMaster(), context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
56. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 181)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, getMaster(), context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
57. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 185)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_ToBeRendered, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
58. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 185)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_ToBeRendered, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
59. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 185)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_ToBeRendered, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The field UI_ELEMENT__TO_BE_RENDERED 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
60. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 186)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_Visible, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
61. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 186)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_Visible, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
62. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 186)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_Visible, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The field UI_ELEMENT__VISIBLE 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
63. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 194)
ControlFactory.createTextField(parent, Messages.ModelTooling_UIElement_AccessibilityPhrase, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
64. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 194)
ControlFactory.createTextField(parent, Messages.ModelTooling_UIElement_AccessibilityPhrase, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
65. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 194)
ControlFactory.createTextField(parent, Messages.ModelTooling_UIElement_AccessibilityPhrase, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The field UI_ELEMENT__ACCESSIBILITY_PHRASE 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
66. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 195)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.ModelTooling_Context_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
67. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 195)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.ModelTooling_Context_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
68. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 195)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.ModelTooling_Context_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
69. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 196)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.AddonsEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
70. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 196)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.AddonsEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
71. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 196)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.AddonsEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
72. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 215)
TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, getMaster(), resourcePool, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
73. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 215)
TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, getMaster(), resourcePool, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
74. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 215)
TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, getMaster(), resourcePool, Messages);
Discouraged access: The field UI_ELEMENT__WIDGET 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
75. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 350)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
76. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 350)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
77. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 350)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The field UI_ELEMENT__TO_BE_RENDERED 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
78. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 354)
private MApplication application;
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
79. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 361)
public CommandWizard(MApplication application) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
80. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 385)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
81. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 385)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
82. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 385)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
83. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 385)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
84. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 386)
MHandler handler = CommandsFactoryImpl.eINSTANCE.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
85. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 386)
MHandler handler = CommandsFactoryImpl.eINSTANCE.createHandler();
Discouraged access: The method createHandler() from the type CommandsFactoryImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
86. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 386)
MHandler handler = CommandsFactoryImpl.eINSTANCE.createHandler();
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
87. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 386)
MHandler handler = CommandsFactoryImpl.eINSTANCE.createHandler();
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
88. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 387)
MKeyBinding keyBinding = null;
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
89. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 389)
String parentId = application.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
90. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 394)
command.setElementId(prefix + "commands." + handlerPage.idField.getText().trim()); //$NON-NLS-1$
Discouraged access: The method setElementId(String) from the type MApplicationElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
91. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 395)
handler.setElementId(prefix + "handlers." + handlerPage.idField.getText().trim()); //$NON-NLS-1$
Discouraged access: The method setElementId(String) from the type MApplicationElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
92. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 398)
if (application.getBindingTables().size() != 0) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
93. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 400)
keyBinding = CommandsFactoryImpl.eINSTANCE.createKeyBinding();
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
94. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 400)
keyBinding = CommandsFactoryImpl.eINSTANCE.createKeyBinding();
Discouraged access: The method createKeyBinding() from the type CommandsFactoryImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
95. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 400)
keyBinding = CommandsFactoryImpl.eINSTANCE.createKeyBinding();
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
96. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 401)
keyBinding.setKeySequence(keyPage.keyField.getText().trim());
Discouraged access: The method setKeySequence(String) from the type MKeySequence is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
97. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 402)
keyBinding.setCommand(command);
Discouraged access: The method setCommand(MCommand) from the type MKeyBinding is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
98. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 407)
command.setCommandName(handlerPage.nameField.getText());
Discouraged access: The method setCommandName(String) from the type MCommand is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
99. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 408)
handler.setCommand(command);
Discouraged access: The method setCommand(MCommand) from the type MHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
100. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ApplicationEditor.java
 (at line 411)
cmd.append(AddCommand.create(getEditingDomain(), application, ApplicationPackageImpl.Literals.APPLICATION__COMMANDS, command));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 21)
import org.eclipse.e4.core.di.annotations.Optional;
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 31)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 32)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 33)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 35)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 36)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 37)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 85)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 85)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 85)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 91)
@Optional
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 104)
handleAddChild(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 104)
handleAddChild(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 104)
handleAddChild(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 110)
handleAddChild(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 110)
handleAddChild(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 110)
handleAddChild(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 116)
handleAddChild(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 116)
handleAddChild(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 116)
handleAddChild(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 122)
handleAddChild(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 122)
handleAddChild(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 122)
handleAddChild(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 128)
handleAddChild(AdvancedPackageImpl.Literals.AREA);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 128)
handleAddChild(AdvancedPackageImpl.Literals.AREA);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 128)
handleAddChild(AdvancedPackageImpl.Literals.AREA);
Discouraged access: The field AREA 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 134)
handleAddChild(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 134)
handleAddChild(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 134)
handleAddChild(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 141)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 141)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 144)
MUIElement uiElement = (MUIElement) element;
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 144)
MUIElement uiElement = (MUIElement) element;
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 145)
if (uiElement.isToBeRendered() && uiElement.isVisible()) {
Discouraged access: The method isToBeRendered() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 145)
if (uiElement.isToBeRendered() && uiElement.isVisible()) {
Discouraged access: The method isVisible() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 153)
MUIElement uiElement = (MUIElement) element;
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 153)
MUIElement uiElement = (MUIElement) element;
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 154)
if (uiElement.isToBeRendered() && uiElement.isVisible()) {
Discouraged access: The method isToBeRendered() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 154)
if (uiElement.isToBeRendered() && uiElement.isVisible()) {
Discouraged access: The method isVisible() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 226)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, getMaster(), context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 226)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, getMaster(), context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 226)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, getMaster(), context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 227)
ControlFactory.createTextField(parent, Messages.AreaEditor_LabelLabel, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 227)
ControlFactory.createTextField(parent, Messages.AreaEditor_LabelLabel, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 227)
ControlFactory.createTextField(parent, Messages.AreaEditor_LabelLabel, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 228)
ControlFactory.createTextField(parent, Messages.AreaEditor_Tooltip, master, context, textProp, EMFEditProperties.value(getEditingDomain(), 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 228)
ControlFactory.createTextField(parent, Messages.AreaEditor_Tooltip, master, context, textProp, EMFEditProperties.value(getEditingDomain(), 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 228)
ControlFactory.createTextField(parent, Messages.AreaEditor_Tooltip, master, context, textProp, EMFEditProperties.value(getEditingDomain(), 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
52. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 239)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
53. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 239)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
54. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 239)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
55. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 245)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
56. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 245)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
57. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 246)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
58. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 250)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
59. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 261)
AreaIconDialogEditor dialog = new AreaIconDialogEditor(b.getShell(), project, getEditingDomain(), (MPart) getMaster().getValue(), Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
60. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 286)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
61. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 286)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
62. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 286)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
63. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 290)
ControlFactory.createTextField(parent, Messages.AreaEditor_ContainerData, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__CONTAINER_DATA));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
64. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 290)
ControlFactory.createTextField(parent, Messages.AreaEditor_ContainerData, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__CONTAINER_DATA));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
65. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 290)
ControlFactory.createTextField(parent, Messages.AreaEditor_ContainerData, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__CONTAINER_DATA));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
66. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 304)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
67. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 304)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
68. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 304)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
69. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 327)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
70. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 327)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
71. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 328)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
72. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 330)
if (Util.moveElementByIndex(getEditingDomain(), (MUIElement) obj, getEditor().isLiveModel(), idx)) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
73. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 351)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
74. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 351)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
75. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 352)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
76. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 353)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
77. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 354)
if (Util.moveElementByIndex(getEditingDomain(), (MUIElement) obj, getEditor().isLiveModel(), idx)) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
78. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 374)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
79. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 374)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
80. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 374)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
81. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 374)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
82. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 374)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
83. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 374)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
84. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 374)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
85. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 374)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
86. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 374)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
87. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 374)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
88. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 374)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
89. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 374)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
90. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 374)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
91. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 374)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
92. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 374)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, AdvancedPackageImpl.Literals.PLACEHOLDER });
Discouraged access: The field AREA 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
93. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 374)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
94. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 374)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
95. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 374)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
96. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 375)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
97. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 375)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
98. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 375)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
99. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 400)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
100. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/AreaEditor.java
 (at line 400)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 25)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 27)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 64)
private IListProperty BINDING_CONTEXT__CHILDREN = 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 64)
private IListProperty BINDING_CONTEXT__CHILDREN = 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 64)
private IListProperty BINDING_CONTEXT__CHILDREN = 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 95)
MBindingContext context = (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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 95)
MBindingContext context = (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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 96)
if (context.getName() != null && context.getName().trim().length() > 0) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 96)
if (context.getName() != null && context.getName().trim().length() > 0) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 97)
return context.getName().trim();
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 98)
} else if (context.getElementId() != null && context.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 98)
} else if (context.getElementId() != null && context.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 99)
return context.getElementId().trim();
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 162)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 162)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 162)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 163)
ControlFactory.createTextField(parent, Messages.BindingContextEditor_Name, master, context, textProp, EMFEditProperties.value(getEditingDomain(), 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 163)
ControlFactory.createTextField(parent, Messages.BindingContextEditor_Name, master, context, textProp, EMFEditProperties.value(getEditingDomain(), 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 163)
ControlFactory.createTextField(parent, Messages.BindingContextEditor_Name, master, context, textProp, EMFEditProperties.value(getEditingDomain(), 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 164)
ControlFactory.createTextField(parent, Messages.BindingContextEditor_Description, master, context, textProp, EMFEditProperties.value(getEditingDomain(), 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 164)
ControlFactory.createTextField(parent, Messages.BindingContextEditor_Description, master, context, textProp, EMFEditProperties.value(getEditingDomain(), 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 164)
ControlFactory.createTextField(parent, Messages.BindingContextEditor_Description, master, context, textProp, EMFEditProperties.value(getEditingDomain(), 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 178)
IEMFListProperty prop = EMFEditProperties.list(getEditingDomain(), 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 178)
IEMFListProperty prop = EMFEditProperties.list(getEditingDomain(), 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 178)
IEMFListProperty prop = EMFEditProperties.list(getEditingDomain(), 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 201)
MBindingContext container = (MBindingContext) getMaster().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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 201)
MBindingContext container = (MBindingContext) getMaster().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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 202)
int idx = container.getChildren().indexOf(obj) - 1;
Discouraged access: The method getChildren() from the type MBindingContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 204)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.BINDING_CONTEXT__CHILDREN, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 204)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.BINDING_CONTEXT__CHILDREN, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 204)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.BINDING_CONTEXT__CHILDREN, obj, idx);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 228)
MBindingContext container = (MBindingContext) getMaster().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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 228)
MBindingContext container = (MBindingContext) getMaster().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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 229)
int idx = container.getChildren().indexOf(obj) + 1;
Discouraged access: The method getChildren() from the type MBindingContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 230)
if (idx < container.getChildren().size()) {
Discouraged access: The method getChildren() from the type MBindingContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 231)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.BINDING_CONTEXT__CHILDREN, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 231)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.BINDING_CONTEXT__CHILDREN, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 231)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.BINDING_CONTEXT__CHILDREN, obj, idx);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 264)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.BINDING_CONTEXT__CHILDREN, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 264)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.BINDING_CONTEXT__CHILDREN, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 264)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.BINDING_CONTEXT__CHILDREN, keybinding);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 278)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.ModelTooling_ApplicationElement_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 278)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.ModelTooling_ApplicationElement_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 278)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.ModelTooling_ApplicationElement_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 291)
MBindingContext eObject = 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 291)
MBindingContext eObject = 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 291)
MBindingContext eObject = 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 291)
MBindingContext eObject = 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 294)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.BINDING_CONTEXT__CHILDREN, eObject);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
52. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 294)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.BINDING_CONTEXT__CHILDREN, eObject);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
53. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingContextEditor.java
 (at line 294)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.BINDING_CONTEXT__CHILDREN, eObject);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

/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 26)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. 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.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
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.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
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 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 165)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 165)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 165)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 176)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), FeaturePath.fromList(CommandsPackageImpl.Literals.BINDING_TABLE__BINDING_CONTEXT, CommandsPackageImpl.Literals.BINDING_CONTEXT__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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 176)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), FeaturePath.fromList(CommandsPackageImpl.Literals.BINDING_TABLE__BINDING_CONTEXT, CommandsPackageImpl.Literals.BINDING_CONTEXT__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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 176)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), FeaturePath.fromList(CommandsPackageImpl.Literals.BINDING_TABLE__BINDING_CONTEXT, CommandsPackageImpl.Literals.BINDING_CONTEXT__NAME)).observeDetail(getMaster()));
Discouraged access: The field BINDING_TABLE__BINDING_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 176)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), FeaturePath.fromList(CommandsPackageImpl.Literals.BINDING_TABLE__BINDING_CONTEXT, CommandsPackageImpl.Literals.BINDING_CONTEXT__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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 176)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), FeaturePath.fromList(CommandsPackageImpl.Literals.BINDING_TABLE__BINDING_CONTEXT, CommandsPackageImpl.Literals.BINDING_CONTEXT__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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 176)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), FeaturePath.fromList(CommandsPackageImpl.Literals.BINDING_TABLE__BINDING_CONTEXT, CommandsPackageImpl.Literals.BINDING_CONTEXT__NAME)).observeDetail(getMaster()));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 187)
Command cmd = SetCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.BINDING_TABLE__BINDING_CONTEXT, dialog.getSelectedContext());
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 187)
Command cmd = SetCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.BINDING_TABLE__BINDING_CONTEXT, dialog.getSelectedContext());
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 187)
Command cmd = SetCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.BINDING_TABLE__BINDING_CONTEXT, dialog.getSelectedContext());
Discouraged access: The field BINDING_TABLE__BINDING_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 209)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 209)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 209)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 232)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 232)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 233)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 235)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 235)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 235)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 259)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 259)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 260)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 261)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 262)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 262)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 262)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 295)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 295)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 295)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 310)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.ModelTooling_ApplicationElement_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 310)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.ModelTooling_ApplicationElement_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 310)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.ModelTooling_ApplicationElement_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
43. 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
44. 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 325)
if (cmd.getBindingContext() != null && cmd.getBindingContext().getName() != null && cmd.getBindingContext().getName().trim().length() > 0) {
Discouraged access: The method getBindingContext() from the type MBindingTable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 325)
if (cmd.getBindingContext() != null && cmd.getBindingContext().getName() != null && cmd.getBindingContext().getName().trim().length() > 0) {
Discouraged access: The method getBindingContext() from the type MBindingTable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 325)
if (cmd.getBindingContext() != null && cmd.getBindingContext().getName() != null && cmd.getBindingContext().getName().trim().length() > 0) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 325)
if (cmd.getBindingContext() != null && cmd.getBindingContext().getName() != null && cmd.getBindingContext().getName().trim().length() > 0) {
Discouraged access: The method getBindingContext() from the type MBindingTable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 325)
if (cmd.getBindingContext() != null && cmd.getBindingContext().getName() != null && cmd.getBindingContext().getName().trim().length() > 0) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 326)
return cmd.getBindingContext().getName();
Discouraged access: The method getBindingContext() from the type MBindingTable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 326)
return cmd.getBindingContext().getName();
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
52. 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, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
53. 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, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
54. 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, CommandsPackageImpl.Literals.BINDING_CONTEXT__NAME) };
Discouraged access: The field BINDING_TABLE__BINDING_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
55. 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, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
56. 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, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
57. 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, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
58. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 345)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
59. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 345)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
60. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 345)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
61. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 345)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
62. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 346)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
63. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 346)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
64. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java
 (at line 346)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CategoryEditor.java : 14 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CategoryEditor.java
 (at line 20)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CategoryEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CategoryEditor.java
 (at line 120)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CategoryEditor.java
 (at line 120)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CategoryEditor.java
 (at line 120)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CategoryEditor.java
 (at line 121)
ControlFactory.createTextField(parent, Messages.CategoryEditor_Name, master, context, textProp, EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.CATEGORY__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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CategoryEditor.java
 (at line 121)
ControlFactory.createTextField(parent, Messages.CategoryEditor_Name, master, context, textProp, EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.CATEGORY__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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CategoryEditor.java
 (at line 121)
ControlFactory.createTextField(parent, Messages.CategoryEditor_Name, master, context, textProp, EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.CATEGORY__NAME));
Discouraged access: The field CATEGORY__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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CategoryEditor.java
 (at line 122)
ControlFactory.createTextField(parent, Messages.CategoryEditor_Description, master, context, textProp, EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.CATEGORY__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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CategoryEditor.java
 (at line 122)
ControlFactory.createTextField(parent, Messages.CategoryEditor_Description, master, context, textProp, EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.CATEGORY__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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CategoryEditor.java
 (at line 122)
ControlFactory.createTextField(parent, Messages.CategoryEditor_Description, master, context, textProp, EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.CATEGORY__DESCRIPTION));
Discouraged access: The field CATEGORY__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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CategoryEditor.java
 (at line 130)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CategoryEditor.java
 (at line 130)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CategoryEditor.java
 (at line 130)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

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

DISCOURAGED ACCESS WARNINGS
1. 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.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 27)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 28)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 69)
private IEMFEditListProperty COMMAND__PARAMETERS = 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 69)
private IEMFEditListProperty COMMAND__PARAMETERS = 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 69)
private IEMFEditListProperty COMMAND__PARAMETERS = 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 155)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 155)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 155)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 156)
ControlFactory.createTextField(parent, Messages.CommandEditor_Name, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 156)
ControlFactory.createTextField(parent, Messages.CommandEditor_Name, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 156)
ControlFactory.createTextField(parent, Messages.CommandEditor_Name, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 157)
ControlFactory.createTextField(parent, Messages.CommandEditor_LabelDescription, master, context, textProp, EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.COMMAND__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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 157)
ControlFactory.createTextField(parent, Messages.CommandEditor_LabelDescription, master, context, textProp, EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.COMMAND__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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 157)
ControlFactory.createTextField(parent, Messages.CommandEditor_LabelDescription, master, context, textProp, EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.COMMAND__DESCRIPTION));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 170)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), FeaturePath.fromList(CommandsPackageImpl.Literals.COMMAND__CATEGORY, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 170)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), FeaturePath.fromList(CommandsPackageImpl.Literals.COMMAND__CATEGORY, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 170)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), FeaturePath.fromList(CommandsPackageImpl.Literals.COMMAND__CATEGORY, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID)).observeDetail(getMaster()));
Discouraged access: The field COMMAND__CATEGORY 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 170)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), FeaturePath.fromList(CommandsPackageImpl.Literals.COMMAND__CATEGORY, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 170)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), FeaturePath.fromList(CommandsPackageImpl.Literals.COMMAND__CATEGORY, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 170)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), FeaturePath.fromList(CommandsPackageImpl.Literals.COMMAND__CATEGORY, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 179)
CommandCategorySelectionDialog dialog = new CommandCategorySelectionDialog(b.getShell(), getEditor().getModelProvider(), (MCommand) getMaster().getValue(), Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 199)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 199)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 199)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 222)
MCommand container = (MCommand) getMaster().getValue();
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 222)
MCommand container = (MCommand) getMaster().getValue();
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 223)
int idx = container.getParameters().indexOf(obj) - 1;
Discouraged access: The method getParameters() from the type MCommand is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 225)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.COMMAND__PARAMETERS, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 225)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.COMMAND__PARAMETERS, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 225)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.COMMAND__PARAMETERS, obj, idx);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 249)
MCommand container = (MCommand) getMaster().getValue();
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 249)
MCommand container = (MCommand) getMaster().getValue();
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 250)
int idx = container.getParameters().indexOf(obj) + 1;
Discouraged access: The method getParameters() from the type MCommand is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 251)
if (idx < container.getParameters().size()) {
Discouraged access: The method getParameters() from the type MCommand is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 252)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.COMMAND__PARAMETERS, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 252)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.COMMAND__PARAMETERS, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 252)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.COMMAND__PARAMETERS, obj, idx);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 285)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.COMMAND__PARAMETERS, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 285)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.COMMAND__PARAMETERS, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 285)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.COMMAND__PARAMETERS, keybinding);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 300)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.ModelTooling_ApplicationElement_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 300)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.ModelTooling_ApplicationElement_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 300)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.ModelTooling_ApplicationElement_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 314)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 314)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 315)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 315)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 316)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
52. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 324)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
53. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 324)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
54. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 324)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
55. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 328)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
56. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 328)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
57. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 328)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
58. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 328)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
59. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 331)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
60. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 331)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
61. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java
 (at line 331)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandParameterEditor.java : 26 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandParameterEditor.java
 (at line 20)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandParameterEditor.java
 (at line 21)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandParameterEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandParameterEditor.java
 (at line 63)
MCommandParameter param = (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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandParameterEditor.java
 (at line 63)
MCommandParameter param = (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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandParameterEditor.java
 (at line 64)
if (param.getName() != null && param.getName().trim().length() > 0) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandParameterEditor.java
 (at line 64)
if (param.getName() != null && param.getName().trim().length() > 0) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandParameterEditor.java
 (at line 65)
return param.getName().trim();
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandParameterEditor.java
 (at line 66)
} else if (param.getElementId() != null && param.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandParameterEditor.java
 (at line 66)
} else if (param.getElementId() != null && param.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandParameterEditor.java
 (at line 67)
return param.getElementId().trim();
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandParameterEditor.java
 (at line 130)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandParameterEditor.java
 (at line 130)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandParameterEditor.java
 (at line 130)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandParameterEditor.java
 (at line 131)
ControlFactory.createTextField(parent, Messages.CommandParameterEditor_Name, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandParameterEditor.java
 (at line 131)
ControlFactory.createTextField(parent, Messages.CommandParameterEditor_Name, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandParameterEditor.java
 (at line 131)
ControlFactory.createTextField(parent, Messages.CommandParameterEditor_Name, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandParameterEditor.java
 (at line 132)
ControlFactory.createTextField(parent, Messages.CommandParameterEditor_TypeId, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandParameterEditor.java
 (at line 132)
ControlFactory.createTextField(parent, Messages.CommandParameterEditor_TypeId, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandParameterEditor.java
 (at line 132)
ControlFactory.createTextField(parent, Messages.CommandParameterEditor_TypeId, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandParameterEditor.java
 (at line 142)
IEMFEditValueProperty mprop = 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandParameterEditor.java
 (at line 142)
IEMFEditValueProperty mprop = 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandParameterEditor.java
 (at line 142)
IEMFEditValueProperty mprop = 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandParameterEditor.java
 (at line 154)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandParameterEditor.java
 (at line 154)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandParameterEditor.java
 (at line 154)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 34)
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/targets/v20110617/plugins/org.eclipse.e4.ui.workbench_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 35)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 36)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 37)
import org.eclipse.e4.ui.model.application.commands.MBindings;
Discouraged access: The type MBindings is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 38)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 39)
import org.eclipse.e4.ui.model.application.impl.ApplicationFactoryImpl;
Discouraged access: The type ApplicationFactoryImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 40)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 41)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 42)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 152)
if (res instanceof 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/targets/v20110617/plugins/org.eclipse.e4.ui.workbench_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 153)
String v = ((E4XMIResource) res).getID((EObject) val);
Discouraged access: The method getID(EObject) from the type E4XMIResource is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.workbench_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 153)
String v = ((E4XMIResource) res).getID((EObject) val);
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/targets/v20110617/plugins/org.eclipse.e4.ui.workbench_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 209)
Command cmd = SetCommand.create(editor.getEditingDomain(), element, ApplicationPackageImpl.Literals.STRING_TO_STRING_MAP__KEY, value.toString().trim().length() == 0 ? null : value.toString());
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 209)
Command cmd = SetCommand.create(editor.getEditingDomain(), element, ApplicationPackageImpl.Literals.STRING_TO_STRING_MAP__KEY, value.toString().trim().length() == 0 ? null : value.toString());
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 209)
Command cmd = SetCommand.create(editor.getEditingDomain(), element, ApplicationPackageImpl.Literals.STRING_TO_STRING_MAP__KEY, value.toString().trim().length() == 0 ? null : value.toString());
Discouraged access: The field STRING_TO_STRING_MAP__KEY 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 282)
BasicEMap.Entry<String, String> entry = (org.eclipse.emf.common.util.BasicEMap.Entry<String, String>) ApplicationFactoryImpl.eINSTANCE.createStringToStringMap();
Discouraged access: The type ApplicationFactoryImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 282)
BasicEMap.Entry<String, String> entry = (org.eclipse.emf.common.util.BasicEMap.Entry<String, String>) ApplicationFactoryImpl.eINSTANCE.createStringToStringMap();
Discouraged access: The method createStringToStringMap() from the type ApplicationFactoryImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 282)
BasicEMap.Entry<String, String> entry = (org.eclipse.emf.common.util.BasicEMap.Entry<String, String>) ApplicationFactoryImpl.eINSTANCE.createStringToStringMap();
Discouraged access: The field eINSTANCE from the type ApplicationFactoryImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 368)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 368)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 368)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 391)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 391)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 391)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 392)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 392)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 392)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 393)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 393)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 393)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 399)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 399)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 399)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 420)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 421)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 421)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 422)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 423)
return rv + " - " + label.getLabel().trim(); //$NON-NLS-1$
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 428)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 429)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 429)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 430)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 431)
return rv + " - " + appEl.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 460)
viewer.setInput(EMFProperties.list(CommandsPackageImpl.Literals.BINDINGS__BINDING_CONTEXTS).observeDetail(editor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 460)
viewer.setInput(EMFProperties.list(CommandsPackageImpl.Literals.BINDINGS__BINDING_CONTEXTS).observeDetail(editor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 460)
viewer.setInput(EMFProperties.list(CommandsPackageImpl.Literals.BINDINGS__BINDING_CONTEXTS).observeDetail(editor.getMaster()));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 482)
MBindings container = (MBindings) editor.getMaster().getValue();
Discouraged access: The type MBindings is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 482)
MBindings container = (MBindings) editor.getMaster().getValue();
Discouraged access: The type MBindings is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 483)
int idx = container.getBindingContexts().indexOf(obj) - 1;
Discouraged access: The method getBindingContexts() from the type MBindings is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 485)
Command cmd = MoveCommand.create(editor.getEditingDomain(), editor.getMaster().getValue(), CommandsPackageImpl.Literals.BINDINGS__BINDING_CONTEXTS, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
52. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 485)
Command cmd = MoveCommand.create(editor.getEditingDomain(), editor.getMaster().getValue(), CommandsPackageImpl.Literals.BINDINGS__BINDING_CONTEXTS, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
53. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 485)
Command cmd = MoveCommand.create(editor.getEditingDomain(), editor.getMaster().getValue(), CommandsPackageImpl.Literals.BINDINGS__BINDING_CONTEXTS, obj, idx);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
54. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 509)
MBindings container = (MBindings) editor.getMaster().getValue();
Discouraged access: The type MBindings is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
55. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 509)
MBindings container = (MBindings) editor.getMaster().getValue();
Discouraged access: The type MBindings is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
56. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 510)
int idx = container.getBindingContexts().indexOf(obj) + 1;
Discouraged access: The method getBindingContexts() from the type MBindings is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
57. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 511)
if (idx < container.getBindingContexts().size()) {
Discouraged access: The method getBindingContexts() from the type MBindings is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
58. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 512)
Command cmd = MoveCommand.create(editor.getEditingDomain(), editor.getMaster().getValue(), CommandsPackageImpl.Literals.BINDINGS__BINDING_CONTEXTS, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
59. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 512)
Command cmd = MoveCommand.create(editor.getEditingDomain(), editor.getMaster().getValue(), CommandsPackageImpl.Literals.BINDINGS__BINDING_CONTEXTS, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
60. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 512)
Command cmd = MoveCommand.create(editor.getEditingDomain(), editor.getMaster().getValue(), CommandsPackageImpl.Literals.BINDINGS__BINDING_CONTEXTS, obj, idx);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
61. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 534)
Command cmd = AddCommand.create(editor.getEditingDomain(), editor.getMaster().getValue(), CommandsPackageImpl.Literals.BINDINGS__BINDING_CONTEXTS, dialog.getSelectedContext());
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
62. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 534)
Command cmd = AddCommand.create(editor.getEditingDomain(), editor.getMaster().getValue(), CommandsPackageImpl.Literals.BINDINGS__BINDING_CONTEXTS, dialog.getSelectedContext());
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
63. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 534)
Command cmd = AddCommand.create(editor.getEditingDomain(), editor.getMaster().getValue(), CommandsPackageImpl.Literals.BINDINGS__BINDING_CONTEXTS, dialog.getSelectedContext());
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
64. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 549)
Command cmd = RemoveCommand.create(editor.getEditingDomain(), editor.getMaster().getValue(), CommandsPackageImpl.Literals.BINDINGS__BINDING_CONTEXTS, ((IStructuredSelection) viewer.getSelection()).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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
65. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 549)
Command cmd = RemoveCommand.create(editor.getEditingDomain(), editor.getMaster().getValue(), CommandsPackageImpl.Literals.BINDINGS__BINDING_CONTEXTS, ((IStructuredSelection) viewer.getSelection()).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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
66. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 549)
Command cmd = RemoveCommand.create(editor.getEditingDomain(), editor.getMaster().getValue(), CommandsPackageImpl.Literals.BINDINGS__BINDING_CONTEXTS, ((IStructuredSelection) viewer.getSelection()).toList());
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
67. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 625)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
68. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 625)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
69. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 626)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
70. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 652)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
71. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 652)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
72. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 653)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
73. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 654)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
74. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 676)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
75. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 676)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
76. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 681)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
77. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 682)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
78. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 697)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
79. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 697)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
80. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 717)
public static String getLocalizedLabel(ProjectOSGiTranslationProvider translationProvider, MUILabel element, String locale) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
81. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 718)
return getLocalizedValue(translationProvider, (MApplicationElement) element, UiPackageImpl.Literals.UI_LABEL__LABEL, UiPackageImpl.Literals.UI_LABEL___GET_LOCALIZED_LABEL, locale);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
82. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 718)
return getLocalizedValue(translationProvider, (MApplicationElement) element, UiPackageImpl.Literals.UI_LABEL__LABEL, UiPackageImpl.Literals.UI_LABEL___GET_LOCALIZED_LABEL, locale);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
83. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 718)
return getLocalizedValue(translationProvider, (MApplicationElement) element, UiPackageImpl.Literals.UI_LABEL__LABEL, UiPackageImpl.Literals.UI_LABEL___GET_LOCALIZED_LABEL, locale);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
84. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 718)
return getLocalizedValue(translationProvider, (MApplicationElement) element, UiPackageImpl.Literals.UI_LABEL__LABEL, UiPackageImpl.Literals.UI_LABEL___GET_LOCALIZED_LABEL, locale);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
85. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 718)
return getLocalizedValue(translationProvider, (MApplicationElement) element, UiPackageImpl.Literals.UI_LABEL__LABEL, UiPackageImpl.Literals.UI_LABEL___GET_LOCALIZED_LABEL, locale);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
86. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 718)
return getLocalizedValue(translationProvider, (MApplicationElement) element, UiPackageImpl.Literals.UI_LABEL__LABEL, UiPackageImpl.Literals.UI_LABEL___GET_LOCALIZED_LABEL, locale);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
87. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 718)
return getLocalizedValue(translationProvider, (MApplicationElement) element, UiPackageImpl.Literals.UI_LABEL__LABEL, UiPackageImpl.Literals.UI_LABEL___GET_LOCALIZED_LABEL, locale);
Discouraged access: The field UI_LABEL___GET_LOCALIZED_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
88. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java
 (at line 721)
public static String getLocalizedValue(ProjectOSGiTranslationProvider translationProvider, MApplicationElement element, EStructuralFeature feature, EOperation operation, String locale) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CoreExpressionEditor.java : 16 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CoreExpressionEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CoreExpressionEditor.java
 (at line 21)
import org.eclipse.e4.ui.model.application.ui.MCoreExpression;
Discouraged access: The type MCoreExpression is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CoreExpressionEditor.java
 (at line 22)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CoreExpressionEditor.java
 (at line 62)
if (((MCoreExpression) element).getCoreExpressionId() != null && ((MCoreExpression) element).getCoreExpressionId().trim().length() > 0) {
Discouraged access: The method getCoreExpressionId() from the type MCoreExpression is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CoreExpressionEditor.java
 (at line 62)
if (((MCoreExpression) element).getCoreExpressionId() != null && ((MCoreExpression) element).getCoreExpressionId().trim().length() > 0) {
Discouraged access: The type MCoreExpression is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CoreExpressionEditor.java
 (at line 62)
if (((MCoreExpression) element).getCoreExpressionId() != null && ((MCoreExpression) element).getCoreExpressionId().trim().length() > 0) {
Discouraged access: The method getCoreExpressionId() from the type MCoreExpression is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CoreExpressionEditor.java
 (at line 62)
if (((MCoreExpression) element).getCoreExpressionId() != null && ((MCoreExpression) element).getCoreExpressionId().trim().length() > 0) {
Discouraged access: The type MCoreExpression is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CoreExpressionEditor.java
 (at line 63)
return ((MCoreExpression) element).getCoreExpressionId();
Discouraged access: The method getCoreExpressionId() from the type MCoreExpression is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CoreExpressionEditor.java
 (at line 63)
return ((MCoreExpression) element).getCoreExpressionId();
Discouraged access: The type MCoreExpression is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CoreExpressionEditor.java
 (at line 109)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.CORE_EXPRESSION__CORE_EXPRESSION_ID).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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CoreExpressionEditor.java
 (at line 109)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.CORE_EXPRESSION__CORE_EXPRESSION_ID).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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CoreExpressionEditor.java
 (at line 109)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.CORE_EXPRESSION__CORE_EXPRESSION_ID).observeDetail(getMaster()));
Discouraged access: The field CORE_EXPRESSION__CORE_EXPRESSION_ID 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CoreExpressionEditor.java
 (at line 119)
ExpressionIdDialog dialog = new ExpressionIdDialog(t.getShell(), getEditor().getExtensionLookup(), (MCoreExpression) getMaster().getValue(), getEditingDomain(), getEditor().isLiveModel(), Messages);
Discouraged access: The type MCoreExpression is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CoreExpressionEditor.java
 (at line 132)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CoreExpressionEditor.java
 (at line 132)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/CoreExpressionEditor.java
 (at line 132)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java
 (at line 28)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java
 (at line 30)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java
 (at line 31)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java
 (at line 32)
import org.eclipse.e4.ui.model.application.ui.menu.MDirectMenuItem;
Discouraged access: The type MDirectMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java
 (at line 57)
private IEMFValueProperty UI_ELEMENT__VISIBLE_WHEN = EMFProperties.value(UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java
 (at line 57)
private IEMFValueProperty UI_ELEMENT__VISIBLE_WHEN = EMFProperties.value(UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java
 (at line 57)
private IEMFValueProperty UI_ELEMENT__VISIBLE_WHEN = EMFProperties.value(UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN);
Discouraged access: The field UI_ELEMENT__VISIBLE_WHEN 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java
 (at line 66)
if (element instanceof 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java
 (at line 67)
MUIElement uiElement = (MUIElement) element;
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java
 (at line 67)
MUIElement uiElement = (MUIElement) element;
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java
 (at line 68)
if (uiElement.isToBeRendered() && uiElement.isVisible()) {
Discouraged access: The method isToBeRendered() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java
 (at line 68)
if (uiElement.isToBeRendered() && uiElement.isVisible()) {
Discouraged access: The method isVisible() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java
 (at line 97)
TreeViewer viewer = objectViewer.createViewer(container, ApplicationPackageImpl.Literals.CONTRIBUTION__OBJECT, getMaster(), resourcePool, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java
 (at line 97)
TreeViewer viewer = objectViewer.createViewer(container, ApplicationPackageImpl.Literals.CONTRIBUTION__OBJECT, getMaster(), resourcePool, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java
 (at line 97)
TreeViewer viewer = objectViewer.createViewer(container, ApplicationPackageImpl.Literals.CONTRIBUTION__OBJECT, getMaster(), resourcePool, Messages);
Discouraged access: The field CONTRIBUTION__OBJECT 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java
 (at line 118)
final IContributionClassCreator c = getEditor().getContributionCreator(MenuPackageImpl.Literals.DIRECT_MENU_ITEM);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java
 (at line 118)
final IContributionClassCreator c = getEditor().getContributionCreator(MenuPackageImpl.Literals.DIRECT_MENU_ITEM);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java
 (at line 118)
final IContributionClassCreator c = getEditor().getContributionCreator(MenuPackageImpl.Literals.DIRECT_MENU_ITEM);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java
 (at line 126)
c.createOpen((MContribution) getMaster().getValue(), getEditingDomain(), project, l.getShell());
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java
 (at line 138)
Binding binding = context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI).observeDetail(master), new UpdateValueStrategy().setAfterConvertValidator(new ContributionURIValidator()), new UpdateValueStrategy());
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java
 (at line 138)
Binding binding = context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI).observeDetail(master), new UpdateValueStrategy().setAfterConvertValidator(new ContributionURIValidator()), new UpdateValueStrategy());
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java
 (at line 138)
Binding binding = context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI).observeDetail(master), new UpdateValueStrategy().setAfterConvertValidator(new ContributionURIValidator()), new UpdateValueStrategy());
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java
 (at line 148)
ContributionClassDialog dialog = new ContributionClassDialog(b.getShell(), project, getEditingDomain(), (MContribution) getMaster().getValue(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java
 (at line 148)
ContributionClassDialog dialog = new ContributionClassDialog(b.getShell(), project, getEditingDomain(), (MContribution) getMaster().getValue(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java
 (at line 148)
ContributionClassDialog dialog = new ContributionClassDialog(b.getShell(), project, getEditingDomain(), (MContribution) getMaster().getValue(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java
 (at line 148)
ContributionClassDialog dialog = new ContributionClassDialog(b.getShell(), project, getEditingDomain(), (MContribution) getMaster().getValue(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java
 (at line 159)
if (((MDirectMenuItem) element).getVisibleWhen() != null) {
Discouraged access: The method getVisibleWhen() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java
 (at line 159)
if (((MDirectMenuItem) element).getVisibleWhen() != null) {
Discouraged access: The type MDirectMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java
 (at line 160)
list.add(0, ((MDirectMenuItem) element).getVisibleWhen());
Discouraged access: The method getVisibleWhen() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectMenuItemEditor.java
 (at line 160)
list.add(0, ((MDirectMenuItem) element).getVisibleWhen());
Discouraged access: The type MDirectMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java
 (at line 28)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java
 (at line 30)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java
 (at line 31)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java
 (at line 32)
import org.eclipse.e4.ui.model.application.ui.menu.MDirectToolItem;
Discouraged access: The type MDirectToolItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java
 (at line 57)
private IEMFValueProperty UI_ELEMENT__VISIBLE_WHEN = EMFProperties.value(UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java
 (at line 57)
private IEMFValueProperty UI_ELEMENT__VISIBLE_WHEN = EMFProperties.value(UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java
 (at line 57)
private IEMFValueProperty UI_ELEMENT__VISIBLE_WHEN = EMFProperties.value(UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN);
Discouraged access: The field UI_ELEMENT__VISIBLE_WHEN 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java
 (at line 66)
if (element instanceof 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java
 (at line 67)
MUIElement uiElement = (MUIElement) element;
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java
 (at line 67)
MUIElement uiElement = (MUIElement) element;
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java
 (at line 68)
if (uiElement.isToBeRendered() && uiElement.isVisible()) {
Discouraged access: The method isToBeRendered() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java
 (at line 68)
if (uiElement.isToBeRendered() && uiElement.isVisible()) {
Discouraged access: The method isVisible() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java
 (at line 82)
final IContributionClassCreator c = getEditor().getContributionCreator(MenuPackageImpl.Literals.DIRECT_TOOL_ITEM);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java
 (at line 82)
final IContributionClassCreator c = getEditor().getContributionCreator(MenuPackageImpl.Literals.DIRECT_TOOL_ITEM);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java
 (at line 82)
final IContributionClassCreator c = getEditor().getContributionCreator(MenuPackageImpl.Literals.DIRECT_TOOL_ITEM);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java
 (at line 90)
c.createOpen((MContribution) getMaster().getValue(), getEditingDomain(), project, l.getShell());
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java
 (at line 102)
Binding binding = context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI).observeDetail(master), new UpdateValueStrategy().setAfterConvertValidator(new ContributionURIValidator()), new UpdateValueStrategy());
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java
 (at line 102)
Binding binding = context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI).observeDetail(master), new UpdateValueStrategy().setAfterConvertValidator(new ContributionURIValidator()), new UpdateValueStrategy());
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java
 (at line 102)
Binding binding = context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI).observeDetail(master), new UpdateValueStrategy().setAfterConvertValidator(new ContributionURIValidator()), new UpdateValueStrategy());
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java
 (at line 112)
ContributionClassDialog dialog = new ContributionClassDialog(b.getShell(), project, getEditingDomain(), (MContribution) getMaster().getValue(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java
 (at line 112)
ContributionClassDialog dialog = new ContributionClassDialog(b.getShell(), project, getEditingDomain(), (MContribution) getMaster().getValue(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java
 (at line 112)
ContributionClassDialog dialog = new ContributionClassDialog(b.getShell(), project, getEditingDomain(), (MContribution) getMaster().getValue(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java
 (at line 112)
ContributionClassDialog dialog = new ContributionClassDialog(b.getShell(), project, getEditingDomain(), (MContribution) getMaster().getValue(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java
 (at line 136)
TreeViewer viewer = objectViewer.createViewer(container, ApplicationPackageImpl.Literals.CONTRIBUTION__OBJECT, getMaster(), resourcePool, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java
 (at line 136)
TreeViewer viewer = objectViewer.createViewer(container, ApplicationPackageImpl.Literals.CONTRIBUTION__OBJECT, getMaster(), resourcePool, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java
 (at line 136)
TreeViewer viewer = objectViewer.createViewer(container, ApplicationPackageImpl.Literals.CONTRIBUTION__OBJECT, getMaster(), resourcePool, Messages);
Discouraged access: The field CONTRIBUTION__OBJECT 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java
 (at line 155)
if (((MDirectToolItem) element).getVisibleWhen() != null) {
Discouraged access: The method getVisibleWhen() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java
 (at line 155)
if (((MDirectToolItem) element).getVisibleWhen() != null) {
Discouraged access: The type MDirectToolItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java
 (at line 156)
list.add(0, ((MDirectToolItem) element).getVisibleWhen());
Discouraged access: The method getVisibleWhen() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/DirectToolItemEditor.java
 (at line 156)
list.add(0, ((MDirectToolItem) element).getVisibleWhen());
Discouraged access: The type MDirectToolItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 27)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. 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.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 30)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 31)
import org.eclipse.e4.ui.model.application.ui.menu.MHandledMenuItem;
Discouraged access: The type MHandledMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 53)
private IEMFEditListProperty HANDLED_ITEM__PARAMETERS = 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 53)
private IEMFEditListProperty HANDLED_ITEM__PARAMETERS = 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 53)
private IEMFEditListProperty HANDLED_ITEM__PARAMETERS = 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 54)
private IEMFValueProperty UI_ELEMENT__VISIBLE_WHEN = EMFProperties.value(UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 54)
private IEMFValueProperty UI_ELEMENT__VISIBLE_WHEN = EMFProperties.value(UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 54)
private IEMFValueProperty UI_ELEMENT__VISIBLE_WHEN = EMFProperties.value(UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN);
Discouraged access: The field UI_ELEMENT__VISIBLE_WHEN 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 66)
if (element instanceof 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 67)
MUIElement uiElement = (MUIElement) element;
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 67)
MUIElement uiElement = (MUIElement) element;
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 68)
if (uiElement.isToBeRendered() && uiElement.isVisible()) {
Discouraged access: The method isToBeRendered() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 68)
if (uiElement.isToBeRendered() && uiElement.isVisible()) {
Discouraged access: The method isVisible() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 102)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.HANDLED_ITEM__COMMAND).observeDetail(master), new UpdateValueStrategy(), new UpdateValueStrategy().setConverter(new CommandToStringConverter(Messages)));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 102)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.HANDLED_ITEM__COMMAND).observeDetail(master), new UpdateValueStrategy(), new UpdateValueStrategy().setConverter(new CommandToStringConverter(Messages)));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 102)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.HANDLED_ITEM__COMMAND).observeDetail(master), new UpdateValueStrategy(), new UpdateValueStrategy().setConverter(new CommandToStringConverter(Messages)));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 111)
HandledMenuItemCommandSelectionDialog dialog = new HandledMenuItemCommandSelectionDialog(b.getShell(), (MHandledItem) getMaster().getValue(), resource, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 122)
if (((MHandledMenuItem) element).getVisibleWhen() != null) {
Discouraged access: The method getVisibleWhen() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 122)
if (((MHandledMenuItem) element).getVisibleWhen() != null) {
Discouraged access: The type MHandledMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 123)
list.add(0, ((MHandledMenuItem) element).getVisibleWhen());
Discouraged access: The method getVisibleWhen() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 123)
list.add(0, ((MHandledMenuItem) element).getVisibleWhen());
Discouraged access: The type MHandledMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 139)
list.add(new VirtualEntry<MParameter>(ModelEditor.VIRTUAL_PARAMETERS, HANDLED_ITEM__PARAMETERS, element, Messages.HandledMenuItemEditor_Parameters) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledMenuItemEditor.java
 (at line 141)
protected boolean accepted(MParameter o) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 27)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. 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.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 30)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 31)
import org.eclipse.e4.ui.model.application.ui.menu.MHandledToolItem;
Discouraged access: The type MHandledToolItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 53)
private IEMFEditListProperty HANDLED_ITEM__PARAMETERS = 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 53)
private IEMFEditListProperty HANDLED_ITEM__PARAMETERS = 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 53)
private IEMFEditListProperty HANDLED_ITEM__PARAMETERS = 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 54)
private IEMFValueProperty UI_ELEMENT__VISIBLE_WHEN = EMFProperties.value(UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 54)
private IEMFValueProperty UI_ELEMENT__VISIBLE_WHEN = EMFProperties.value(UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 54)
private IEMFValueProperty UI_ELEMENT__VISIBLE_WHEN = EMFProperties.value(UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN);
Discouraged access: The field UI_ELEMENT__VISIBLE_WHEN 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 66)
if (element instanceof 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 67)
MUIElement uiElement = (MUIElement) element;
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 67)
MUIElement uiElement = (MUIElement) element;
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 68)
if (uiElement.isToBeRendered() && uiElement.isVisible()) {
Discouraged access: The method isToBeRendered() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 68)
if (uiElement.isToBeRendered() && uiElement.isVisible()) {
Discouraged access: The method isVisible() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 91)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.HANDLED_ITEM__COMMAND).observeDetail(master), new UpdateValueStrategy(), new UpdateValueStrategy().setConverter(new CommandToStringConverter(Messages)));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 91)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.HANDLED_ITEM__COMMAND).observeDetail(master), new UpdateValueStrategy(), new UpdateValueStrategy().setConverter(new CommandToStringConverter(Messages)));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 91)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.HANDLED_ITEM__COMMAND).observeDetail(master), new UpdateValueStrategy(), new UpdateValueStrategy().setConverter(new CommandToStringConverter(Messages)));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 100)
HandledToolItemCommandSelectionDialog dialog = new HandledToolItemCommandSelectionDialog(b.getShell(), (MHandledItem) getMaster().getValue(), resource, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 121)
if (((MHandledToolItem) element).getVisibleWhen() != null) {
Discouraged access: The method getVisibleWhen() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 121)
if (((MHandledToolItem) element).getVisibleWhen() != null) {
Discouraged access: The type MHandledToolItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 122)
list.add(0, ((MHandledToolItem) element).getVisibleWhen());
Discouraged access: The method getVisibleWhen() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 122)
list.add(0, ((MHandledToolItem) element).getVisibleWhen());
Discouraged access: The type MHandledToolItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 138)
list.add(new VirtualEntry<MParameter>(ModelEditor.VIRTUAL_PARAMETERS, HANDLED_ITEM__PARAMETERS, element, Messages.HandledToolItemEditor_Parameters) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandledToolItemEditor.java
 (at line 140)
protected boolean accepted(MParameter o) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 19)
import org.eclipse.e4.core.di.annotations.Optional;
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 32)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 33)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 68)
@Optional
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 144)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 144)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 144)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 156)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.HANDLER__COMMAND).observeDetail(getMaster()), new UpdateValueStrategy(), new UpdateValueStrategy().setConverter(new CommandToStringConverter(Messages)));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 156)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.HANDLER__COMMAND).observeDetail(getMaster()), new UpdateValueStrategy(), new UpdateValueStrategy().setConverter(new CommandToStringConverter(Messages)));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 156)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.HANDLER__COMMAND).observeDetail(getMaster()), new UpdateValueStrategy(), new UpdateValueStrategy().setConverter(new CommandToStringConverter(Messages)));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 165)
HandlerCommandSelectionDialog dialog = new HandlerCommandSelectionDialog(b.getShell(), (MHandler) getMaster().getValue(), resource, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 173)
final IContributionClassCreator c = getEditor().getContributionCreator(CommandsPackageImpl.Literals.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 173)
final IContributionClassCreator c = getEditor().getContributionCreator(CommandsPackageImpl.Literals.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 173)
final IContributionClassCreator c = getEditor().getContributionCreator(CommandsPackageImpl.Literals.HANDLER);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 181)
c.createOpen((MContribution) getMaster().getValue(), getEditingDomain(), project, l.getShell());
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 193)
Binding binding = context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI).observeDetail(getMaster()), new UpdateValueStrategy().setAfterConvertValidator(new ContributionURIValidator()), new UpdateValueStrategy());
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 193)
Binding binding = context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI).observeDetail(getMaster()), new UpdateValueStrategy().setAfterConvertValidator(new ContributionURIValidator()), new UpdateValueStrategy());
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 193)
Binding binding = context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI).observeDetail(getMaster()), new UpdateValueStrategy().setAfterConvertValidator(new ContributionURIValidator()), new UpdateValueStrategy());
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 203)
ContributionClassDialog dialog = new ContributionClassDialog(b.getShell(), project, getEditingDomain(), (MContribution) getMaster().getValue(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 203)
ContributionClassDialog dialog = new ContributionClassDialog(b.getShell(), project, getEditingDomain(), (MContribution) getMaster().getValue(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 203)
ContributionClassDialog dialog = new ContributionClassDialog(b.getShell(), project, getEditingDomain(), (MContribution) getMaster().getValue(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 203)
ContributionClassDialog dialog = new ContributionClassDialog(b.getShell(), project, getEditingDomain(), (MContribution) getMaster().getValue(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 208)
ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Contribution_PersistedState, ApplicationPackageImpl.Literals.CONTRIBUTION__PERSISTED_STATE, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 208)
ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Contribution_PersistedState, ApplicationPackageImpl.Literals.CONTRIBUTION__PERSISTED_STATE, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 208)
ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Contribution_PersistedState, ApplicationPackageImpl.Literals.CONTRIBUTION__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 216)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 216)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 216)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 233)
TreeViewer viewer = objectViewer.createViewer(container, ApplicationPackageImpl.Literals.CONTRIBUTION__OBJECT, getMaster(), resourcePool, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 233)
TreeViewer viewer = objectViewer.createViewer(container, ApplicationPackageImpl.Literals.CONTRIBUTION__OBJECT, getMaster(), resourcePool, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 233)
TreeViewer viewer = objectViewer.createViewer(container, ApplicationPackageImpl.Literals.CONTRIBUTION__OBJECT, getMaster(), resourcePool, Messages);
Discouraged access: The field CONTRIBUTION__OBJECT 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 245)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 245)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 246)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 246)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 246)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 246)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 246)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 247)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 247)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 255)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 255)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 255)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 255)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 255)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/HandlerEditor.java
 (at line 255)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

/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 15)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/InputPartEditor.java
 (at line 39)
ControlFactory.createTextField(parent, Messages.InputPartEditor_InputURI, master, context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.INPUT__INPUT_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/InputPartEditor.java
 (at line 39)
ControlFactory.createTextField(parent, Messages.InputPartEditor_InputURI, master, context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.INPUT__INPUT_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/InputPartEditor.java
 (at line 39)
ControlFactory.createTextField(parent, Messages.InputPartEditor_InputURI, master, context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.INPUT__INPUT_URI));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 33)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 34)
import org.eclipse.e4.ui.model.application.commands.MKeyBinding;
Discouraged access: The type MKeyBinding is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 35)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 36)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 37)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 38)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 78)
private IEMFEditListProperty KEY_BINDING__PARAMETERS = 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 78)
private IEMFEditListProperty KEY_BINDING__PARAMETERS = 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 78)
private IEMFEditListProperty KEY_BINDING__PARAMETERS = 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 166)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 166)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 166)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 179)
Binding binding = context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.KEY_SEQUENCE__KEY_SEQUENCE).observeDetail(getMaster()), new UpdateValueStrategy().setBeforeSetValidator(new BindingValidator()), new UpdateValueStrategy());
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 179)
Binding binding = context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.KEY_SEQUENCE__KEY_SEQUENCE).observeDetail(getMaster()), new UpdateValueStrategy().setBeforeSetValidator(new BindingValidator()), new UpdateValueStrategy());
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 179)
Binding binding = context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.KEY_SEQUENCE__KEY_SEQUENCE).observeDetail(getMaster()), new UpdateValueStrategy().setBeforeSetValidator(new BindingValidator()), new UpdateValueStrategy());
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 193)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.KEY_BINDING__COMMAND).observeDetail(getMaster()), new UpdateValueStrategy(), new UpdateValueStrategy().setConverter(new CommandToStringConverter(Messages)));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 193)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.KEY_BINDING__COMMAND).observeDetail(getMaster()), new UpdateValueStrategy(), new UpdateValueStrategy().setConverter(new CommandToStringConverter(Messages)));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 193)
context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), CommandsPackageImpl.Literals.KEY_BINDING__COMMAND).observeDetail(getMaster()), new UpdateValueStrategy(), new UpdateValueStrategy().setConverter(new CommandToStringConverter(Messages)));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 202)
KeyBindingCommandSelectionDialog dialog = new KeyBindingCommandSelectionDialog(b.getShell(), (MKeyBinding) getMaster().getValue(), resource, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 242)
MKeyBinding container = (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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 242)
MKeyBinding container = (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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 243)
int idx = container.getParameters().indexOf(obj) - 1;
Discouraged access: The method getParameters() from the type MKeyBinding is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 245)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.KEY_BINDING__PARAMETERS, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 245)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.KEY_BINDING__PARAMETERS, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 245)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.KEY_BINDING__PARAMETERS, obj, idx);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 269)
MKeyBinding container = (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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 269)
MKeyBinding container = (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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 270)
int idx = container.getParameters().indexOf(obj) + 1;
Discouraged access: The method getParameters() from the type MKeyBinding is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 271)
if (idx < container.getParameters().size()) {
Discouraged access: The method getParameters() from the type MKeyBinding is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 272)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.KEY_BINDING__PARAMETERS, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 272)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.KEY_BINDING__PARAMETERS, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 272)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.KEY_BINDING__PARAMETERS, obj, idx);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 303)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 303)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 304)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 304)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 304)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 321)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 321)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 321)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 335)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 335)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 336)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 336)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 337)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 344)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 344)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 344)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 371)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 371)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 372)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
52. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 372)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
53. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 372)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
54. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 372)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
55. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 375)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
56. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 375)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
57. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/KeyBindingEditor.java
 (at line 375)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 23)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 24)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 25)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 26)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 27)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 67)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 67)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 67)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 89)
if (element instanceof 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 90)
if (((MUIElement) element).isToBeRendered()) {
Discouraged access: The method isToBeRendered() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 90)
if (((MUIElement) element).isToBeRendered()) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 168)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 168)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 168)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 169)
ControlFactory.createTextField(parent, Messages.ModelTooling_UIElement_AccessibilityPhrase, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 169)
ControlFactory.createTextField(parent, Messages.ModelTooling_UIElement_AccessibilityPhrase, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 169)
ControlFactory.createTextField(parent, Messages.ModelTooling_UIElement_AccessibilityPhrase, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The field UI_ELEMENT__ACCESSIBILITY_PHRASE 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 170)
ControlFactory.createTextField(parent, Messages.MenuContributionEditor_ParentId, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 170)
ControlFactory.createTextField(parent, Messages.MenuContributionEditor_ParentId, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 170)
ControlFactory.createTextField(parent, Messages.MenuContributionEditor_ParentId, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 171)
ControlFactory.createTextField(parent, Messages.MenuContributionEditor_Position, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 171)
ControlFactory.createTextField(parent, Messages.MenuContributionEditor_Position, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 171)
ControlFactory.createTextField(parent, Messages.MenuContributionEditor_Position, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 187)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 187)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 187)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 213)
if (Util.moveElementByIndex(getEditingDomain(), (MUIElement) obj, getEditor().isLiveModel(), idx)) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 234)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 234)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 235)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 236)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 237)
if (Util.moveElementByIndex(getEditingDomain(), (MUIElement) obj, getEditor().isLiveModel(), idx)) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 258)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 258)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 258)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 259)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 259)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 259)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 259)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 259)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 259)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 259)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 259)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 259)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 271)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 271)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 273)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
52. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 273)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
53. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 273)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
54. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 294)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
55. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 294)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
56. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 294)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
57. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 303)
ControlFactory.createCheckBox(parent, "To Be Rendered", getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED)); //$NON-NLS-1$
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
58. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 303)
ControlFactory.createCheckBox(parent, "To Be Rendered", getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED)); //$NON-NLS-1$
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
59. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 303)
ControlFactory.createCheckBox(parent, "To Be Rendered", getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED)); //$NON-NLS-1$
Discouraged access: The field UI_ELEMENT__TO_BE_RENDERED 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
60. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 304)
ControlFactory.createCheckBox(parent, "Visible", getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE)); //$NON-NLS-1$
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
61. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 304)
ControlFactory.createCheckBox(parent, "Visible", getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE)); //$NON-NLS-1$
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
62. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 304)
ControlFactory.createCheckBox(parent, "Visible", getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE)); //$NON-NLS-1$
Discouraged access: The field UI_ELEMENT__VISIBLE 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
63. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 312)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
64. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 312)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
65. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 312)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
66. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 326)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
67. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 326)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
68. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuContributionEditor.java
 (at line 326)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The field UI_ELEMENT__TO_BE_RENDERED 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 28)
import org.eclipse.e4.core.di.annotations.Optional;
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 40)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 41)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 42)
import org.eclipse.e4.ui.model.application.ui.MExpression;
Discouraged access: The type MExpression is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 43)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 44)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 45)
import org.eclipse.e4.ui.model.application.ui.MUiFactory;
Discouraged access: The type MUiFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 46)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 47)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 48)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 49)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 50)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 97)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 97)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 97)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 98)
private IEMFValueProperty UI_ELEMENT__VISIBLE_WHEN = EMFProperties.value(UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 98)
private IEMFValueProperty UI_ELEMENT__VISIBLE_WHEN = EMFProperties.value(UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 98)
private IEMFValueProperty UI_ELEMENT__VISIBLE_WHEN = EMFProperties.value(UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN);
Discouraged access: The field UI_ELEMENT__VISIBLE_WHEN 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 103)
@Optional
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 130)
handleAdd(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 130)
handleAdd(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 130)
handleAdd(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 136)
handleAdd(MenuPackageImpl.Literals.MENU, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 136)
handleAdd(MenuPackageImpl.Literals.MENU, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 136)
handleAdd(MenuPackageImpl.Literals.MENU, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 142)
handleAdd(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 142)
handleAdd(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 142)
handleAdd(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 148)
handleAdd(MenuPackageImpl.Literals.MENU_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 148)
handleAdd(MenuPackageImpl.Literals.MENU_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 148)
handleAdd(MenuPackageImpl.Literals.MENU_SEPARATOR, true);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 154)
MUIElement e = (MUIElement) getMaster().getValue();
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 154)
MUIElement e = (MUIElement) getMaster().getValue();
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 155)
Command cmd = SetCommand.create(getEditingDomain(), e, UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN, MUiFactory.INSTANCE.createCoreExpression());
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 155)
Command cmd = SetCommand.create(getEditingDomain(), e, UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN, MUiFactory.INSTANCE.createCoreExpression());
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 155)
Command cmd = SetCommand.create(getEditingDomain(), e, UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN, MUiFactory.INSTANCE.createCoreExpression());
Discouraged access: The field UI_ELEMENT__VISIBLE_WHEN 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 155)
Command cmd = SetCommand.create(getEditingDomain(), e, UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN, MUiFactory.INSTANCE.createCoreExpression());
Discouraged access: The type MUiFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 155)
Command cmd = SetCommand.create(getEditingDomain(), e, UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN, MUiFactory.INSTANCE.createCoreExpression());
Discouraged access: The method createCoreExpression() from the type MUiFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 155)
Command cmd = SetCommand.create(getEditingDomain(), e, UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN, MUiFactory.INSTANCE.createCoreExpression());
Discouraged access: The field INSTANCE from the type MUiFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 165)
if (element instanceof 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 166)
MUIElement uiElement = (MUIElement) element;
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 166)
MUIElement uiElement = (MUIElement) element;
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 167)
if (uiElement.isToBeRendered() && uiElement.isVisible()) {
Discouraged access: The method isToBeRendered() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 167)
if (uiElement.isToBeRendered() && uiElement.isVisible()) {
Discouraged access: The method isVisible() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 200)
} 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 235)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 235)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 235)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 239)
ControlFactory.createTranslatedTextField(parent, Messages.MenuEditor_LabelLabel, master, context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL), resourcePool, project);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 239)
ControlFactory.createTranslatedTextField(parent, Messages.MenuEditor_LabelLabel, master, context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL), resourcePool, project);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 239)
ControlFactory.createTranslatedTextField(parent, Messages.MenuEditor_LabelLabel, master, context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL), resourcePool, project);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
52. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 242)
ControlFactory.createTextField(parent, Messages.MenuEditor_Mnemonics, master, context, textProp, EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.MENU_ELEMENT__MNEMONICS));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
53. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 242)
ControlFactory.createTextField(parent, Messages.MenuEditor_Mnemonics, master, context, textProp, EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.MENU_ELEMENT__MNEMONICS));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
54. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 242)
ControlFactory.createTextField(parent, Messages.MenuEditor_Mnemonics, master, context, textProp, EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.MENU_ELEMENT__MNEMONICS));
Discouraged access: The field MENU_ELEMENT__MNEMONICS 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
55. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 257)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
56. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 257)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
57. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 257)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
58. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 280)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
59. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 280)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
60. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 281)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
61. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 283)
if (Util.moveElementByIndex(getEditingDomain(), (MUIElement) obj, getEditor().isLiveModel(), idx)) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
62. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 304)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
63. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 304)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
64. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 305)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
65. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 306)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
66. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 307)
if (Util.moveElementByIndex(getEditingDomain(), (MUIElement) obj, getEditor().isLiveModel(), idx)) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
67. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 328)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
68. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 328)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
69. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 328)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
70. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 329)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
71. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 329)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
72. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 329)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
73. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 329)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
74. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 329)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
75. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 329)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
76. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 329)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
77. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 329)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
78. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 329)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
79. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 355)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
80. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 355)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
81. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 355)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
82. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 366)
ControlFactory.createTranslatedTextField(parent, Messages.MenuEditor_Tooltip, master, context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__TOOLTIP), resourcePool, project);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
83. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 366)
ControlFactory.createTranslatedTextField(parent, Messages.MenuEditor_Tooltip, master, context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__TOOLTIP), resourcePool, project);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
84. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 366)
ControlFactory.createTranslatedTextField(parent, Messages.MenuEditor_Tooltip, master, context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__TOOLTIP), resourcePool, project);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
85. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 378)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
86. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 378)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
87. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 378)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
88. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 384)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
89. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 384)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
90. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 385)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
91. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 389)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
92. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 400)
MenuIconDialogEditor dialog = new MenuIconDialogEditor(b.getShell(), project, getEditingDomain(), (MMenu) getMaster().getValue(), Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
93. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 427)
list.add(UiPackageImpl.Literals.CORE_EXPRESSION);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
94. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 427)
list.add(UiPackageImpl.Literals.CORE_EXPRESSION);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
95. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 427)
list.add(UiPackageImpl.Literals.CORE_EXPRESSION);
Discouraged access: The field CORE_EXPRESSION 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
96. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 428)
list.addAll(getEditor().getFeatureClasses(UiPackageImpl.Literals.EXPRESSION, UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
97. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 428)
list.addAll(getEditor().getFeatureClasses(UiPackageImpl.Literals.EXPRESSION, UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
98. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 428)
list.addAll(getEditor().getFeatureClasses(UiPackageImpl.Literals.EXPRESSION, UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
99. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 428)
list.addAll(getEditor().getFeatureClasses(UiPackageImpl.Literals.EXPRESSION, UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
100. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuEditor.java
 (at line 428)
list.addAll(getEditor().getFeatureClasses(UiPackageImpl.Literals.EXPRESSION, UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN));
Discouraged access: The field UI_ELEMENT__VISIBLE_WHEN 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 23)
import org.eclipse.e4.core.di.annotations.Optional;
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 34)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 35)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 36)
import org.eclipse.e4.ui.model.application.ui.MUiFactory;
Discouraged access: The type MUiFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 38)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 39)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 40)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 81)
@Optional
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 95)
MUIElement e = (MUIElement) getMaster().getValue();
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 95)
MUIElement e = (MUIElement) getMaster().getValue();
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 96)
Command cmd = SetCommand.create(getEditingDomain(), e, UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN, MUiFactory.INSTANCE.createCoreExpression());
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 96)
Command cmd = SetCommand.create(getEditingDomain(), e, UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN, MUiFactory.INSTANCE.createCoreExpression());
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 96)
Command cmd = SetCommand.create(getEditingDomain(), e, UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN, MUiFactory.INSTANCE.createCoreExpression());
Discouraged access: The field UI_ELEMENT__VISIBLE_WHEN 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 96)
Command cmd = SetCommand.create(getEditingDomain(), e, UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN, MUiFactory.INSTANCE.createCoreExpression());
Discouraged access: The type MUiFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 96)
Command cmd = SetCommand.create(getEditingDomain(), e, UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN, MUiFactory.INSTANCE.createCoreExpression());
Discouraged access: The method createCoreExpression() from the type MUiFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 96)
Command cmd = SetCommand.create(getEditingDomain(), e, UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN, MUiFactory.INSTANCE.createCoreExpression());
Discouraged access: The field INSTANCE from the type MUiFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 106)
if (element instanceof 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 107)
if (((MUIElement) element).isToBeRendered()) {
Discouraged access: The method isToBeRendered() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 107)
if (((MUIElement) element).isToBeRendered()) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 172)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 172)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 172)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 183)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 183)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 183)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 183)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 183)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 183)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 183)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 187)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 187)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 187)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 192)
ControlFactory.createTranslatedTextField(parent, Messages.MenuItemEditor_Label, master, context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL), resourcePool, project);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 192)
ControlFactory.createTranslatedTextField(parent, Messages.MenuItemEditor_Label, master, context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL), resourcePool, project);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 192)
ControlFactory.createTranslatedTextField(parent, Messages.MenuItemEditor_Label, master, context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL), resourcePool, project);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 193)
ControlFactory.createTextField(parent, Messages.MenuItemEditor_Mnemonics, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.MENU_ELEMENT__MNEMONICS));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 193)
ControlFactory.createTextField(parent, Messages.MenuItemEditor_Mnemonics, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.MENU_ELEMENT__MNEMONICS));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 193)
ControlFactory.createTextField(parent, Messages.MenuItemEditor_Mnemonics, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), MenuPackageImpl.Literals.MENU_ELEMENT__MNEMONICS));
Discouraged access: The field MENU_ELEMENT__MNEMONICS 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 194)
ControlFactory.createTranslatedTextField(parent, Messages.MenuItemEditor_Tooltip, master, context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__TOOLTIP), resourcePool, project);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 194)
ControlFactory.createTranslatedTextField(parent, Messages.MenuItemEditor_Tooltip, master, context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__TOOLTIP), resourcePool, project);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 194)
ControlFactory.createTranslatedTextField(parent, Messages.MenuItemEditor_Tooltip, master, context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__TOOLTIP), resourcePool, project);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 205)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 205)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 205)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 211)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 211)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 212)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 216)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 227)
MenuItemIconDialogEditor dialog = new MenuItemIconDialogEditor(b.getShell(), project, getEditingDomain(), (MMenuItem) getMaster().getValue(), Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
52. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 240)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
53. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 240)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
54. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 240)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
55. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 250)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
56. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 250)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
57. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 250)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
58. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 253)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
59. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 260)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
60. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 263)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
61. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 263)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
62. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 263)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
63. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 263)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
64. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 267)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
65. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 267)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
66. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 267)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
67. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 292)
list.add(UiPackageImpl.Literals.CORE_EXPRESSION);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
68. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 292)
list.add(UiPackageImpl.Literals.CORE_EXPRESSION);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
69. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 292)
list.add(UiPackageImpl.Literals.CORE_EXPRESSION);
Discouraged access: The field CORE_EXPRESSION 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
70. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 293)
list.addAll(getEditor().getFeatureClasses(UiPackageImpl.Literals.EXPRESSION, UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
71. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 293)
list.addAll(getEditor().getFeatureClasses(UiPackageImpl.Literals.EXPRESSION, UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
72. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 293)
list.addAll(getEditor().getFeatureClasses(UiPackageImpl.Literals.EXPRESSION, UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN));
Discouraged access: The field EXPRESSION 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
73. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 293)
list.addAll(getEditor().getFeatureClasses(UiPackageImpl.Literals.EXPRESSION, UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
74. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 293)
list.addAll(getEditor().getFeatureClasses(UiPackageImpl.Literals.EXPRESSION, UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
75. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 293)
list.addAll(getEditor().getFeatureClasses(UiPackageImpl.Literals.EXPRESSION, UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN));
Discouraged access: The field UI_ELEMENT__VISIBLE_WHEN 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
76. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 295)
context.bindValue(ViewerProperties.singleSelection().observe(combo), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN).observeDetail(getMaster()), new UpdateValueStrategy().setConverter(new EClass2EObject(Messages)), new UpdateValueStrategy().setConverter(new EObject2EClass(Messages)));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
77. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 295)
context.bindValue(ViewerProperties.singleSelection().observe(combo), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN).observeDetail(getMaster()), new UpdateValueStrategy().setConverter(new EClass2EObject(Messages)), new UpdateValueStrategy().setConverter(new EObject2EClass(Messages)));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
78. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 295)
context.bindValue(ViewerProperties.singleSelection().observe(combo), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN).observeDetail(getMaster()), new UpdateValueStrategy().setConverter(new EClass2EObject(Messages)), new UpdateValueStrategy().setConverter(new EObject2EClass(Messages)));
Discouraged access: The field UI_ELEMENT__VISIBLE_WHEN 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
79. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 300)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_ToBeRendered, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
80. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 300)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_ToBeRendered, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
81. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 300)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_ToBeRendered, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The field UI_ELEMENT__TO_BE_RENDERED 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
82. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 301)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_Visible, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
83. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 301)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_Visible, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
84. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 301)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_Visible, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The field UI_ELEMENT__VISIBLE 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
85. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 309)
ControlFactory.createTextField(parent, Messages.ModelTooling_UIElement_AccessibilityPhrase, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
86. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 309)
ControlFactory.createTextField(parent, Messages.ModelTooling_UIElement_AccessibilityPhrase, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
87. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 309)
ControlFactory.createTextField(parent, Messages.ModelTooling_UIElement_AccessibilityPhrase, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The field UI_ELEMENT__ACCESSIBILITY_PHRASE 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
88. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 311)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
89. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 311)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
90. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 311)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
91. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 332)
TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, getMaster(), resourcePool, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
92. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 332)
TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, getMaster(), resourcePool, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
93. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 332)
TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, getMaster(), resourcePool, Messages);
Discouraged access: The field UI_ELEMENT__WIDGET 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
94. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 343)
return getLocalizedLabel((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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
95. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 348)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL), FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
96. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 348)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL), FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
97. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 348)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL), FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
98. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 348)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL), FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
99. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 348)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL), FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
100. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java
 (at line 348)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL), FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The field UI_ELEMENT__TO_BE_RENDERED 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuSeparatorEditor.java
 (at line 17)
import org.eclipse.e4.core.di.annotations.Optional;
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuSeparatorEditor.java
 (at line 23)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuSeparatorEditor.java
 (at line 24)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuSeparatorEditor.java
 (at line 47)
@Optional
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuSeparatorEditor.java
 (at line 128)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuSeparatorEditor.java
 (at line 128)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuSeparatorEditor.java
 (at line 128)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuSeparatorEditor.java
 (at line 129)
ControlFactory.createTextField(parent, Messages.ModelTooling_UIElement_AccessibilityPhrase, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuSeparatorEditor.java
 (at line 129)
ControlFactory.createTextField(parent, Messages.ModelTooling_UIElement_AccessibilityPhrase, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuSeparatorEditor.java
 (at line 129)
ControlFactory.createTextField(parent, Messages.ModelTooling_UIElement_AccessibilityPhrase, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The field UI_ELEMENT__ACCESSIBILITY_PHRASE 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuSeparatorEditor.java
 (at line 130)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_ToBeRendered, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuSeparatorEditor.java
 (at line 130)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_ToBeRendered, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuSeparatorEditor.java
 (at line 130)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_ToBeRendered, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The field UI_ELEMENT__TO_BE_RENDERED 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuSeparatorEditor.java
 (at line 131)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_Visible, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuSeparatorEditor.java
 (at line 131)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_Visible, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuSeparatorEditor.java
 (at line 131)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_Visible, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The field UI_ELEMENT__VISIBLE 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuSeparatorEditor.java
 (at line 139)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuSeparatorEditor.java
 (at line 139)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuSeparatorEditor.java
 (at line 139)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuSeparatorEditor.java
 (at line 158)
TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, getMaster(), resourcePool, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuSeparatorEditor.java
 (at line 158)
TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, getMaster(), resourcePool, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuSeparatorEditor.java
 (at line 158)
TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, getMaster(), resourcePool, Messages);
Discouraged access: The field UI_ELEMENT__WIDGET 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 26)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 27)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 28)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 29)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 65)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 65)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 65)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 66)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 66)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 66)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 124)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 124)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 124)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 265)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 265)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 265)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 288)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 288)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 289)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 291)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 291)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 291)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 315)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
52. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 315)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
53. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 316)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
54. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 317)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
55. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 318)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
56. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 318)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
57. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 318)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
58. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 338)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
59. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 338)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
60. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 338)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
61. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 338)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
62. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 340)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
63. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 340)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
64. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 340)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
65. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 359)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
66. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 359)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
67. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 359)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
68. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 377)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
69. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 377)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
70. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 377)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
71. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 377)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
72. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 377)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
73. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java
 (at line 377)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ParameterEditor.java : 23 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ParameterEditor.java
 (at line 20)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ParameterEditor.java
 (at line 21)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ParameterEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ParameterEditor.java
 (at line 59)
MParameter param = (MParameter) element;
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ParameterEditor.java
 (at line 59)
MParameter param = (MParameter) element;
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ParameterEditor.java
 (at line 60)
if (param.getName() != null && param.getName().trim().length() > 0) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ParameterEditor.java
 (at line 60)
if (param.getName() != null && param.getName().trim().length() > 0) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ParameterEditor.java
 (at line 61)
return param.getName().trim();
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ParameterEditor.java
 (at line 62)
} else if (param.getElementId() != null && param.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ParameterEditor.java
 (at line 62)
} else if (param.getElementId() != null && param.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ParameterEditor.java
 (at line 63)
return param.getElementId().trim();
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ParameterEditor.java
 (at line 126)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ParameterEditor.java
 (at line 126)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ParameterEditor.java
 (at line 126)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ParameterEditor.java
 (at line 127)
ControlFactory.createTextField(parent, Messages.ParameterEditor_Name, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ParameterEditor.java
 (at line 127)
ControlFactory.createTextField(parent, Messages.ParameterEditor_Name, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ParameterEditor.java
 (at line 127)
ControlFactory.createTextField(parent, Messages.ParameterEditor_Name, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ParameterEditor.java
 (at line 128)
ControlFactory.createTextField(parent, Messages.ParameterEditor_Value, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ParameterEditor.java
 (at line 128)
ControlFactory.createTextField(parent, Messages.ParameterEditor_Value, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ParameterEditor.java
 (at line 128)
ControlFactory.createTextField(parent, Messages.ParameterEditor_Value, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ParameterEditor.java
 (at line 136)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ParameterEditor.java
 (at line 136)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ParameterEditor.java
 (at line 136)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 33)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. 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.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. 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.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. 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.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. 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.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 71)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 71)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 71)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 73)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 73)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 73)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 127)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 127)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 154)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 154)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 154)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 155)
ControlFactory.createTranslatedTextField(parent, Messages.PartDescriptorEditor_LabelLabel, master, context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL), resourcePool, project);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 155)
ControlFactory.createTranslatedTextField(parent, Messages.PartDescriptorEditor_LabelLabel, master, context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL), resourcePool, project);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 155)
ControlFactory.createTranslatedTextField(parent, Messages.PartDescriptorEditor_LabelLabel, master, context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL), resourcePool, project);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 156)
ControlFactory.createTranslatedTextField(parent, Messages.PartDescriptorEditor_Tooltip, master, context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__TOOLTIP), resourcePool, project);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 156)
ControlFactory.createTranslatedTextField(parent, Messages.PartDescriptorEditor_Tooltip, master, context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__TOOLTIP), resourcePool, project);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 156)
ControlFactory.createTranslatedTextField(parent, Messages.PartDescriptorEditor_Tooltip, master, context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__TOOLTIP), resourcePool, project);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 167)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 167)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 167)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 173)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 173)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 174)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 178)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 189)
PartDescriptorIconDialogEditor dialog = new PartDescriptorIconDialogEditor(b.getShell(), project, getEditingDomain(), (MPartDescriptor) getMaster().getValue(), Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 203)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 203)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 203)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 212)
ContributionClassDialog dialog = new ContributionClassDialog(b.getShell(), project, getEditingDomain(), (MPartDescriptor) getMaster().getValue(), BasicPackageImpl.Literals.PART_DESCRIPTOR__CONTRIBUTION_URI, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 212)
ContributionClassDialog dialog = new ContributionClassDialog(b.getShell(), project, getEditingDomain(), (MPartDescriptor) getMaster().getValue(), BasicPackageImpl.Literals.PART_DESCRIPTOR__CONTRIBUTION_URI, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 212)
ContributionClassDialog dialog = new ContributionClassDialog(b.getShell(), project, getEditingDomain(), (MPartDescriptor) getMaster().getValue(), BasicPackageImpl.Literals.PART_DESCRIPTOR__CONTRIBUTION_URI, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 212)
ContributionClassDialog dialog = new ContributionClassDialog(b.getShell(), project, getEditingDomain(), (MPartDescriptor) getMaster().getValue(), BasicPackageImpl.Literals.PART_DESCRIPTOR__CONTRIBUTION_URI, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 228)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 228)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 229)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 249)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 249)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 249)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 261)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 261)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
52. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 261)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
53. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 276)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
54. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 276)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
55. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 276)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
56. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 291)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
57. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 291)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
58. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 291)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
59. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 305)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
60. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 305)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
61. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 305)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
62. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 316)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
63. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 316)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
64. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 316)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
65. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 324)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
66. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 324)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
67. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 324)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
68. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 324)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
69. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 327)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
70. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 327)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
71. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 327)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
72. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 334)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
73. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 334)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
74. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 334)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
75. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 366)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
76. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 366)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
77. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 367)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
78. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 368)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
79. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 396)
return getLocalizedLabel((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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
80. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 401)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
81. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 401)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
82. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java
 (at line 401)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 24)
import org.eclipse.e4.core.di.annotations.Optional;
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 39)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 40)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 41)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 42)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 43)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 44)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 45)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 46)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 47)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 48)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 81)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 81)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 81)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 82)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 82)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 82)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 83)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 83)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 83)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 88)
@Optional
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 98)
if (element instanceof 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 99)
if (((MUIElement) element).isToBeRendered()) {
Discouraged access: The method isToBeRendered() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 99)
if (((MUIElement) element).isToBeRendered()) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 149)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 149)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 177)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 177)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 177)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 178)
ControlFactory.createTextField(parent, Messages.PartEditor_LabelLabel, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 178)
ControlFactory.createTextField(parent, Messages.PartEditor_LabelLabel, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 178)
ControlFactory.createTextField(parent, Messages.PartEditor_LabelLabel, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 179)
ControlFactory.createTextField(parent, Messages.ModelTooling_UIElement_AccessibilityPhrase, master, context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 179)
ControlFactory.createTextField(parent, Messages.ModelTooling_UIElement_AccessibilityPhrase, master, context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 179)
ControlFactory.createTextField(parent, Messages.ModelTooling_UIElement_AccessibilityPhrase, master, context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The field UI_ELEMENT__ACCESSIBILITY_PHRASE 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 180)
ControlFactory.createTextField(parent, Messages.PartEditor_Tooltip, master, context, textProp, EMFEditProperties.value(getEditingDomain(), 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 180)
ControlFactory.createTextField(parent, Messages.PartEditor_Tooltip, master, context, textProp, EMFEditProperties.value(getEditingDomain(), 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 180)
ControlFactory.createTextField(parent, Messages.PartEditor_Tooltip, master, context, textProp, EMFEditProperties.value(getEditingDomain(), 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 191)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 191)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 191)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 197)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 197)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 198)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 202)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 213)
PartIconDialogEditor dialog = new PartIconDialogEditor(b.getShell(), project, getEditingDomain(), (MPart) getMaster().getValue(), Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 221)
final IContributionClassCreator c = getEditor().getContributionCreator(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 221)
final IContributionClassCreator c = getEditor().getContributionCreator(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 221)
final IContributionClassCreator c = getEditor().getContributionCreator(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 229)
c.createOpen((MContribution) getMaster().getValue(), getEditingDomain(), project, l.getShell());
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 241)
Binding binding = context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI).observeDetail(master), new UpdateValueStrategy().setAfterConvertValidator(new ContributionURIValidator()), new UpdateValueStrategy());
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
52. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 241)
Binding binding = context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI).observeDetail(master), new UpdateValueStrategy().setAfterConvertValidator(new ContributionURIValidator()), new UpdateValueStrategy());
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
53. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 241)
Binding binding = context.bindValue(textProp.observeDelayed(200, t), EMFEditProperties.value(getEditingDomain(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI).observeDetail(master), new UpdateValueStrategy().setAfterConvertValidator(new ContributionURIValidator()), new UpdateValueStrategy());
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
54. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 251)
ContributionClassDialog dialog = new ContributionClassDialog(b.getShell(), project, getEditingDomain(), (MContribution) getMaster().getValue(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
55. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 251)
ContributionClassDialog dialog = new ContributionClassDialog(b.getShell(), project, getEditingDomain(), (MContribution) getMaster().getValue(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
56. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 251)
ContributionClassDialog dialog = new ContributionClassDialog(b.getShell(), project, getEditingDomain(), (MContribution) getMaster().getValue(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
57. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 251)
ContributionClassDialog dialog = new ContributionClassDialog(b.getShell(), project, getEditingDomain(), (MContribution) getMaster().getValue(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
58. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 267)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
59. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 267)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
60. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 268)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
61. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 278)
ControlFactory.createTextField(parent, Messages.PartEditor_ContainerData, master, context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__CONTAINER_DATA));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
62. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 278)
ControlFactory.createTextField(parent, Messages.PartEditor_ContainerData, master, context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__CONTAINER_DATA));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
63. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 278)
ControlFactory.createTextField(parent, Messages.PartEditor_ContainerData, master, context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__CONTAINER_DATA));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
64. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 282)
ControlFactory.createCheckBox(parent, Messages.PartEditor_Closeable, getMaster(), context, WidgetProperties.selection(), 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
65. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 282)
ControlFactory.createCheckBox(parent, Messages.PartEditor_Closeable, getMaster(), context, WidgetProperties.selection(), 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
66. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 282)
ControlFactory.createCheckBox(parent, Messages.PartEditor_Closeable, getMaster(), context, WidgetProperties.selection(), 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
67. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 285)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_ToBeRendered, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
68. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 285)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_ToBeRendered, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
69. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 285)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_ToBeRendered, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The field UI_ELEMENT__TO_BE_RENDERED 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
70. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 286)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_Visible, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
71. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 286)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_Visible, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
72. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 286)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_Visible, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The field UI_ELEMENT__VISIBLE 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
73. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 289)
ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Contribution_PersistedState, ApplicationPackageImpl.Literals.CONTRIBUTION__PERSISTED_STATE, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
74. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 289)
ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Contribution_PersistedState, ApplicationPackageImpl.Literals.CONTRIBUTION__PERSISTED_STATE, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
75. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 289)
ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Contribution_PersistedState, ApplicationPackageImpl.Literals.CONTRIBUTION__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
76. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 290)
ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Context_Properties, UiPackageImpl.Literals.CONTEXT__PROPERTIES, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
77. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 290)
ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Context_Properties, UiPackageImpl.Literals.CONTEXT__PROPERTIES, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
78. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 290)
ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Context_Properties, UiPackageImpl.Literals.CONTEXT__PROPERTIES, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field CONTEXT__PROPERTIES 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
79. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 298)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.ModelTooling_Context_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
80. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 298)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.ModelTooling_Context_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
81. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 298)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.ModelTooling_Context_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
82. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 299)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
83. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 299)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
84. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 299)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
85. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 319)
TreeViewer viewer = objectViewer.createViewer(container, ApplicationPackageImpl.Literals.CONTRIBUTION__OBJECT, getMaster(), resourcePool, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
86. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 319)
TreeViewer viewer = objectViewer.createViewer(container, ApplicationPackageImpl.Literals.CONTRIBUTION__OBJECT, getMaster(), resourcePool, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
87. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 319)
TreeViewer viewer = objectViewer.createViewer(container, ApplicationPackageImpl.Literals.CONTRIBUTION__OBJECT, getMaster(), resourcePool, Messages);
Discouraged access: The field CONTRIBUTION__OBJECT 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
88. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 331)
TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, getMaster(), resourcePool, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
89. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 331)
TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, getMaster(), resourcePool, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
90. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 331)
TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, getMaster(), resourcePool, Messages);
Discouraged access: The field UI_ELEMENT__WIDGET 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
91. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 336)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
92. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 336)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
93. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 336)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
94. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 336)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
95. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 339)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
96. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 339)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
97. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 339)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
98. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 346)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
99. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 346)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
100. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartEditor.java
 (at line 346)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 21)
import org.eclipse.e4.core.di.annotations.Optional;
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. 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.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. 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.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 31)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 32)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 78)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 78)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 78)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 83)
@Optional
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 96)
handleAddChild(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 96)
handleAddChild(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 96)
handleAddChild(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 102)
handleAddChild(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 102)
handleAddChild(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 102)
handleAddChild(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 108)
handleAddChild(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 108)
handleAddChild(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 108)
handleAddChild(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 114)
handleAddChild(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 114)
handleAddChild(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 114)
handleAddChild(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 120)
handleAddChild(AdvancedPackageImpl.Literals.AREA);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 120)
handleAddChild(AdvancedPackageImpl.Literals.AREA);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 120)
handleAddChild(AdvancedPackageImpl.Literals.AREA);
Discouraged access: The field AREA 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 126)
handleAddChild(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 126)
handleAddChild(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 126)
handleAddChild(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 133)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 133)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 136)
MUIElement uiElement = (MUIElement) element;
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 136)
MUIElement uiElement = (MUIElement) element;
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 137)
if (uiElement.isToBeRendered() && uiElement.isVisible()) {
Discouraged access: The method isToBeRendered() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 137)
if (uiElement.isToBeRendered() && uiElement.isVisible()) {
Discouraged access: The method isVisible() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 145)
MUIElement uiElement = (MUIElement) element;
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 145)
MUIElement uiElement = (MUIElement) element;
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 146)
if (uiElement.isToBeRendered() && uiElement.isVisible()) {
Discouraged access: The method isToBeRendered() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 146)
if (uiElement.isToBeRendered() && uiElement.isVisible()) {
Discouraged access: The method isVisible() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 218)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 218)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 218)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 219)
ControlFactory.createTextField(parent, Messages.ModelTooling_UIElement_AccessibilityPhrase, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 219)
ControlFactory.createTextField(parent, Messages.ModelTooling_UIElement_AccessibilityPhrase, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 219)
ControlFactory.createTextField(parent, Messages.ModelTooling_UIElement_AccessibilityPhrase, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The field UI_ELEMENT__ACCESSIBILITY_PHRASE 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 240)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 240)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 240)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 244)
ControlFactory.createTextField(parent, Messages.PartSashContainerEditor_ContainerData, master, context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__CONTAINER_DATA));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 244)
ControlFactory.createTextField(parent, Messages.PartSashContainerEditor_ContainerData, master, context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__CONTAINER_DATA));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
52. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 244)
ControlFactory.createTextField(parent, Messages.PartSashContainerEditor_ContainerData, master, context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__CONTAINER_DATA));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
53. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 258)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
54. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 258)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
55. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 258)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
56. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 281)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
57. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 281)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
58. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 282)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
59. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 284)
if (Util.moveElementByIndex(getEditingDomain(), (MUIElement) obj, getEditor().isLiveModel(), idx)) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
60. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 305)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
61. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 305)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
62. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 306)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
63. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 307)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
64. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 308)
if (Util.moveElementByIndex(getEditingDomain(), (MUIElement) obj, getEditor().isLiveModel(), idx)) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
65. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 328)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
66. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 328)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
67. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 328)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
68. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 328)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
69. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 328)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
70. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 328)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
71. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 328)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
72. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 328)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
73. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 328)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
74. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 328)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
75. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 328)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
76. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 328)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
77. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 328)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
78. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 328)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
79. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 328)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, AdvancedPackageImpl.Literals.PLACEHOLDER });
Discouraged access: The field AREA 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
80. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 328)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
81. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 328)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
82. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 328)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
83. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 329)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
84. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 329)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
85. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 329)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
86. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 354)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
87. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 354)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
88. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 354)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
89. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 363)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_ToBeRendered, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
90. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 363)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_ToBeRendered, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
91. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 363)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_ToBeRendered, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The field UI_ELEMENT__TO_BE_RENDERED 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
92. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 364)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_Visible, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
93. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 364)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_Visible, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
94. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 364)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_Visible, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The field UI_ELEMENT__VISIBLE 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
95. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 372)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
96. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 372)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
97. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 372)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
98. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 391)
TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, getMaster(), resourcePool, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
99. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 391)
TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, getMaster(), resourcePool, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
100. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartSashContainerEditor.java
 (at line 391)
TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, getMaster(), resourcePool, Messages);
Discouraged access: The field UI_ELEMENT__WIDGET 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 21)
import org.eclipse.e4.core.di.annotations.Optional;
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. 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.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 30)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 31)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 32)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 33)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 76)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 76)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 76)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 81)
@Optional
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 94)
handleAddChild(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 94)
handleAddChild(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 94)
handleAddChild(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 100)
handleAddChild(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 100)
handleAddChild(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 100)
handleAddChild(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 106)
handleAddChild(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 106)
handleAddChild(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 106)
handleAddChild(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 113)
if (element instanceof 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 114)
if (((MUIElement) element).isToBeRendered()) {
Discouraged access: The method isToBeRendered() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 114)
if (((MUIElement) element).isToBeRendered()) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 187)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 187)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 187)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 188)
ControlFactory.createTextField(parent, Messages.ModelTooling_UIElement_AccessibilityPhrase, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 188)
ControlFactory.createTextField(parent, Messages.ModelTooling_UIElement_AccessibilityPhrase, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 188)
ControlFactory.createTextField(parent, Messages.ModelTooling_UIElement_AccessibilityPhrase, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The field UI_ELEMENT__ACCESSIBILITY_PHRASE 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 190)
ControlFactory.createTextField(parent, Messages.PartStackEditor_ContainerData, master, context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__CONTAINER_DATA));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 190)
ControlFactory.createTextField(parent, Messages.PartStackEditor_ContainerData, master, context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__CONTAINER_DATA));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 190)
ControlFactory.createTextField(parent, Messages.PartStackEditor_ContainerData, master, context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__CONTAINER_DATA));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 204)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 204)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 204)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 230)
if (Util.moveElementByIndex(getEditingDomain(), (MUIElement) obj, getEditor().isLiveModel(), idx)) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 252)
MElementContainer<MUIElement> container = (MElementContainer<MUIElement>) getMaster().getValue();
Discouraged access: The type MElementContainer<MUIElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 252)
MElementContainer<MUIElement> container = (MElementContainer<MUIElement>) getMaster().getValue();
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 252)
MElementContainer<MUIElement> container = (MElementContainer<MUIElement>) getMaster().getValue();
Discouraged access: The type MElementContainer<MUIElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 252)
MElementContainer<MUIElement> container = (MElementContainer<MUIElement>) getMaster().getValue();
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 253)
int idx = container.getChildren().indexOf(obj) + 1;
Discouraged access: The method getChildren() from the type MElementContainer<MUIElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 254)
if (idx < container.getChildren().size()) {
Discouraged access: The method getChildren() from the type MElementContainer<MUIElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 255)
if (Util.moveElementByIndex(getEditingDomain(), (MUIElement) obj, getEditor().isLiveModel(), idx)) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 274)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 274)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 274)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 274)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 274)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
52. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 274)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
53. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 274)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
54. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 274)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
55. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 274)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
56. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 275)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
57. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 275)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
58. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 275)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
59. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 298)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
60. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 298)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
61. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 298)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
62. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 307)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_ToBeRendered, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
63. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 307)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_ToBeRendered, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
64. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 307)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_ToBeRendered, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The field UI_ELEMENT__TO_BE_RENDERED 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
65. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 308)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_Visible, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
66. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 308)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_Visible, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
67. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 308)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_Visible, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The field UI_ELEMENT__VISIBLE 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
68. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 316)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
69. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 316)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
70. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 316)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
71. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 335)
TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, getMaster(), resourcePool, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
72. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 335)
TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, getMaster(), resourcePool, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
73. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 335)
TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, getMaster(), resourcePool, Messages);
Discouraged access: The field UI_ELEMENT__WIDGET 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
74. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 351)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
75. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 351)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
76. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 351)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The field UI_ELEMENT__TO_BE_RENDERED 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
77. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 358)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
78. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 358)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
79. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartStackEditor.java
 (at line 358)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 22)
import org.eclipse.e4.core.di.annotations.Optional;
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. 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.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 35)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 36)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 37)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 73)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 73)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 73)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 74)
private IListProperty PERSPECTIVE__WINDOWS = EMFProperties.list(AdvancedPackageImpl.Literals.PERSPECTIVE__WINDOWS);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 74)
private IListProperty PERSPECTIVE__WINDOWS = EMFProperties.list(AdvancedPackageImpl.Literals.PERSPECTIVE__WINDOWS);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 74)
private IListProperty PERSPECTIVE__WINDOWS = EMFProperties.list(AdvancedPackageImpl.Literals.PERSPECTIVE__WINDOWS);
Discouraged access: The field PERSPECTIVE__WINDOWS 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 79)
@Optional
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 92)
handleAddChild(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 92)
handleAddChild(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 92)
handleAddChild(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 98)
handleAddChild(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 98)
handleAddChild(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 98)
handleAddChild(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 104)
handleAddChild(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 104)
handleAddChild(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 104)
handleAddChild(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 110)
handleAddChild(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 110)
handleAddChild(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 110)
handleAddChild(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 116)
handleAddChild(AdvancedPackageImpl.Literals.AREA);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 116)
handleAddChild(AdvancedPackageImpl.Literals.AREA);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 116)
handleAddChild(AdvancedPackageImpl.Literals.AREA);
Discouraged access: The field AREA 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 122)
handleAddChild(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 122)
handleAddChild(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 122)
handleAddChild(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 129)
if (element instanceof 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 130)
MUIElement uiElement = (MUIElement) element;
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 130)
MUIElement uiElement = (MUIElement) element;
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 131)
if (uiElement.isToBeRendered() && uiElement.isVisible()) {
Discouraged access: The method isToBeRendered() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 131)
if (uiElement.isToBeRendered() && uiElement.isVisible()) {
Discouraged access: The method isVisible() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 148)
return getLocalizedLabel((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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 153)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL), FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 153)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL), FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 153)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL), FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 153)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL), FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 153)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL), FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 153)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL), FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The field UI_ELEMENT__TO_BE_RENDERED 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 214)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 214)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 214)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 215)
ControlFactory.createTextField(parent, Messages.ModelTooling_UIElement_AccessibilityPhrase, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 215)
ControlFactory.createTextField(parent, Messages.ModelTooling_UIElement_AccessibilityPhrase, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 215)
ControlFactory.createTextField(parent, Messages.ModelTooling_UIElement_AccessibilityPhrase, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The field UI_ELEMENT__ACCESSIBILITY_PHRASE 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
52. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 217)
ControlFactory.createTranslatedTextField(parent, Messages.PerspectiveEditor_LabelLabel, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL), resourcePool, project);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
53. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 217)
ControlFactory.createTranslatedTextField(parent, Messages.PerspectiveEditor_LabelLabel, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL), resourcePool, project);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
54. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 217)
ControlFactory.createTranslatedTextField(parent, Messages.PerspectiveEditor_LabelLabel, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL), resourcePool, project);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
55. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 218)
ControlFactory.createTranslatedTextField(parent, Messages.PerspectiveEditor_Tooltip, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__TOOLTIP), resourcePool, project);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
56. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 218)
ControlFactory.createTranslatedTextField(parent, Messages.PerspectiveEditor_Tooltip, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__TOOLTIP), resourcePool, project);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
57. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 218)
ControlFactory.createTranslatedTextField(parent, Messages.PerspectiveEditor_Tooltip, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__TOOLTIP), resourcePool, project);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
58. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 229)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
59. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 229)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
60. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 229)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
61. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 235)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
62. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 235)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
63. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 236)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
64. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 240)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
65. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 249)
PerspectiveIconDialogEditor dialog = new PerspectiveIconDialogEditor(b.getShell(), project, getEditingDomain(), (MPerspective) getMaster().getValue(), Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
66. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 255)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_ToBeRendered, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
67. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 255)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_ToBeRendered, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
68. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 255)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_ToBeRendered, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The field UI_ELEMENT__TO_BE_RENDERED 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
69. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 256)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_Visible, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
70. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 256)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_Visible, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
71. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 256)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_Visible, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The field UI_ELEMENT__VISIBLE 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
72. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 258)
ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Context_Properties, UiPackageImpl.Literals.CONTEXT__PROPERTIES, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
73. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 258)
ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Context_Properties, UiPackageImpl.Literals.CONTEXT__PROPERTIES, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
74. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 258)
ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Context_Properties, UiPackageImpl.Literals.CONTEXT__PROPERTIES, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field CONTEXT__PROPERTIES 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
75. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 259)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.ModelTooling_Context_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
76. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 259)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.ModelTooling_Context_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
77. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 259)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.ModelTooling_Context_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
78. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 267)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
79. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 267)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
80. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 267)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
81. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 286)
TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, getMaster(), resourcePool, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
82. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 286)
TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, getMaster(), resourcePool, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
83. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 286)
TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, getMaster(), resourcePool, Messages);
Discouraged access: The field UI_ELEMENT__WIDGET 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
84. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 316)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
85. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 316)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
86. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveEditor.java
 (at line 316)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 21)
import org.eclipse.e4.core.di.annotations.Optional;
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. 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.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 30)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 31)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 32)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 33)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 69)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 69)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 69)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 74)
@Optional
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 94)
if (element instanceof 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 95)
MUIElement uiElement = (MUIElement) element;
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 95)
MUIElement uiElement = (MUIElement) element;
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 96)
if (uiElement.isToBeRendered() && uiElement.isVisible()) {
Discouraged access: The method isToBeRendered() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 96)
if (uiElement.isToBeRendered() && uiElement.isVisible()) {
Discouraged access: The method isVisible() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 174)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 174)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 174)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 175)
ControlFactory.createTextField(parent, Messages.ModelTooling_UIElement_AccessibilityPhrase, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 175)
ControlFactory.createTextField(parent, Messages.ModelTooling_UIElement_AccessibilityPhrase, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 175)
ControlFactory.createTextField(parent, Messages.ModelTooling_UIElement_AccessibilityPhrase, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The field UI_ELEMENT__ACCESSIBILITY_PHRASE 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 190)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 190)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 190)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 213)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 213)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 214)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 216)
if (Util.moveElementByIndex(getEditingDomain(), (MUIElement) obj, getEditor().isLiveModel(), idx)) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 240)
if (Util.moveElementByIndex(getEditingDomain(), (MUIElement) obj, getEditor().isLiveModel(), idx)) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 271)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 271)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 271)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 280)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_ToBeRendered, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 280)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_ToBeRendered, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 280)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_ToBeRendered, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The field UI_ELEMENT__TO_BE_RENDERED 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 281)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_Visible, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 281)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_Visible, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 281)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_Visible, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The field UI_ELEMENT__VISIBLE 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 289)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 289)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 289)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 308)
TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, getMaster(), resourcePool, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 308)
TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, getMaster(), resourcePool, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 308)
TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, getMaster(), resourcePool, Messages);
Discouraged access: The field UI_ELEMENT__WIDGET 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 319)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 319)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
52. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 319)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The field UI_ELEMENT__TO_BE_RENDERED 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
53. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 323)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
54. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 323)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
55. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 323)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
56. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 323)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
57. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 326)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
58. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 326)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
59. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PerspectiveStackEditor.java
 (at line 326)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 19)
import org.eclipse.e4.core.di.annotations.Optional;
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. 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.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. 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.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 31)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 33)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 61)
@Optional
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 84)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 84)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 85)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 88)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 89)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 89)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 90)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 90)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 90)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 95)
} 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 95)
} 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 96)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 98)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 98)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 98)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 98)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 99)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 99)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 103)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 103)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 103)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 103)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 104)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 104)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 172)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 172)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 172)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 173)
ControlFactory.createTextField(parent, Messages.ModelTooling_UIElement_AccessibilityPhrase, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 173)
ControlFactory.createTextField(parent, Messages.ModelTooling_UIElement_AccessibilityPhrase, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 173)
ControlFactory.createTextField(parent, Messages.ModelTooling_UIElement_AccessibilityPhrase, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The field UI_ELEMENT__ACCESSIBILITY_PHRASE 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 188)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 195)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 200)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 201)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 201)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 208)
return o.eClass().getName() + " - " + ((MUIElement) fromObject).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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 208)
return o.eClass().getName() + " - " + ((MUIElement) fromObject).getElementId(); //$NON-NLS-1$
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 214)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 214)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 214)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 222)
SharedElementsDialog dialog = new SharedElementsDialog(b.getShell(), getEditor(), (MPlaceholder) getMaster().getValue(), resource, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 228)
ControlFactory.createCheckBox(parent, Messages.PlaceholderEditor_Closeable, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), AdvancedPackageImpl.Literals.PLACEHOLDER__CLOSEABLE));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 228)
ControlFactory.createCheckBox(parent, Messages.PlaceholderEditor_Closeable, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), AdvancedPackageImpl.Literals.PLACEHOLDER__CLOSEABLE));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
52. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 228)
ControlFactory.createCheckBox(parent, Messages.PlaceholderEditor_Closeable, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), AdvancedPackageImpl.Literals.PLACEHOLDER__CLOSEABLE));
Discouraged access: The field PLACEHOLDER__CLOSEABLE 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
53. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 230)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_ToBeRendered, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
54. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 230)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_ToBeRendered, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
55. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 230)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_ToBeRendered, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The field UI_ELEMENT__TO_BE_RENDERED 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
56. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 231)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_Visible, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
57. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 231)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_Visible, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
58. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 231)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_Visible, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The field UI_ELEMENT__VISIBLE 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
59. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 239)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
60. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 239)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
61. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 239)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
62. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 258)
TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, getMaster(), resourcePool, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
63. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 258)
TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, getMaster(), resourcePool, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
64. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PlaceholderEditor.java
 (at line 258)
TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, getMaster(), resourcePool, Messages);
Discouraged access: The field UI_ELEMENT__WIDGET 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PopupMenuEditor.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PopupMenuEditor.java
 (at line 15)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PopupMenuEditor.java
 (at line 30)
ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Context_Properties, UiPackageImpl.Literals.CONTEXT__PROPERTIES, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PopupMenuEditor.java
 (at line 30)
ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Context_Properties, UiPackageImpl.Literals.CONTEXT__PROPERTIES, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PopupMenuEditor.java
 (at line 30)
ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Context_Properties, UiPackageImpl.Literals.CONTEXT__PROPERTIES, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field CONTEXT__PROPERTIES 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PopupMenuEditor.java
 (at line 31)
ControlFactory.createStringListWidget(comp, Messages, this, Messages.ModelTooling_Context_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PopupMenuEditor.java
 (at line 31)
ControlFactory.createStringListWidget(comp, Messages, this, Messages.ModelTooling_Context_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/PopupMenuEditor.java
 (at line 31)
ControlFactory.createStringListWidget(comp, Messages, this, Messages.ModelTooling_Context_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 27)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 29)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 70)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 70)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 70)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 141)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 141)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 141)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 148)
FindParentReferenceElementDialog dialog = new FindParentReferenceElementDialog(b.getShell(), StringModelFragment.this, (MStringModelFragment) getMaster().getValue(), Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 173)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 173)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 173)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 180)
FeatureSelectionDialog dialog = new FeatureSelectionDialog(button.getShell(), getEditingDomain(), (MStringModelFragment) getMaster().getValue(), Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 187)
ControlFactory.createTextField(parent, Messages.StringModelFragment_PositionInList, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), FragmentPackageImpl.Literals.STRING_MODEL_FRAGMENT__POSITION_IN_LIST));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 187)
ControlFactory.createTextField(parent, Messages.StringModelFragment_PositionInList, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), FragmentPackageImpl.Literals.STRING_MODEL_FRAGMENT__POSITION_IN_LIST));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 187)
ControlFactory.createTextField(parent, Messages.StringModelFragment_PositionInList, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), FragmentPackageImpl.Literals.STRING_MODEL_FRAGMENT__POSITION_IN_LIST));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 202)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 202)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 202)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 225)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 225)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 226)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 228)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 228)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 228)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 252)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 252)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 253)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 254)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 255)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 255)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 255)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 288)
Util.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 288)
Util.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 289)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 289)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 289)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 289)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 289)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 289)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 303)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 303)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 303)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 322)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 322)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java
 (at line 322)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 19)
import org.eclipse.e4.core.di.annotations.Optional;
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 28)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. 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.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. 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.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. 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.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 75)
@Optional
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 97)
if (element instanceof 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 98)
MUIElement uiElement = (MUIElement) element;
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 98)
MUIElement uiElement = (MUIElement) element;
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 99)
if (uiElement.isToBeRendered() && uiElement.isVisible()) {
Discouraged access: The method isToBeRendered() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 99)
if (uiElement.isToBeRendered() && uiElement.isVisible()) {
Discouraged access: The method isVisible() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 177)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 177)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 177)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 178)
ControlFactory.createTextField(parent, Messages.ModelTooling_UIElement_AccessibilityPhrase, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 178)
ControlFactory.createTextField(parent, Messages.ModelTooling_UIElement_AccessibilityPhrase, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 178)
ControlFactory.createTextField(parent, Messages.ModelTooling_UIElement_AccessibilityPhrase, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The field UI_ELEMENT__ACCESSIBILITY_PHRASE 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 179)
ControlFactory.createTextField(parent, Messages.MenuContributionEditor_ParentId, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 179)
ControlFactory.createTextField(parent, Messages.MenuContributionEditor_ParentId, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 179)
ControlFactory.createTextField(parent, Messages.MenuContributionEditor_ParentId, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 180)
ControlFactory.createTextField(parent, Messages.MenuContributionEditor_Position, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 180)
ControlFactory.createTextField(parent, Messages.MenuContributionEditor_Position, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 180)
ControlFactory.createTextField(parent, Messages.MenuContributionEditor_Position, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 196)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 196)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 196)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 219)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 219)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 220)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 222)
if (Util.moveElementByIndex(getEditingDomain(), (MUIElement) obj, getEditor().isLiveModel(), idx)) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 243)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 243)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 244)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 245)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 246)
if (Util.moveElementByIndex(getEditingDomain(), (MUIElement) obj, getEditor().isLiveModel(), idx)) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 267)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 267)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 267)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 268)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 268)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 268)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 268)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 268)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 268)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 268)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 268)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
52. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 268)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
53. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 280)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
54. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 280)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
55. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 283)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
56. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 283)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
57. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 283)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
58. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 304)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
59. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 304)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
60. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 304)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
61. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 313)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_ToBeRendered, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
62. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 313)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_ToBeRendered, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
63. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 313)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_ToBeRendered, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The field UI_ELEMENT__TO_BE_RENDERED 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
64. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 314)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_Visible, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
65. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 314)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_Visible, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
66. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 314)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_Visible, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The field UI_ELEMENT__VISIBLE 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
67. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 322)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
68. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 322)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
69. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 322)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
70. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 341)
TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, getMaster(), resourcePool, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
71. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 341)
TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, getMaster(), resourcePool, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
72. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 341)
TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, getMaster(), resourcePool, Messages);
Discouraged access: The field UI_ELEMENT__WIDGET 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
73. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 352)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
74. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 352)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
75. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarContributionEditor.java
 (at line 352)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The field UI_ELEMENT__TO_BE_RENDERED 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. 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.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. 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.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. 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.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 97)
handleAddChild(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 97)
handleAddChild(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 97)
handleAddChild(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 103)
handleAddChild(MenuPackageImpl.Literals.DIRECT_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 103)
handleAddChild(MenuPackageImpl.Literals.DIRECT_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 103)
handleAddChild(MenuPackageImpl.Literals.DIRECT_TOOL_ITEM, false);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 109)
handleAddChild(MenuPackageImpl.Literals.TOOL_CONTROL, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 109)
handleAddChild(MenuPackageImpl.Literals.TOOL_CONTROL, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 109)
handleAddChild(MenuPackageImpl.Literals.TOOL_CONTROL, false);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 115)
handleAddChild(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 115)
handleAddChild(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 115)
handleAddChild(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 122)
if (element instanceof 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 123)
MUIElement uiElement = (MUIElement) element;
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 123)
MUIElement uiElement = (MUIElement) element;
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 124)
if (uiElement.isToBeRendered() && uiElement.isVisible()) {
Discouraged access: The method isToBeRendered() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 124)
if (uiElement.isToBeRendered() && uiElement.isVisible()) {
Discouraged access: The method isVisible() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 197)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 197)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 197)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 198)
ControlFactory.createTextField(parent, Messages.ModelTooling_UIElement_AccessibilityPhrase, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 198)
ControlFactory.createTextField(parent, Messages.ModelTooling_UIElement_AccessibilityPhrase, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 198)
ControlFactory.createTextField(parent, Messages.ModelTooling_UIElement_AccessibilityPhrase, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The field UI_ELEMENT__ACCESSIBILITY_PHRASE 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 214)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 214)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 214)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 238)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 240)
if (Util.moveElementByIndex(getEditingDomain(), (MUIElement) obj, getEditor().isLiveModel(), idx)) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 262)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 263)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 264)
if (Util.moveElementByIndex(getEditingDomain(), (MUIElement) obj, getEditor().isLiveModel(), idx)) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 285)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 285)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 285)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 286)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 286)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 286)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 286)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
52. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 286)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
53. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 286)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
54. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 286)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
55. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 286)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
56. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 286)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
57. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 312)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
58. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 312)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
59. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 312)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
60. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 321)
ControlFactory.createCheckBox(parent, "To Be Rendered", getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED)); //$NON-NLS-1$
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
61. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 321)
ControlFactory.createCheckBox(parent, "To Be Rendered", getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED)); //$NON-NLS-1$
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
62. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 321)
ControlFactory.createCheckBox(parent, "To Be Rendered", getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED)); //$NON-NLS-1$
Discouraged access: The field UI_ELEMENT__TO_BE_RENDERED 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
63. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 322)
ControlFactory.createCheckBox(parent, "Visible", getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE)); //$NON-NLS-1$
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
64. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 322)
ControlFactory.createCheckBox(parent, "Visible", getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE)); //$NON-NLS-1$
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
65. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 322)
ControlFactory.createCheckBox(parent, "Visible", getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE)); //$NON-NLS-1$
Discouraged access: The field UI_ELEMENT__VISIBLE 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
66. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 330)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
67. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 330)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
68. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 330)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
69. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 349)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
70. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 349)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
71. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 349)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The field UI_ELEMENT__TO_BE_RENDERED 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
72. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 360)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
73. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.java
 (at line 360)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
74. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
75. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
76. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java
 (at line 17)
import org.eclipse.e4.core.di.annotations.Optional;
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java
 (at line 23)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java
 (at line 24)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java
 (at line 49)
@Optional
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java
 (at line 59)
if (element instanceof 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java
 (at line 60)
MUIElement uiElement = (MUIElement) element;
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java
 (at line 60)
MUIElement uiElement = (MUIElement) element;
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java
 (at line 61)
if (uiElement.isToBeRendered() && uiElement.isVisible()) {
Discouraged access: The method isToBeRendered() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java
 (at line 61)
if (uiElement.isToBeRendered() && uiElement.isVisible()) {
Discouraged access: The method isVisible() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java
 (at line 139)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java
 (at line 139)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java
 (at line 139)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java
 (at line 140)
ControlFactory.createTextField(parent, Messages.ModelTooling_UIElement_AccessibilityPhrase, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java
 (at line 140)
ControlFactory.createTextField(parent, Messages.ModelTooling_UIElement_AccessibilityPhrase, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java
 (at line 140)
ControlFactory.createTextField(parent, Messages.ModelTooling_UIElement_AccessibilityPhrase, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The field UI_ELEMENT__ACCESSIBILITY_PHRASE 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java
 (at line 141)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_ToBeRendered, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java
 (at line 141)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_ToBeRendered, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java
 (at line 141)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_ToBeRendered, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The field UI_ELEMENT__TO_BE_RENDERED 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java
 (at line 142)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_Visible, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java
 (at line 142)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_Visible, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java
 (at line 142)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_Visible, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The field UI_ELEMENT__VISIBLE 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java
 (at line 150)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java
 (at line 150)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java
 (at line 150)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java
 (at line 169)
TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, getMaster(), resourcePool, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java
 (at line 169)
TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, getMaster(), resourcePool, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java
 (at line 169)
TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, getMaster(), resourcePool, Messages);
Discouraged access: The field UI_ELEMENT__WIDGET 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java
 (at line 180)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java
 (at line 180)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolBarSeparatorEditor.java
 (at line 180)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The field UI_ELEMENT__TO_BE_RENDERED 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 17)
import org.eclipse.e4.core.di.annotations.Optional;
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar
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.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 28)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 58)
@Optional
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 78)
if (element instanceof 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 79)
MUIElement uiElement = (MUIElement) element;
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 79)
MUIElement uiElement = (MUIElement) element;
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 80)
if (uiElement.isToBeRendered() && uiElement.isVisible()) {
Discouraged access: The method isToBeRendered() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 80)
if (uiElement.isToBeRendered() && uiElement.isVisible()) {
Discouraged access: The method isVisible() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 149)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 149)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 149)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 150)
ControlFactory.createTextField(parent, Messages.ModelTooling_UIElement_AccessibilityPhrase, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 150)
ControlFactory.createTextField(parent, Messages.ModelTooling_UIElement_AccessibilityPhrase, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 150)
ControlFactory.createTextField(parent, Messages.ModelTooling_UIElement_AccessibilityPhrase, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The field UI_ELEMENT__ACCESSIBILITY_PHRASE 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 161)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 161)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 161)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 170)
ContributionClassDialog dialog = new ContributionClassDialog(b.getShell(), project, getEditingDomain(), (MContribution) getMaster().getValue(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 170)
ContributionClassDialog dialog = new ContributionClassDialog(b.getShell(), project, getEditingDomain(), (MContribution) getMaster().getValue(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 170)
ContributionClassDialog dialog = new ContributionClassDialog(b.getShell(), project, getEditingDomain(), (MContribution) getMaster().getValue(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 170)
ContributionClassDialog dialog = new ContributionClassDialog(b.getShell(), project, getEditingDomain(), (MContribution) getMaster().getValue(), ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 176)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_ToBeRendered, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 176)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_ToBeRendered, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 176)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_ToBeRendered, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The field UI_ELEMENT__TO_BE_RENDERED 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 177)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_Visible, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 177)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_Visible, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 177)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_Visible, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The field UI_ELEMENT__VISIBLE 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 179)
ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Contribution_PersistedState, ApplicationPackageImpl.Literals.CONTRIBUTION__PERSISTED_STATE, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 179)
ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Contribution_PersistedState, ApplicationPackageImpl.Literals.CONTRIBUTION__PERSISTED_STATE, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 179)
ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Contribution_PersistedState, ApplicationPackageImpl.Literals.CONTRIBUTION__PERSISTED_STATE, VERTICAL_LIST_WIDGET_INDENT);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 187)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 187)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 187)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 207)
TreeViewer viewer = objectViewer.createViewer(container, ApplicationPackageImpl.Literals.CONTRIBUTION__OBJECT, getMaster(), resourcePool, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 207)
TreeViewer viewer = objectViewer.createViewer(container, ApplicationPackageImpl.Literals.CONTRIBUTION__OBJECT, getMaster(), resourcePool, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 207)
TreeViewer viewer = objectViewer.createViewer(container, ApplicationPackageImpl.Literals.CONTRIBUTION__OBJECT, getMaster(), resourcePool, Messages);
Discouraged access: The field CONTRIBUTION__OBJECT 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 220)
TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, getMaster(), resourcePool, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 220)
TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, getMaster(), resourcePool, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 220)
TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, getMaster(), resourcePool, Messages);
Discouraged access: The field UI_ELEMENT__WIDGET 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 232)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 232)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java
 (at line 232)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The field UI_ELEMENT__TO_BE_RENDERED 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 22)
import org.eclipse.e4.core.di.annotations.Optional;
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 32)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 33)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 35)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 36)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 72)
@Optional
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 132)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 132)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 132)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 153)
TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, getMaster(), resourcePool, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 153)
TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, getMaster(), resourcePool, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 153)
TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, getMaster(), resourcePool, Messages);
Discouraged access: The field UI_ELEMENT__WIDGET 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 170)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 170)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 170)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 170)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 170)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 170)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 170)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 174)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 174)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 174)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 178)
ControlFactory.createTextField(parent, Messages.ToolItemEditor_Label, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 178)
ControlFactory.createTextField(parent, Messages.ToolItemEditor_Label, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 178)
ControlFactory.createTextField(parent, Messages.ToolItemEditor_Label, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 179)
ControlFactory.createTextField(parent, Messages.ModelTooling_UIElement_AccessibilityPhrase, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 179)
ControlFactory.createTextField(parent, Messages.ModelTooling_UIElement_AccessibilityPhrase, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 179)
ControlFactory.createTextField(parent, Messages.ModelTooling_UIElement_AccessibilityPhrase, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The field UI_ELEMENT__ACCESSIBILITY_PHRASE 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 180)
ControlFactory.createTextField(parent, Messages.ToolItemEditor_ToolTip, master, context, textProp, EMFEditProperties.value(getEditingDomain(), 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 180)
ControlFactory.createTextField(parent, Messages.ToolItemEditor_ToolTip, master, context, textProp, EMFEditProperties.value(getEditingDomain(), 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 180)
ControlFactory.createTextField(parent, Messages.ToolItemEditor_ToolTip, master, context, textProp, EMFEditProperties.value(getEditingDomain(), 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 191)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 191)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 191)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 197)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 197)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 198)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 202)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 213)
ToolItemIconDialogEditor dialog = new ToolItemIconDialogEditor(b.getShell(), project, getEditingDomain(), (MToolItem) getMaster().getValue(), Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 226)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 226)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 226)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 236)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 236)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 236)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 239)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 246)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 249)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 249)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
52. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 249)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
53. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 249)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
54. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 253)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
55. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 253)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
56. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 253)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
57. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 278)
list.add(UiPackageImpl.Literals.CORE_EXPRESSION);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
58. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 278)
list.add(UiPackageImpl.Literals.CORE_EXPRESSION);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
59. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 278)
list.add(UiPackageImpl.Literals.CORE_EXPRESSION);
Discouraged access: The field CORE_EXPRESSION 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
60. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 279)
list.addAll(getEditor().getFeatureClasses(UiPackageImpl.Literals.EXPRESSION, UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
61. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 279)
list.addAll(getEditor().getFeatureClasses(UiPackageImpl.Literals.EXPRESSION, UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
62. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 279)
list.addAll(getEditor().getFeatureClasses(UiPackageImpl.Literals.EXPRESSION, UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN));
Discouraged access: The field EXPRESSION 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
63. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 279)
list.addAll(getEditor().getFeatureClasses(UiPackageImpl.Literals.EXPRESSION, UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
64. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 279)
list.addAll(getEditor().getFeatureClasses(UiPackageImpl.Literals.EXPRESSION, UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
65. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 279)
list.addAll(getEditor().getFeatureClasses(UiPackageImpl.Literals.EXPRESSION, UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN));
Discouraged access: The field UI_ELEMENT__VISIBLE_WHEN 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
66. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 281)
context.bindValue(ViewerProperties.singleSelection().observe(combo), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN).observeDetail(getMaster()), new UpdateValueStrategy().setConverter(new EClass2EObject(Messages)), new UpdateValueStrategy().setConverter(new EObject2EClass(Messages)));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
67. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 281)
context.bindValue(ViewerProperties.singleSelection().observe(combo), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN).observeDetail(getMaster()), new UpdateValueStrategy().setConverter(new EClass2EObject(Messages)), new UpdateValueStrategy().setConverter(new EObject2EClass(Messages)));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
68. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 281)
context.bindValue(ViewerProperties.singleSelection().observe(combo), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE_WHEN).observeDetail(getMaster()), new UpdateValueStrategy().setConverter(new EClass2EObject(Messages)), new UpdateValueStrategy().setConverter(new EObject2EClass(Messages)));
Discouraged access: The field UI_ELEMENT__VISIBLE_WHEN 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
69. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 287)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_ToBeRendered, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
70. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 287)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_ToBeRendered, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
71. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 287)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_ToBeRendered, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The field UI_ELEMENT__TO_BE_RENDERED 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
72. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 288)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_Visible, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
73. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 288)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_Visible, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
74. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 288)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_Visible, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The field UI_ELEMENT__VISIBLE 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
75. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 296)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.ModelTooling_ApplicationElement_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
76. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 296)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.ModelTooling_ApplicationElement_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
77. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 296)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.ModelTooling_ApplicationElement_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
78. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 310)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
79. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 310)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
80. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 315)
} 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
81. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 315)
} 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
82. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 316)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
83. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 323)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL), FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__TOOLTIP), FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
84. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 323)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL), FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__TOOLTIP), FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
85. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 323)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL), FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__TOOLTIP), FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
86. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 323)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL), FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__TOOLTIP), FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
87. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 323)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL), FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__TOOLTIP), FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
88. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 323)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL), FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__TOOLTIP), FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
89. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 323)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL), FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__TOOLTIP), FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
90. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 323)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL), FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__TOOLTIP), FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
91. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java
 (at line 323)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__LABEL), FeaturePath.fromList(UiPackageImpl.Literals.UI_LABEL__TOOLTIP), FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The field UI_ELEMENT__TO_BE_RENDERED 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 22)
import org.eclipse.e4.core.di.annotations.Optional;
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 32)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 33)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 34)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 36)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 79)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 79)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 79)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 84)
@Optional
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 100)
handleAddChild(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 100)
handleAddChild(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 100)
handleAddChild(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 106)
handleAddChild(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 106)
handleAddChild(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 106)
handleAddChild(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 113)
if (element instanceof 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 114)
MUIElement uiElement = (MUIElement) element;
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 114)
MUIElement uiElement = (MUIElement) element;
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 115)
if (uiElement.isToBeRendered() && uiElement.isVisible()) {
Discouraged access: The method isToBeRendered() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 115)
if (uiElement.isToBeRendered() && uiElement.isVisible()) {
Discouraged access: The method isVisible() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 188)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 188)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 188)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 189)
ControlFactory.createTextField(parent, Messages.ModelTooling_UIElement_AccessibilityPhrase, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 189)
ControlFactory.createTextField(parent, Messages.ModelTooling_UIElement_AccessibilityPhrase, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 189)
ControlFactory.createTextField(parent, Messages.ModelTooling_UIElement_AccessibilityPhrase, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The field UI_ELEMENT__ACCESSIBILITY_PHRASE 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 199)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 199)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 203)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 203)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 203)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 219)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 219)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 219)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
38. 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
39. 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
40. 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#2-of ?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 245)
if (Util.moveElementByIndex(getEditingDomain(), (MUIElement) obj, getEditor().isLiveModel(), idx)) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 266)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 266)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 267)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 268)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 269)
if (Util.moveElementByIndex(getEditingDomain(), (MUIElement) obj, getEditor().isLiveModel(), idx)) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 287)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 287)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 287)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 287)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 287)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
52. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 287)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
53. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 288)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
54. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 288)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
55. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 288)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
56. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 311)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
57. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 311)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
58. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 311)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
59. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 320)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_ToBeRendered, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
60. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 320)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_ToBeRendered, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
61. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 320)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_ToBeRendered, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The field UI_ELEMENT__TO_BE_RENDERED 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
62. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 321)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_Visible, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
63. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 321)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_Visible, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
64. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 321)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_Visible, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The field UI_ELEMENT__VISIBLE 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
65. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 329)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
66. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 329)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
67. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 329)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
68. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 348)
TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, getMaster(), resourcePool, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
69. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 348)
TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, getMaster(), resourcePool, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
70. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 348)
TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, getMaster(), resourcePool, Messages);
Discouraged access: The field UI_ELEMENT__WIDGET 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
71. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 359)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
72. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 359)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
73. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 361)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
74. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 362)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
75. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 362)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
76. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 370)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.GENERIC_TRIM_CONTAINER__SIDE), FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
77. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 370)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.GENERIC_TRIM_CONTAINER__SIDE), FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
78. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 370)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.GENERIC_TRIM_CONTAINER__SIDE), FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
79. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 370)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.GENERIC_TRIM_CONTAINER__SIDE), FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
80. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 370)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.GENERIC_TRIM_CONTAINER__SIDE), FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
81. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 370)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.GENERIC_TRIM_CONTAINER__SIDE), FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The field UI_ELEMENT__TO_BE_RENDERED 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
82. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 377)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
83. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 377)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
84. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimBarEditor.java
 (at line 377)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 19)
import org.eclipse.e4.core.di.annotations.Optional;
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar
2. 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. 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.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. 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.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
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 type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 74)
@Optional
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 84)
if (element instanceof 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 85)
MUIElement uiElement = (MUIElement) element;
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 85)
MUIElement uiElement = (MUIElement) element;
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 86)
if (uiElement.isToBeRendered() && uiElement.isVisible()) {
Discouraged access: The method isToBeRendered() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 86)
if (uiElement.isToBeRendered() && uiElement.isVisible()) {
Discouraged access: The method isVisible() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 164)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 164)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 164)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 165)
ControlFactory.createTextField(parent, Messages.ModelTooling_UIElement_AccessibilityPhrase, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 165)
ControlFactory.createTextField(parent, Messages.ModelTooling_UIElement_AccessibilityPhrase, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 165)
ControlFactory.createTextField(parent, Messages.ModelTooling_UIElement_AccessibilityPhrase, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE));
Discouraged access: The field UI_ELEMENT__ACCESSIBILITY_PHRASE 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 166)
ControlFactory.createTextField(parent, Messages.TrimContributionEditor_ParentId, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 166)
ControlFactory.createTextField(parent, Messages.TrimContributionEditor_ParentId, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 166)
ControlFactory.createTextField(parent, Messages.TrimContributionEditor_ParentId, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 167)
ControlFactory.createTextField(parent, Messages.TrimContributionEditor_Position, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 167)
ControlFactory.createTextField(parent, Messages.TrimContributionEditor_Position, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 167)
ControlFactory.createTextField(parent, Messages.TrimContributionEditor_Position, master, context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 181)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 181)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 181)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 204)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 204)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 205)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 207)
if (Util.moveElementByIndex(getEditingDomain(), (MUIElement) obj, getEditor().isLiveModel(), idx)) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 228)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 228)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 229)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 230)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 231)
if (Util.moveElementByIndex(getEditingDomain(), (MUIElement) obj, getEditor().isLiveModel(), idx)) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 249)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 249)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 249)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 249)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 249)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 249)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 250)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 250)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 250)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 261)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 261)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 261)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
52. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 280)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
53. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 280)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
54. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 280)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
55. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 289)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_ToBeRendered, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
56. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 289)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_ToBeRendered, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
57. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 289)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_ToBeRendered, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED));
Discouraged access: The field UI_ELEMENT__TO_BE_RENDERED 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
58. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 290)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_Visible, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
59. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 290)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_Visible, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
60. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 290)
ControlFactory.createCheckBox(parent, Messages.ModelTooling_UIElement_Visible, getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE));
Discouraged access: The field UI_ELEMENT__VISIBLE 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
61. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 298)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
62. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 298)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
63. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 298)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
64. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 317)
TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, getMaster(), resourcePool, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
65. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 317)
TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, getMaster(), resourcePool, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
66. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 317)
TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, getMaster(), resourcePool, Messages);
Discouraged access: The field UI_ELEMENT__WIDGET 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
67. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 328)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
68. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 328)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
69. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimContributionEditor.java
 (at line 328)
return new FeaturePath[] { FeaturePath.fromList(UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED) };
Discouraged access: The field UI_ELEMENT__TO_BE_RENDERED 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

/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 19)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimmedWindowEditor.java
 (at line 24)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimmedWindowEditor.java
 (at line 24)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/TrimmedWindowEditor.java
 (at line 24)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 25)
import org.eclipse.e4.core.di.annotations.Optional;
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 35)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. 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.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. 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.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. 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.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 40)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 41)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 42)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 43)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 76)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 76)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 76)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 77)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 77)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 77)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 78)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 78)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 78)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 79)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 79)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 79)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 80)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 80)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 80)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 87)
@Optional
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 107)
if (element instanceof 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 108)
MUIElement uiElement = (MUIElement) element;
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 108)
MUIElement uiElement = (MUIElement) element;
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 109)
if (uiElement.isToBeRendered() && uiElement.isVisible()) {
Discouraged access: The method isToBeRendered() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 109)
if (uiElement.isToBeRendered() && uiElement.isVisible()) {
Discouraged access: The method isVisible() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 159)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 159)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 187)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, getMaster(), context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 187)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, getMaster(), context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 187)
ControlFactory.createTextField(parent, Messages.ModelTooling_Common_Id, getMaster(), context, textProp, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 206)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 206)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 206)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 210)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 210)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 210)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 214)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 214)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 214)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 218)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 218)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 218)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 221)
ControlFactory.createTranslatedTextField(parent, Messages.WindowEditor_Label, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL), resourcePool, project);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 221)
ControlFactory.createTranslatedTextField(parent, Messages.WindowEditor_Label, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL), resourcePool, project);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 221)
ControlFactory.createTranslatedTextField(parent, Messages.WindowEditor_Label, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__LABEL), resourcePool, project);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
52. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 222)
ControlFactory.createTranslatedTextField(parent, Messages.WindowEditor_Tooltip, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__TOOLTIP), resourcePool, project);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
53. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 222)
ControlFactory.createTranslatedTextField(parent, Messages.WindowEditor_Tooltip, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__TOOLTIP), resourcePool, project);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
54. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 222)
ControlFactory.createTranslatedTextField(parent, Messages.WindowEditor_Tooltip, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_LABEL__TOOLTIP), resourcePool, project);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
55. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 232)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
56. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 232)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
57. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 232)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
58. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 238)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
59. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 238)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
60. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 239)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
61. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 243)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
62. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 254)
WindowIconDialogEditor dialog = new WindowIconDialogEditor(b.getShell(), project, getEditingDomain(), (MWindow) getMaster().getValue(), Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
63. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 269)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
64. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 269)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
65. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 270)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
66. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 280)
ControlFactory.createCheckBox(parent, "To Be Rendered", getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED)); //$NON-NLS-1$
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
67. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 280)
ControlFactory.createCheckBox(parent, "To Be Rendered", getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED)); //$NON-NLS-1$
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
68. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 280)
ControlFactory.createCheckBox(parent, "To Be Rendered", getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__TO_BE_RENDERED)); //$NON-NLS-1$
Discouraged access: The field UI_ELEMENT__TO_BE_RENDERED 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
69. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 281)
ControlFactory.createCheckBox(parent, "Visible", getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE)); //$NON-NLS-1$
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
70. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 281)
ControlFactory.createCheckBox(parent, "Visible", getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE)); //$NON-NLS-1$
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
71. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 281)
ControlFactory.createCheckBox(parent, "Visible", getMaster(), context, WidgetProperties.selection(), EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__VISIBLE)); //$NON-NLS-1$
Discouraged access: The field UI_ELEMENT__VISIBLE 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
72. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 285)
ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Context_Properties, UiPackageImpl.Literals.CONTEXT__PROPERTIES, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
73. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 285)
ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Context_Properties, UiPackageImpl.Literals.CONTEXT__PROPERTIES, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
74. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 285)
ControlFactory.createMapProperties(parent, Messages, this, Messages.ModelTooling_Context_Properties, UiPackageImpl.Literals.CONTEXT__PROPERTIES, VERTICAL_LIST_WIDGET_INDENT);
Discouraged access: The field CONTEXT__PROPERTIES 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
75. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 293)
ControlFactory.createTranslatedTextField(parent, Messages.ModelTooling_UIElement_AccessibilityPhrase, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE), resourcePool, project);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
76. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 293)
ControlFactory.createTranslatedTextField(parent, Messages.ModelTooling_UIElement_AccessibilityPhrase, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE), resourcePool, project);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
77. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 293)
ControlFactory.createTranslatedTextField(parent, Messages.ModelTooling_UIElement_AccessibilityPhrase, getMaster(), context, textProp, EMFEditProperties.value(getEditingDomain(), UiPackageImpl.Literals.UI_ELEMENT__ACCESSIBILITY_PHRASE), resourcePool, project);
Discouraged access: The field UI_ELEMENT__ACCESSIBILITY_PHRASE 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
78. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 294)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.ModelTooling_Context_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
79. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 294)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.ModelTooling_Context_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
80. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 294)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.ModelTooling_Context_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
81. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 295)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
82. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 295)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
83. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 295)
ControlFactory.createStringListWidget(parent, Messages, this, Messages.CategoryEditor_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
84. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 314)
TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, getMaster(), resourcePool, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
85. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 314)
TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, getMaster(), resourcePool, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
86. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 314)
TreeViewer viewer = objectViewer.createViewer(container, UiPackageImpl.Literals.UI_ELEMENT__WIDGET, getMaster(), resourcePool, Messages);
Discouraged access: The field UI_ELEMENT__WIDGET 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
87. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 319)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
88. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 319)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
89. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 319)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
90. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 326)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
91. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 326)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
92. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 326)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
93. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 326)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
94. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 329)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
95. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 329)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
96. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 329)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
97. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 375)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
98. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 375)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
99. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 376)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
100. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/WindowEditor.java
 (at line 377)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractCommandSelectionDialog.java
 (at line 18)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractCommandSelectionDialog.java
 (at line 110)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractCommandSelectionDialog.java
 (at line 110)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractCommandSelectionDialog.java
 (at line 110)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractCommandSelectionDialog.java
 (at line 138)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractCommandSelectionDialog.java
 (at line 146)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractCommandSelectionDialog.java
 (at line 151)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractCommandSelectionDialog.java
 (at line 151)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractCommandSelectionDialog.java
 (at line 154)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractCommandSelectionDialog.java
 (at line 155)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractCommandSelectionDialog.java
 (at line 157)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractCommandSelectionDialog.java
 (at line 158)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractCommandSelectionDialog.java
 (at line 160)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractCommandSelectionDialog.java
 (at line 161)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractCommandSelectionDialog.java
 (at line 172)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractCommandSelectionDialog.java
 (at line 172)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractCommandSelectionDialog.java
 (at line 174)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractCommandSelectionDialog.java
 (at line 175)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractCommandSelectionDialog.java
 (at line 178)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractCommandSelectionDialog.java
 (at line 179)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractCommandSelectionDialog.java
 (at line 182)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractCommandSelectionDialog.java
 (at line 183)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

/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 31)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractIconDialog.java
 (at line 62)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractIconDialog.java
 (at line 69)
public AbstractIconDialog(Shell parentShell, IProject project, EditingDomain editingDomain, MApplicationElement element, EStructuralFeature feature, Messages Messages) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AreaIconDialogEditor.java
 (at line 15)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AreaIconDialogEditor.java
 (at line 16)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AreaIconDialogEditor.java
 (at line 22)
public AreaIconDialogEditor(Shell parentShell, IProject project, EditingDomain editingDomain, MPart element, Messages Messages) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AreaIconDialogEditor.java
 (at line 23)
super(parentShell, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AreaIconDialogEditor.java
 (at line 23)
super(parentShell, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AreaIconDialogEditor.java
 (at line 23)
super(parentShell, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/BindingContextSelectionDialog.java
 (at line 18)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/BindingContextSelectionDialog.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/BindingContextSelectionDialog.java
 (at line 52)
private MBindingContext selectedContext;
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/BindingContextSelectionDialog.java
 (at line 61)
public MBindingContext getSelectedContext() {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/BindingContextSelectionDialog.java
 (at line 107)
if (o.eClass() == CommandsPackageImpl.Literals.BINDING_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/BindingContextSelectionDialog.java
 (at line 107)
if (o.eClass() == CommandsPackageImpl.Literals.BINDING_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/BindingContextSelectionDialog.java
 (at line 107)
if (o.eClass() == CommandsPackageImpl.Literals.BINDING_CONTEXT) {
Discouraged access: The field BINDING_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/BindingContextSelectionDialog.java
 (at line 135)
selectedContext = ((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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/BindingContextSelectionDialog.java
 (at line 147)
MBindingContext cmd = (MBindingContext) cell.getElement();
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/BindingContextSelectionDialog.java
 (at line 147)
MBindingContext cmd = (MBindingContext) cell.getElement();
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/BindingContextSelectionDialog.java
 (at line 150)
if (cmd.getName() != null) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/BindingContextSelectionDialog.java
 (at line 151)
styledString.append(cmd.getName());
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/BindingContextSelectionDialog.java
 (at line 154)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/BindingContextSelectionDialog.java
 (at line 155)
styledString.append(" (" + cmd.getElementId() + ")", StyledString.DECORATIONS_STYLER); //$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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/BindingContextSelectionDialog.java
 (at line 160)
if (cmd.getDescription() != null) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/BindingContextSelectionDialog.java
 (at line 161)
styledString.append(" - " + cmd.getDescription(), StyledString.DECORATIONS_STYLER); //$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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/BindingContextSelectionDialog.java
 (at line 173)
MBindingContext command = (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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/BindingContextSelectionDialog.java
 (at line 173)
MBindingContext command = (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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/BindingContextSelectionDialog.java
 (at line 175)
if (command.getName() != null) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/BindingContextSelectionDialog.java
 (at line 176)
s += command.getName();
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/BindingContextSelectionDialog.java
 (at line 179)
if (command.getDescription() != null) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/BindingContextSelectionDialog.java
 (at line 180)
s += " " + command.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/BindingContextSelectionDialog.java
 (at line 183)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/BindingContextSelectionDialog.java
 (at line 184)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/CommandCategorySelectionDialog.java
 (at line 18)
import org.eclipse.e4.ui.model.application.commands.MCategory;
Discouraged access: The type MCategory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/CommandCategorySelectionDialog.java
 (at line 19)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/CommandCategorySelectionDialog.java
 (at line 20)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/CommandCategorySelectionDialog.java
 (at line 55)
private 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/CommandCategorySelectionDialog.java
 (at line 58)
public CommandCategorySelectionDialog(Shell parentShell, IModelResource resource, MCommand command, Messages Messages) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/CommandCategorySelectionDialog.java
 (at line 107)
if (o.eClass() == CommandsPackageImpl.Literals.CATEGORY) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/CommandCategorySelectionDialog.java
 (at line 107)
if (o.eClass() == CommandsPackageImpl.Literals.CATEGORY) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/CommandCategorySelectionDialog.java
 (at line 107)
if (o.eClass() == CommandsPackageImpl.Literals.CATEGORY) {
Discouraged access: The field CATEGORY 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/CommandCategorySelectionDialog.java
 (at line 135)
Command cmd = SetCommand.create(resource.getEditingDomain(), command, CommandsPackageImpl.Literals.COMMAND__CATEGORY, s.getFirstElement());
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/CommandCategorySelectionDialog.java
 (at line 135)
Command cmd = SetCommand.create(resource.getEditingDomain(), command, CommandsPackageImpl.Literals.COMMAND__CATEGORY, s.getFirstElement());
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/CommandCategorySelectionDialog.java
 (at line 135)
Command cmd = SetCommand.create(resource.getEditingDomain(), command, CommandsPackageImpl.Literals.COMMAND__CATEGORY, s.getFirstElement());
Discouraged access: The field COMMAND__CATEGORY 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/CommandCategorySelectionDialog.java
 (at line 146)
MCategory cmd = (MCategory) cell.getElement();
Discouraged access: The type MCategory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/CommandCategorySelectionDialog.java
 (at line 146)
MCategory cmd = (MCategory) cell.getElement();
Discouraged access: The type MCategory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/CommandCategorySelectionDialog.java
 (at line 149)
if (cmd.getName() != null) {
Discouraged access: The method getName() from the type MCategory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/CommandCategorySelectionDialog.java
 (at line 150)
styledString.append(cmd.getName());
Discouraged access: The method getName() from the type MCategory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/CommandCategorySelectionDialog.java
 (at line 152)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/CommandCategorySelectionDialog.java
 (at line 153)
styledString.append(" (" + cmd.getElementId() + ")", StyledString.DECORATIONS_STYLER); //$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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/CommandCategorySelectionDialog.java
 (at line 157)
if (cmd.getDescription() != null) {
Discouraged access: The method getDescription() from the type MCategory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/CommandCategorySelectionDialog.java
 (at line 158)
styledString.append(" - " + cmd.getDescription(), StyledString.DECORATIONS_STYLER); //$NON-NLS-1$
Discouraged access: The method getDescription() from the type MCategory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/CommandCategorySelectionDialog.java
 (at line 169)
MCategory command = (MCategory) element;
Discouraged access: The type MCategory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/CommandCategorySelectionDialog.java
 (at line 169)
MCategory command = (MCategory) element;
Discouraged access: The type MCategory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/CommandCategorySelectionDialog.java
 (at line 171)
if (command.getName() != null) {
Discouraged access: The method getName() from the type MCategory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/CommandCategorySelectionDialog.java
 (at line 172)
s += command.getName();
Discouraged access: The method getName() from the type MCategory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/CommandCategorySelectionDialog.java
 (at line 175)
if (command.getDescription() != null) {
Discouraged access: The method getDescription() from the type MCategory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/CommandCategorySelectionDialog.java
 (at line 176)
s += " " + command.getDescription(); //$NON-NLS-1$
Discouraged access: The method getDescription() from the type MCategory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/CommandCategorySelectionDialog.java
 (at line 179)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/CommandCategorySelectionDialog.java
 (at line 180)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionClassDialog.java : 6 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionClassDialog.java
 (at line 62)
public ContributionClassDialog(Shell parentShell, IProject project, EditingDomain editingDomain, MApplicationElement contribution, EStructuralFeature feature, Messages Messages) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ExpressionIdDialog.java
 (at line 20)
import org.eclipse.e4.ui.model.application.ui.MCoreExpression;
Discouraged access: The type MCoreExpression is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ExpressionIdDialog.java
 (at line 21)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ExpressionIdDialog.java
 (at line 53)
private MCoreExpression expression;
Discouraged access: The type MCoreExpression is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ExpressionIdDialog.java
 (at line 57)
public ExpressionIdDialog(Shell parentShell, IExtensionLookup lookup, MCoreExpression expression, EditingDomain domain, boolean liveModel, Messages Messages) {
Discouraged access: The type MCoreExpression is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ExpressionIdDialog.java
 (at line 117)
Command cmd = SetCommand.create(domain, expression, UiPackageImpl.Literals.CORE_EXPRESSION__CORE_EXPRESSION_ID, el.getAttribute("id")); //$NON-NLS-1$
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ExpressionIdDialog.java
 (at line 117)
Command cmd = SetCommand.create(domain, expression, UiPackageImpl.Literals.CORE_EXPRESSION__CORE_EXPRESSION_ID, el.getAttribute("id")); //$NON-NLS-1$
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ExpressionIdDialog.java
 (at line 117)
Command cmd = SetCommand.create(domain, expression, UiPackageImpl.Literals.CORE_EXPRESSION__CORE_EXPRESSION_ID, el.getAttribute("id")); //$NON-NLS-1$
Discouraged access: The field CORE_EXPRESSION__CORE_EXPRESSION_ID 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FeatureSelectionDialog.java
 (at line 22)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FeatureSelectionDialog.java
 (at line 23)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FeatureSelectionDialog.java
 (at line 24)
import org.eclipse.e4.ui.model.internal.ModelUtils;
Discouraged access: The type ModelUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FeatureSelectionDialog.java
 (at line 59)
private MStringModelFragment fragment;
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FeatureSelectionDialog.java
 (at line 63)
public FeatureSelectionDialog(Shell parentShell, EditingDomain editingDomain, MStringModelFragment fragment, Messages Messages) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FeatureSelectionDialog.java
 (at line 152)
Command cmd = SetCommand.create(editingDomain, fragment, FragmentPackageImpl.Literals.STRING_MODEL_FRAGMENT__FEATURENAME, f.feature.getName());
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FeatureSelectionDialog.java
 (at line 152)
Command cmd = SetCommand.create(editingDomain, fragment, FragmentPackageImpl.Literals.STRING_MODEL_FRAGMENT__FEATURENAME, f.feature.getName());
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FeatureSelectionDialog.java
 (at line 152)
Command cmd = SetCommand.create(editingDomain, fragment, FragmentPackageImpl.Literals.STRING_MODEL_FRAGMENT__FEATURENAME, f.feature.getName());
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FeatureSelectionDialog.java
 (at line 226)
EClassifier type = ModelUtils.getTypeArgument(o.clazz.eClass, o.feature.getEGenericType());
Discouraged access: The type ModelUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FeatureSelectionDialog.java
 (at line 226)
EClassifier type = ModelUtils.getTypeArgument(o.clazz.eClass, o.feature.getEGenericType());
Discouraged access: The method getTypeArgument(EClass, EGenericType) from the type ModelUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindImportElementDialog.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindImportElementDialog.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindImportElementDialog.java
 (at line 109)
MApplicationElement appEl = (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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindImportElementDialog.java
 (at line 109)
MApplicationElement appEl = (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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindImportElementDialog.java
 (at line 110)
StyledString styledString = new StyledString(editor.getLabel(o) + " (" + (appEl.getElementId() == null ? "<" + Messages.FindImportElementDialog_noId + ">" : appEl.getElementId()) + ")", null); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindImportElementDialog.java
 (at line 110)
StyledString styledString = new StyledString(editor.getLabel(o) + " (" + (appEl.getElementId() == null ? "<" + Messages.FindImportElementDialog_noId + ">" : appEl.getElementId()) + ")", null); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindImportElementDialog.java
 (at line 112)
if (detailLabel != null && !detailLabel.equals(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindImportElementDialog.java
 (at line 165)
MApplicationElement el = (MApplicationElement) s.getFirstElement();
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindImportElementDialog.java
 (at line 165)
MApplicationElement el = (MApplicationElement) s.getFirstElement();
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindImportElementDialog.java
 (at line 166)
if (el.getElementId() != null && el.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindImportElementDialog.java
 (at line 166)
if (el.getElementId() != null && el.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindImportElementDialog.java
 (at line 167)
Command cmd = SetCommand.create(editor.getEditingDomain(), element, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, el.getElementId());
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindImportElementDialog.java
 (at line 167)
Command cmd = SetCommand.create(editor.getEditingDomain(), element, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, el.getElementId());
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindImportElementDialog.java
 (at line 167)
Command cmd = SetCommand.create(editor.getEditingDomain(), element, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, el.getElementId());
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindImportElementDialog.java
 (at line 167)
Command cmd = SetCommand.create(editor.getEditingDomain(), element, ApplicationPackageImpl.Literals.APPLICATION_ELEMENT__ELEMENT_ID, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindImportElementDialog.java
 (at line 205)
if (data 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindImportElementDialog.java
 (at line 206)
String elementId = ((MApplicationElement) data).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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindImportElementDialog.java
 (at line 206)
String elementId = ((MApplicationElement) data).getElementId();
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindParentReferenceElementDialog.java
 (at line 24)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindParentReferenceElementDialog.java
 (at line 25)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindParentReferenceElementDialog.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindParentReferenceElementDialog.java
 (at line 68)
private MStringModelFragment fragment;
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindParentReferenceElementDialog.java
 (at line 73)
public FindParentReferenceElementDialog(Shell parentShell, AbstractComponentEditor editor, MStringModelFragment fragment, Messages Messages) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindParentReferenceElementDialog.java
 (at line 148)
MApplicationElement appEl = (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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindParentReferenceElementDialog.java
 (at line 148)
MApplicationElement appEl = (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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindParentReferenceElementDialog.java
 (at line 150)
StyledString styledString = new StyledString(editor.getLabel(o) + " (" + (appEl.getElementId() == null ? "<" + Messages.FindParentReferenceElementDialog_NoId + ">" : appEl.getElementId()) + ")", null); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindParentReferenceElementDialog.java
 (at line 150)
StyledString styledString = new StyledString(editor.getLabel(o) + " (" + (appEl.getElementId() == null ? "<" + Messages.FindParentReferenceElementDialog_NoId + ">" : appEl.getElementId()) + ")", null); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindParentReferenceElementDialog.java
 (at line 152)
if (detailLabel != null && !detailLabel.equals(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindParentReferenceElementDialog.java
 (at line 207)
MApplicationElement el = (MApplicationElement) s.getFirstElement();
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindParentReferenceElementDialog.java
 (at line 207)
MApplicationElement el = (MApplicationElement) s.getFirstElement();
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindParentReferenceElementDialog.java
 (at line 208)
if (el.getElementId() != null && el.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindParentReferenceElementDialog.java
 (at line 208)
if (el.getElementId() != null && el.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindParentReferenceElementDialog.java
 (at line 209)
Command cmd = SetCommand.create(editor.getEditingDomain(), fragment, FragmentPackageImpl.Literals.STRING_MODEL_FRAGMENT__PARENT_ELEMENT_ID, el.getElementId());
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindParentReferenceElementDialog.java
 (at line 209)
Command cmd = SetCommand.create(editor.getEditingDomain(), fragment, FragmentPackageImpl.Literals.STRING_MODEL_FRAGMENT__PARENT_ELEMENT_ID, el.getElementId());
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindParentReferenceElementDialog.java
 (at line 209)
Command cmd = SetCommand.create(editor.getEditingDomain(), fragment, FragmentPackageImpl.Literals.STRING_MODEL_FRAGMENT__PARENT_ELEMENT_ID, el.getElementId());
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindParentReferenceElementDialog.java
 (at line 209)
Command cmd = SetCommand.create(editor.getEditingDomain(), fragment, FragmentPackageImpl.Literals.STRING_MODEL_FRAGMENT__PARENT_ELEMENT_ID, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindParentReferenceElementDialog.java
 (at line 247)
if (data 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindParentReferenceElementDialog.java
 (at line 248)
String elementId = ((MApplicationElement) data).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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FindParentReferenceElementDialog.java
 (at line 248)
String elementId = ((MApplicationElement) data).getElementId();
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

/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 15)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. 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.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandledMenuItemCommandSelectionDialog.java
 (at line 17)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandledMenuItemCommandSelectionDialog.java
 (at line 24)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandledMenuItemCommandSelectionDialog.java
 (at line 26)
public HandledMenuItemCommandSelectionDialog(Shell parentShell, MHandledItem handler, IModelResource resource, Messages Messages) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandledMenuItemCommandSelectionDialog.java
 (at line 47)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandledMenuItemCommandSelectionDialog.java
 (at line 48)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandledMenuItemCommandSelectionDialog.java
 (at line 48)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandledMenuItemCommandSelectionDialog.java
 (at line 48)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

/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 15)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. 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.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandledToolItemCommandSelectionDialog.java
 (at line 17)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandledToolItemCommandSelectionDialog.java
 (at line 24)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandledToolItemCommandSelectionDialog.java
 (at line 26)
public HandledToolItemCommandSelectionDialog(Shell parentShell, MHandledItem handler, IModelResource resource, Messages Messages) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandledToolItemCommandSelectionDialog.java
 (at line 47)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandledToolItemCommandSelectionDialog.java
 (at line 48)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandledToolItemCommandSelectionDialog.java
 (at line 48)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandledToolItemCommandSelectionDialog.java
 (at line 48)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

/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 15)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. 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.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandlerCommandSelectionDialog.java
 (at line 17)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandlerCommandSelectionDialog.java
 (at line 24)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandlerCommandSelectionDialog.java
 (at line 26)
public HandlerCommandSelectionDialog(Shell parentShell, MHandler handler, IModelResource resource, Messages Messages) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandlerCommandSelectionDialog.java
 (at line 47)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandlerCommandSelectionDialog.java
 (at line 48)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandlerCommandSelectionDialog.java
 (at line 48)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/HandlerCommandSelectionDialog.java
 (at line 48)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

/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 15)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. 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.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/KeyBindingCommandSelectionDialog.java
 (at line 17)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/KeyBindingCommandSelectionDialog.java
 (at line 24)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/KeyBindingCommandSelectionDialog.java
 (at line 26)
public KeyBindingCommandSelectionDialog(Shell parentShell, MKeyBinding binding, IModelResource resource, Messages Messages) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/KeyBindingCommandSelectionDialog.java
 (at line 47)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/KeyBindingCommandSelectionDialog.java
 (at line 48)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/KeyBindingCommandSelectionDialog.java
 (at line 48)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/KeyBindingCommandSelectionDialog.java
 (at line 48)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

/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 15)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/MenuIconDialogEditor.java
 (at line 16)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/MenuIconDialogEditor.java
 (at line 22)
public MenuIconDialogEditor(Shell parentShell, IProject project, EditingDomain editingDomain, MMenu element, Messages Messages) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/MenuIconDialogEditor.java
 (at line 23)
super(parentShell, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/MenuIconDialogEditor.java
 (at line 23)
super(parentShell, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/MenuIconDialogEditor.java
 (at line 23)
super(parentShell, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

/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 15)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/MenuItemIconDialogEditor.java
 (at line 16)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/MenuItemIconDialogEditor.java
 (at line 22)
public MenuItemIconDialogEditor(Shell parentShell, IProject project, EditingDomain editingDomain, MMenuItem element, Messages Messages) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/MenuItemIconDialogEditor.java
 (at line 23)
super(parentShell, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/MenuItemIconDialogEditor.java
 (at line 23)
super(parentShell, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/MenuItemIconDialogEditor.java
 (at line 23)
super(parentShell, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

/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 15)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/PartDescriptorIconDialogEditor.java
 (at line 16)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/PartDescriptorIconDialogEditor.java
 (at line 22)
public PartDescriptorIconDialogEditor(Shell parentShell, IProject project, EditingDomain editingDomain, MPartDescriptor element, Messages Messages) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/PartDescriptorIconDialogEditor.java
 (at line 23)
super(parentShell, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/PartDescriptorIconDialogEditor.java
 (at line 23)
super(parentShell, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/PartDescriptorIconDialogEditor.java
 (at line 23)
super(parentShell, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

/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 15)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/PartIconDialogEditor.java
 (at line 16)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/PartIconDialogEditor.java
 (at line 22)
public PartIconDialogEditor(Shell parentShell, IProject project, EditingDomain editingDomain, MPart element, Messages Messages) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/PartIconDialogEditor.java
 (at line 23)
super(parentShell, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/PartIconDialogEditor.java
 (at line 23)
super(parentShell, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/PartIconDialogEditor.java
 (at line 23)
super(parentShell, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

/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 15)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/PerspectiveIconDialogEditor.java
 (at line 16)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/PerspectiveIconDialogEditor.java
 (at line 22)
public PerspectiveIconDialogEditor(Shell parentShell, IProject project, EditingDomain editingDomain, MPerspective element, Messages Messages) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/PerspectiveIconDialogEditor.java
 (at line 23)
super(parentShell, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/PerspectiveIconDialogEditor.java
 (at line 23)
super(parentShell, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/PerspectiveIconDialogEditor.java
 (at line 23)
super(parentShell, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

/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 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 22)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 23)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 24)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 25)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 26)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. 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.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 28)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 29)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 30)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 31)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 61)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 66)
public SharedElementsDialog(Shell parentShell, ModelEditor editor, MPlaceholder placeholder, IModelResource resource, Messages Messages) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 106)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 107)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 107)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 108)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 108)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 108)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 109)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 112)
} 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 113)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 113)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 114)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 114)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 114)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 115)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 116)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 116)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 117)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 146)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 146)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 146)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 157)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 157)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 170)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 171)
string.append(" - " + ((MUILabel) o).getLabel(), StyledString.DECORATIONS_STYLER); //$NON-NLS-1$
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 171)
string.append(" - " + ((MUILabel) o).getLabel(), StyledString.DECORATIONS_STYLER); //$NON-NLS-1$
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 174)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 174)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 175)
string.append(" - " + el.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 184)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 184)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 186)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 187)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 187)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 188)
return getTypename(o) + " - " + el.getElementId() + " - " + label.getLabel(); //$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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 188)
return getTypename(o) + " - " + el.getElementId() + " - " + 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/SharedElementsDialog.java
 (at line 190)
return getTypename(o) + " - " + el.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

/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 15)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ToolItemIconDialogEditor.java
 (at line 16)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ToolItemIconDialogEditor.java
 (at line 22)
public ToolItemIconDialogEditor(Shell parentShell, IProject project, EditingDomain editingDomain, MToolItem element, Messages Messages) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ToolItemIconDialogEditor.java
 (at line 23)
super(parentShell, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ToolItemIconDialogEditor.java
 (at line 23)
super(parentShell, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ToolItemIconDialogEditor.java
 (at line 23)
super(parentShell, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

/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 15)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/WindowIconDialogEditor.java
 (at line 16)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/WindowIconDialogEditor.java
 (at line 22)
public WindowIconDialogEditor(Shell parentShell, IProject project, EditingDomain editingDomain, MWindow element, Messages Messages) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/WindowIconDialogEditor.java
 (at line 23)
super(parentShell, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/WindowIconDialogEditor.java
 (at line 23)
super(parentShell, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/WindowIconDialogEditor.java
 (at line 23)
super(parentShell, project, editingDomain, element, UiPackageImpl.Literals.UI_LABEL__ICON_URI, Messages);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationAddons.java
 (at line 23)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationAddons.java
 (at line 24)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationAddons.java
 (at line 25)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationAddons.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationAddons.java
 (at line 145)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationAddons.java
 (at line 145)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationAddons.java
 (at line 146)
int idx = container.getAddons().indexOf(obj) - 1;
Discouraged access: The method getAddons() from the type MApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationAddons.java
 (at line 148)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationAddons.java
 (at line 148)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationAddons.java
 (at line 148)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationAddons.java
 (at line 172)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationAddons.java
 (at line 172)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationAddons.java
 (at line 173)
int idx = container.getAddons().indexOf(obj) + 1;
Discouraged access: The method getAddons() from the type MApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationAddons.java
 (at line 174)
if (idx < container.getAddons().size()) {
Discouraged access: The method getAddons() from the type MApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationAddons.java
 (at line 175)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationAddons.java
 (at line 175)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationAddons.java
 (at line 175)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationAddons.java
 (at line 219)
MAddon addon = 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationAddons.java
 (at line 219)
MAddon addon = 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationAddons.java
 (at line 219)
MAddon addon = 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationAddons.java
 (at line 219)
MAddon addon = 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationAddons.java
 (at line 222)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), ApplicationPackageImpl.Literals.APPLICATION__ADDONS, addon);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationAddons.java
 (at line 222)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), ApplicationPackageImpl.Literals.APPLICATION__ADDONS, addon);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationAddons.java
 (at line 222)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), ApplicationPackageImpl.Literals.APPLICATION__ADDONS, addon);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationAddons.java
 (at line 230)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationAddons.java
 (at line 230)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationAddons.java
 (at line 230)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationCategoriesEditor.java
 (at line 23)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationCategoriesEditor.java
 (at line 24)
import org.eclipse.e4.ui.model.application.commands.MCategory;
Discouraged access: The type MCategory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationCategoriesEditor.java
 (at line 25)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationCategoriesEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationCategoriesEditor.java
 (at line 145)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationCategoriesEditor.java
 (at line 145)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationCategoriesEditor.java
 (at line 146)
int idx = container.getCategories().indexOf(obj) - 1;
Discouraged access: The method getCategories() from the type MApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationCategoriesEditor.java
 (at line 148)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), ApplicationPackageImpl.Literals.APPLICATION__CATEGORIES, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationCategoriesEditor.java
 (at line 148)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), ApplicationPackageImpl.Literals.APPLICATION__CATEGORIES, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationCategoriesEditor.java
 (at line 148)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), ApplicationPackageImpl.Literals.APPLICATION__CATEGORIES, obj, idx);
Discouraged access: The field APPLICATION__CATEGORIES 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationCategoriesEditor.java
 (at line 172)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationCategoriesEditor.java
 (at line 172)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationCategoriesEditor.java
 (at line 173)
int idx = container.getCategories().indexOf(obj) + 1;
Discouraged access: The method getCategories() from the type MApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationCategoriesEditor.java
 (at line 174)
if (idx < container.getCategories().size()) {
Discouraged access: The method getCategories() from the type MApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationCategoriesEditor.java
 (at line 175)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), ApplicationPackageImpl.Literals.APPLICATION__CATEGORIES, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationCategoriesEditor.java
 (at line 175)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), ApplicationPackageImpl.Literals.APPLICATION__CATEGORIES, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationCategoriesEditor.java
 (at line 175)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), ApplicationPackageImpl.Literals.APPLICATION__CATEGORIES, obj, idx);
Discouraged access: The field APPLICATION__CATEGORIES 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationCategoriesEditor.java
 (at line 208)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), ApplicationPackageImpl.Literals.APPLICATION__CATEGORIES, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationCategoriesEditor.java
 (at line 208)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), ApplicationPackageImpl.Literals.APPLICATION__CATEGORIES, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationCategoriesEditor.java
 (at line 208)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), ApplicationPackageImpl.Literals.APPLICATION__CATEGORIES, commands);
Discouraged access: The field APPLICATION__CATEGORIES 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationCategoriesEditor.java
 (at line 228)
MCategory command = CommandsFactoryImpl.eINSTANCE.createCategory();
Discouraged access: The type MCategory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationCategoriesEditor.java
 (at line 228)
MCategory command = CommandsFactoryImpl.eINSTANCE.createCategory();
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationCategoriesEditor.java
 (at line 228)
MCategory command = CommandsFactoryImpl.eINSTANCE.createCategory();
Discouraged access: The method createCategory() from the type CommandsFactoryImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationCategoriesEditor.java
 (at line 228)
MCategory command = CommandsFactoryImpl.eINSTANCE.createCategory();
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationCategoriesEditor.java
 (at line 231)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), ApplicationPackageImpl.Literals.APPLICATION__CATEGORIES, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationCategoriesEditor.java
 (at line 231)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), ApplicationPackageImpl.Literals.APPLICATION__CATEGORIES, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationCategoriesEditor.java
 (at line 231)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), ApplicationPackageImpl.Literals.APPLICATION__CATEGORIES, command);
Discouraged access: The field APPLICATION__CATEGORIES 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationWindowEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationWindowEditor.java
 (at line 10)
super(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationWindowEditor.java
 (at line 10)
super(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationWindowEditor.java
 (at line 10)
super(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 23)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 24)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 144)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 144)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 145)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 147)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 147)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 147)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 171)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 171)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 172)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 173)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 174)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 174)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 174)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 207)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 207)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 207)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 222)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 222)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 222)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 222)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 225)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 225)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java
 (at line 225)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

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

DISCOURAGED ACCESS WARNINGS
1. 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.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. 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.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. 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.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VCommandEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VCommandEditor.java
 (at line 62)
this.commandsFeature = 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VCommandEditor.java
 (at line 62)
this.commandsFeature = 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VCommandEditor.java
 (at line 62)
this.commandsFeature = 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VCommandEditor.java
 (at line 148)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VCommandEditor.java
 (at line 148)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VCommandEditor.java
 (at line 149)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VCommandEditor.java
 (at line 175)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VCommandEditor.java
 (at line 175)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VCommandEditor.java
 (at line 176)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VCommandEditor.java
 (at line 177)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VCommandEditor.java
 (at line 226)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VCommandEditor.java
 (at line 226)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VCommandEditor.java
 (at line 226)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VCommandEditor.java
 (at line 226)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

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

DISCOURAGED ACCESS WARNINGS
1. 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.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. 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.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 25)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 144)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 144)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 145)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 147)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 147)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 147)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 171)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 171)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 172)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 173)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 174)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 174)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 174)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 207)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 207)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 207)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 227)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 227)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 227)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 227)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 230)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 230)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java
 (at line 230)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VItemParametersEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VItemParametersEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VItemParametersEditor.java
 (at line 25)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VItemParametersEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VItemParametersEditor.java
 (at line 58)
private IEMFListProperty HANDLED_ITEM__PARAMETERS = EMFProperties.list(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VItemParametersEditor.java
 (at line 58)
private IEMFListProperty HANDLED_ITEM__PARAMETERS = EMFProperties.list(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VItemParametersEditor.java
 (at line 58)
private IEMFListProperty HANDLED_ITEM__PARAMETERS = EMFProperties.list(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VItemParametersEditor.java
 (at line 148)
MHandledItem container = (MHandledItem) getMaster().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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VItemParametersEditor.java
 (at line 148)
MHandledItem container = (MHandledItem) getMaster().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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VItemParametersEditor.java
 (at line 149)
int idx = container.getParameters().indexOf(obj) - 1;
Discouraged access: The method getParameters() from the type MHandledItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VItemParametersEditor.java
 (at line 151)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VItemParametersEditor.java
 (at line 151)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VItemParametersEditor.java
 (at line 151)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS, obj, idx);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VItemParametersEditor.java
 (at line 175)
MHandledItem container = (MHandledItem) getMaster().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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VItemParametersEditor.java
 (at line 175)
MHandledItem container = (MHandledItem) getMaster().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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VItemParametersEditor.java
 (at line 176)
int idx = container.getParameters().indexOf(obj) + 1;
Discouraged access: The method getParameters() from the type MHandledItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VItemParametersEditor.java
 (at line 177)
if (idx < container.getParameters().size()) {
Discouraged access: The method getParameters() from the type MHandledItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VItemParametersEditor.java
 (at line 178)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VItemParametersEditor.java
 (at line 178)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VItemParametersEditor.java
 (at line 178)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS, obj, idx);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VItemParametersEditor.java
 (at line 211)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS, handlers);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VItemParametersEditor.java
 (at line 211)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS, handlers);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VItemParametersEditor.java
 (at line 211)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS, handlers);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VItemParametersEditor.java
 (at line 231)
MParameter handler = 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VItemParametersEditor.java
 (at line 231)
MParameter handler = 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VItemParametersEditor.java
 (at line 231)
MParameter handler = 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VItemParametersEditor.java
 (at line 231)
MParameter handler = 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VItemParametersEditor.java
 (at line 234)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS, handler);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VItemParametersEditor.java
 (at line 234)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS, handler);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VItemParametersEditor.java
 (at line 234)
Command cmd = AddCommand.create(getEditingDomain(), getMaster().getValue(), MenuPackageImpl.Literals.HANDLED_ITEM__PARAMETERS, handler);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 23)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 24)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 25)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 145)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 145)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 146)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 148)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 148)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 148)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 172)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 172)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 173)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 174)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 175)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 175)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 175)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 208)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 208)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 208)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 228)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 228)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 228)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 228)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 231)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 231)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java
 (at line 231)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

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

DISCOURAGED ACCESS WARNINGS
1. 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.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. 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.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuEditor.java
 (at line 24)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuEditor.java
 (at line 25)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuEditor.java
 (at line 176)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuEditor.java
 (at line 176)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuEditor.java
 (at line 176)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuEditor.java
 (at line 209)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuEditor.java
 (at line 209)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuEditor.java
 (at line 209)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuEditor.java
 (at line 228)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuEditor.java
 (at line 228)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuEditor.java
 (at line 228)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuEditor.java
 (at line 228)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 21)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 22)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 23)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 24)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 131)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 131)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 132)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 134)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 134)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 134)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 158)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 158)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 159)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 160)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 161)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 161)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 161)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 182)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 182)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 182)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 182)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 183)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 183)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 183)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 203)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 203)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java
 (at line 203)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 23)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 25)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 140)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 140)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 141)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 143)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 143)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 143)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 167)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 167)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 168)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 169)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 170)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 170)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 170)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 203)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 203)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 204)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 204)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 204)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 204)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 204)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 204)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 218)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 218)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 218)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 237)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 237)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 237)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 255)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 255)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 255)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 255)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 255)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java
 (at line 255)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

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

DISCOURAGED ACCESS WARNINGS
1. 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.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. 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.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. 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.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 26)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 144)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 144)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 145)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 147)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 147)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 147)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 171)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 171)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 172)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 173)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 174)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 174)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 174)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 207)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 207)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 207)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 227)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 227)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 227)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 227)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 230)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 230)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java
 (at line 230)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptorMenuEditor.java
 (at line 8)
super(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptorMenuEditor.java
 (at line 8)
super(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptorMenuEditor.java
 (at line 8)
super(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartMenuEditor.java
 (at line 4)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartMenuEditor.java
 (at line 9)
super(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartMenuEditor.java
 (at line 9)
super(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartMenuEditor.java
 (at line 9)
super(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 24)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 25)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 26)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 27)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 73)
handleAdd(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 73)
handleAdd(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 73)
handleAdd(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 80)
handleAdd(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 80)
handleAdd(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 80)
handleAdd(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 87)
handleAdd(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 87)
handleAdd(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 87)
handleAdd(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 94)
handleAdd(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 94)
handleAdd(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 94)
handleAdd(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 101)
handleAdd(AdvancedPackageImpl.Literals.AREA);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 101)
handleAdd(AdvancedPackageImpl.Literals.AREA);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 101)
handleAdd(AdvancedPackageImpl.Literals.AREA);
Discouraged access: The field AREA 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 179)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 179)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 180)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 182)
if (Util.moveElementByIndex(getEditingDomain(), (MUIElement) obj, getEditor().isLiveModel(), idx)) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 203)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 203)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 204)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 205)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 206)
if (Util.moveElementByIndex(getEditingDomain(), (MUIElement) obj, getEditor().isLiveModel(), idx)) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 225)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 225)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 225)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 225)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 225)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 225)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 225)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 225)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 225)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 225)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 225)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 225)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 225)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 225)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 225)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, AdvancedPackageImpl.Literals.PLACEHOLDER });
Discouraged access: The field AREA 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 225)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 225)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 225)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 226)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 226)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 226)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 251)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
52. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 251)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
53. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java
 (at line 251)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
54. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
55. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
56. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveWindowsEditor.java
 (at line 4)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveWindowsEditor.java
 (at line 10)
super(AdvancedPackageImpl.Literals.PERSPECTIVE__WINDOWS);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveWindowsEditor.java
 (at line 10)
super(AdvancedPackageImpl.Literals.PERSPECTIVE__WINDOWS);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveWindowsEditor.java
 (at line 10)
super(AdvancedPackageImpl.Literals.PERSPECTIVE__WINDOWS);
Discouraged access: The field PERSPECTIVE__WINDOWS 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VRootBindingContexts.java
 (at line 23)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VRootBindingContexts.java
 (at line 24)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VRootBindingContexts.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VRootBindingContexts.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VRootBindingContexts.java
 (at line 145)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VRootBindingContexts.java
 (at line 145)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VRootBindingContexts.java
 (at line 146)
int idx = container.getAddons().indexOf(obj) - 1;
Discouraged access: The method getAddons() from the type MApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VRootBindingContexts.java
 (at line 148)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__ROOT_CONTEXT, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VRootBindingContexts.java
 (at line 148)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__ROOT_CONTEXT, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VRootBindingContexts.java
 (at line 148)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__ROOT_CONTEXT, obj, idx);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VRootBindingContexts.java
 (at line 172)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VRootBindingContexts.java
 (at line 172)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VRootBindingContexts.java
 (at line 173)
int idx = container.getAddons().indexOf(obj) + 1;
Discouraged access: The method getAddons() from the type MApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VRootBindingContexts.java
 (at line 174)
if (idx < container.getAddons().size()) {
Discouraged access: The method getAddons() from the type MApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VRootBindingContexts.java
 (at line 175)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__ROOT_CONTEXT, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VRootBindingContexts.java
 (at line 175)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__ROOT_CONTEXT, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VRootBindingContexts.java
 (at line 175)
Command cmd = MoveCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__ROOT_CONTEXT, obj, idx);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VRootBindingContexts.java
 (at line 219)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VRootBindingContexts.java
 (at line 219)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VRootBindingContexts.java
 (at line 219)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VRootBindingContexts.java
 (at line 219)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VRootBindingContexts.java
 (at line 222)
Command cmd = AddCommand.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VRootBindingContexts.java
 (at line 222)
Command cmd = AddCommand.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VRootBindingContexts.java
 (at line 222)
Command cmd = AddCommand.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VRootBindingContexts.java
 (at line 230)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__ROOT_CONTEXT, contexts);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VRootBindingContexts.java
 (at line 230)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__ROOT_CONTEXT, contexts);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VRootBindingContexts.java
 (at line 230)
Command cmd = RemoveCommand.create(getEditingDomain(), getMaster().getValue(), CommandsPackageImpl.Literals.BINDING_TABLE_CONTAINER__ROOT_CONTEXT, contexts);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

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

DISCOURAGED ACCESS WARNINGS
1. 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.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 24)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. 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.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 144)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 144)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 145)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 147)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 147)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 147)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 171)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 171)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 172)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 173)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 174)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 174)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 174)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 207)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 207)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 207)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 227)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 227)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 227)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 227)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 230)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 230)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java
 (at line 230)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

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

DISCOURAGED ACCESS WARNINGS
1. 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.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 24)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. 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.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 144)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 144)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 145)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 147)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 147)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 147)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 171)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 171)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 172)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 173)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 174)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 174)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 174)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 207)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 207)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 207)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 227)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 227)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 227)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 227)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 230)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 230)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java
 (at line 230)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 24)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 25)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 26)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 27)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 73)
handleAdd(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 73)
handleAdd(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 73)
handleAdd(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 80)
handleAdd(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 80)
handleAdd(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 80)
handleAdd(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 87)
handleAdd(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 87)
handleAdd(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 87)
handleAdd(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 94)
handleAdd(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 94)
handleAdd(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 94)
handleAdd(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 101)
handleAdd(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 101)
handleAdd(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 101)
handleAdd(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 108)
handleAdd(AdvancedPackageImpl.Literals.AREA);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 108)
handleAdd(AdvancedPackageImpl.Literals.AREA);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 108)
handleAdd(AdvancedPackageImpl.Literals.AREA);
Discouraged access: The field AREA 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 186)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 186)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 187)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 189)
if (Util.moveElementByIndex(getEditingDomain(), (MUIElement) obj, getEditor().isLiveModel(), idx)) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 211)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 212)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 213)
if (Util.moveElementByIndex(getEditingDomain(), (MUIElement) obj, getEditor().isLiveModel(), idx)) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 232)
childrenDropDown.setInput(new EClass[] { AdvancedPackageImpl.Literals.PERSPECTIVE_STACK, BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA });
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 232)
childrenDropDown.setInput(new EClass[] { AdvancedPackageImpl.Literals.PERSPECTIVE_STACK, BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA });
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 232)
childrenDropDown.setInput(new EClass[] { AdvancedPackageImpl.Literals.PERSPECTIVE_STACK, BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA });
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 232)
childrenDropDown.setInput(new EClass[] { AdvancedPackageImpl.Literals.PERSPECTIVE_STACK, BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA });
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 232)
childrenDropDown.setInput(new EClass[] { AdvancedPackageImpl.Literals.PERSPECTIVE_STACK, BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA });
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 232)
childrenDropDown.setInput(new EClass[] { AdvancedPackageImpl.Literals.PERSPECTIVE_STACK, BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA });
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 232)
childrenDropDown.setInput(new EClass[] { AdvancedPackageImpl.Literals.PERSPECTIVE_STACK, BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA });
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 232)
childrenDropDown.setInput(new EClass[] { AdvancedPackageImpl.Literals.PERSPECTIVE_STACK, BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA });
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 232)
childrenDropDown.setInput(new EClass[] { AdvancedPackageImpl.Literals.PERSPECTIVE_STACK, BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA });
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 232)
childrenDropDown.setInput(new EClass[] { AdvancedPackageImpl.Literals.PERSPECTIVE_STACK, BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA });
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 232)
childrenDropDown.setInput(new EClass[] { AdvancedPackageImpl.Literals.PERSPECTIVE_STACK, BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA });
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 232)
childrenDropDown.setInput(new EClass[] { AdvancedPackageImpl.Literals.PERSPECTIVE_STACK, BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA });
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 232)
childrenDropDown.setInput(new EClass[] { AdvancedPackageImpl.Literals.PERSPECTIVE_STACK, BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA });
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
46. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 232)
childrenDropDown.setInput(new EClass[] { AdvancedPackageImpl.Literals.PERSPECTIVE_STACK, BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA });
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
47. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 232)
childrenDropDown.setInput(new EClass[] { AdvancedPackageImpl.Literals.PERSPECTIVE_STACK, BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA });
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
48. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 232)
childrenDropDown.setInput(new EClass[] { AdvancedPackageImpl.Literals.PERSPECTIVE_STACK, BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA });
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
49. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 232)
childrenDropDown.setInput(new EClass[] { AdvancedPackageImpl.Literals.PERSPECTIVE_STACK, BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA });
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
50. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 232)
childrenDropDown.setInput(new EClass[] { AdvancedPackageImpl.Literals.PERSPECTIVE_STACK, BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART_STACK, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART, AdvancedPackageImpl.Literals.AREA });
Discouraged access: The field AREA 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
51. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 233)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
52. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 233)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
53. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 233)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
54. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 258)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
55. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 258)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
56. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 258)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
57. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 282)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
58. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 282)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
59. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java
 (at line 282)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

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

DISCOURAGED ACCESS WARNINGS
1. 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.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 24)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 25)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 72)
handleAdd(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 72)
handleAdd(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 72)
handleAdd(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 78)
handleAdd(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 78)
handleAdd(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 78)
handleAdd(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 161)
if (Util.moveElementByIndex(getEditingDomain(), (MUIElement) obj, getEditor().isLiveModel(), idx, targetFeature)) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 187)
if (Util.moveElementByIndex(getEditingDomain(), (MUIElement) obj, getEditor().isLiveModel(), idx, targetFeature)) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 206)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.TRIMMED_WINDOW, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 206)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.TRIMMED_WINDOW, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 206)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.TRIMMED_WINDOW, BasicPackageImpl.Literals.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 206)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.TRIMMED_WINDOW, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 206)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.TRIMMED_WINDOW, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 206)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.TRIMMED_WINDOW, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 207)
childrenDropDown.setSelection(new StructuredSelection(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 207)
childrenDropDown.setSelection(new StructuredSelection(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 207)
childrenDropDown.setSelection(new StructuredSelection(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 229)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 229)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 233)
if (container.getChildren().size() > 0) {
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java
 (at line 234)
viewer.setSelection(new StructuredSelection(container.getChildren().get(0)));
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 23)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 24)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 72)
handleAdd(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 72)
handleAdd(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 72)
handleAdd(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 79)
handleAdd(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 79)
handleAdd(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 79)
handleAdd(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 86)
handleAdd(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 86)
handleAdd(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 86)
handleAdd(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 145)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 145)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 145)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
15. 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
16. 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
17. 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#5-of ?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
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 is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
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 type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
20. 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 196)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 197)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 198)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 198)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 198)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 221)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 221)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 221)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_PART });
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 221)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 221)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 221)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART, BasicPackageImpl.Literals.INPUT_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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 221)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 221)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 221)
childrenDropDown.setInput(new EClass[] { BasicPackageImpl.Literals.PART_SASH_CONTAINER, BasicPackageImpl.Literals.PART, 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
37. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 222)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
38. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 222)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
39. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 222)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
40. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 247)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
41. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 247)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
42. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 247)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
43. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 270)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
44. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 270)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
45. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java
 (at line 270)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

/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 23)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowTrimEditor.java
 (at line 24)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowTrimEditor.java
 (at line 25)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowTrimEditor.java
 (at line 151)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowTrimEditor.java
 (at line 151)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowTrimEditor.java
 (at line 151)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowTrimEditor.java
 (at line 171)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowTrimEditor.java
 (at line 171)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowTrimEditor.java
 (at line 171)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowTrimEditor.java
 (at line 171)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowTrimEditor.java
 (at line 174)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowTrimEditor.java
 (at line 174)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowTrimEditor.java
 (at line 174)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowWindowsEditor.java
 (at line 4)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowWindowsEditor.java
 (at line 10)
super(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowWindowsEditor.java
 (at line 10)
super(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowWindowsEditor.java
 (at line 10)
super(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

/src/org/eclipse/e4/tools/emf/ui/internal/common/objectdata/JavaAttribute.java : 15 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/objectdata/JavaAttribute.java
 (at line 9)
import org.eclipse.e4.core.di.extensions.EventTopic;
Discouraged access: The type EventTopic is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di.extensions_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/objectdata/JavaAttribute.java
 (at line 10)
import org.eclipse.e4.core.di.extensions.Preference;
Discouraged access: The type Preference is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di.extensions_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/objectdata/JavaAttribute.java
 (at line 12)
import org.eclipse.e4.ui.di.UIEventTopic;
Discouraged access: The type UIEventTopic is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.di_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/objectdata/JavaAttribute.java
 (at line 110)
Preference preference = field.getAnnotation(Preference.class);
Discouraged access: The type Preference is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di.extensions_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/objectdata/JavaAttribute.java
 (at line 110)
Preference preference = field.getAnnotation(Preference.class);
Discouraged access: The type Preference is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di.extensions_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/objectdata/JavaAttribute.java
 (at line 112)
String path = preference.nodePath();
Discouraged access: The method nodePath() from the type Preference is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di.extensions_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/objectdata/JavaAttribute.java
 (at line 116)
return "@Preference(" + preference.nodePath() + "/" + preference.value() + ")"; //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
Discouraged access: The method nodePath() from the type Preference is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di.extensions_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/objectdata/JavaAttribute.java
 (at line 116)
return "@Preference(" + preference.nodePath() + "/" + preference.value() + ")"; //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
Discouraged access: The method value() from the type Preference is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di.extensions_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/objectdata/JavaAttribute.java
 (at line 119)
EventTopic topic = field.getAnnotation(EventTopic.class);
Discouraged access: The type EventTopic is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di.extensions_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/objectdata/JavaAttribute.java
 (at line 119)
EventTopic topic = field.getAnnotation(EventTopic.class);
Discouraged access: The type EventTopic is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di.extensions_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/objectdata/JavaAttribute.java
 (at line 122)
return "@Topic(" + topic.value() + ")"; //$NON-NLS-1$//$NON-NLS-2$
Discouraged access: The method value() from the type EventTopic is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di.extensions_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/objectdata/JavaAttribute.java
 (at line 125)
UIEventTopic uiTopic = field.getAnnotation(UIEventTopic.class);
Discouraged access: The type UIEventTopic is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.di_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/objectdata/JavaAttribute.java
 (at line 125)
UIEventTopic uiTopic = field.getAnnotation(UIEventTopic.class);
Discouraged access: The type UIEventTopic is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.di_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/objectdata/JavaAttribute.java
 (at line 127)
return "@UITopic(" + uiTopic.value() + ")"; //$NON-NLS-1$ //$NON-NLS-2$
Discouraged access: The method value() from the type UIEventTopic is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.di_0.10.0.v20110613-2030.jar

/src/org/eclipse/e4/tools/emf/ui/internal/common/objectdata/ObjectViewer.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/objectdata/ObjectViewer.java
 (at line 18)
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/objectdata/ObjectViewer.java
 (at line 19)
import org.eclipse.e4.ui.model.internal.ModelUtils;
Discouraged access: The type ModelUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/objectdata/ObjectViewer.java
 (at line 97)
MApplicationElement value = (MApplicationElement) master.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/objectdata/ObjectViewer.java
 (at line 97)
MApplicationElement value = (MApplicationElement) master.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/objectdata/ObjectViewer.java
 (at line 98)
support.openEditor(viewer.getControl().getShell(), mainObject, ModelUtils.getContainingContext(value));
Discouraged access: The type ModelUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/objectdata/ObjectViewer.java
 (at line 98)
support.openEditor(viewer.getControl().getShell(), mainObject, ModelUtils.getContainingContext(value));
Discouraged access: The method getContainingContext(MApplicationElement) from the type ModelUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java : 36 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java
 (at line 17)
import org.eclipse.e4.core.di.annotations.Execute;
Discouraged access: The type Execute is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java
 (at line 27)
import org.eclipse.e4.ui.services.IServiceConstants;
Discouraged access: The type IServiceConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.services_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java
 (at line 50)
@Execute
Discouraged access: The type Execute is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java
 (at line 51)
public void execute(@Named(IServiceConstants.ACTIVE_SHELL) Shell shell, @Translation Messages messages, IModelResource resource, IResourcePool pool, IProject project) {
Discouraged access: The type IServiceConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.services_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java
 (at line 51)
public void execute(@Named(IServiceConstants.ACTIVE_SHELL) Shell shell, @Translation Messages messages, IModelResource resource, IResourcePool pool, IProject project) {
Discouraged access: The field ACTIVE_SHELL from the type IServiceConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.services_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java
 (at line 156)
translatedFeatures.add(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java
 (at line 156)
translatedFeatures.add(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java
 (at line 156)
translatedFeatures.add(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
13. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java
 (at line 157)
translatedFeatures.add(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
14. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java
 (at line 157)
translatedFeatures.add(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
15. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java
 (at line 157)
translatedFeatures.add(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
16. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java
 (at line 158)
translatedFeatures.add(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
17. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java
 (at line 158)
translatedFeatures.add(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
18. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java
 (at line 158)
translatedFeatures.add(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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
19. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java
 (at line 159)
translatedFeatures.add(CommandsPackageImpl.Literals.COMMAND__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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
20. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java
 (at line 159)
translatedFeatures.add(CommandsPackageImpl.Literals.COMMAND__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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
21. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java
 (at line 159)
translatedFeatures.add(CommandsPackageImpl.Literals.COMMAND__DESCRIPTION);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
22. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java
 (at line 160)
translatedFeatures.add(CommandsPackageImpl.Literals.CATEGORY__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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
23. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java
 (at line 160)
translatedFeatures.add(CommandsPackageImpl.Literals.CATEGORY__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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
24. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java
 (at line 160)
translatedFeatures.add(CommandsPackageImpl.Literals.CATEGORY__NAME);
Discouraged access: The field CATEGORY__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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
25. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java
 (at line 161)
translatedFeatures.add(CommandsPackageImpl.Literals.CATEGORY__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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
26. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java
 (at line 161)
translatedFeatures.add(CommandsPackageImpl.Literals.CATEGORY__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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
27. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java
 (at line 161)
translatedFeatures.add(CommandsPackageImpl.Literals.CATEGORY__DESCRIPTION);
Discouraged access: The field CATEGORY__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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
28. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java
 (at line 162)
translatedFeatures.add(org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl.Literals.PART__DESCRIPTION);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
29. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java
 (at line 162)
translatedFeatures.add(org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl.Literals.PART__DESCRIPTION);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
30. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java
 (at line 162)
translatedFeatures.add(org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl.Literals.PART__DESCRIPTION);
Discouraged access: The field PART__DESCRIPTION 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
31. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java
 (at line 163)
translatedFeatures.add(BasicPackageImpl.Literals.PART_DESCRIPTOR__DESCRIPTION);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
32. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java
 (at line 163)
translatedFeatures.add(BasicPackageImpl.Literals.PART_DESCRIPTOR__DESCRIPTION);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
33. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java
 (at line 163)
translatedFeatures.add(BasicPackageImpl.Literals.PART_DESCRIPTOR__DESCRIPTION);
Discouraged access: The field PART_DESCRIPTOR__DESCRIPTION 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
34. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java
 (at line 164)
translatedFeatures.add(MenuPackageImpl.Literals.MENU_ELEMENT__MNEMONICS);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
35. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java
 (at line 164)
translatedFeatures.add(MenuPackageImpl.Literals.MENU_ELEMENT__MNEMONICS);
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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
36. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java
 (at line 164)
translatedFeatures.add(MenuPackageImpl.Literals.MENU_ELEMENT__MNEMONICS);
Discouraged access: The field MENU_ELEMENT__MNEMONICS 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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

/src/org/eclipse/e4/tools/emf/ui/internal/common/uistructure/UIViewer.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/uistructure/UIViewer.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/uistructure/UIViewer.java
 (at line 27)
import org.eclipse.e4.ui.model.internal.ModelUtils;
Discouraged access: The type ModelUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/uistructure/UIViewer.java
 (at line 89)
MApplicationElement o = (MApplicationElement) master.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/uistructure/UIViewer.java
 (at line 89)
MApplicationElement o = (MApplicationElement) master.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/uistructure/UIViewer.java
 (at line 91)
support.openEditor(viewer.getControl().getShell(), s.getFirstElement(), ModelUtils.getContainingContext(o));
Discouraged access: The type ModelUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/uistructure/UIViewer.java
 (at line 91)
support.openEditor(viewer.getControl().getShell(), s.getFirstElement(), ModelUtils.getContainingContext(o));
Discouraged access: The method getContainingContext(MApplicationElement) from the type ModelUtils is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

/src/org/eclipse/e4/tools/emf/ui/internal/common/xml/EMFDocumentResourceMediator.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/xml/EMFDocumentResourceMediator.java
 (at line 10)
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/targets/v20110617/plugins/org.eclipse.e4.ui.workbench_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/xml/EMFDocumentResourceMediator.java
 (at line 36)
E4XMIResource res = new 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/targets/v20110617/plugins/org.eclipse.e4.ui.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/xml/EMFDocumentResourceMediator.java
 (at line 36)
E4XMIResource res = new E4XMIResource();
Discouraged access: The constructor E4XMIResource() is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/xml/EMFDocumentResourceMediator.java
 (at line 36)
E4XMIResource res = new 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/targets/v20110617/plugins/org.eclipse.e4.ui.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/xml/EMFDocumentResourceMediator.java
 (at line 82)
E4XMIResource resource = (E4XMIResource) root.eResource();
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/targets/v20110617/plugins/org.eclipse.e4.ui.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/common/xml/EMFDocumentResourceMediator.java
 (at line 82)
E4XMIResource resource = (E4XMIResource) root.eResource();
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/targets/v20110617/plugins/org.eclipse.e4.ui.workbench_0.10.0.v20110613-2030.jar

/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 16)
import org.eclipse.e4.core.contexts.IEclipseContext;
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/wbm/ApplicationModelEditor.java
 (at line 17)
import org.eclipse.e4.core.di.annotations.Optional;
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/wbm/ApplicationModelEditor.java
 (at line 25)
public ApplicationModelEditor(Composite composite, IEclipseContext context, IModelResource modelProvider, @Named("org.eclipse.e4.tools.emf.ui.editorproject") @Optional IProject project, IResourcePool resourcePool) {
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/ui/internal/wbm/ApplicationModelEditor.java
 (at line 25)
public ApplicationModelEditor(Composite composite, IEclipseContext context, IModelResource modelProvider, @Named("org.eclipse.e4.tools.emf.ui.editorproject") @Optional IProject project, IResourcePool resourcePool) {
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.di_0.10.0.v20110613-2030.jar