Compiler log for org.eclipse.e4.tools.ui.designer_0.9.0.v20100617-2100 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 1768

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/ui/dataform/AbstractDataForm.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/dataform/AbstractDataForm.java
 (at line 88)
bindings = new ArrayList<Binding>(bc.getBindings());
Type safety: The expression of type IObservableList needs unchecked conversion to conform to Collection<? extends Binding>

/src/org/eclipse/e4/tools/ui/dataform/DataCopier.java : 4 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataCopier.java
 (at line 23)
import org.eclipse.emf.ecore.EReference;
The import org.eclipse.emf.ecore.EReference is never used
2. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataCopier.java
 (at line 121)
List oldValue = (List) eObj.eGet(sf);
List is a raw type. References to generic type List<E> should be parameterized
3. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataCopier.java
 (at line 121)
List oldValue = (List) eObj.eGet(sf);
List is a raw type. References to generic type List<E> should be parameterized
4. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataCopier.java
 (at line 129)
oldValue.add(newValue);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized

/src/org/eclipse/e4/tools/ui/dataform/workbench/events/EventFactory.java : 21 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/dataform/workbench/events/EventFactory.java
 (at line 262)
List list = (List) oldValue;
List is a raw type. References to generic type List<E> should be parameterized
2. WARNING in /src/org/eclipse/e4/tools/ui/dataform/workbench/events/EventFactory.java
 (at line 262)
List list = (List) oldValue;
List is a raw type. References to generic type List<E> should be parameterized
3. WARNING in /src/org/eclipse/e4/tools/ui/dataform/workbench/events/EventFactory.java
 (at line 264)
list.addAll(result);
Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List<E> should be parameterized
4. WARNING in /src/org/eclipse/e4/tools/ui/dataform/workbench/events/EventFactory.java
 (at line 272)
dialog.setInitialElementSelections((List) (reference.isMany() ? oldValue
List is a raw type. References to generic type List<E> should be parameterized

/src/org/eclipse/e4/tools/ui/designer/E4Designer.java : 5 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4Designer.java
 (at line 92)
getSelectionActions().add(action.getId());
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4Designer.java
 (at line 96)
getSelectionActions().add(action.getId());
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4Designer.java
 (at line 100)
getSelectionActions().add(action.getId());
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized

/src/org/eclipse/e4/tools/ui/designer/E4DesignerMenuProvider.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4DesignerMenuProvider.java
 (at line 78)
List selectedEditParts = getViewer().getSelectedEditParts();
List is a raw type. References to generic type List<E> should be parameterized

/src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java : 100 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 56)
import org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine;
The import org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine is never used

/src/org/eclipse/e4/tools/ui/designer/actions/FindWithContributionURIAction.java : 6 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/FindWithContributionURIAction.java
 (at line 41)
List selectedEditParts = viewer.getSelectedEditParts();
List is a raw type. References to generic type List<E> should be parameterized
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/FindWithContributionURIAction.java
 (at line 43)
editparts.addAll(selectedEditParts);
Type safety: The expression of type List needs unchecked conversion to conform to Collection<? extends EditPart>

/src/org/eclipse/e4/tools/ui/designer/actions/FindWithElementIdAction.java : 6 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/FindWithElementIdAction.java
 (at line 41)
List selectedEditParts = viewer.getSelectedEditParts();
List is a raw type. References to generic type List<E> should be parameterized
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/FindWithElementIdAction.java
 (at line 43)
editparts.addAll(selectedEditParts);
Type safety: The expression of type List needs unchecked conversion to conform to Collection<? extends EditPart>

/src/org/eclipse/e4/tools/ui/designer/actions/FindWithElementNameAction.java : 6 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/FindWithElementNameAction.java
 (at line 41)
List selectedEditParts = viewer.getSelectedEditParts();
List is a raw type. References to generic type List<E> should be parameterized
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/FindWithElementNameAction.java
 (at line 43)
editparts.addAll(selectedEditParts);
Type safety: The expression of type List needs unchecked conversion to conform to Collection<? extends EditPart>

/src/org/eclipse/e4/tools/ui/designer/actions/NewChildAction.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/NewChildAction.java
 (at line 96)
List featureValue = (List) newContainer.eGet(eContainingFeature);
List is a raw type. References to generic type List<E> should be parameterized
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/NewChildAction.java
 (at line 96)
List featureValue = (List) newContainer.eGet(eContainingFeature);
List is a raw type. References to generic type List<E> should be parameterized

/src/org/eclipse/e4/tools/ui/designer/actions/PasteElementAction.java : 25 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/PasteElementAction.java
 (at line 109)
List<MApplicationElement> elements = (List<MApplicationElement>) contents;
Type safety: Unchecked cast from Object to List<MApplicationElement>

/src/org/eclipse/e4/tools/ui/designer/commands/AddChildCommand.java : 6 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/AddChildCommand.java
 (at line 49)
List listValue = (List) oldChild;
List is a raw type. References to generic type List<E> should be parameterized
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/AddChildCommand.java
 (at line 49)
List listValue = (List) oldChild;
List is a raw type. References to generic type List<E> should be parameterized
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/AddChildCommand.java
 (at line 53)
listValue.add(index, newChild);
Type safety: The method add(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/AddChildCommand.java
 (at line 67)
List listValue = (List) container.eGet(reference);
List is a raw type. References to generic type List<E> should be parameterized
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/AddChildCommand.java
 (at line 67)
List listValue = (List) container.eGet(reference);
List is a raw type. References to generic type List<E> should be parameterized
6. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/AddChildCommand.java
 (at line 68)
listValue.add(index, newChild);
Type safety: The method add(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized

/src/org/eclipse/e4/tools/ui/designer/commands/ApplyAttributeSettingCommand.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/ApplyAttributeSettingCommand.java
 (at line 65)
List oldValue = (List) eObject.eGet(feature);
List is a raw type. References to generic type List<E> should be parameterized
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/ApplyAttributeSettingCommand.java
 (at line 65)
List oldValue = (List) eObject.eGet(feature);
List is a raw type. References to generic type List<E> should be parameterized
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/ApplyAttributeSettingCommand.java
 (at line 73)
oldValue.add(newValue);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized

/src/org/eclipse/e4/tools/ui/designer/commands/ChangeParentCommand.java : 12 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/ChangeParentCommand.java
 (at line 62)
List listValue = (List) oldParent.eGet(reference);
List is a raw type. References to generic type List<E> should be parameterized
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/ChangeParentCommand.java
 (at line 62)
List listValue = (List) oldParent.eGet(reference);
List is a raw type. References to generic type List<E> should be parameterized
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/ChangeParentCommand.java
 (at line 80)
List listValue = (List) oldParent.eGet(reference);
List is a raw type. References to generic type List<E> should be parameterized
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/ChangeParentCommand.java
 (at line 80)
List listValue = (List) oldParent.eGet(reference);
List is a raw type. References to generic type List<E> should be parameterized
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/ChangeParentCommand.java
 (at line 81)
listValue.add(oldIndex, newChild);
Type safety: The method add(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized

/src/org/eclipse/e4/tools/ui/designer/commands/CreateCommand.java : 18 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/CreateCommand.java
 (at line 76)
List children = ((MElementContainer<?>) parentModel).getChildren();
List is a raw type. References to generic type List<E> should be parameterized
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/CreateCommand.java
 (at line 83)
List children = (List) value;
List is a raw type. References to generic type List<E> should be parameterized
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/CreateCommand.java
 (at line 83)
List children = (List) value;
List is a raw type. References to generic type List<E> should be parameterized
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/CreateCommand.java
 (at line 93)
private void addChild(List children, Object child) {
List is a raw type. References to generic type List<E> should be parameterized
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/CreateCommand.java
 (at line 95)
children.add(child);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
6. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/CreateCommand.java
 (at line 97)
children.add(index, child);
Type safety: The method add(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized
7. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/CreateCommand.java
 (at line 110)
List children = (List) ((CategoryNode) parentModel)
List is a raw type. References to generic type List<E> should be parameterized
8. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/CreateCommand.java
 (at line 110)
List children = (List) ((CategoryNode) parentModel)
List is a raw type. References to generic type List<E> should be parameterized

/src/org/eclipse/e4/tools/ui/designer/commands/CreatePartCommand.java : 13 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/CreatePartCommand.java
 (at line 15)
import org.eclipse.e4.tools.ui.designer.utils.ApplicationModelHelper;
The import org.eclipse.e4.tools.ui.designer.utils.ApplicationModelHelper is never used

/src/org/eclipse/e4/tools/ui/designer/commands/part/MoveBottomCommand.java : 46 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveBottomCommand.java
 (at line 18)
import org.eclipse.e4.ui.model.application.MApplicationFactory;
The import org.eclipse.e4.ui.model.application.MApplicationFactory is never used
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveBottomCommand.java
 (at line 27)
import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl;
The import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl is never used

/src/org/eclipse/e4/tools/ui/designer/commands/part/MoveLeftCommand.java : 44 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveLeftCommand.java
 (at line 18)
import org.eclipse.e4.ui.model.application.MApplicationFactory;
The import org.eclipse.e4.ui.model.application.MApplicationFactory is never used

/src/org/eclipse/e4/tools/ui/designer/dialogs/AbstractFindElementsDialog.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/dialogs/AbstractFindElementsDialog.java
 (at line 98)
protected Comparator getItemsComparator() {
Comparator is a raw type. References to generic type Comparator<T> should be parameterized
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/dialogs/AbstractFindElementsDialog.java
 (at line 99)
return new Comparator() {
Comparator is a raw type. References to generic type Comparator<T> should be parameterized

/src/org/eclipse/e4/tools/ui/designer/editparts/DiagramEditPart.java : 6 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/editparts/DiagramEditPart.java
 (at line 44)
protected List getModelChildren() {
List is a raw type. References to generic type List<E> should be parameterized

/src/org/eclipse/e4/tools/ui/designer/editparts/PartContainerEditPart.java : 14 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/editparts/PartContainerEditPart.java
 (at line 46)
List modelChildren = new ArrayList();
List is a raw type. References to generic type List<E> should be parameterized
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/editparts/PartContainerEditPart.java
 (at line 46)
List modelChildren = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/editparts/PartContainerEditPart.java
 (at line 52)
modelChildren.add(item);
Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/editparts/PartContainerEditPart.java
 (at line 78)
List children = getChildren();
List is a raw type. References to generic type List<E> should be parameterized
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/editparts/PartContainerEditPart.java
 (at line 89)
List children = getHeaderParts();
List is a raw type. References to generic type List<E> should be parameterized

/src/org/eclipse/e4/tools/ui/designer/editparts/SashEditPart.java : 4 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/editparts/SashEditPart.java
 (at line 14)
import org.eclipse.e4.ui.model.application.MApplicationFactory;
The import org.eclipse.e4.ui.model.application.MApplicationFactory is never used
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/editparts/SashEditPart.java
 (at line 15)
import org.eclipse.e4.ui.model.application.ui.menu.MMenuFactory;
The import org.eclipse.e4.ui.model.application.ui.menu.MMenuFactory is never used

/src/org/eclipse/e4/tools/ui/designer/editparts/WidgetEditPart.java : 16 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/editparts/WidgetEditPart.java
 (at line 80)
protected List getModelChildren() {
List is a raw type. References to generic type List<E> should be parameterized
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/editparts/WidgetEditPart.java
 (at line 81)
List children = new ArrayList();
List is a raw type. References to generic type List<E> should be parameterized
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/editparts/WidgetEditPart.java
 (at line 81)
List children = new ArrayList();
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/editparts/WidgetEditPart.java
 (at line 84)
children.addAll(Arrays.asList(childrenArray));
Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List<E> should be parameterized

/src/org/eclipse/e4/tools/ui/designer/outline/TreeEditPartFactory.java : 6 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/TreeEditPartFactory.java
 (at line 57)
protected List getModelChildren() {
List is a raw type. References to generic type List<E> should be parameterized

/src/org/eclipse/e4/tools/ui/designer/outline/TreeEditPolicy.java : 9 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/TreeEditPolicy.java
 (at line 50)
List editParts = req.getEditParts();
List is a raw type. References to generic type List<E> should be parameterized
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/TreeEditPolicy.java
 (at line 68)
List editParts = request.getEditParts();
List is a raw type. References to generic type List<E> should be parameterized
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/TreeEditPolicy.java
 (at line 87)
List editParts = request.getEditParts();
List is a raw type. References to generic type List<E> should be parameterized
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/TreeEditPolicy.java
 (at line 90)
return new MoveChildrenCommand(host, editParts, index);
Type safety: The expression of type List needs unchecked conversion to conform to List<EditPart>

/src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveChildrenCommand.java : 8 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveChildrenCommand.java
 (at line 60)
parentModel = (MElementContainer<MUIElement>) model;
Type safety: Unchecked cast from Object to MElementContainer<MUIElement>

/src/org/eclipse/e4/tools/ui/designer/part/PartReqHelper.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/part/PartReqHelper.java
 (at line 23)
host.getExtendedData().put(WRAPPER_DATA, partReq);
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized

/src/org/eclipse/e4/tools/ui/designer/sashform/SashFormEditPart.java : 4 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/sashform/SashFormEditPart.java
 (at line 56)
protected List getModelChildren() {
List is a raw type. References to generic type List<E> should be parameterized
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/sashform/SashFormEditPart.java
 (at line 57)
List children = super.getModelChildren();
List is a raw type. References to generic type List<E> should be parameterized
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/sashform/SashFormEditPart.java
 (at line 64)
children.add(i, control);
Type safety: The method add(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized

/src/org/eclipse/e4/tools/ui/designer/sashform/SashFormInsertCreateCommand.java : 23 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/sashform/SashFormInsertCreateCommand.java
 (at line 57)
parentModel = (MGenericTile<MUIElement>) model;
Type safety: Unchecked cast from Object to MGenericTile<MUIElement>

/src/org/eclipse/e4/tools/ui/designer/sashform/SashFormLayoutEditPolicy.java : 5 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/sashform/SashFormLayoutEditPolicy.java
 (at line 110)
List<GraphicalEditPart> children = host.getChildren();
Type safety: The expression of type List needs unchecked conversion to conform to List<GraphicalEditPart>

/src/org/eclipse/e4/tools/ui/designer/sashform/SashFormUtil.java : 27 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/sashform/SashFormUtil.java
 (at line 92)
MElementContainer<MPartSashContainerElement> parentNode = (MElementContainer<MPartSashContainerElement>) parent .getModel();
Type safety: Unchecked cast from Object to MElementContainer<MPartSashContainerElement>
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/sashform/SashFormUtil.java
 (at line 201)
List<VisualEditPart> editParts = new ArrayList<VisualEditPart>(request .getEditParts());
Type safety: The expression of type List needs unchecked conversion to conform to Collection<? extends VisualEditPart>

/src/org/eclipse/e4/tools/ui/designer/session/FileHelper.java : 8 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/session/FileHelper.java
 (at line 86)
E4DesignerPlugin.getDefault().logError(msg.toString(), e);
The static method logError(String, Throwable) from the type E4DesignerPlugin should be accessed in a static way
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/session/FileHelper.java
 (at line 156)
E4DesignerPlugin.getDefault().logError(msg.toString(), e);
The static method logError(String, Throwable) from the type E4DesignerPlugin should be accessed in a static way
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/session/FileHelper.java
 (at line 165)
E4DesignerPlugin.getDefault().logError(msg.toString(), ioe);
The static method logError(String, Throwable) from the type E4DesignerPlugin should be accessed in a static way
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/session/FileHelper.java
 (at line 206)
E4DesignerPlugin.getDefault().logError(msg.toString(), e);
The static method logError(String, Throwable) from the type E4DesignerPlugin should be accessed in a static way
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/session/FileHelper.java
 (at line 295)
E4DesignerPlugin.getDefault().logError(msg.toString(), e);
The static method logError(String, Throwable) from the type E4DesignerPlugin should be accessed in a static way
6. WARNING in /src/org/eclipse/e4/tools/ui/designer/session/FileHelper.java
 (at line 307)
E4DesignerPlugin.getDefault().logError(msg.toString(), e);
The static method logError(String, Throwable) from the type E4DesignerPlugin should be accessed in a static way
7. WARNING in /src/org/eclipse/e4/tools/ui/designer/session/FileHelper.java
 (at line 381)
E4DesignerPlugin.getDefault().logError(msg.toString(), e);
The static method logError(String, Throwable) from the type E4DesignerPlugin should be accessed in a static way
8. WARNING in /src/org/eclipse/e4/tools/ui/designer/session/FileHelper.java
 (at line 502)
E4DesignerPlugin.getDefault().logError(msg.toString(), ce);
The static method logError(String, Throwable) from the type E4DesignerPlugin should be accessed in a static way

/src/org/eclipse/e4/tools/ui/designer/session/JavaHelper.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/session/JavaHelper.java
 (at line 137)
E4DesignerPlugin .getDefault() .newStatus( IStatus.ERROR, NLS.bind( CommonMessages.JavaHelper_AnalysingFailure, project.getProject().getName()), mue));
The static method newStatus(int, String, Throwable) from the type E4DesignerPlugin should be accessed in a static way

/src/org/eclipse/e4/tools/ui/designer/session/ProjectBundleSession.java : 19 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/session/ProjectBundleSession.java
 (at line 85)
throw new CoreException(E4DesignerPlugin.getDefault().newStatus( IStatus.ERROR, NLS.bind(CommonMessages.ProjectBundleSession_URLFailure, manifest.getProject().getName()), t));
The static method newStatus(int, String, Throwable) from the type E4DesignerPlugin should be accessed in a static way
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/session/ProjectBundleSession.java
 (at line 101)
E4DesignerPlugin .getDefault() .logInfo( NLS.bind( "Workspace Bundle ''{0}'' is installed.", bundle.getSymbolicName())); //$NON-NLS-1$
The static method logInfo(String) from the type E4DesignerPlugin should be accessed in a static way
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/session/ProjectBundleSession.java
 (at line 122)
E4DesignerPlugin .getDefault() .newStatus( IStatus.ERROR, NLS.bind( CommonMessages.ProjectBundleSession_StoppingFailure, bundle.getSymbolicName()), t));
The static method newStatus(int, String, Throwable) from the type E4DesignerPlugin should be accessed in a static way
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/session/ProjectBundleSession.java
 (at line 137)
E4DesignerPlugin .getDefault() .newStatus( IStatus.ERROR, NLS.bind( CommonMessages.ProjectBundleSession_UninstallationFailure, bundle.getSymbolicName()), t));
The static method newStatus(int, String, Throwable) from the type E4DesignerPlugin should be accessed in a static way
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/session/ProjectBundleSession.java
 (at line 148)
E4DesignerPlugin .getDefault() .logInfo( NLS.bind( "Target Bundle ''{0}'' is uninstalled.", bundle.getSymbolicName())); //$NON-NLS-1$
The static method logInfo(String) from the type E4DesignerPlugin should be accessed in a static way
6. WARNING in /src/org/eclipse/e4/tools/ui/designer/session/ProjectBundleSession.java
 (at line 216)
E4DesignerPlugin .getDefault() .newStatus( IStatus.ERROR, NLS.bind( CommonMessages.ProjectBundleSession_InstallationFailure, pluginLocation), t));
The static method newStatus(int, String, Throwable) from the type E4DesignerPlugin should be accessed in a static way
7. WARNING in /src/org/eclipse/e4/tools/ui/designer/session/ProjectBundleSession.java
 (at line 227)
E4DesignerPlugin .getDefault() .newStatus( IStatus.ERROR, NLS.bind( CommonMessages.ProjectBundleSession_InstallationFailure, pluginLocation), null));
The static method newStatus(int, String, Throwable) from the type E4DesignerPlugin should be accessed in a static way
8. WARNING in /src/org/eclipse/e4/tools/ui/designer/session/ProjectBundleSession.java
 (at line 238)
E4DesignerPlugin .getDefault() .newStatus( IStatus.ERROR, NLS.bind( CommonMessages.ProjectBundleSession_IllegalBundleState, target, state), null));
The static method newStatus(int, String, Throwable) from the type E4DesignerPlugin should be accessed in a static way
9. WARNING in /src/org/eclipse/e4/tools/ui/designer/session/ProjectBundleSession.java
 (at line 269)
E4DesignerPlugin .getDefault() .newStatus( IStatus.ERROR, NLS.bind( CommonMessages.ProjectBundleSession_LoadFailure, qualifiedName, bundle .getSymbolicName()), cnfe));
The static method newStatus(int, String, Throwable) from the type E4DesignerPlugin should be accessed in a static way
10. WARNING in /src/org/eclipse/e4/tools/ui/designer/session/ProjectBundleSession.java
 (at line 435)
E4DesignerPlugin .getDefault() .logInfo( NLS.bind( "Workspace Bundle ''{0}'' is uninstalled.", bundle.getSymbolicName())); //$NON-NLS-1$
The static method logInfo(String) from the type E4DesignerPlugin should be accessed in a static way
11. WARNING in /src/org/eclipse/e4/tools/ui/designer/session/ProjectBundleSession.java
 (at line 443)
E4DesignerPlugin .getDefault() .newStatus( IStatus.ERROR, NLS.bind( CommonMessages.ProjectBundleSession_UninstallationFailure, bundle.getSymbolicName()), be));
The static method newStatus(int, String, Throwable) from the type E4DesignerPlugin should be accessed in a static way
12. WARNING in /src/org/eclipse/e4/tools/ui/designer/session/ProjectBundleSession.java
 (at line 457)
E4DesignerPlugin .getDefault() .logInfo( NLS.bind( "Target Bundle ''{0}'' is installed.", installed.getSymbolicName())); //$NON-NLS-1$
The static method logInfo(String) from the type E4DesignerPlugin should be accessed in a static way

/src/org/eclipse/e4/tools/ui/designer/session/ProjectHelper.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/session/ProjectHelper.java
 (at line 121)
E4DesignerPlugin.getDefault().logError(msg.toString(), ce);
The static method logError(String, Throwable) from the type E4DesignerPlugin should be accessed in a static way
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/session/ProjectHelper.java
 (at line 150)
E4DesignerPlugin.getDefault().logError(msg.toString(), ce);
The static method logError(String, Throwable) from the type E4DesignerPlugin should be accessed in a static way

/src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java : 89 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 81)
existingImports = getExistingImports(astRoot);
Type safety: The expression of type Set needs unchecked conversion to conform to Set<String>
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 157)
Set existingImports = getExistingImports(astUnit);
Set is a raw type. References to generic type Set<E> should be parameterized
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 222)
Set handleIds = new HashSet(typeMethods.length);
Set is a raw type. References to generic type Set<E> should be parameterized
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 222)
Set handleIds = new HashSet(typeMethods.length);
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 224)
handleIds.add(typeMethods[index].getHandleIdentifier());
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
6. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 267)
Set existingImports = ASTHelper.getExistingImports(astRoot);
Set is a raw type. References to generic type Set<E> should be parameterized
7. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 273)
private static void removeUnusedImports(ICompilationUnit cu, Set existingImports, boolean needsSave) throws CoreException {
Set is a raw type. References to generic type Set<E> should be parameterized
8. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 283)
List importsDecls = root.imports();
List is a raw type. References to generic type List<E> should be parameterized
9. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 323)
private static Set /* String */getExistingImports(CompilationUnit root) {
Set is a raw type. References to generic type Set<E> should be parameterized
10. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 324)
List imports = root.imports();
List is a raw type. References to generic type List<E> should be parameterized
11. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 325)
Set res = new HashSet(imports.size());
Set is a raw type. References to generic type Set<E> should be parameterized
12. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 325)
Set res = new HashSet(imports.size());
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
13. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 327)
res.add(ASTNodes.asString((ImportDeclaration) imports.get(i)));
Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set<E> should be parameterized
14. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 535)
Set /* String (import names) */existingImports;
Set is a raw type. References to generic type Set<E> should be parameterized
15. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 588)
Set /* String (import names) */existingImports;
Set is a raw type. References to generic type Set<E> should be parameterized

/src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java : 100 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 162)
TreeSet availableEEs = new TreeSet();
TreeSet is a raw type. References to generic type TreeSet<E> should be parameterized
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 162)
TreeSet availableEEs = new TreeSet();
TreeSet is a raw type. References to generic type TreeSet<E> should be parameterized
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 164)
availableEEs.add(exeEnvs[i].getId());
Type safety: The method add(Object) belongs to the raw type TreeSet. References to generic type TreeSet<E> should be parameterized
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 166)
availableEEs.add(NO_EXECUTION_ENVIRONMENT);
Type safety: The method add(Object) belongs to the raw type TreeSet. References to generic type TreeSet<E> should be parameterized
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 169)
fEEChoice.setItems((String[]) availableEEs.toArray(new String[availableEEs.size() - 1]));
Type safety: The method toArray(Object[]) belongs to the raw type AbstractCollection. References to generic type AbstractCollection<E> should be parameterized

/src/org/eclipse/e4/tools/ui/designer/wizards/TemplateOperation.java : 9 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/TemplateOperation.java
 (at line 152)
Map childZipEntries = new HashMap(); // "dir/" or "dir/file.java"
Map is a raw type. References to generic type Map<K,V> should be parameterized
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/TemplateOperation.java
 (at line 152)
Map childZipEntries = new HashMap(); // "dir/" or "dir/file.java"
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/TemplateOperation.java
 (at line 154)
for (Enumeration zipEntries = zipFile.entries(); zipEntries
Enumeration is a raw type. References to generic type Enumeration<E> should be parameterized
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/TemplateOperation.java
 (at line 167)
childZipEntries.put(zipEntry.getName(), zipEntry);
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/TemplateOperation.java
 (at line 173)
childZipEntries.put(name, dirEntry);
Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
6. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/TemplateOperation.java
 (at line 178)
for (Iterator it = childZipEntries.values().iterator(); it.hasNext();) {
Iterator is a raw type. References to generic type Iterator<E> should be parameterized

/src/org/eclipse/e4/tools/ui/designer/wizards/part/AbstractDataContextSelectionWizardPage.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/AbstractDataContextSelectionWizardPage.java
 (at line 43)
import org.eclipse.swt.layout.FillLayout;
The import org.eclipse.swt.layout.FillLayout is never used

/src/org/eclipse/e4/tools/ui/designer/wizards/part/WizardCreatePartPage.java : 6 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/WizardCreatePartPage.java
 (at line 201)
public List getSuperInterfaces() {
List is a raw type. References to generic type List<E> should be parameterized

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

/src/org/eclipse/e4/tools/ui/dataform/DataForms.java : 69 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.java
 (at line 21)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.java
 (at line 23)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.java
 (at line 25)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.java
 (at line 60)
.add(ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI);
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.java
 (at line 60)
.add(ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI);
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.java
 (at line 60)
.add(ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI);
Discouraged access: The field CONTRIBUTION__CONTRIBUTION_URI from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.java
 (at line 64)
.add(ApplicationPackageImpl.Literals.STRING_TO_STRING_MAP__KEY);
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.java
 (at line 64)
.add(ApplicationPackageImpl.Literals.STRING_TO_STRING_MAP__KEY);
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.java
 (at line 64)
.add(ApplicationPackageImpl.Literals.STRING_TO_STRING_MAP__KEY);
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.java
 (at line 67)
.add(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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.java
 (at line 67)
.add(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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.java
 (at line 67)
.add(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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.java
 (at line 69)
.add(CommandsPackageImpl.Literals.BINDING_TABLE__BINDING_CONTEXT_ID);
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.java
 (at line 69)
.add(CommandsPackageImpl.Literals.BINDING_TABLE__BINDING_CONTEXT_ID);
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.java
 (at line 69)
.add(CommandsPackageImpl.Literals.BINDING_TABLE__BINDING_CONTEXT_ID);
Discouraged access: The field BINDING_TABLE__BINDING_CONTEXT_ID from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.java
 (at line 71)
.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.java
 (at line 71)
.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.java
 (at line 71)
.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.java
 (at line 72)
REQUIRED_SF_LIST.add(CommandsPackageImpl.Literals.HANDLER__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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.java
 (at line 72)
REQUIRED_SF_LIST.add(CommandsPackageImpl.Literals.HANDLER__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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.java
 (at line 72)
REQUIRED_SF_LIST.add(CommandsPackageImpl.Literals.HANDLER__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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.java
 (at line 74)
.add(CommandsPackageImpl.Literals.KEY_BINDING__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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.java
 (at line 74)
.add(CommandsPackageImpl.Literals.KEY_BINDING__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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.java
 (at line 74)
.add(CommandsPackageImpl.Literals.KEY_BINDING__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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.java
 (at line 77)
.add(BasicPackageImpl.Literals.PART_DESCRIPTOR__CONTRIBUTION_URI);
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.java
 (at line 77)
.add(BasicPackageImpl.Literals.PART_DESCRIPTOR__CONTRIBUTION_URI);
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.java
 (at line 77)
.add(BasicPackageImpl.Literals.PART_DESCRIPTOR__CONTRIBUTION_URI);
Discouraged access: The field PART_DESCRIPTOR__CONTRIBUTION_URI from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.java
 (at line 79)
REQUIRED_SF_LIST.add(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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.java
 (at line 79)
REQUIRED_SF_LIST.add(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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.java
 (at line 79)
REQUIRED_SF_LIST.add(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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.java
 (at line 80)
REQUIRED_SF_LIST.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.java
 (at line 80)
REQUIRED_SF_LIST.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.java
 (at line 80)
REQUIRED_SF_LIST.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.java
 (at line 82)
REQUIRED_SF_LIST.add(AdvancedPackageImpl.Literals.PLACEHOLDER__REF);
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.java
 (at line 82)
REQUIRED_SF_LIST.add(AdvancedPackageImpl.Literals.PLACEHOLDER__REF);
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.java
 (at line 82)
REQUIRED_SF_LIST.add(AdvancedPackageImpl.Literals.PLACEHOLDER__REF);
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.java
 (at line 85)
.add(MenuPackageImpl.Literals.HANDLED_ITEM__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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.java
 (at line 85)
.add(MenuPackageImpl.Literals.HANDLED_ITEM__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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.java
 (at line 85)
.add(MenuPackageImpl.Literals.HANDLED_ITEM__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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.java
 (at line 86)
REQUIRED_SF_LIST.add(MenuPackageImpl.Literals.ITEM__TYPE);
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.java
 (at line 86)
REQUIRED_SF_LIST.add(MenuPackageImpl.Literals.ITEM__TYPE);
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.java
 (at line 86)
REQUIRED_SF_LIST.add(MenuPackageImpl.Literals.ITEM__TYPE);
Discouraged access: The field ITEM__TYPE from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.java
 (at line 95)
.add(ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI);
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.java
 (at line 95)
.add(ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI);
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.java
 (at line 95)
.add(ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI);
Discouraged access: The field CONTRIBUTION__CONTRIBUTION_URI from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.java
 (at line 97)
.add(BasicPackageImpl.Literals.PART_DESCRIPTOR__CONTRIBUTION_URI);
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
50. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.java
 (at line 97)
.add(BasicPackageImpl.Literals.PART_DESCRIPTOR__CONTRIBUTION_URI);
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
51. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.java
 (at line 97)
.add(BasicPackageImpl.Literals.PART_DESCRIPTOR__CONTRIBUTION_URI);
Discouraged access: The field PART_DESCRIPTOR__CONTRIBUTION_URI from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
52. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.java
 (at line 98)
URI_ATTR_LIST.add(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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
53. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.java
 (at line 98)
URI_ATTR_LIST.add(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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
54. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.java
 (at line 98)
URI_ATTR_LIST.add(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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
55. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.java
 (at line 99)
URI_ATTR_LIST.add(UiPackageImpl.Literals.UI_LABEL__ICON_URI);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.java
 (at line 99)
URI_ATTR_LIST.add(UiPackageImpl.Literals.UI_LABEL__ICON_URI);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
57. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.java
 (at line 99)
URI_ATTR_LIST.add(UiPackageImpl.Literals.UI_LABEL__ICON_URI);
Discouraged access: The field UI_LABEL__ICON_URI from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
58. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.java
 (at line 108)
.add(CommandsPackageImpl.Literals.BINDING_TABLE__BINDING_CONTEXT_ID);
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
59. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.java
 (at line 108)
.add(CommandsPackageImpl.Literals.BINDING_TABLE__BINDING_CONTEXT_ID);
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
60. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.java
 (at line 108)
.add(CommandsPackageImpl.Literals.BINDING_TABLE__BINDING_CONTEXT_ID);
Discouraged access: The field BINDING_TABLE__BINDING_CONTEXT_ID from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
61. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.java
 (at line 110)
.add(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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
62. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.java
 (at line 110)
.add(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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
63. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.java
 (at line 110)
.add(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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
64. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.java
 (at line 111)
REF_ATTR_LIST.add(UiPackageImpl.Literals.CONTEXT__CONTEXT);
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
65. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.java
 (at line 111)
REF_ATTR_LIST.add(UiPackageImpl.Literals.CONTEXT__CONTEXT);
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
66. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.java
 (at line 111)
REF_ATTR_LIST.add(UiPackageImpl.Literals.CONTEXT__CONTEXT);
Discouraged access: The field CONTEXT__CONTEXT from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
67. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.java
 (at line 113)
.add(MenuPackageImpl.Literals.HANDLED_ITEM__WB_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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
68. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.java
 (at line 113)
.add(MenuPackageImpl.Literals.HANDLED_ITEM__WB_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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
69. WARNING in /src/org/eclipse/e4/tools/ui/dataform/DataForms.java
 (at line 113)
.add(MenuPackageImpl.Literals.HANDLED_ITEM__WB_COMMAND);
Discouraged access: The field HANDLED_ITEM__WB_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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/ui/dataform/workbench/events/EventFactory.java : 21 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/dataform/workbench/events/EventFactory.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/dataform/workbench/events/EventFactory.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/dataform/workbench/events/EventFactory.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/dataform/workbench/events/EventFactory.java
 (at line 43)
import org.eclipse.jdt.internal.ui.dialogs.FilteredTypesSelectionDialog;
Discouraged access: The type FilteredTypesSelectionDialog is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
5. WARNING in /src/org/eclipse/e4/tools/ui/dataform/workbench/events/EventFactory.java
 (at line 116)
} else if (ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI == attribute) {
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/ui/dataform/workbench/events/EventFactory.java
 (at line 116)
} else if (ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI == attribute) {
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/ui/dataform/workbench/events/EventFactory.java
 (at line 116)
} else if (ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI == attribute) {
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/ui/dataform/workbench/events/EventFactory.java
 (at line 124)
FilteredTypesSelectionDialog dialog = new FilteredTypesSelectionDialog(
Discouraged access: The type FilteredTypesSelectionDialog is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
9. WARNING in /src/org/eclipse/e4/tools/ui/dataform/workbench/events/EventFactory.java
 (at line 124)
FilteredTypesSelectionDialog dialog = new FilteredTypesSelectionDialog( shell, false, service, scope, IJavaSearchConstants.CLASS);
Discouraged access: The constructor FilteredTypesSelectionDialog(Shell, boolean, IRunnableContext, IJavaSearchScope, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
10. WARNING in /src/org/eclipse/e4/tools/ui/dataform/workbench/events/EventFactory.java
 (at line 124)
FilteredTypesSelectionDialog dialog = new FilteredTypesSelectionDialog(
Discouraged access: The type FilteredTypesSelectionDialog is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
11. WARNING in /src/org/eclipse/e4/tools/ui/dataform/workbench/events/EventFactory.java
 (at line 126)
dialog.create();
Discouraged access: The method create() from the type FilteredTypesSelectionDialog is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
12. WARNING in /src/org/eclipse/e4/tools/ui/dataform/workbench/events/EventFactory.java
 (at line 127)
dialog.setTitle("Contribution URI");
Discouraged access: The method setTitle(String) from the type FilteredTypesSelectionDialog is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
13. WARNING in /src/org/eclipse/e4/tools/ui/dataform/workbench/events/EventFactory.java
 (at line 130)
if (dialog.open() == Window.OK) {
Discouraged access: The method open() from the type FilteredTypesSelectionDialog is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
14. WARNING in /src/org/eclipse/e4/tools/ui/dataform/workbench/events/EventFactory.java
 (at line 137)
} else if (UiPackageImpl.Literals.UI_LABEL__ICON_URI == attribute) {
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/ui/dataform/workbench/events/EventFactory.java
 (at line 137)
} else if (UiPackageImpl.Literals.UI_LABEL__ICON_URI == attribute) {
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/tools/ui/dataform/workbench/events/EventFactory.java
 (at line 137)
} else if (UiPackageImpl.Literals.UI_LABEL__ICON_URI == attribute) {
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/tools/ui/dataform/workbench/events/EventFactory.java
 (at line 182)
&& toTest 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/ui/dataform/workbench/validation/URIValidationRule.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/dataform/workbench/validation/URIValidationRule.java
 (at line 13)
import org.eclipse.e4.ui.internal.workbench.Activator;
Discouraged access: The type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/dataform/workbench/validation/URIValidationRule.java
 (at line 105)
return Activator.getDefault().getBundleForName(platformURI.segment(1));
Discouraged access: The type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/dataform/workbench/validation/URIValidationRule.java
 (at line 105)
return Activator.getDefault().getBundleForName(platformURI.segment(1));
Discouraged access: The method getDefault() from the type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/dataform/workbench/validation/URIValidationRule.java
 (at line 105)
return Activator.getDefault().getBundleForName(platformURI.segment(1));
Discouraged access: The method getBundleForName(String) from the type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/DesignerReflectionContributionFactory.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/DesignerReflectionContributionFactory.java
 (at line 13)
import org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory;
Discouraged access: The type ReflectionContributionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/DesignerReflectionContributionFactory.java
 (at line 22)
ReflectionContributionFactory {
Discouraged access: The type ReflectionContributionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/DesignerReflectionContributionFactory.java
 (at line 27)
super(registry);
Discouraged access: The constructor ReflectionContributionFactory(IExtensionRegistry) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/DesignerReflectionContributionFactory.java
 (at line 39)
return super.getBundle(platformURI);
Discouraged access: The method getBundle(URI) from the type ReflectionContributionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/DesignerReflectionContributionFactory.java
 (at line 46)
bundle = super.getBundle(uriString);
Discouraged access: The method getBundle(String) from the type ReflectionContributionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/E4Designer.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4Designer.java
 (at line 21)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4Designer.java
 (at line 58)
public MApplication getDocumentRoot() {
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/E4GraphicalViewerDropCreationListener.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4GraphicalViewerDropCreationListener.java
 (at line 16)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4GraphicalViewerDropCreationListener.java
 (at line 41)
.createEntry(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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4GraphicalViewerDropCreationListener.java
 (at line 41)
.createEntry(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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4GraphicalViewerDropCreationListener.java
 (at line 41)
.createEntry(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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4GraphicalViewerDropCreationListener.java
 (at line 48)
.createEntry(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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4GraphicalViewerDropCreationListener.java
 (at line 48)
.createEntry(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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4GraphicalViewerDropCreationListener.java
 (at line 48)
.createEntry(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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/E4ReflectionContributionFactory.java : 25 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4ReflectionContributionFactory.java
 (at line 14)
import org.eclipse.e4.ui.internal.workbench.Activator;
Discouraged access: The type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4ReflectionContributionFactory.java
 (at line 15)
import org.eclipse.e4.ui.internal.workbench.Policy;
Discouraged access: The type Policy is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4ReflectionContributionFactory.java
 (at line 31)
import org.eclipse.e4.core.contexts.ContextInjectionFactory;
Discouraged access: The type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4ReflectionContributionFactory.java
 (at line 32)
import org.eclipse.e4.core.contexts.IEclipseContext;
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4ReflectionContributionFactory.java
 (at line 33)
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/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
6. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4ReflectionContributionFactory.java
 (at line 34)
import org.eclipse.e4.core.services.contributions.IContributionFactorySpi;
Discouraged access: The type IContributionFactorySpi is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
7. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4ReflectionContributionFactory.java
 (at line 41)
public class E4ReflectionContributionFactory implements 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/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
8. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4ReflectionContributionFactory.java
 (at line 70)
IEclipseContext context, Object defaultValue) {
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
9. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4ReflectionContributionFactory.java
 (at line 75)
IContributionFactorySpi factory = (IContributionFactorySpi) languages
Discouraged access: The type IContributionFactorySpi is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
10. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4ReflectionContributionFactory.java
 (at line 75)
IContributionFactorySpi factory = (IContributionFactorySpi) languages
Discouraged access: The type IContributionFactorySpi is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
11. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4ReflectionContributionFactory.java
 (at line 77)
return factory.call(object, methodName, context, defaultValue);
Discouraged access: The method call(Object, String, IEclipseContext, Object) from the type IContributionFactorySpi is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
12. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4ReflectionContributionFactory.java
 (at line 129)
if (!context.containsKey(clazz.getName())
Discouraged access: The method containsKey(String) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
13. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4ReflectionContributionFactory.java
 (at line 130)
&& !IEclipseContext.class.equals(clazz)) {
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
14. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4ReflectionContributionFactory.java
 (at line 152)
Activator.trace(Policy.DEBUG_CMDS, "calling: " + methodName, null); //$NON-NLS-1$
Discouraged access: The type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4ReflectionContributionFactory.java
 (at line 152)
Activator.trace(Policy.DEBUG_CMDS, "calling: " + methodName, null); //$NON-NLS-1$
Discouraged access: The method trace(String, String, Throwable) from the type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
16. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4ReflectionContributionFactory.java
 (at line 152)
Activator.trace(Policy.DEBUG_CMDS, "calling: " + methodName, null); //$NON-NLS-1$
Discouraged access: The type Policy is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
17. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4ReflectionContributionFactory.java
 (at line 152)
Activator.trace(Policy.DEBUG_CMDS, "calling: " + methodName, null); //$NON-NLS-1$
Discouraged access: The field DEBUG_CMDS from the type Policy is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
18. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4ReflectionContributionFactory.java
 (at line 155)
if (IEclipseContext.class.equals(paramKeys[i])) {
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
19. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4ReflectionContributionFactory.java
 (at line 158)
params[i] = context.get(paramKeys[i].getName());
Discouraged access: The method get(String) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
20. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4ReflectionContributionFactory.java
 (at line 176)
public Object create(String uriString, IEclipseContext context) {
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
21. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4ReflectionContributionFactory.java
 (at line 185)
contribution = ContextInjectionFactory.make(targetClass,
Discouraged access: The type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
22. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4ReflectionContributionFactory.java
 (at line 185)
contribution = ContextInjectionFactory.make(targetClass, context);
Discouraged access: The method make(Class<capture#9-of ?>, IEclipseContext) from the type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
23. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4ReflectionContributionFactory.java
 (at line 223)
return Activator.getDefault().getBundleForName(platformURI.segment(1));
Discouraged access: The type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
24. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4ReflectionContributionFactory.java
 (at line 223)
return Activator.getDefault().getBundleForName(platformURI.segment(1));
Discouraged access: The method getDefault() from the type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
25. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4ReflectionContributionFactory.java
 (at line 223)
return Activator.getDefault().getBundleForName(platformURI.segment(1));
Discouraged access: The method getBundleForName(String) from the type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/E4UIEventPublisher.java : 49 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIEventPublisher.java
 (at line 13)
import org.eclipse.e4.ui.internal.workbench.UIEventPublisher;
Discouraged access: The type UIEventPublisher is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIEventPublisher.java
 (at line 15)
import org.eclipse.e4.ui.workbench.UIEvents;
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIEventPublisher.java
 (at line 16)
import org.eclipse.e4.ui.workbench.UIEvents.EventTags;
Discouraged access: The type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIEventPublisher.java
 (at line 17)
import org.eclipse.e4.ui.workbench.UIEvents.EventTypes;
Discouraged access: The type UIEvents.EventTypes is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIEventPublisher.java
 (at line 24)
import org.eclipse.e4.core.contexts.IEclipseContext;
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
6. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIEventPublisher.java
 (at line 25)
import org.eclipse.e4.core.services.events.IEventBroker;
Discouraged access: The type IEventBroker is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
7. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIEventPublisher.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIEventPublisher.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIEventPublisher.java
 (at line 36)
* This class is copied from {@link UIEventPublisher}. Some hooks are added when
Discouraged access: The type UIEventPublisher is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIEventPublisher.java
 (at line 43)
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/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
11. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIEventPublisher.java
 (at line 46)
public E4UIEventPublisher(IEclipseContext e4Context) {
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
12. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIEventPublisher.java
 (at line 63)
IEventBroker eventManager = (IEventBroker) context
Discouraged access: The type IEventBroker is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
13. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIEventPublisher.java
 (at line 63)
IEventBroker eventManager = (IEventBroker) context
Discouraged access: The type IEventBroker is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
14. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIEventPublisher.java
 (at line 63)
IEventBroker eventManager = (IEventBroker) context .get(IEventBroker.class.getName());
Discouraged access: The method get(String) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
15. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIEventPublisher.java
 (at line 64)
.get(IEventBroker.class.getName());
Discouraged access: The type IEventBroker is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
16. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIEventPublisher.java
 (at line 65)
eventManager.send(topic, argMap);
Discouraged access: The method send(String, Object) from the type IEventBroker is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
17. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIEventPublisher.java
 (at line 84)
MApplicationElement appElement = (MApplicationElement) notification
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIEventPublisher.java
 (at line 84)
MApplicationElement appElement = (MApplicationElement) notification
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIEventPublisher.java
 (at line 89)
argMap.put(EventTags.TYPE, getEventType(notification));
Discouraged access: The type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
20. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIEventPublisher.java
 (at line 89)
argMap.put(EventTags.TYPE, getEventType(notification));
Discouraged access: The field TYPE from the type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
21. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIEventPublisher.java
 (at line 90)
argMap.put(EventTags.ELEMENT, appElement);
Discouraged access: The type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
22. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIEventPublisher.java
 (at line 90)
argMap.put(EventTags.ELEMENT, appElement);
Discouraged access: The field ELEMENT from the type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
23. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIEventPublisher.java
 (at line 91)
argMap.put(EventTags.ATTNAME, feature.getName());
Discouraged access: The type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
24. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIEventPublisher.java
 (at line 91)
argMap.put(EventTags.ATTNAME, feature.getName());
Discouraged access: The field ATTNAME from the type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
25. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIEventPublisher.java
 (at line 96)
argMap.put(EventTags.NEW_VALUE, notification.getNewValue());
Discouraged access: The type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
26. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIEventPublisher.java
 (at line 96)
argMap.put(EventTags.NEW_VALUE, notification.getNewValue());
Discouraged access: The field NEW_VALUE from the type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
27. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIEventPublisher.java
 (at line 97)
argMap.put(EventTags.OLD_VALUE, notification.getOldValue());
Discouraged access: The type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
28. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIEventPublisher.java
 (at line 97)
argMap.put(EventTags.OLD_VALUE, notification.getOldValue());
Discouraged access: The field OLD_VALUE from the type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
29. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIEventPublisher.java
 (at line 100)
if (appElement 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIEventPublisher.java
 (at line 101)
argMap.put(EventTags.WIDGET, ((MUIElement) appElement).getWidget());
Discouraged access: The type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
31. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIEventPublisher.java
 (at line 101)
argMap.put(EventTags.WIDGET, ((MUIElement) appElement).getWidget());
Discouraged access: The field WIDGET from the type UIEvents.EventTags is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
32. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIEventPublisher.java
 (at line 101)
argMap.put(EventTags.WIDGET, ((MUIElement) appElement).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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIEventPublisher.java
 (at line 101)
argMap.put(EventTags.WIDGET, ((MUIElement) appElement).getWidget());
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIEventPublisher.java
 (at line 109)
return EventTypes.ADD;
Discouraged access: The type UIEvents.EventTypes is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
35. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIEventPublisher.java
 (at line 109)
return EventTypes.ADD;
Discouraged access: The field ADD from the type UIEvents.EventTypes is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
36. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIEventPublisher.java
 (at line 111)
return EventTypes.REMOVE;
Discouraged access: The type UIEvents.EventTypes is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
37. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIEventPublisher.java
 (at line 111)
return EventTypes.REMOVE;
Discouraged access: The field REMOVE from the type UIEvents.EventTypes is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
38. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIEventPublisher.java
 (at line 113)
return EventTypes.SET;
Discouraged access: The type UIEvents.EventTypes is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
39. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIEventPublisher.java
 (at line 113)
return EventTypes.SET;
Discouraged access: The field SET from the type UIEvents.EventTypes is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
40. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIEventPublisher.java
 (at line 127)
return UIEvents.UITopicBase + UIEvents.TOPIC_SEP
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
41. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIEventPublisher.java
 (at line 127)
return UIEvents.UITopicBase + UIEvents.TOPIC_SEP
Discouraged access: The field UITopicBase from the type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
42. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIEventPublisher.java
 (at line 127)
return UIEvents.UITopicBase + UIEvents.TOPIC_SEP
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
43. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIEventPublisher.java
 (at line 127)
return UIEvents.UITopicBase + UIEvents.TOPIC_SEP
Discouraged access: The field TOPIC_SEP from the type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
44. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIEventPublisher.java
 (at line 128)
+ eContainingClass.getEPackage().getName() + UIEvents.TOPIC_SEP
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
45. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIEventPublisher.java
 (at line 128)
+ eContainingClass.getEPackage().getName() + UIEvents.TOPIC_SEP
Discouraged access: The field TOPIC_SEP from the type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
46. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIEventPublisher.java
 (at line 129)
+ eContainingClass.getName() + UIEvents.TOPIC_SEP
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
47. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIEventPublisher.java
 (at line 129)
+ eContainingClass.getName() + UIEvents.TOPIC_SEP
Discouraged access: The field TOPIC_SEP from the type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
48. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIEventPublisher.java
 (at line 130)
+ eFeature.getName() + UIEvents.TOPIC_SEP + type;
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
49. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIEventPublisher.java
 (at line 130)
+ eFeature.getName() + UIEvents.TOPIC_SEP + type;
Discouraged access: The field TOPIC_SEP from the type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/E4UIRenderer.java : 67 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIRenderer.java
 (at line 13)
import org.eclipse.e4.ui.internal.workbench.swt.E4Application;
Discouraged access: The type E4Application is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIRenderer.java
 (at line 15)
import org.eclipse.e4.ui.internal.workbench.Activator;
Discouraged access: The type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIRenderer.java
 (at line 16)
import org.eclipse.e4.ui.internal.workbench.E4Workbench;
Discouraged access: The type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIRenderer.java
 (at line 18)
import org.eclipse.e4.ui.workbench.IResourceUtilities;
Discouraged access: The type IResourceUtilities<ImageDesc> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIRenderer.java
 (at line 24)
import org.eclipse.e4.core.contexts.IEclipseContext;
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
6. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIRenderer.java
 (at line 25)
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/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
7. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIRenderer.java
 (at line 29)
import org.eclipse.e4.ui.css.core.engine.CSSEngine;
Discouraged access: The type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
8. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIRenderer.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIRenderer.java
 (at line 31)
import org.eclipse.e4.ui.model.application.impl.ApplicationImpl;
Discouraged access: The type ApplicationImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIRenderer.java
 (at line 32)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIRenderer.java
 (at line 41)
import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.wst.xml.core_1.1.500.v201005271618.jar
12. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIRenderer.java
 (at line 52)
private ApplicationImpl appModel = null;
Discouraged access: The type ApplicationImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIRenderer.java
 (at line 56)
private IEclipseContext appContext;
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
14. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIRenderer.java
 (at line 63)
appModel = (ApplicationImpl) resource.getContents().get(0);
Discouraged access: The type ApplicationImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIRenderer.java
 (at line 67)
public ApplicationImpl getDiagram() {
Discouraged access: The type ApplicationImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIRenderer.java
 (at line 85)
public IDOMNode getTextNode(Object model) {
Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.wst.xml.core_1.1.500.v201005271618.jar
17. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIRenderer.java
 (at line 113)
if (!E4Workbench.getServiceContext().containsKey(
Discouraged access: The type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
18. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIRenderer.java
 (at line 113)
if (!E4Workbench.getServiceContext().containsKey(
Discouraged access: The method getServiceContext() from the type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
19. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIRenderer.java
 (at line 113)
if (!E4Workbench.getServiceContext().containsKey( MApplication.class.getName())) {
Discouraged access: The method containsKey(String) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
20. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIRenderer.java
 (at line 114)
MApplication.class.getName())) {
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIRenderer.java
 (at line 116)
E4Workbench.getServiceContext().set(MApplication.class.getName(),
Discouraged access: The type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
22. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIRenderer.java
 (at line 116)
E4Workbench.getServiceContext().set(MApplication.class.getName(),
Discouraged access: The method getServiceContext() from the type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
23. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIRenderer.java
 (at line 116)
E4Workbench.getServiceContext().set(MApplication.class.getName(), appModel);
Discouraged access: The method set(String, Object) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
24. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIRenderer.java
 (at line 116)
E4Workbench.getServiceContext().set(MApplication.class.getName(),
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIRenderer.java
 (at line 119)
appContext = E4Application.createDefaultContext();
Discouraged access: The type E4Application is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
26. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIRenderer.java
 (at line 119)
appContext = E4Application.createDefaultContext();
Discouraged access: The method createDefaultContext() from the type E4Application is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
27. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIRenderer.java
 (at line 124)
Activator.getDefault().getContext());
Discouraged access: The type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
28. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIRenderer.java
 (at line 124)
Activator.getDefault().getContext());
Discouraged access: The method getDefault() from the type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
29. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIRenderer.java
 (at line 124)
Activator.getDefault().getContext());
Discouraged access: The method getContext() from the type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
30. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIRenderer.java
 (at line 127)
appContext.set(IContributionFactory.class.getName(), contributionFactory);
Discouraged access: The method set(String, Object) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
31. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIRenderer.java
 (at line 127)
appContext.set(IContributionFactory.class.getName(),
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/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
32. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIRenderer.java
 (at line 131)
appContext.set(MApplication.class.getName(), appModel);
Discouraged access: The method set(String, Object) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
33. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIRenderer.java
 (at line 131)
appContext.set(MApplication.class.getName(), appModel);
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIRenderer.java
 (at line 132)
appModel.setContext(appContext);
Discouraged access: The method setContext(IEclipseContext) from the type ApplicationImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIRenderer.java
 (at line 136)
String xmiURI = getArgValue(E4Workbench.XMI_URI_ARG);
Discouraged access: The type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
36. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIRenderer.java
 (at line 136)
String xmiURI = getArgValue(E4Workbench.XMI_URI_ARG);
Discouraged access: The field XMI_URI_ARG from the type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
37. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIRenderer.java
 (at line 137)
appContext.set(E4Workbench.XMI_URI_ARG, xmiURI);
Discouraged access: The method set(String, Object) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
38. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIRenderer.java
 (at line 137)
appContext.set(E4Workbench.XMI_URI_ARG, xmiURI);
Discouraged access: The type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
39. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIRenderer.java
 (at line 137)
appContext.set(E4Workbench.XMI_URI_ARG, xmiURI);
Discouraged access: The field XMI_URI_ARG from the type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
40. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIRenderer.java
 (at line 138)
String cssURI = getArgValue(E4Workbench.CSS_URI_ARG);
Discouraged access: The type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
41. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIRenderer.java
 (at line 138)
String cssURI = getArgValue(E4Workbench.CSS_URI_ARG);
Discouraged access: The field CSS_URI_ARG from the type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
42. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIRenderer.java
 (at line 139)
appContext.set(E4Workbench.CSS_URI_ARG, cssURI);
Discouraged access: The method set(String, Object) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
43. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIRenderer.java
 (at line 139)
appContext.set(E4Workbench.CSS_URI_ARG, cssURI);
Discouraged access: The type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
44. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIRenderer.java
 (at line 139)
appContext.set(E4Workbench.CSS_URI_ARG, cssURI);
Discouraged access: The field CSS_URI_ARG from the type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
45. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIRenderer.java
 (at line 140)
String cssResourcesURI = getArgValue(E4Workbench.CSS_RESOURCE_URI_ARG);
Discouraged access: The type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
46. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIRenderer.java
 (at line 140)
String cssResourcesURI = getArgValue(E4Workbench.CSS_RESOURCE_URI_ARG);
Discouraged access: The field CSS_RESOURCE_URI_ARG from the type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
47. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIRenderer.java
 (at line 141)
appContext.set(E4Workbench.CSS_RESOURCE_URI_ARG, cssResourcesURI);
Discouraged access: The method set(String, Object) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
48. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIRenderer.java
 (at line 141)
appContext.set(E4Workbench.CSS_RESOURCE_URI_ARG, cssResourcesURI);
Discouraged access: The type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
49. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIRenderer.java
 (at line 141)
appContext.set(E4Workbench.CSS_RESOURCE_URI_ARG, cssResourcesURI);
Discouraged access: The field CSS_RESOURCE_URI_ARG from the type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
50. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIRenderer.java
 (at line 144)
String presentationURI = getArgValue(E4Workbench.PRESENTATION_URI_ARG);
Discouraged access: The type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
51. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIRenderer.java
 (at line 144)
String presentationURI = getArgValue(E4Workbench.PRESENTATION_URI_ARG);
Discouraged access: The field PRESENTATION_URI_ARG from the type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
52. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIRenderer.java
 (at line 149)
appContext.set(E4Workbench.PRESENTATION_URI_ARG, presentationURI);
Discouraged access: The method set(String, Object) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
53. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIRenderer.java
 (at line 149)
appContext.set(E4Workbench.PRESENTATION_URI_ARG, presentationURI);
Discouraged access: The type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
54. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIRenderer.java
 (at line 149)
appContext.set(E4Workbench.PRESENTATION_URI_ARG, presentationURI);
Discouraged access: The field PRESENTATION_URI_ARG from the type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
55. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIRenderer.java
 (at line 155)
appContext.set(IResourceUtilities.class.getName(), new ResourceUtilities(project, projectBundleSession));
Discouraged access: The method set(String, Object) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
56. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIRenderer.java
 (at line 155)
appContext.set(IResourceUtilities.class.getName(),
Discouraged access: The type IResourceUtilities<ImageDesc> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
57. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIRenderer.java
 (at line 170)
if (oldValue != null && oldValue 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
58. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIRenderer.java
 (at line 171)
workbench.remove((MUIElement) oldValue);
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
59. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIRenderer.java
 (at line 182)
return new Result(appModel.getWidget(), true);
Discouraged access: The method getWidget() from the type UIElementImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
60. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIRenderer.java
 (at line 193)
final CSSEngine engine = (CSSEngine) display
Discouraged access: The type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
61. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIRenderer.java
 (at line 193)
final CSSEngine engine = (CSSEngine) display
Discouraged access: The type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
62. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIRenderer.java
 (at line 207)
engine.reset();
Discouraged access: The method reset() from the type CSSEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
63. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIRenderer.java
 (at line 298)
if (model 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
64. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIRenderer.java
 (at line 299)
return ((MUIElement) model).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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
65. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIRenderer.java
 (at line 299)
return ((MUIElement) model).getWidget();
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
66. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIRenderer.java
 (at line 313)
if (visual == null && model 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
67. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4UIRenderer.java
 (at line 314)
visual = workbench.create((MUIElement) model);
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 13)
import org.eclipse.e4.ui.internal.workbench.swt.ResourceUtility;
Discouraged access: The type ResourceUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 14)
import org.eclipse.e4.ui.workbench.IResourceUtilities;
Discouraged access: The type IResourceUtilities<ImageDesc> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 16)
import org.eclipse.e4.ui.internal.workbench.ToolBarContributionHandler;
Discouraged access: The type ToolBarContributionHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 17)
import org.eclipse.e4.ui.internal.workbench.TrimContributionHandler;
Discouraged access: The type TrimContributionHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 18)
import org.eclipse.e4.ui.workbench.swt.modeling.MenuServiceFilter;
Discouraged access: The type MenuServiceFilter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
6. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 20)
import org.eclipse.e4.ui.css.swt.engine.CSSSWTEngineImpl;
Discouraged access: The type CSSSWTEngineImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.swt/@dot
7. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 22)
import org.eclipse.e4.ui.css.swt.theme.IThemeManager;
Discouraged access: The type IThemeManager is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.swt.theme/@dot
8. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 24)
import org.eclipse.e4.ui.css.swt.theme.IThemeEngine;
Discouraged access: The type IThemeEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.swt.theme/@dot
9. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 31)
import org.eclipse.e4.ui.css.core.util.impl.resources.OSGiResourceLocator;
Discouraged access: The type OSGiResourceLocator is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.css.core/@dot
10. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 32)
import org.eclipse.e4.ui.internal.workbench.swt.E4Application;
Discouraged access: The type E4Application is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
11. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 33)
import org.eclipse.e4.ui.workbench.swt.WorkbenchSWTActivator;
Discouraged access: The type WorkbenchSWTActivator is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
12. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 38)
import org.eclipse.e4.ui.internal.workbench.ModelAssembler;
Discouraged access: The type ModelAssembler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 45)
import org.eclipse.e4.core.commands.ECommandService;
Discouraged access: The type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.commands/@dot
14. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 46)
import org.eclipse.e4.core.contexts.ContextInjectionFactory;
Discouraged access: The type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
15. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 47)
import org.eclipse.e4.core.contexts.IEclipseContext;
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
16. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 48)
import org.eclipse.e4.core.services.contributions.IContributionFactory;
Discouraged access: The type IContributionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
17. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 49)
import org.eclipse.e4.core.services.log.Logger;
Discouraged access: The type Logger is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.services/@dot
18. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 50)
import org.eclipse.e4.ui.bindings.keys.KeyBindingDispatcher;
Discouraged access: The type KeyBindingDispatcher is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.bindings/@dot
19. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 51)
import org.eclipse.e4.ui.internal.workbench.Activator;
Discouraged access: The type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
20. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 52)
import org.eclipse.e4.ui.internal.workbench.E4CommandProcessor;
Discouraged access: The type E4CommandProcessor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
21. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 53)
import org.eclipse.e4.ui.internal.workbench.E4Workbench;
Discouraged access: The type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
22. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 54)
import org.eclipse.e4.ui.internal.workbench.Parameter;
Discouraged access: The type Parameter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
23. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 55)
import org.eclipse.e4.ui.internal.workbench.Policy;
Discouraged access: The type Policy is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
24. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 56)
import org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine;
Discouraged access: The type PartRenderingEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
25. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 57)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 58)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 59)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 60)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 61)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 62)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 63)
import org.eclipse.e4.ui.services.IStylingEngine;
Discouraged access: The type IStylingEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot
32. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 64)
import org.eclipse.e4.ui.workbench.IPresentationEngine;
Discouraged access: The type IPresentationEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
33. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 65)
import org.eclipse.e4.ui.workbench.IWorkbench;
Discouraged access: The type IWorkbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
34. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 79)
private IEclipseContext appContext;
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
35. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 80)
private IPresentationEngine renderer;
Discouraged access: The type IPresentationEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
36. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 83)
private MApplicationElement uiRoot;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 84)
private MenuServiceFilter menuServiceFilter;
Discouraged access: The type MenuServiceFilter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
38. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 87)
public E4WorkbenchProxy(MApplicationElement uiRoot,
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 88)
IEclipseContext applicationContext) {
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
40. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 91)
appContext.set(IWorkbench.class.getName(), this);
Discouraged access: The method set(String, Object) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
41. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 91)
appContext.set(IWorkbench.class.getName(), this);
Discouraged access: The type IWorkbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
42. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 93)
if (uiRoot 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 94)
init((MApplication) uiRoot);
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 102)
private void init(MApplication appElement) {
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 103)
Activator.trace(Policy.DEBUG_WORKBENCH, "init() workbench", null); //$NON-NLS-1$
Discouraged access: The method trace(String, String, Throwable) from the type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
46. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 103)
Activator.trace(Policy.DEBUG_WORKBENCH, "init() workbench", null); //$NON-NLS-1$
Discouraged access: The type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
47. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 103)
Activator.trace(Policy.DEBUG_WORKBENCH, "init() workbench", null); //$NON-NLS-1$
Discouraged access: The type Policy is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
48. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 103)
Activator.trace(Policy.DEBUG_WORKBENCH, "init() workbench", null); //$NON-NLS-1$
Discouraged access: The field DEBUG_WORKBENCH from the type Policy is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
49. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 106)
Activator.trace(Policy.DEBUG_CMDS, "Initialize service from model", null); //$NON-NLS-1$
Discouraged access: The method trace(String, String, Throwable) from the type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
50. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 106)
Activator.trace(Policy.DEBUG_CMDS,
Discouraged access: The type Activator is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
51. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 106)
Activator.trace(Policy.DEBUG_CMDS,
Discouraged access: The type Policy is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
52. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 106)
Activator.trace(Policy.DEBUG_CMDS,
Discouraged access: The field DEBUG_CMDS from the type Policy is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
53. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 108)
ECommandService cs = (ECommandService) appContext
Discouraged access: The type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.commands/@dot
54. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 108)
ECommandService cs = (ECommandService) appContext
Discouraged access: The type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.commands/@dot
55. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 108)
ECommandService cs = (ECommandService) appContext .get(ECommandService.class.getName());
Discouraged access: The method get(String) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
56. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 109)
.get(ECommandService.class.getName());
Discouraged access: The type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.commands/@dot
57. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 110)
Category cat = cs.defineCategory(MApplication.class.getName(), "Application Category", null); //$NON-NLS-1$
Discouraged access: The method defineCategory(String, String, String) from the type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.commands/@dot
58. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 110)
Category cat = cs.defineCategory(MApplication.class.getName(),
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
59. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 112)
List<MCommand> commands = appElement.getCommands();
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
60. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 112)
List<MCommand> commands = appElement.getCommands();
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
61. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 113)
for (MCommand cmd : commands) {
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
62. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 115)
String id = 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
63. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 116)
String name = 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
64. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 117)
List<MCommandParameter> modelParms = cmd.getParameters();
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
65. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 117)
List<MCommandParameter> modelParms = cmd.getParameters();
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
66. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 119)
ArrayList<Parameter> parmList = new ArrayList<Parameter>();
Discouraged access: The type Parameter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
67. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 119)
ArrayList<Parameter> parmList = new ArrayList<Parameter>();
Discouraged access: The type Parameter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
68. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 120)
for (MCommandParameter cmdParm : modelParms) {
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
69. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 121)
parmList.add(new Parameter(cmdParm.getElementId(), cmdParm .getName(), null, null, cmdParm.isOptional()));
Discouraged access: The constructor Parameter(String, String, IConfigurationElement, ParameterType, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
70. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 121)
parmList.add(new Parameter(cmdParm.getElementId(), cmdParm
Discouraged access: The type Parameter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
71. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 121)
parmList.add(new Parameter(cmdParm.getElementId(), cmdParm
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
72. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 121)
parmList.add(new Parameter(cmdParm.getElementId(), cmdParm .getName(), null, null, cmdParm.isOptional()));
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
73. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 122)
.getName(), null, null, cmdParm.isOptional()));
Discouraged access: The method isOptional() from the type MCommandParameter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
74. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 124)
parms = parmList.toArray(new Parameter[parmList.size()]);
Discouraged access: The type Parameter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
75. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 126)
cs.defineCommand(id, name, null, cat, parms);
Discouraged access: The method defineCommand(String, String, String, Category, IParameter[]) from the type ECommandService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.commands/@dot
76. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 130)
IEclipseContext context = appContext.createChild();
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
77. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 130)
IEclipseContext context = appContext.createChild();
Discouraged access: The method createChild() from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
78. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 131)
context.set(MApplication.class, appElement);
Discouraged access: The method set(Class<MApplication>, MApplication) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
79. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 131)
context.set(MApplication.class, appElement);
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
80. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 132)
ModelAssembler contribProcessor = ContextInjectionFactory.make(ModelAssembler.class,
Discouraged access: The type ModelAssembler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
81. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 132)
ModelAssembler contribProcessor = ContextInjectionFactory.make(ModelAssembler.class,
Discouraged access: The type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
82. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 132)
ModelAssembler contribProcessor = ContextInjectionFactory.make(ModelAssembler.class, context);
Discouraged access: The method make(Class<ModelAssembler>, IEclipseContext) from the type ContextInjectionFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
83. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 132)
ModelAssembler contribProcessor = ContextInjectionFactory.make(ModelAssembler.class,
Discouraged access: The type ModelAssembler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
84. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 134)
contribProcessor.processModel();
Discouraged access: The method processModel() from the type ModelAssembler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
85. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 135)
context.dispose();
Discouraged access: The method dispose() from the type IDisposable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.di/@dot
86. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 143)
E4Workbench.processHierarchy(appElement);
Discouraged access: The type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
87. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 143)
E4Workbench.processHierarchy(appElement);
Discouraged access: The method processHierarchy(Object) from the type E4Workbench is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
88. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 146)
E4CommandProcessor.processCommands(appContext, appElement.getCommands());
Discouraged access: The type E4CommandProcessor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
89. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 146)
E4CommandProcessor.processCommands(appContext, appElement.getCommands());
Discouraged access: The method processCommands(IEclipseContext, List<MCommand>) from the type E4CommandProcessor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
90. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 146)
E4CommandProcessor.processCommands(appContext, appElement.getCommands());
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
91. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 147)
E4CommandProcessor.processBindings(appContext, appElement);
Discouraged access: The type E4CommandProcessor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
92. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 147)
E4CommandProcessor.processBindings(appContext, appElement);
Discouraged access: The method processBindings(IEclipseContext, MBindingTableContainer) from the type E4CommandProcessor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
93. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 158)
appContext.set(IResourceUtilities.class.getName(), new ResourceUtility());
Discouraged access: The method set(String, Object) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
94. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 158)
appContext.set(IResourceUtilities.class.getName(),
Discouraged access: The type IResourceUtilities<ImageDesc> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
95. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 159)
new ResourceUtility());
Discouraged access: The constructor ResourceUtility() is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
96. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 159)
new ResourceUtility());
Discouraged access: The type ResourceUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
97. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 162)
renderer = (IPresentationEngine) appContext
Discouraged access: The type IPresentationEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
98. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 162)
renderer = (IPresentationEngine) appContext .get(IPresentationEngine.class.getName());
Discouraged access: The method get(String) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
99. WARNING in /src/org/eclipse/e4/tools/ui/designer/E4WorkbenchProxy.java
 (at line 163)
.get(IPresentationEngine.class.getName());
Discouraged access: The type IPresentationEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/actions/CompactPartSashContainerAction.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/CompactPartSashContainerAction.java
 (at line 13)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/CompactPartSashContainerAction.java
 (at line 38)
if (object 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/CompactPartSashContainerAction.java
 (at line 39)
MPartSashContainer selectedPartSashContainer = (MPartSashContainer) object;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/CompactPartSashContainerAction.java
 (at line 39)
MPartSashContainer selectedPartSashContainer = (MPartSashContainer) object;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/CompactPartSashContainerAction.java
 (at line 40)
if (!selectedPartSashContainer.getChildren().isEmpty()) {
Discouraged access: The method getChildren() from the type MElementContainer<MPartSashContainerElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/actions/CopyElementAction.java : 18 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/CopyElementAction.java
 (at line 17)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/CopyElementAction.java
 (at line 18)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/CopyElementAction.java
 (at line 30)
import org.eclipse.ui.internal.WorkbenchMessages;
Discouraged access: The type WorkbenchMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.ui.workbench_3.6.0.I20100603-1100.jar
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/CopyElementAction.java
 (at line 36)
setText(WorkbenchMessages.Workbench_copy);
Discouraged access: The type WorkbenchMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.ui.workbench_3.6.0.I20100603-1100.jar
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/CopyElementAction.java
 (at line 36)
setText(WorkbenchMessages.Workbench_copy);
Discouraged access: The field Workbench_copy from the type WorkbenchMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.ui.workbench_3.6.0.I20100603-1100.jar
6. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/CopyElementAction.java
 (at line 37)
setToolTipText(WorkbenchMessages.Workbench_copyToolTip);
Discouraged access: The type WorkbenchMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.ui.workbench_3.6.0.I20100603-1100.jar
7. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/CopyElementAction.java
 (at line 37)
setToolTipText(WorkbenchMessages.Workbench_copyToolTip);
Discouraged access: The field Workbench_copyToolTip from the type WorkbenchMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.ui.workbench_3.6.0.I20100603-1100.jar
8. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/CopyElementAction.java
 (at line 72)
List<MApplicationElement> selectResult = 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/CopyElementAction.java
 (at line 72)
List<MApplicationElement> selectResult = 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/CopyElementAction.java
 (at line 85)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/CopyElementAction.java
 (at line 86)
&& parentModel 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/CopyElementAction.java
 (at line 87)
MApplicationElement copymodel = (MApplicationElement) EcoreUtil
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/CopyElementAction.java
 (at line 87)
MApplicationElement copymodel = (MApplicationElement) EcoreUtil
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/CopyElementAction.java
 (at line 89)
copymodel.setElementId(EcoreUtil.generateUUID());
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/CopyElementAction.java
 (at line 90)
if (copymodel 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/CopyElementAction.java
 (at line 91)
MUIElement muiElement = (MUIElement) copymodel;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/CopyElementAction.java
 (at line 91)
MUIElement muiElement = (MUIElement) copymodel;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/CopyElementAction.java
 (at line 92)
muiElement.setWidget(null);
Discouraged access: The method setWidget(Object) from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/actions/CutElementAction.java : 17 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/CutElementAction.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/CutElementAction.java
 (at line 19)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/CutElementAction.java
 (at line 33)
import org.eclipse.ui.internal.WorkbenchMessages;
Discouraged access: The type WorkbenchMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.ui.workbench_3.6.0.I20100603-1100.jar
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/CutElementAction.java
 (at line 42)
this.setText(WorkbenchMessages.Workbench_cut);
Discouraged access: The type WorkbenchMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.ui.workbench_3.6.0.I20100603-1100.jar
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/CutElementAction.java
 (at line 42)
this.setText(WorkbenchMessages.Workbench_cut);
Discouraged access: The field Workbench_cut from the type WorkbenchMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.ui.workbench_3.6.0.I20100603-1100.jar
6. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/CutElementAction.java
 (at line 43)
this.setToolTipText(WorkbenchMessages.Workbench_cutToolTip);
Discouraged access: The type WorkbenchMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.ui.workbench_3.6.0.I20100603-1100.jar
7. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/CutElementAction.java
 (at line 43)
this.setToolTipText(WorkbenchMessages.Workbench_cutToolTip);
Discouraged access: The field Workbench_cutToolTip from the type WorkbenchMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.ui.workbench_3.6.0.I20100603-1100.jar
8. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/CutElementAction.java
 (at line 88)
List<MApplicationElement> selectResult = 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/CutElementAction.java
 (at line 88)
List<MApplicationElement> selectResult = 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/CutElementAction.java
 (at line 96)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/CutElementAction.java
 (at line 97)
MApplicationElement copymodel = (MApplicationElement) EcoreUtil
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/CutElementAction.java
 (at line 97)
MApplicationElement copymodel = (MApplicationElement) EcoreUtil
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/CutElementAction.java
 (at line 99)
copymodel.setElementId(EcoreUtil.generateUUID());
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/CutElementAction.java
 (at line 100)
if (copymodel 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/CutElementAction.java
 (at line 101)
MUIElement muiElement = (MUIElement) copymodel;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/CutElementAction.java
 (at line 101)
MUIElement muiElement = (MUIElement) copymodel;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/CutElementAction.java
 (at line 102)
muiElement.setWidget(null);
Discouraged access: The method setWidget(Object) from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/actions/FindWithContributionURIAction.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/FindWithContributionURIAction.java
 (at line 18)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/FindWithContributionURIAction.java
 (at line 61)
selectedElement, ApplicationPackageImpl.eINSTANCE.getContribution());
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/FindWithContributionURIAction.java
 (at line 61)
selectedElement, ApplicationPackageImpl.eINSTANCE.getContribution());
Discouraged access: The method getContribution() from the type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/FindWithContributionURIAction.java
 (at line 61)
selectedElement, ApplicationPackageImpl.eINSTANCE.getContribution());
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/actions/FindWithElementIdAction.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/FindWithElementIdAction.java
 (at line 18)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/FindWithElementIdAction.java
 (at line 60)
selectedElement, ApplicationPackageImpl.eINSTANCE
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/FindWithElementIdAction.java
 (at line 60)
selectedElement, ApplicationPackageImpl.eINSTANCE .getApplicationElement());
Discouraged access: The method getApplicationElement() from the type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/FindWithElementIdAction.java
 (at line 60)
selectedElement, ApplicationPackageImpl.eINSTANCE
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/actions/FindWithElementNameAction.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/FindWithElementNameAction.java
 (at line 18)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/FindWithElementNameAction.java
 (at line 62)
selectedElement, ApplicationPackageImpl.eINSTANCE
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/FindWithElementNameAction.java
 (at line 62)
selectedElement, ApplicationPackageImpl.eINSTANCE .getApplicationElement());
Discouraged access: The method getApplicationElement() from the type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/FindWithElementNameAction.java
 (at line 62)
selectedElement, ApplicationPackageImpl.eINSTANCE
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/actions/PasteElementAction.java : 25 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/PasteElementAction.java
 (at line 17)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/PasteElementAction.java
 (at line 19)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/PasteElementAction.java
 (at line 34)
import org.eclipse.ui.internal.WorkbenchMessages;
Discouraged access: The type WorkbenchMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.ui.workbench_3.6.0.I20100603-1100.jar
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/PasteElementAction.java
 (at line 40)
setText(WorkbenchMessages.Workbench_paste);
Discouraged access: The type WorkbenchMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.ui.workbench_3.6.0.I20100603-1100.jar
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/PasteElementAction.java
 (at line 40)
setText(WorkbenchMessages.Workbench_paste);
Discouraged access: The field Workbench_paste from the type WorkbenchMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.ui.workbench_3.6.0.I20100603-1100.jar
6. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/PasteElementAction.java
 (at line 41)
setToolTipText(WorkbenchMessages.Workbench_pasteToolTip);
Discouraged access: The type WorkbenchMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.ui.workbench_3.6.0.I20100603-1100.jar
7. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/PasteElementAction.java
 (at line 41)
setToolTipText(WorkbenchMessages.Workbench_pasteToolTip);
Discouraged access: The field Workbench_pasteToolTip from the type WorkbenchMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.ui.workbench_3.6.0.I20100603-1100.jar
8. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/PasteElementAction.java
 (at line 80)
if (!(parent 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/PasteElementAction.java
 (at line 84)
return canPaste((MUIElement) parent);
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/PasteElementAction.java
 (at line 108)
MUIElement parentNode = (MUIElement) parent;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/PasteElementAction.java
 (at line 108)
MUIElement parentNode = (MUIElement) parent;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/PasteElementAction.java
 (at line 109)
List<MApplicationElement> elements = (List<MApplicationElement>) contents;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/PasteElementAction.java
 (at line 109)
List<MApplicationElement> elements = (List<MApplicationElement>) contents;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/PasteElementAction.java
 (at line 111)
for (MApplicationElement child : elements) {
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/PasteElementAction.java
 (at line 112)
MApplicationElement newChild = (MApplicationElement) EcoreUtil.copy((EObject)child);
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/PasteElementAction.java
 (at line 112)
MApplicationElement newChild = (MApplicationElement) EcoreUtil.copy((EObject)child);
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/PasteElementAction.java
 (at line 113)
newChild.setElementId(EcoreUtil.generateUUID());
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/PasteElementAction.java
 (at line 114)
if (newChild 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/PasteElementAction.java
 (at line 115)
MUIElement muiElement = (MUIElement) newChild;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/PasteElementAction.java
 (at line 115)
MUIElement muiElement = (MUIElement) newChild;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/PasteElementAction.java
 (at line 116)
muiElement.setWidget(null);
Discouraged access: The method setWidget(Object) from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/PasteElementAction.java
 (at line 127)
public Boolean canPaste(MUIElement parent) {
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/PasteElementAction.java
 (at line 134)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/PasteElementAction.java
 (at line 137)
if (!ApplicationModelHelper.canAddedChild(parent, (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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/actions/SetActivePartAction.java : 10 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/SetActivePartAction.java
 (at line 14)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/SetActivePartAction.java
 (at line 15)
import org.eclipse.e4.ui.model.application.ui.basic.MPartStack;
Discouraged access: The type MPartStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/SetActivePartAction.java
 (at line 48)
if (object 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/SetActivePartAction.java
 (at line 49)
MPart selectedPart = (MPart) object;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/SetActivePartAction.java
 (at line 49)
MPart selectedPart = (MPart) object;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/SetActivePartAction.java
 (at line 50)
Object parent = selectedPart.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/SetActivePartAction.java
 (at line 51)
if (parent instanceof MPartStack) {
Discouraged access: The type MPartStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/SetActivePartAction.java
 (at line 52)
MPartStack parentContainer = (MPartStack) parent;
Discouraged access: The type MPartStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/SetActivePartAction.java
 (at line 52)
MPartStack parentContainer = (MPartStack) parent;
Discouraged access: The type MPartStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/SetActivePartAction.java
 (at line 53)
if (parentContainer.getSelectedElement() != selectedPart) {
Discouraged access: The method getSelectedElement() from the type MElementContainer<MStackElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/actions/SetActivePerspectiveAction.java : 10 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/SetActivePerspectiveAction.java
 (at line 14)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/SetActivePerspectiveAction.java
 (at line 15)
import org.eclipse.e4.ui.model.application.ui.advanced.MPerspectiveStack;
Discouraged access: The type MPerspectiveStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/SetActivePerspectiveAction.java
 (at line 48)
if (object instanceof 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/SetActivePerspectiveAction.java
 (at line 49)
MPerspective selectedPerspective = (MPerspective) object;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/SetActivePerspectiveAction.java
 (at line 49)
MPerspective selectedPerspective = (MPerspective) object;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/SetActivePerspectiveAction.java
 (at line 50)
Object parent = selectedPerspective.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/SetActivePerspectiveAction.java
 (at line 51)
if (parent instanceof MPerspectiveStack) {
Discouraged access: The type MPerspectiveStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/SetActivePerspectiveAction.java
 (at line 52)
MPerspectiveStack perspectiveStack = (MPerspectiveStack) parent;
Discouraged access: The type MPerspectiveStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/SetActivePerspectiveAction.java
 (at line 52)
MPerspectiveStack perspectiveStack = (MPerspectiveStack) parent;
Discouraged access: The type MPerspectiveStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/ui/designer/actions/SetActivePerspectiveAction.java
 (at line 53)
if (perspectiveStack.getSelectedElement() != selectedPerspective) {
Discouraged access: The method getSelectedElement() from the type MElementContainer<MPerspective> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/commands/ChangeConstraintCommand.java : 14 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/ChangeConstraintCommand.java
 (at line 14)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/ChangeConstraintCommand.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/ChangeConstraintCommand.java
 (at line 26)
private 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/ChangeConstraintCommand.java
 (at line 38)
if (model != null && model 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/ChangeConstraintCommand.java
 (at line 39)
element = (MUIElement) model;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/ChangeConstraintCommand.java
 (at line 47)
if (element instanceof MWindow) {
Discouraged access: The type MWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/ChangeConstraintCommand.java
 (at line 48)
((MWindow) element).setX(r.x);
Discouraged access: The method setX(int) from the type MWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/ChangeConstraintCommand.java
 (at line 48)
((MWindow) element).setX(r.x);
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/ChangeConstraintCommand.java
 (at line 49)
((MWindow) element).setY(r.y);
Discouraged access: The method setY(int) from the type MWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/ChangeConstraintCommand.java
 (at line 49)
((MWindow) element).setY(r.y);
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/ChangeConstraintCommand.java
 (at line 50)
((MWindow) element).setWidth(r.width);
Discouraged access: The method setWidth(int) from the type MWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/ChangeConstraintCommand.java
 (at line 50)
((MWindow) element).setWidth(r.width);
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/ChangeConstraintCommand.java
 (at line 51)
((MWindow) element).setHeight(r.height);
Discouraged access: The method setHeight(int) from the type MWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/ChangeConstraintCommand.java
 (at line 51)
((MWindow) element).setHeight(r.height);
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/commands/ChangeOrderCommand.java : 11 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/ChangeOrderCommand.java
 (at line 15)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/ChangeOrderCommand.java
 (at line 16)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/ChangeOrderCommand.java
 (at line 24)
private MElementContainer<MUIElement> conatiner;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/ChangeOrderCommand.java
 (at line 25)
private 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/ChangeOrderCommand.java
 (at line 29)
public ChangeOrderCommand(MElementContainer<MUIElement> conatiner,
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/ChangeOrderCommand.java
 (at line 30)
MUIElement element, 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/ChangeOrderCommand.java
 (at line 41)
conatiner = 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/ChangeOrderCommand.java
 (at line 43)
List<MUIElement> children = conatiner.getChildren();
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/ChangeOrderCommand.java
 (at line 43)
List<MUIElement> children = conatiner.getChildren();
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/ChangeOrderCommand.java
 (at line 54)
List<MUIElement> children = conatiner.getChildren();
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/ChangeOrderCommand.java
 (at line 54)
List<MUIElement> children = conatiner.getChildren();
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/commands/ChangeParentCommand.java : 12 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/ChangeParentCommand.java
 (at line 16)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/ChangeParentCommand.java
 (at line 55)
if (newChild 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/ChangeParentCommand.java
 (at line 56)
containerData = ((MUIElement) newChild).getContainerData();
Discouraged access: The method getContainerData() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/ChangeParentCommand.java
 (at line 56)
containerData = ((MUIElement) newChild).getContainerData();
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/ChangeParentCommand.java
 (at line 86)
if (newChild 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/ChangeParentCommand.java
 (at line 87)
((MUIElement) newChild).setContainerData(containerData);
Discouraged access: The method setContainerData(String) from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/ChangeParentCommand.java
 (at line 87)
((MUIElement) newChild).setContainerData(containerData);
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/commands/CommandFactory.java : 8 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/CommandFactory.java
 (at line 16)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/CommandFactory.java
 (at line 17)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/CommandFactory.java
 (at line 39)
if (element instanceof MMenu && ((MMenu) element).getParent() == null) {
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/CommandFactory.java
 (at line 39)
if (element instanceof MMenu && ((MMenu) element).getParent() == null) {
Discouraged access: The method getParent() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/CommandFactory.java
 (at line 39)
if (element instanceof MMenu && ((MMenu) element).getParent() == null) {
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/CommandFactory.java
 (at line 40)
return new MenuDeleteCommand((MMenu) element);
Discouraged access: The type MMenu is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/CommandFactory.java
 (at line 41)
} else 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/CommandFactory.java
 (at line 42)
return new DeleteCommand((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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/commands/CreateCommand.java : 18 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/CreateCommand.java
 (at line 17)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/CreateCommand.java
 (at line 58)
if (parentModel instanceof MElementContainer<?>) {
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/CreateCommand.java
 (at line 59)
MElementContainer<?> container = (MElementContainer<?>) parentModel;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/CreateCommand.java
 (at line 59)
MElementContainer<?> container = (MElementContainer<?>) parentModel;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/CreateCommand.java
 (at line 75)
if (parentModel instanceof MElementContainer<?>) {
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/CreateCommand.java
 (at line 76)
List children = ((MElementContainer<?>) parentModel).getChildren();
Discouraged access: The method getChildren() from the type MElementContainer<capture#3-of ?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/CreateCommand.java
 (at line 76)
List children = ((MElementContainer<?>) parentModel).getChildren();
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/CreateCommand.java
 (at line 107)
if (parentModel instanceof MElementContainer<?>) {
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/CreateCommand.java
 (at line 108)
((MElementContainer<?>) parentModel).getChildren().remove(newObj);
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/CreateCommand.java
 (at line 108)
((MElementContainer<?>) parentModel).getChildren().remove(newObj);
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/commands/CreatePartCommand.java : 13 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/CreatePartCommand.java
 (at line 16)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/CreatePartCommand.java
 (at line 17)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/CreatePartCommand.java
 (at line 18)
import org.eclipse.e4.ui.model.application.ui.basic.MPartStack;
Discouraged access: The type MPartStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/CreatePartCommand.java
 (at line 35)
private MUIElement creatingElement;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/CreatePartCommand.java
 (at line 36)
private MPartStack partStack;
Discouraged access: The type MPartStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/CreatePartCommand.java
 (at line 37)
private MPart header;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/CreatePartCommand.java
 (at line 58)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/CreatePartCommand.java
 (at line 59)
creatingElement = (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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/CreatePartCommand.java
 (at line 67)
if (model instanceof MPartStack) {
Discouraged access: The type MPartStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/CreatePartCommand.java
 (at line 68)
partStack = (MPartStack) model;
Discouraged access: The type MPartStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/CreatePartCommand.java
 (at line 71)
if (reference != null && reference.getModel() 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/CreatePartCommand.java
 (at line 72)
header = (MPart) reference.getModel();
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/commands/DeleteCommand.java : 11 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/DeleteCommand.java
 (at line 13)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/DeleteCommand.java
 (at line 14)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/DeleteCommand.java
 (at line 22)
private MUIElement eObject;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/DeleteCommand.java
 (at line 23)
private MElementContainer<MUIElement> container;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/DeleteCommand.java
 (at line 26)
public DeleteCommand(MUIElement eObject) {
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/DeleteCommand.java
 (at line 32)
container = eObject.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/DeleteCommand.java
 (at line 33)
index = container.getChildren().indexOf(eObject);
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/DeleteCommand.java
 (at line 34)
container.getChildren().remove(eObject);
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/DeleteCommand.java
 (at line 42)
if (index >= 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/DeleteCommand.java
 (at line 43)
container.getChildren().add(eObject);
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/DeleteCommand.java
 (at line 45)
container.getChildren().add(index, eObject);
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/commands/MenuDeleteCommand.java : 9 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/MenuDeleteCommand.java
 (at line 13)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/MenuDeleteCommand.java
 (at line 14)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/MenuDeleteCommand.java
 (at line 22)
private MMenu menu;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/MenuDeleteCommand.java
 (at line 23)
private MWindow window;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/MenuDeleteCommand.java
 (at line 25)
public MenuDeleteCommand(MMenu menu) {
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/MenuDeleteCommand.java
 (at line 31)
if (container instanceof MWindow) {
Discouraged access: The type MWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/MenuDeleteCommand.java
 (at line 32)
window = (MWindow) container;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/MenuDeleteCommand.java
 (at line 42)
window.setMainMenu(null);
Discouraged access: The method setMainMenu(MMenu) from the type MWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/MenuDeleteCommand.java
 (at line 50)
window.setMainMenu(menu);
Discouraged access: The method setMainMenu(MMenu) from the type MWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/commands/MoveChildCommand.java : 31 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/MoveChildCommand.java
 (at line 13)
import org.eclipse.e4.ui.workbench.modeling.EModelService;
Discouraged access: The type EModelService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/MoveChildCommand.java
 (at line 17)
import org.eclipse.e4.core.contexts.IEclipseContext;
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/MoveChildCommand.java
 (at line 19)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/MoveChildCommand.java
 (at line 20)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/MoveChildCommand.java
 (at line 21)
import org.eclipse.e4.ui.model.application.ui.basic.MWindow;
Discouraged access: The type MWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/MoveChildCommand.java
 (at line 37)
private MElementContainer<MUIElement> parentNode;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/MoveChildCommand.java
 (at line 38)
private EModelService modelService;
Discouraged access: The type EModelService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/MoveChildCommand.java
 (at line 52)
if (model 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/MoveChildCommand.java
 (at line 53)
parentNode = ((MUIElement) model).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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/MoveChildCommand.java
 (at line 53)
parentNode = ((MUIElement) model).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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/MoveChildCommand.java
 (at line 58)
if (model 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/MoveChildCommand.java
 (at line 59)
parentNode = ((MUIElement) model).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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/MoveChildCommand.java
 (at line 59)
parentNode = ((MUIElement) model).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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/MoveChildCommand.java
 (at line 66)
MWindow window = ApplicationModelHelper.findMWindow(parentNode);
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/MoveChildCommand.java
 (at line 70)
IEclipseContext context = window.getContext();
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
16. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/MoveChildCommand.java
 (at line 70)
IEclipseContext context = window.getContext();
Discouraged access: The method getContext() from the type MContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/MoveChildCommand.java
 (at line 74)
Object value = context.get(EModelService.class.getName());
Discouraged access: The method get(String) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
18. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/MoveChildCommand.java
 (at line 74)
Object value = context.get(EModelService.class.getName());
Discouraged access: The type EModelService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
19. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/MoveChildCommand.java
 (at line 75)
if (value == null || !(value instanceof EModelService)) {
Discouraged access: The type EModelService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
20. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/MoveChildCommand.java
 (at line 78)
modelService = (EModelService) value;
Discouraged access: The type EModelService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
21. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/MoveChildCommand.java
 (at line 80)
oldPosition = parentNode.getChildren().indexOf(child.getModel());
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/MoveChildCommand.java
 (at line 82)
newPosition = parentNode.getChildren().indexOf(after.getModel());
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/MoveChildCommand.java
 (at line 84)
newPosition = parentNode.getChildren().size() - 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/MoveChildCommand.java
 (at line 94)
List<MUIElement> children = parentNode.getChildren();
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/MoveChildCommand.java
 (at line 94)
List<MUIElement> children = parentNode.getChildren();
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/MoveChildCommand.java
 (at line 95)
MUIElement child = children.get(oldPosition);
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/MoveChildCommand.java
 (at line 96)
modelService.move(child, parentNode, newPosition);
Discouraged access: The method move(MUIElement, MElementContainer<MUIElement>, int) from the type EModelService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
28. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/MoveChildCommand.java
 (at line 105)
List<MUIElement> children = parentNode.getChildren();
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/MoveChildCommand.java
 (at line 105)
List<MUIElement> children = parentNode.getChildren();
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/MoveChildCommand.java
 (at line 106)
MUIElement child = children.get(newPosition);
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/MoveChildCommand.java
 (at line 107)
modelService.move(child, parentNode, oldPosition);
Discouraged access: The method move(MUIElement, MElementContainer<MUIElement>, int) from the type EModelService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/commands/MovePartCommand.java : 15 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/MovePartCommand.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/MovePartCommand.java
 (at line 16)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/MovePartCommand.java
 (at line 17)
import org.eclipse.e4.ui.model.application.ui.basic.MPartStack;
Discouraged access: The type MPartStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/MovePartCommand.java
 (at line 59)
MPart part = 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/MovePartCommand.java
 (at line 60)
MPartStack partStack = null;
Discouraged access: The type MPartStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/MovePartCommand.java
 (at line 61)
MPart header = 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/MovePartCommand.java
 (at line 63)
if (model 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/MovePartCommand.java
 (at line 64)
part = (MPart) model;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/MovePartCommand.java
 (at line 68)
if (refModel instanceof MPartStack) {
Discouraged access: The type MPartStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/MovePartCommand.java
 (at line 69)
partStack = (MPartStack) refModel;
Discouraged access: The type MPartStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/MovePartCommand.java
 (at line 70)
} else if (refModel 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/MovePartCommand.java
 (at line 71)
header = (MPart) refModel;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/MovePartCommand.java
 (at line 72)
partStack = (MPartStack) (MUIElement) header.getParent();
Discouraged access: The type MPartStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/MovePartCommand.java
 (at line 72)
partStack = (MPartStack) (MUIElement) header.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/MovePartCommand.java
 (at line 72)
partStack = (MPartStack) (MUIElement) header.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/commands/SetActivePartCommand.java : 13 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/SetActivePartCommand.java
 (at line 13)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/SetActivePartCommand.java
 (at line 14)
import org.eclipse.e4.ui.model.application.ui.basic.MPartStack;
Discouraged access: The type MPartStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/SetActivePartCommand.java
 (at line 21)
private MPart part;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/SetActivePartCommand.java
 (at line 22)
private MPart oldPart;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/SetActivePartCommand.java
 (at line 23)
private MPartStack partStack;
Discouraged access: The type MPartStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/SetActivePartCommand.java
 (at line 25)
public SetActivePartCommand(MPart part,
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/SetActivePartCommand.java
 (at line 26)
MPartStack partStack) {
Discouraged access: The type MPartStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/SetActivePartCommand.java
 (at line 30)
public SetActivePartCommand(String label, MPart part,
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/SetActivePartCommand.java
 (at line 31)
MPartStack partStack) {
Discouraged access: The type MPartStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/SetActivePartCommand.java
 (at line 44)
this.oldPart = (MPart) partStack.getSelectedElement();
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/SetActivePartCommand.java
 (at line 44)
this.oldPart = (MPart) partStack.getSelectedElement();
Discouraged access: The method getSelectedElement() from the type MElementContainer<MStackElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/SetActivePartCommand.java
 (at line 45)
partStack.setSelectedElement(part);
Discouraged access: The method setSelectedElement(MStackElement) from the type MElementContainer<MStackElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/SetActivePartCommand.java
 (at line 55)
partStack.setSelectedElement(oldPart);
Discouraged access: The method setSelectedElement(MStackElement) from the type MElementContainer<MStackElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/commands/SetActivePerspectiveCommand.java : 12 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/SetActivePerspectiveCommand.java
 (at line 13)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/SetActivePerspectiveCommand.java
 (at line 14)
import org.eclipse.e4.ui.model.application.ui.advanced.MPerspectiveStack;
Discouraged access: The type MPerspectiveStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/SetActivePerspectiveCommand.java
 (at line 21)
private MPerspective perspective;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/SetActivePerspectiveCommand.java
 (at line 22)
private MPerspective oldPerspective;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/SetActivePerspectiveCommand.java
 (at line 23)
private MPerspectiveStack perspectiveStack;
Discouraged access: The type MPerspectiveStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/SetActivePerspectiveCommand.java
 (at line 25)
public SetActivePerspectiveCommand(MPerspective perspective,
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/SetActivePerspectiveCommand.java
 (at line 26)
MPerspectiveStack perspectiveStack) {
Discouraged access: The type MPerspectiveStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/SetActivePerspectiveCommand.java
 (at line 30)
public SetActivePerspectiveCommand(String label, MPerspective perspective,
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/SetActivePerspectiveCommand.java
 (at line 31)
MPerspectiveStack perspectiveStack) {
Discouraged access: The type MPerspectiveStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/SetActivePerspectiveCommand.java
 (at line 44)
this.oldPerspective = perspectiveStack.getSelectedElement();
Discouraged access: The method getSelectedElement() from the type MElementContainer<MPerspective> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/SetActivePerspectiveCommand.java
 (at line 45)
perspectiveStack.setSelectedElement(perspective);
Discouraged access: The method setSelectedElement(MPerspective) from the type MElementContainer<MPerspective> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/SetActivePerspectiveCommand.java
 (at line 55)
perspectiveStack.setSelectedElement(oldPerspective);
Discouraged access: The method setSelectedElement(MPerspective) from the type MElementContainer<MPerspective> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/commands/part/AbstractPartCommand.java : 18 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/AbstractPartCommand.java
 (at line 13)
import org.eclipse.e4.ui.model.application.ui.MGenericStack;
Discouraged access: The type MGenericStack<T> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/AbstractPartCommand.java
 (at line 14)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/AbstractPartCommand.java
 (at line 15)
import org.eclipse.e4.ui.model.application.ui.basic.MPartStack;
Discouraged access: The type MPartStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/AbstractPartCommand.java
 (at line 24)
protected MUIElement model;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/AbstractPartCommand.java
 (at line 25)
protected MPartStack partStack;
Discouraged access: The type MPartStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/AbstractPartCommand.java
 (at line 29)
public AbstractPartCommand(MUIElement model, MPartStack partStack) {
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/AbstractPartCommand.java
 (at line 29)
public AbstractPartCommand(MUIElement model, MPartStack partStack) {
Discouraged access: The type MPartStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/AbstractPartCommand.java
 (at line 38)
&& partStack.getChildren().size() == 1 && (EObject) partStack == ((EObject) model)
Discouraged access: The method getChildren() from the type MElementContainer<MStackElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/AbstractPartCommand.java
 (at line 62)
protected MGenericStack<MUIElement> findParentStack() {
Discouraged access: The type MGenericStack<MUIElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/AbstractPartCommand.java
 (at line 62)
protected MGenericStack<MUIElement> findParentStack() {
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/AbstractPartCommand.java
 (at line 63)
if (model.getParent() instanceof MGenericStack<?>) {
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/AbstractPartCommand.java
 (at line 63)
if (model.getParent() instanceof MGenericStack<?>) {
Discouraged access: The type MGenericStack<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/AbstractPartCommand.java
 (at line 64)
MGenericStack<MUIElement> stack = (MGenericStack<MUIElement>) model
Discouraged access: The type MGenericStack<MUIElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/AbstractPartCommand.java
 (at line 64)
MGenericStack<MUIElement> stack = (MGenericStack<MUIElement>) model
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/AbstractPartCommand.java
 (at line 64)
MGenericStack<MUIElement> stack = (MGenericStack<MUIElement>) model
Discouraged access: The type MGenericStack<MUIElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/AbstractPartCommand.java
 (at line 64)
MGenericStack<MUIElement> stack = (MGenericStack<MUIElement>) model
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/AbstractPartCommand.java
 (at line 64)
MGenericStack<MUIElement> stack = (MGenericStack<MUIElement>) model .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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/AbstractPartCommand.java
 (at line 66)
if (stack.getChildren().size() == 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/commands/part/MoveBottomCommand.java : 46 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveBottomCommand.java
 (at line 18)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveBottomCommand.java
 (at line 19)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveBottomCommand.java
 (at line 20)
import org.eclipse.e4.ui.model.application.ui.MGenericStack;
Discouraged access: The type MGenericStack<T> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveBottomCommand.java
 (at line 21)
import org.eclipse.e4.ui.model.application.ui.MGenericTile;
Discouraged access: The type MGenericTile<T> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveBottomCommand.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveBottomCommand.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveBottomCommand.java
 (at line 24)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveBottomCommand.java
 (at line 25)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveBottomCommand.java
 (at line 26)
import org.eclipse.e4.ui.model.application.ui.basic.MPartStack;
Discouraged access: The type MPartStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveBottomCommand.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveBottomCommand.java
 (at line 38)
public MoveBottomCommand(MUIElement model, MPartStack partStack) {
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveBottomCommand.java
 (at line 38)
public MoveBottomCommand(MUIElement model, MPartStack partStack) {
Discouraged access: The type MPartStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveBottomCommand.java
 (at line 43)
MUIElement selectedPart = model;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveBottomCommand.java
 (at line 45)
if (selectedPart 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveBottomCommand.java
 (at line 46)
MGenericStack<MUIElement> partStack = findParentStack();
Discouraged access: The type MGenericStack<MUIElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveBottomCommand.java
 (at line 46)
MGenericStack<MUIElement> partStack = findParentStack();
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveBottomCommand.java
 (at line 52)
MElementContainer<MUIElement> parent = partStack.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveBottomCommand.java
 (at line 52)
MElementContainer<MUIElement> parent = partStack.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveBottomCommand.java
 (at line 53)
List<MUIElement> children = parent.getChildren();
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveBottomCommand.java
 (at line 53)
List<MUIElement> children = parent.getChildren();
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveBottomCommand.java
 (at line 55)
if (parent instanceof MGenericTile<?>) {
Discouraged access: The type MGenericTile<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveBottomCommand.java
 (at line 56)
MGenericTile<?> genericTile = (MGenericTile<?>) parent;
Discouraged access: The type MGenericTile<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveBottomCommand.java
 (at line 56)
MGenericTile<?> genericTile = (MGenericTile<?>) parent;
Discouraged access: The type MGenericTile<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveBottomCommand.java
 (at line 58)
if (index == 0 && modelIndex == 1 && children.size() == 2 && !genericTile.isHorizontal()) {
Discouraged access: The method isHorizontal() from the type MGenericTile<capture#2-of ?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveBottomCommand.java
 (at line 65)
MPartSashContainer newSash = MBasicFactory.INSTANCE
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveBottomCommand.java
 (at line 65)
MPartSashContainer newSash = MBasicFactory.INSTANCE
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveBottomCommand.java
 (at line 65)
MPartSashContainer newSash = MBasicFactory.INSTANCE .createPartSashContainer();
Discouraged access: The method createPartSashContainer() from the type MBasicFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveBottomCommand.java
 (at line 65)
MPartSashContainer newSash = MBasicFactory.INSTANCE
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveBottomCommand.java
 (at line 67)
newSash.setHorizontal(false);
Discouraged access: The method setHorizontal(boolean) 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveBottomCommand.java
 (at line 68)
String preferData = partStack.getContainerData();
Discouraged access: The method getContainerData() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveBottomCommand.java
 (at line 69)
newSash.setContainerData(preferData);
Discouraged access: The method setContainerData(String) from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveBottomCommand.java
 (at line 73)
if (selectedPart instanceof MPartStack) {
Discouraged access: The type MPartStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveBottomCommand.java
 (at line 74)
if (selectedPart.getParent() == null) {
Discouraged access: The method getParent() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveBottomCommand.java
 (at line 75)
selectedPart.setContainerData(preferData);
Discouraged access: The method setContainerData(String) from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveBottomCommand.java
 (at line 79)
if (!preferData.equals(selectedPart.getContainerData())) {
Discouraged access: The method getContainerData() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveBottomCommand.java
 (at line 84)
} else if (selectedPart 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveBottomCommand.java
 (at line 85)
MPart part = (MPart) selectedPart;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveBottomCommand.java
 (at line 85)
MPart part = (MPart) selectedPart;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveBottomCommand.java
 (at line 86)
MPartStack createPartStack = MBasicFactory.INSTANCE
Discouraged access: The type MPartStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveBottomCommand.java
 (at line 86)
MPartStack createPartStack = MBasicFactory.INSTANCE
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveBottomCommand.java
 (at line 86)
MPartStack createPartStack = MBasicFactory.INSTANCE .createPartStack();
Discouraged access: The method createPartStack() from the type MBasicFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveBottomCommand.java
 (at line 86)
MPartStack createPartStack = MBasicFactory.INSTANCE
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveBottomCommand.java
 (at line 88)
createPartStack.setContainerData(preferData);
Discouraged access: The method setContainerData(String) from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveBottomCommand.java
 (at line 89)
if (part.getParent() != null) {
Discouraged access: The method getParent() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/commands/part/MoveHeaderCommand.java : 15 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveHeaderCommand.java
 (at line 15)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveHeaderCommand.java
 (at line 16)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveHeaderCommand.java
 (at line 17)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveHeaderCommand.java
 (at line 18)
import org.eclipse.e4.ui.model.application.ui.basic.MPartStack;
Discouraged access: The type MPartStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveHeaderCommand.java
 (at line 27)
private MPart header;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveHeaderCommand.java
 (at line 29)
public MoveHeaderCommand(MUIElement model, MPartStack partStack,
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveHeaderCommand.java
 (at line 29)
public MoveHeaderCommand(MUIElement model, MPartStack partStack,
Discouraged access: The type MPartStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveHeaderCommand.java
 (at line 30)
MPart header) {
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveHeaderCommand.java
 (at line 36)
return super.canExecute() && model 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveHeaderCommand.java
 (at line 41)
int index = partStack.getChildren().indexOf(header);
Discouraged access: The method getChildren() from the type MElementContainer<MStackElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveHeaderCommand.java
 (at line 45)
if (index < 0 || index > partStack.getChildren().size()) {
Discouraged access: The method getChildren() from the type MElementContainer<MStackElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveHeaderCommand.java
 (at line 46)
index = partStack.getChildren().size();
Discouraged access: The method getChildren() from the type MElementContainer<MStackElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveHeaderCommand.java
 (at line 48)
MElementContainer<MUIElement> parent = model.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveHeaderCommand.java
 (at line 48)
MElementContainer<MUIElement> parent = model.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveHeaderCommand.java
 (at line 51)
if (parent.getChildren().size() == 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/commands/part/MoveLeftCommand.java : 44 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveLeftCommand.java
 (at line 18)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveLeftCommand.java
 (at line 19)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveLeftCommand.java
 (at line 20)
import org.eclipse.e4.ui.model.application.ui.MGenericStack;
Discouraged access: The type MGenericStack<T> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveLeftCommand.java
 (at line 21)
import org.eclipse.e4.ui.model.application.ui.MGenericTile;
Discouraged access: The type MGenericTile<T> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveLeftCommand.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveLeftCommand.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveLeftCommand.java
 (at line 24)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveLeftCommand.java
 (at line 25)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveLeftCommand.java
 (at line 26)
import org.eclipse.e4.ui.model.application.ui.basic.MPartStack;
Discouraged access: The type MPartStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveLeftCommand.java
 (at line 37)
public MoveLeftCommand(MUIElement model, MPartStack partStack) {
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveLeftCommand.java
 (at line 37)
public MoveLeftCommand(MUIElement model, MPartStack partStack) {
Discouraged access: The type MPartStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveLeftCommand.java
 (at line 42)
MUIElement selectedPart = model;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveLeftCommand.java
 (at line 44)
if (selectedPart 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveLeftCommand.java
 (at line 45)
MGenericStack<MUIElement> partStack = findParentStack();
Discouraged access: The type MGenericStack<MUIElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveLeftCommand.java
 (at line 45)
MGenericStack<MUIElement> partStack = findParentStack();
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveLeftCommand.java
 (at line 51)
MElementContainer<MUIElement> parent = partStack.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveLeftCommand.java
 (at line 51)
MElementContainer<MUIElement> parent = partStack.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveLeftCommand.java
 (at line 52)
List<MUIElement> children = parent.getChildren();
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveLeftCommand.java
 (at line 52)
List<MUIElement> children = parent.getChildren();
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveLeftCommand.java
 (at line 54)
if (parent instanceof MGenericTile<?>) {
Discouraged access: The type MGenericTile<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveLeftCommand.java
 (at line 55)
MGenericTile<?> genericTile = (MGenericTile<?>) parent;
Discouraged access: The type MGenericTile<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveLeftCommand.java
 (at line 55)
MGenericTile<?> genericTile = (MGenericTile<?>) parent;
Discouraged access: The type MGenericTile<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveLeftCommand.java
 (at line 57)
if (modelIndex == 0 && index == 1 && children.size() == 2 && genericTile.isHorizontal()) {
Discouraged access: The method isHorizontal() from the type MGenericTile<capture#2-of ?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveLeftCommand.java
 (at line 64)
MPartSashContainer newSash = MBasicFactory.INSTANCE
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveLeftCommand.java
 (at line 64)
MPartSashContainer newSash = MBasicFactory.INSTANCE
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveLeftCommand.java
 (at line 64)
MPartSashContainer newSash = MBasicFactory.INSTANCE .createPartSashContainer();
Discouraged access: The method createPartSashContainer() from the type MBasicFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveLeftCommand.java
 (at line 64)
MPartSashContainer newSash = MBasicFactory.INSTANCE
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveLeftCommand.java
 (at line 66)
String preferData = partStack.getContainerData();
Discouraged access: The method getContainerData() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveLeftCommand.java
 (at line 67)
newSash.setContainerData(preferData);
Discouraged access: The method setContainerData(String) from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveLeftCommand.java
 (at line 68)
newSash.setHorizontal(true);
Discouraged access: The method setHorizontal(boolean) 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveLeftCommand.java
 (at line 70)
if (selectedPart instanceof MPartStack) {
Discouraged access: The type MPartStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveLeftCommand.java
 (at line 71)
if (selectedPart.getParent() == null) {
Discouraged access: The method getParent() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveLeftCommand.java
 (at line 72)
selectedPart.setContainerData(preferData);
Discouraged access: The method setContainerData(String) from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveLeftCommand.java
 (at line 76)
if (!preferData.equals(selectedPart.getContainerData())) {
Discouraged access: The method getContainerData() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveLeftCommand.java
 (at line 81)
} else if (selectedPart 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveLeftCommand.java
 (at line 82)
MPart part = (MPart) selectedPart;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveLeftCommand.java
 (at line 82)
MPart part = (MPart) selectedPart;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveLeftCommand.java
 (at line 83)
MPartStack createPartStack = MBasicFactory.INSTANCE
Discouraged access: The type MPartStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveLeftCommand.java
 (at line 83)
MPartStack createPartStack = MBasicFactory.INSTANCE
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveLeftCommand.java
 (at line 83)
MPartStack createPartStack = MBasicFactory.INSTANCE .createPartStack();
Discouraged access: The method createPartStack() from the type MBasicFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveLeftCommand.java
 (at line 83)
MPartStack createPartStack = MBasicFactory.INSTANCE
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveLeftCommand.java
 (at line 85)
createPartStack.setContainerData(preferData);
Discouraged access: The method setContainerData(String) from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveLeftCommand.java
 (at line 86)
if (part.getParent() != null) {
Discouraged access: The method getParent() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/commands/part/MoveRightCommand.java : 42 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveRightCommand.java
 (at line 18)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveRightCommand.java
 (at line 19)
import org.eclipse.e4.ui.model.application.ui.MGenericStack;
Discouraged access: The type MGenericStack<T> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveRightCommand.java
 (at line 20)
import org.eclipse.e4.ui.model.application.ui.MGenericTile;
Discouraged access: The type MGenericTile<T> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveRightCommand.java
 (at line 21)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveRightCommand.java
 (at line 22)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveRightCommand.java
 (at line 23)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveRightCommand.java
 (at line 24)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveRightCommand.java
 (at line 25)
import org.eclipse.e4.ui.model.application.ui.basic.MPartStack;
Discouraged access: The type MPartStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveRightCommand.java
 (at line 36)
public MoveRightCommand(MUIElement model, MPartStack partStack) {
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveRightCommand.java
 (at line 36)
public MoveRightCommand(MUIElement model, MPartStack partStack) {
Discouraged access: The type MPartStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveRightCommand.java
 (at line 41)
MUIElement selectedPart = model;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveRightCommand.java
 (at line 43)
if (selectedPart 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveRightCommand.java
 (at line 44)
MGenericStack<MUIElement> partStack = findParentStack();
Discouraged access: The type MGenericStack<MUIElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveRightCommand.java
 (at line 44)
MGenericStack<MUIElement> partStack = findParentStack();
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveRightCommand.java
 (at line 50)
MElementContainer<MUIElement> parent = partStack.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveRightCommand.java
 (at line 50)
MElementContainer<MUIElement> parent = partStack.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveRightCommand.java
 (at line 51)
List<MUIElement> children = parent.getChildren();
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveRightCommand.java
 (at line 51)
List<MUIElement> children = parent.getChildren();
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveRightCommand.java
 (at line 53)
if (parent instanceof MGenericTile<?>) {
Discouraged access: The type MGenericTile<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveRightCommand.java
 (at line 54)
MGenericTile<?> genericTile = (MGenericTile<?>) parent;
Discouraged access: The type MGenericTile<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveRightCommand.java
 (at line 54)
MGenericTile<?> genericTile = (MGenericTile<?>) parent;
Discouraged access: The type MGenericTile<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveRightCommand.java
 (at line 56)
if (index == 0 && modelIndex == 1 && children.size() == 2 && genericTile.isHorizontal()) {
Discouraged access: The method isHorizontal() from the type MGenericTile<capture#2-of ?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveRightCommand.java
 (at line 62)
MPartSashContainer newSash = MBasicFactory.INSTANCE
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveRightCommand.java
 (at line 62)
MPartSashContainer newSash = MBasicFactory.INSTANCE
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveRightCommand.java
 (at line 62)
MPartSashContainer newSash = MBasicFactory.INSTANCE .createPartSashContainer();
Discouraged access: The method createPartSashContainer() from the type MBasicFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveRightCommand.java
 (at line 62)
MPartSashContainer newSash = MBasicFactory.INSTANCE
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveRightCommand.java
 (at line 64)
String preferData = partStack.getContainerData();
Discouraged access: The method getContainerData() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveRightCommand.java
 (at line 65)
newSash.setContainerData(preferData);
Discouraged access: The method setContainerData(String) from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveRightCommand.java
 (at line 66)
newSash.setHorizontal(true);
Discouraged access: The method setHorizontal(boolean) 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveRightCommand.java
 (at line 68)
if (selectedPart instanceof MPartStack) {
Discouraged access: The type MPartStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveRightCommand.java
 (at line 69)
if (selectedPart.getParent() == null) {
Discouraged access: The method getParent() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveRightCommand.java
 (at line 70)
selectedPart.setContainerData(preferData);
Discouraged access: The method setContainerData(String) from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveRightCommand.java
 (at line 74)
if (!preferData.equals(selectedPart.getContainerData())) {
Discouraged access: The method getContainerData() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveRightCommand.java
 (at line 79)
} else if (selectedPart 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveRightCommand.java
 (at line 80)
MPart part = (MPart) selectedPart;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveRightCommand.java
 (at line 80)
MPart part = (MPart) selectedPart;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveRightCommand.java
 (at line 81)
MPartStack createPartStack = MBasicFactory.INSTANCE
Discouraged access: The type MPartStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveRightCommand.java
 (at line 81)
MPartStack createPartStack = MBasicFactory.INSTANCE
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveRightCommand.java
 (at line 81)
MPartStack createPartStack = MBasicFactory.INSTANCE .createPartStack();
Discouraged access: The method createPartStack() from the type MBasicFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveRightCommand.java
 (at line 81)
MPartStack createPartStack = MBasicFactory.INSTANCE
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveRightCommand.java
 (at line 83)
createPartStack.setContainerData(preferData);
Discouraged access: The method setContainerData(String) from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveRightCommand.java
 (at line 84)
if (part.getParent() != null) {
Discouraged access: The method getParent() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/commands/part/MoveTopCommand.java : 42 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveTopCommand.java
 (at line 18)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveTopCommand.java
 (at line 19)
import org.eclipse.e4.ui.model.application.ui.MGenericStack;
Discouraged access: The type MGenericStack<T> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveTopCommand.java
 (at line 20)
import org.eclipse.e4.ui.model.application.ui.MGenericTile;
Discouraged access: The type MGenericTile<T> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveTopCommand.java
 (at line 21)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveTopCommand.java
 (at line 22)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveTopCommand.java
 (at line 23)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveTopCommand.java
 (at line 24)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveTopCommand.java
 (at line 25)
import org.eclipse.e4.ui.model.application.ui.basic.MPartStack;
Discouraged access: The type MPartStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveTopCommand.java
 (at line 36)
public MoveTopCommand(MUIElement model, MPartStack partStack) {
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveTopCommand.java
 (at line 36)
public MoveTopCommand(MUIElement model, MPartStack partStack) {
Discouraged access: The type MPartStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveTopCommand.java
 (at line 41)
MUIElement selectedPart = model;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveTopCommand.java
 (at line 43)
if (selectedPart 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveTopCommand.java
 (at line 44)
MGenericStack<MUIElement> partStack = findParentStack();
Discouraged access: The type MGenericStack<MUIElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveTopCommand.java
 (at line 44)
MGenericStack<MUIElement> partStack = findParentStack();
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveTopCommand.java
 (at line 50)
MElementContainer<MUIElement> parent = partStack.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveTopCommand.java
 (at line 50)
MElementContainer<MUIElement> parent = partStack.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveTopCommand.java
 (at line 51)
List<MUIElement> children = parent.getChildren();
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveTopCommand.java
 (at line 51)
List<MUIElement> children = parent.getChildren();
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveTopCommand.java
 (at line 53)
if (parent instanceof MGenericTile<?>) {
Discouraged access: The type MGenericTile<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveTopCommand.java
 (at line 54)
MGenericTile<?> genericTile = (MGenericTile<?>) parent;
Discouraged access: The type MGenericTile<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveTopCommand.java
 (at line 54)
MGenericTile<?> genericTile = (MGenericTile<?>) parent;
Discouraged access: The type MGenericTile<?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveTopCommand.java
 (at line 56)
if (modelIndex == 0 && index == 1 && children.size() == 2 && !genericTile.isHorizontal()) {
Discouraged access: The method isHorizontal() from the type MGenericTile<capture#2-of ?> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveTopCommand.java
 (at line 63)
MPartSashContainer newSash = MBasicFactory.INSTANCE
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveTopCommand.java
 (at line 63)
MPartSashContainer newSash = MBasicFactory.INSTANCE
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveTopCommand.java
 (at line 63)
MPartSashContainer newSash = MBasicFactory.INSTANCE .createPartSashContainer();
Discouraged access: The method createPartSashContainer() from the type MBasicFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveTopCommand.java
 (at line 63)
MPartSashContainer newSash = MBasicFactory.INSTANCE
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveTopCommand.java
 (at line 65)
String preferData = partStack.getContainerData();
Discouraged access: The method getContainerData() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveTopCommand.java
 (at line 66)
newSash.setContainerData(preferData);
Discouraged access: The method setContainerData(String) from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveTopCommand.java
 (at line 67)
newSash.setHorizontal(false);
Discouraged access: The method setHorizontal(boolean) 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveTopCommand.java
 (at line 69)
if (selectedPart instanceof MPartStack) {
Discouraged access: The type MPartStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveTopCommand.java
 (at line 70)
if (selectedPart.getParent() == null) {
Discouraged access: The method getParent() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveTopCommand.java
 (at line 71)
selectedPart.setContainerData(preferData);
Discouraged access: The method setContainerData(String) from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveTopCommand.java
 (at line 75)
if (!preferData.equals(selectedPart.getContainerData())) {
Discouraged access: The method getContainerData() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveTopCommand.java
 (at line 80)
} else if (selectedPart 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveTopCommand.java
 (at line 81)
MPart part = (MPart) selectedPart;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveTopCommand.java
 (at line 81)
MPart part = (MPart) selectedPart;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveTopCommand.java
 (at line 82)
MPartStack createPartStack = MBasicFactory.INSTANCE
Discouraged access: The type MPartStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveTopCommand.java
 (at line 82)
MPartStack createPartStack = MBasicFactory.INSTANCE
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveTopCommand.java
 (at line 82)
MPartStack createPartStack = MBasicFactory.INSTANCE .createPartStack();
Discouraged access: The method createPartStack() from the type MBasicFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveTopCommand.java
 (at line 82)
MPartStack createPartStack = MBasicFactory.INSTANCE
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveTopCommand.java
 (at line 84)
createPartStack.setContainerData(preferData);
Discouraged access: The method setContainerData(String) from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/MoveTopCommand.java
 (at line 85)
if (part.getParent() != null) {
Discouraged access: The method getParent() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/commands/part/PartCommandFactory.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/PartCommandFactory.java
 (at line 14)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/PartCommandFactory.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/PartCommandFactory.java
 (at line 16)
import org.eclipse.e4.ui.model.application.ui.basic.MPartStack;
Discouraged access: The type MPartStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/PartCommandFactory.java
 (at line 24)
public static Command createCommand(Position position, MUIElement model,
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/PartCommandFactory.java
 (at line 25)
MPartStack partStack, MPart header) {
Discouraged access: The type MPartStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/ui/designer/commands/part/PartCommandFactory.java
 (at line 25)
MPartStack partStack, MPart header) {
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/dialogs/ElementCreateDialog.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/dialogs/ElementCreateDialog.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/dialogs/ElementCreateDialog.java
 (at line 59)
.add(ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI);
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/dialogs/ElementCreateDialog.java
 (at line 59)
.add(ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI);
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/dialogs/ElementCreateDialog.java
 (at line 59)
.add(ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI);
Discouraged access: The field CONTRIBUTION__CONTRIBUTION_URI from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/dialogs/ElementCreateDialog.java
 (at line 61)
.add(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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/ui/designer/dialogs/ElementCreateDialog.java
 (at line 61)
.add(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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/ui/designer/dialogs/ElementCreateDialog.java
 (at line 61)
.add(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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/dialogs/FindByContributionURIDialog.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/dialogs/FindByContributionURIDialog.java
 (at line 13)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/dialogs/FindByContributionURIDialog.java
 (at line 30)
if (item instanceof 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/dialogs/FindByContributionURIDialog.java
 (at line 31)
contributionURI = ((MContribution) item).getContributionURI();
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/dialogs/FindByContributionURIDialog.java
 (at line 31)
contributionURI = ((MContribution) item).getContributionURI();
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/dialogs/FindByElementIdDialog.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/dialogs/FindByElementIdDialog.java
 (at line 13)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/dialogs/FindByElementIdDialog.java
 (at line 28)
if (item 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/dialogs/FindByElementIdDialog.java
 (at line 29)
elementId = ((MApplicationElement) item).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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/dialogs/FindByElementIdDialog.java
 (at line 29)
elementId = ((MApplicationElement) item).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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/editparts/CompositeEditPart.java : 1 warning :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/editparts/CompositeEditPart.java
 (at line 36)
Object widget = getMuiElement().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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/editparts/ControlEditPart.java : 1 warning :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/editparts/ControlEditPart.java
 (at line 39)
Object widget = getMuiElement().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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/editparts/DiagramEditPart.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/editparts/DiagramEditPart.java
 (at line 16)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/editparts/DiagramEditPart.java
 (at line 17)
import org.eclipse.e4.ui.model.application.impl.ApplicationImpl;
Discouraged access: The type ApplicationImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/editparts/DiagramEditPart.java
 (at line 26)
public DiagramEditPart(ApplicationImpl documentRoot) {
Discouraged access: The type ApplicationImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/editparts/DiagramEditPart.java
 (at line 45)
return ((MApplication) getModel()).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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/editparts/DiagramEditPart.java
 (at line 45)
return ((MApplication) getModel()).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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/editparts/E4EditPartsFactory.java : 14 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/editparts/E4EditPartsFactory.java
 (at line 14)
import org.eclipse.e4.ui.model.application.MApplication;
Discouraged access: The type MApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/editparts/E4EditPartsFactory.java
 (at line 15)
import org.eclipse.e4.ui.model.application.impl.ApplicationImpl;
Discouraged access: The type ApplicationImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/editparts/E4EditPartsFactory.java
 (at line 16)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/editparts/E4EditPartsFactory.java
 (at line 17)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/editparts/E4EditPartsFactory.java
 (at line 18)
import org.eclipse.e4.ui.model.application.ui.basic.MPartStack;
Discouraged access: The type MPartStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/ui/designer/editparts/E4EditPartsFactory.java
 (at line 37)
if (model 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/ui/designer/editparts/E4EditPartsFactory.java
 (at line 38)
return new DiagramEditPart((ApplicationImpl) model);
Discouraged access: The type ApplicationImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/ui/designer/editparts/E4EditPartsFactory.java
 (at line 39)
} else if (model 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/ui/designer/editparts/E4EditPartsFactory.java
 (at line 40)
MUIElement elementImpl = (MUIElement) model;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/ui/designer/editparts/E4EditPartsFactory.java
 (at line 40)
MUIElement elementImpl = (MUIElement) model;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/ui/designer/editparts/E4EditPartsFactory.java
 (at line 41)
Object widget = ((MUIElement) model).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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/ui/designer/editparts/E4EditPartsFactory.java
 (at line 41)
Object widget = ((MUIElement) model).getWidget();
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/ui/designer/editparts/E4EditPartsFactory.java
 (at line 45)
if (model 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/ui/designer/editparts/E4EditPartsFactory.java
 (at line 47)
} else if (model instanceof MPartStack) {
Discouraged access: The type MPartStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/editparts/PartContainerEditPart.java : 14 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/editparts/PartContainerEditPart.java
 (at line 13)
import org.eclipse.e4.ui.internal.workbench.swt.AbstractPartRenderer;
Discouraged access: The type AbstractPartRenderer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/editparts/PartContainerEditPart.java
 (at line 21)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/editparts/PartContainerEditPart.java
 (at line 44)
MUIElement muiElement = getMuiElement();
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/editparts/PartContainerEditPart.java
 (at line 45)
Object widget = muiElement.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/editparts/PartContainerEditPart.java
 (at line 48)
CTabFolder tabFolder = (CTabFolder) muiElement.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/ui/designer/editparts/PartContainerEditPart.java
 (at line 69)
MUIElement data = (MUIElement) item
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/ui/designer/editparts/PartContainerEditPart.java
 (at line 69)
MUIElement data = (MUIElement) item
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/ui/designer/editparts/PartContainerEditPart.java
 (at line 70)
.getData(AbstractPartRenderer.OWNING_ME);
Discouraged access: The type AbstractPartRenderer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
9. WARNING in /src/org/eclipse/e4/tools/ui/designer/editparts/PartContainerEditPart.java
 (at line 70)
.getData(AbstractPartRenderer.OWNING_ME);
Discouraged access: The field OWNING_ME from the type AbstractPartRenderer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot

/src/org/eclipse/e4/tools/ui/designer/editparts/PartEditPart.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/editparts/PartEditPart.java
 (at line 13)
import org.eclipse.e4.ui.internal.workbench.swt.AbstractPartRenderer;
Discouraged access: The type AbstractPartRenderer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/editparts/PartEditPart.java
 (at line 17)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/editparts/PartEditPart.java
 (at line 64)
public MUIElement getPartModel() {
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/editparts/PartEditPart.java
 (at line 66)
return (MUIElement) header.getData(AbstractPartRenderer.OWNING_ME);
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/editparts/PartEditPart.java
 (at line 66)
return (MUIElement) header.getData(AbstractPartRenderer.OWNING_ME);
Discouraged access: The type AbstractPartRenderer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
6. WARNING in /src/org/eclipse/e4/tools/ui/designer/editparts/PartEditPart.java
 (at line 66)
return (MUIElement) header.getData(AbstractPartRenderer.OWNING_ME);
Discouraged access: The field OWNING_ME from the type AbstractPartRenderer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
7. WARNING in /src/org/eclipse/e4/tools/ui/designer/editparts/PartEditPart.java
 (at line 73)
Control widget = (Control) getMuiElement().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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/editparts/SashEditPart.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/editparts/SashEditPart.java
 (at line 14)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/editparts/SashEditPart.java
 (at line 15)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/editparts/ViewerEditPart.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/editparts/ViewerEditPart.java
 (at line 13)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/editparts/ViewerEditPart.java
 (at line 31)
if (model 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/editparts/ViewerEditPart.java
 (at line 32)
Object widget = ((MUIElement) model).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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/editparts/ViewerEditPart.java
 (at line 32)
Object widget = ((MUIElement) model).getWidget();
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/editparts/WidgetEditPart.java : 16 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/editparts/WidgetEditPart.java
 (at line 20)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/editparts/WidgetEditPart.java
 (at line 21)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/editparts/WidgetEditPart.java
 (at line 48)
Object uiElmeent = getMuiElement().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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/editparts/WidgetEditPart.java
 (at line 67)
Object widget = getMuiElement().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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/editparts/WidgetEditPart.java
 (at line 71)
public MUIElement getMuiElement() {
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/ui/designer/editparts/WidgetEditPart.java
 (at line 72)
return (MUIElement) getModel();
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/ui/designer/editparts/WidgetEditPart.java
 (at line 126)
MUIElement muiElement = getMuiElement();
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/ui/designer/editparts/WidgetEditPart.java
 (at line 128)
return muiElement.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/ui/designer/editparts/WidgetEditPart.java
 (at line 144)
MUIElement muiElement = getMuiElement();
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/ui/designer/editparts/WidgetEditPart.java
 (at line 152)
if (muiElement 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/ui/designer/editparts/WidgetEditPart.java
 (at line 153)
String label = ((MUILabel) muiElement).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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/ui/designer/editparts/WidgetEditPart.java
 (at line 153)
String label = ((MUILabel) muiElement).getLabel();
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/outline/OutlinePageDropManager.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/OutlinePageDropManager.java
 (at line 16)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/OutlinePageDropManager.java
 (at line 57)
if (target 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/OutlinePageDropManager.java
 (at line 58)
return new MoveAfterCommand(source, (MUIElement)target, operation);
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/OutlinePageDropManager.java
 (at line 69)
if (target 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/OutlinePageDropManager.java
 (at line 70)
return new MoveBeforeCommand(source, (MUIElement)target, operation);
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/OutlinePageDropManager.java
 (at line 81)
if (target 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/OutlinePageDropManager.java
 (at line 82)
return new MoveOnCommand(source, (MUIElement) target, operation);
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/outline/TreeEditPartFactory.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/TreeEditPartFactory.java
 (at line 17)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/TreeEditPartFactory.java
 (at line 29)
if (context == null && model 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/TreeEditPartFactory.java
 (at line 30)
return new RootTreeEditPart((MApplication) model);
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/TreeEditPartFactory.java
 (at line 50)
private MApplication model;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/TreeEditPartFactory.java
 (at line 52)
public RootTreeEditPart(MApplication model) {
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/outline/TreeEditPolicy.java : 9 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/TreeEditPolicy.java
 (at line 21)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/TreeEditPolicy.java
 (at line 41)
if (model 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/TreeEditPolicy.java
 (at line 42)
return new DeleteCommand((MUIElement) model);
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/TreeEditPolicy.java
 (at line 55)
if (!(model 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/TreeEditPolicy.java
 (at line 58)
cc.add(new DeleteCommand((MUIElement) model));
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveAfterCommand.java : 16 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveAfterCommand.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveAfterCommand.java
 (at line 19)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveAfterCommand.java
 (at line 32)
public MoveAfterCommand(IStructuredSelection source, MUIElement target,
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveAfterCommand.java
 (at line 66)
MApplicationElement targetNode = getTarget();
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveAfterCommand.java
 (at line 69)
MApplicationElement newNode = null;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveAfterCommand.java
 (at line 77)
sourceNode = (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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveAfterCommand.java
 (at line 84)
newNode = (MApplicationElement) EcoreUtil
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveAfterCommand.java
 (at line 86)
newNode.setElementId(EcoreUtil.generateUUID());
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveAfterCommand.java
 (at line 87)
if (newNode 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveAfterCommand.java
 (at line 88)
MUIElement uiElement = (MUIElement) newNode;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveAfterCommand.java
 (at line 88)
MUIElement uiElement = (MUIElement) newNode;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveAfterCommand.java
 (at line 89)
uiElement.setWidget(null);
Discouraged access: The method setWidget(Object) from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveAfterCommand.java
 (at line 91)
} else if (sourceNode 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveAfterCommand.java
 (at line 92)
newNode = (MApplicationElement) sourceNode;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveAfterCommand.java
 (at line 97)
&& sourceNode 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveAfterCommand.java
 (at line 98)
command.add(new DeleteCommand((MUIElement) sourceNode));
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveBeforeCommand.java : 16 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveBeforeCommand.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveBeforeCommand.java
 (at line 19)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveBeforeCommand.java
 (at line 32)
public MoveBeforeCommand(IStructuredSelection source, MUIElement target, int operation) {
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveBeforeCommand.java
 (at line 63)
MApplicationElement targetNode = getTarget();
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveBeforeCommand.java
 (at line 73)
sourceNode = (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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveBeforeCommand.java
 (at line 75)
if (sourceNode == null || !(sourceNode 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveBeforeCommand.java
 (at line 79)
MApplicationElement newNode = (MApplicationElement) sourceNode;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveBeforeCommand.java
 (at line 79)
MApplicationElement newNode = (MApplicationElement) sourceNode;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveBeforeCommand.java
 (at line 81)
newNode = (MApplicationElement) EcoreUtil.copy((EObject) sourceNode);
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveBeforeCommand.java
 (at line 82)
newNode.setElementId(EcoreUtil.generateUUID());
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveBeforeCommand.java
 (at line 83)
if (newNode 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveBeforeCommand.java
 (at line 84)
MUIElement uiElement = (MUIElement) newNode;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveBeforeCommand.java
 (at line 84)
MUIElement uiElement = (MUIElement) newNode;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveBeforeCommand.java
 (at line 85)
uiElement.setWidget(null);
Discouraged access: The method setWidget(Object) from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveBeforeCommand.java
 (at line 88)
if (isMove() && ApplicationModelHelper.isLive(newNode) && newNode 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveBeforeCommand.java
 (at line 89)
command.add(new DeleteCommand((MUIElement) newNode));
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveChildrenCommand.java : 8 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveChildrenCommand.java
 (at line 16)
import org.eclipse.e4.ui.model.application.ui.MElementContainer;
Discouraged access: The type MElementContainer<T> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveChildrenCommand.java
 (at line 17)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveChildrenCommand.java
 (at line 31)
private MElementContainer<MUIElement> parentModel;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveChildrenCommand.java
 (at line 57)
if (model == null || !(model instanceof MElementContainer<?>)) {
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveChildrenCommand.java
 (at line 60)
parentModel = (MElementContainer<MUIElement>) model;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveChildrenCommand.java
 (at line 69)
if (!(child 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveChildrenCommand.java
 (at line 73)
(MUIElement) child, 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveCommand.java : 12 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveCommand.java
 (at line 15)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveCommand.java
 (at line 16)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveCommand.java
 (at line 29)
private MApplicationElement target;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveCommand.java
 (at line 35)
public MoveCommand(IStructuredSelection source, MApplicationElement target, int operation) {
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveCommand.java
 (at line 65)
MUIElement parent = null;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveCommand.java
 (at line 68)
MUIElement sourceNode = null;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveCommand.java
 (at line 72)
else 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveCommand.java
 (at line 76)
sourceNode = (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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveCommand.java
 (at line 77)
MUIElement sourceParent = sourceNode.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveCommand.java
 (at line 77)
MUIElement sourceParent = sourceNode.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveCommand.java
 (at line 115)
public void setTarget(MApplicationElement target) {
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveCommand.java
 (at line 122)
public MApplicationElement getTarget() {
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveOnCommand.java : 29 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveOnCommand.java
 (at line 19)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveOnCommand.java
 (at line 20)
import org.eclipse.e4.ui.model.application.ui.MElementContainer;
Discouraged access: The type MElementContainer<T> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveOnCommand.java
 (at line 21)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveOnCommand.java
 (at line 22)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveOnCommand.java
 (at line 23)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveOnCommand.java
 (at line 24)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveOnCommand.java
 (at line 38)
public MoveOnCommand(IStructuredSelection source, MUIElement target, int operation) {
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveOnCommand.java
 (at line 50)
MApplicationElement target = getTarget();
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveOnCommand.java
 (at line 53)
MUIElement sourceNode = null;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveOnCommand.java
 (at line 60)
} else 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveOnCommand.java
 (at line 63)
sourceNode = (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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveOnCommand.java
 (at line 67)
MElementContainer<MUIElement> sourceParent = sourceNode.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveOnCommand.java
 (at line 67)
MElementContainer<MUIElement> sourceParent = sourceNode.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveOnCommand.java
 (at line 88)
MApplicationElement target = getTarget();
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveOnCommand.java
 (at line 95)
sourceNode = (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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveOnCommand.java
 (at line 100)
if (target instanceof 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveOnCommand.java
 (at line 101)
MApplicationElement newChild = null;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveOnCommand.java
 (at line 103)
newChild = (MUIElement) EcoreUtil.copy((EObject) sourceNode);
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveOnCommand.java
 (at line 104)
newChild.setElementId(EcoreUtil.generateUUID());
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveOnCommand.java
 (at line 105)
((MUIElement) newChild).setWidget(null);
Discouraged access: The method setWidget(Object) from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveOnCommand.java
 (at line 105)
((MUIElement) newChild).setWidget(null);
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveOnCommand.java
 (at line 106)
} else if (sourceNode 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveOnCommand.java
 (at line 107)
newChild = (MApplicationElement) sourceNode;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveOnCommand.java
 (at line 114)
&& sourceNode 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveOnCommand.java
 (at line 115)
command.add(new DeleteCommand((MUIElement) sourceNode));
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveOnCommand.java
 (at line 117)
} else if (sourceNode instanceof MToolBar && target instanceof MPart) {
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveOnCommand.java
 (at line 117)
} else if (sourceNode instanceof MToolBar && target 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveOnCommand.java
 (at line 121)
} else if (sourceNode instanceof MMenu && target instanceof MPart) {
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/tools/ui/designer/outline/commands/MoveOnCommand.java
 (at line 121)
} else if (sourceNode instanceof MMenu && target 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/palette/CreateReqHelper.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/CreateReqHelper.java
 (at line 13)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/CreateReqHelper.java
 (at line 34)
public MUIElement getNewObject() {
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/CreateReqHelper.java
 (at line 42)
if (newObject 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/CreateReqHelper.java
 (at line 43)
return (MUIElement) newObject;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/CreateReqHelper.java
 (at line 56)
public static boolean canCreate(MUIElement parent, MUIElement child) {
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/CreateReqHelper.java
 (at line 56)
public static boolean canCreate(MUIElement parent, MUIElement child) {
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/CreateReqHelper.java
 (at line 67)
public boolean canCreate(MUIElement parent) {
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/palette/E4EClassPartInitializer.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4EClassPartInitializer.java
 (at line 17)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4EClassPartInitializer.java
 (at line 32)
if (newObject == null || !(newObject 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4EClassPartInitializer.java
 (at line 50)
new NewEObjectPartWizard(file, (MPart) newObject,
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/palette/E4InputPartInitializer.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4InputPartInitializer.java
 (at line 17)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4InputPartInitializer.java
 (at line 18)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4InputPartInitializer.java
 (at line 30)
if (newObject == null || !(newObject 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4InputPartInitializer.java
 (at line 33)
MApplication application = null;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4InputPartInitializer.java
 (at line 48)
(MPart) newObject, application);
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteInitializer.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteInitializer.java
 (at line 13)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteInitializer.java
 (at line 57)
if (creatingObject instanceof 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteInitializer.java
 (at line 58)
((MContribution) creatingObject) .setContributionURI("platform:/plugin/org.eclipse.e4.tools.ui.designer/org.eclipse.e4.tools.ui.designer.E4Designer");
Discouraged access: The method setContributionURI(String) from the type MContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteInitializer.java
 (at line 58)
((MContribution) creatingObject)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteProvider.java : 65 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteProvider.java
 (at line 18)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteProvider.java
 (at line 19)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteProvider.java
 (at line 20)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteProvider.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteProvider.java
 (at line 22)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteProvider.java
 (at line 77)
if (UiPackageImpl.Literals.ELEMENT_CONTAINER.isSuperTypeOf(eClass)
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteProvider.java
 (at line 77)
if (UiPackageImpl.Literals.ELEMENT_CONTAINER.isSuperTypeOf(eClass)
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteProvider.java
 (at line 77)
if (UiPackageImpl.Literals.ELEMENT_CONTAINER.isSuperTypeOf(eClass)
Discouraged access: The field ELEMENT_CONTAINER from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteProvider.java
 (at line 78)
&& !MenuPackageImpl.Literals.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteProvider.java
 (at line 78)
&& !MenuPackageImpl.Literals.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteProvider.java
 (at line 78)
&& !MenuPackageImpl.Literals.MENU_ITEM
Discouraged access: The field 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteProvider.java
 (at line 80)
&& !MenuPackageImpl.Literals.MENU.isSuperTypeOf(eClass)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteProvider.java
 (at line 80)
&& !MenuPackageImpl.Literals.MENU.isSuperTypeOf(eClass)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteProvider.java
 (at line 80)
&& !MenuPackageImpl.Literals.MENU.isSuperTypeOf(eClass)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteProvider.java
 (at line 81)
&& !MenuPackageImpl.Literals.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteProvider.java
 (at line 81)
&& !MenuPackageImpl.Literals.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteProvider.java
 (at line 81)
&& !MenuPackageImpl.Literals.TOOL_ITEM
Discouraged access: The field 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteProvider.java
 (at line 92)
if (UiPackageImpl.Literals.UI_ELEMENT.isSuperTypeOf(eClass)
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteProvider.java
 (at line 92)
if (UiPackageImpl.Literals.UI_ELEMENT.isSuperTypeOf(eClass)
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteProvider.java
 (at line 92)
if (UiPackageImpl.Literals.UI_ELEMENT.isSuperTypeOf(eClass)
Discouraged access: The field UI_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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteProvider.java
 (at line 93)
&& !UiPackageImpl.Literals.ELEMENT_CONTAINER
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteProvider.java
 (at line 93)
&& !UiPackageImpl.Literals.ELEMENT_CONTAINER
Discouraged access: The type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteProvider.java
 (at line 93)
&& !UiPackageImpl.Literals.ELEMENT_CONTAINER
Discouraged access: The field ELEMENT_CONTAINER from the type UiPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteProvider.java
 (at line 95)
&& !MenuPackageImpl.Literals.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteProvider.java
 (at line 95)
&& !MenuPackageImpl.Literals.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteProvider.java
 (at line 95)
&& !MenuPackageImpl.Literals.MENU_ITEM
Discouraged access: The field 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteProvider.java
 (at line 97)
&& !MenuPackageImpl.Literals.MENU.isSuperTypeOf(eClass)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteProvider.java
 (at line 97)
&& !MenuPackageImpl.Literals.MENU.isSuperTypeOf(eClass)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteProvider.java
 (at line 97)
&& !MenuPackageImpl.Literals.MENU.isSuperTypeOf(eClass)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteProvider.java
 (at line 98)
&& !MenuPackageImpl.Literals.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteProvider.java
 (at line 98)
&& !MenuPackageImpl.Literals.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteProvider.java
 (at line 98)
&& !MenuPackageImpl.Literals.TOOL_ITEM
Discouraged access: The field 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteProvider.java
 (at line 104)
entry = createRootEntry(container, 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteProvider.java
 (at line 104)
entry = createRootEntry(container, 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteProvider.java
 (at line 104)
entry = createRootEntry(container, 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteProvider.java
 (at line 106)
entry = createRootEntry(container, MenuPackageImpl.Literals.MENU);
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteProvider.java
 (at line 106)
entry = createRootEntry(container, MenuPackageImpl.Literals.MENU);
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteProvider.java
 (at line 106)
entry = createRootEntry(container, MenuPackageImpl.Literals.MENU);
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteProvider.java
 (at line 107)
createRootEntry(entry.getEntries(), MenuPackageImpl.Literals.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteProvider.java
 (at line 107)
createRootEntry(entry.getEntries(), MenuPackageImpl.Literals.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteProvider.java
 (at line 107)
createRootEntry(entry.getEntries(), MenuPackageImpl.Literals.MENU_ITEM);
Discouraged access: The field 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteProvider.java
 (at line 111)
AdvancedPackageImpl.Literals.PERSPECTIVE);
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteProvider.java
 (at line 111)
AdvancedPackageImpl.Literals.PERSPECTIVE);
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteProvider.java
 (at line 111)
AdvancedPackageImpl.Literals.PERSPECTIVE);
Discouraged access: The field PERSPECTIVE 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteProvider.java
 (at line 113)
entry = createRootEntry(container, 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteProvider.java
 (at line 113)
entry = createRootEntry(container, 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteProvider.java
 (at line 113)
entry = createRootEntry(container, 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteProvider.java
 (at line 114)
createRootEntry(entry.getEntries(), MenuPackageImpl.Literals.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteProvider.java
 (at line 114)
createRootEntry(entry.getEntries(), MenuPackageImpl.Literals.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
50. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteProvider.java
 (at line 114)
createRootEntry(entry.getEntries(), MenuPackageImpl.Literals.TOOL_ITEM);
Discouraged access: The field 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
51. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteProvider.java
 (at line 116)
entry = createRootEntry(container, 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
52. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteProvider.java
 (at line 116)
entry = createRootEntry(container, 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
53. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteProvider.java
 (at line 116)
entry = createRootEntry(container, 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
54. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteProvider.java
 (at line 118)
entry = createRootEntry(container, 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
55. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteProvider.java
 (at line 118)
entry = createRootEntry(container, 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteProvider.java
 (at line 118)
entry = createRootEntry(container, 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
57. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteProvider.java
 (at line 119)
others.remove(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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
58. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteProvider.java
 (at line 119)
others.remove(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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
59. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteProvider.java
 (at line 119)
others.remove(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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
60. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteProvider.java
 (at line 121)
entry = createRootEntry(container, 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
61. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteProvider.java
 (at line 121)
entry = createRootEntry(container, 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
62. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteProvider.java
 (at line 121)
entry = createRootEntry(container, 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
63. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteProvider.java
 (at line 122)
others.remove(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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
64. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteProvider.java
 (at line 122)
others.remove(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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
65. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PaletteProvider.java
 (at line 122)
others.remove(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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/palette/E4PartContribution.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PartContribution.java
 (at line 13)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PartContribution.java
 (at line 42)
.createEntry(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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PartContribution.java
 (at line 42)
.createEntry(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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PartContribution.java
 (at line 42)
.createEntry(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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PartContribution.java
 (at line 48)
.createEntry(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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PartContribution.java
 (at line 48)
.createEntry(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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PartContribution.java
 (at line 48)
.createEntry(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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/palette/E4PartInitializer.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PartInitializer.java
 (at line 17)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PartInitializer.java
 (at line 34)
if (newObject == null || !(newObject 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4PartInitializer.java
 (at line 51)
(MPart) newObject, entry.getDataContext());
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/palette/E4SelectionPartInitializer.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4SelectionPartInitializer.java
 (at line 17)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4SelectionPartInitializer.java
 (at line 29)
if (newObject == null || !(newObject 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/palette/E4SelectionPartInitializer.java
 (at line 46)
(MPart) newObject);
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/part/PartCreateRequest.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/part/PartCreateRequest.java
 (at line 17)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/part/PartCreateRequest.java
 (at line 49)
if (BasicPackageImpl.Literals.PART.isSuperTypeOf(creationType)) {
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/part/PartCreateRequest.java
 (at line 49)
if (BasicPackageImpl.Literals.PART.isSuperTypeOf(creationType)) {
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/part/PartCreateRequest.java
 (at line 49)
if (BasicPackageImpl.Literals.PART.isSuperTypeOf(creationType)) {
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/part/PartCreateRequest.java
 (at line 51)
} else if (BasicPackageImpl.Literals.PART_STACK == creationType) {
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/ui/designer/part/PartCreateRequest.java
 (at line 51)
} else if (BasicPackageImpl.Literals.PART_STACK == creationType) {
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/ui/designer/part/PartCreateRequest.java
 (at line 51)
} else if (BasicPackageImpl.Literals.PART_STACK == creationType) {
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/properties/AppearanceSection.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/properties/AppearanceSection.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/properties/AppearanceSection.java
 (at line 178)
} else if (ApplicationPackageImpl.eINSTANCE.getApplicationElement()
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/properties/AppearanceSection.java
 (at line 178)
} else if (ApplicationPackageImpl.eINSTANCE.getApplicationElement()
Discouraged access: The method getApplicationElement() from the type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/properties/AppearanceSection.java
 (at line 178)
} else if (ApplicationPackageImpl.eINSTANCE.getApplicationElement()
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/properties/E4PropertySource.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/properties/E4PropertySource.java
 (at line 13)
import org.eclipse.e4.ui.workbench.UIEvents;
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/properties/E4PropertySource.java
 (at line 19)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/properties/E4PropertySource.java
 (at line 51)
if (model 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/properties/E4PropertySource.java
 (at line 52)
return ((MUIElement) model).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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/properties/E4PropertySource.java
 (at line 52)
return ((MUIElement) model).getWidget();
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/ui/designer/properties/E4PropertySource.java
 (at line 96)
Class<?>[] interfaces = UIEvents.class.getDeclaredClasses();
Discouraged access: The type UIEvents is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/render/DesignerPartRenderingEngine.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/render/DesignerPartRenderingEngine.java
 (at line 13)
import org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine;
Discouraged access: The type PartRenderingEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/render/DesignerPartRenderingEngine.java
 (at line 22)
public class DesignerPartRenderingEngine extends PartRenderingEngine {
Discouraged access: The type PartRenderingEngine is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/render/DesignerPartRenderingEngine.java
 (at line 32)
super(factoryURI);
Discouraged access: The constructor PartRenderingEngine(String) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot

/src/org/eclipse/e4/tools/ui/designer/render/DesignerRender.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/render/DesignerRender.java
 (at line 13)
import org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer;
Discouraged access: The type WBWRenderer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.renderers.swt/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/render/DesignerRender.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/render/DesignerRender.java
 (at line 18)
public class DesignerRender extends WBWRenderer {
Discouraged access: The type WBWRenderer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.renderers.swt/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/render/DesignerRender.java
 (at line 20)
public Object createWidget(MUIElement element, Object parent) {
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/render/DesignerRender.java
 (at line 21)
Object newWidget = super.createWidget(element, parent);
Discouraged access: The method createWidget(MUIElement, Object) from the type WBWRenderer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.renderers.swt/@dot

/src/org/eclipse/e4/tools/ui/designer/render/DesignerWorkbenchRendererFactory.java : 10 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/render/DesignerWorkbenchRendererFactory.java
 (at line 13)
import org.eclipse.e4.ui.internal.workbench.swt.AbstractPartRenderer;
Discouraged access: The type AbstractPartRenderer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/render/DesignerWorkbenchRendererFactory.java
 (at line 15)
import org.eclipse.e4.ui.workbench.renderers.swt.WorkbenchRendererFactory;
Discouraged access: The type WorkbenchRendererFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.renderers.swt/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/render/DesignerWorkbenchRendererFactory.java
 (at line 17)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/render/DesignerWorkbenchRendererFactory.java
 (at line 18)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/render/DesignerWorkbenchRendererFactory.java
 (at line 20)
public class DesignerWorkbenchRendererFactory extends WorkbenchRendererFactory {
Discouraged access: The type WorkbenchRendererFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.renderers.swt/@dot
6. WARNING in /src/org/eclipse/e4/tools/ui/designer/render/DesignerWorkbenchRendererFactory.java
 (at line 23)
public AbstractPartRenderer getRenderer(MUIElement uiElement, Object parent) {
Discouraged access: The type AbstractPartRenderer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
7. WARNING in /src/org/eclipse/e4/tools/ui/designer/render/DesignerWorkbenchRendererFactory.java
 (at line 23)
public AbstractPartRenderer getRenderer(MUIElement uiElement, Object parent) {
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/ui/designer/render/DesignerWorkbenchRendererFactory.java
 (at line 24)
if (uiElement instanceof MWindow) {
Discouraged access: The type MWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/ui/designer/render/DesignerWorkbenchRendererFactory.java
 (at line 27)
initRenderer(designerWindowRender);
Discouraged access: The method initRenderer(AbstractPartRenderer) from the type WorkbenchRendererFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.renderers.swt/@dot
10. WARNING in /src/org/eclipse/e4/tools/ui/designer/render/DesignerWorkbenchRendererFactory.java
 (at line 31)
return super.getRenderer(uiElement, parent);
Discouraged access: The method getRenderer(MUIElement, Object) from the type WorkbenchRendererFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.renderers.swt/@dot

/src/org/eclipse/e4/tools/ui/designer/sashform/ChangeWeightsCommand.java : 8 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/sashform/ChangeWeightsCommand.java
 (at line 16)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/sashform/ChangeWeightsCommand.java
 (at line 17)
import org.eclipse.e4.ui.model.application.ui.basic.MPartSashContainerElement;
Discouraged access: The type MPartSashContainerElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/sashform/ChangeWeightsCommand.java
 (at line 58)
MPartSashContainer parentNode = (MPartSashContainer) parent.getModel();
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/sashform/ChangeWeightsCommand.java
 (at line 58)
MPartSashContainer parentNode = (MPartSashContainer) parent.getModel();
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/sashform/ChangeWeightsCommand.java
 (at line 59)
List<MPartSashContainerElement> children = parentNode.getChildren();
Discouraged access: The type MPartSashContainerElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/ui/designer/sashform/ChangeWeightsCommand.java
 (at line 59)
List<MPartSashContainerElement> children = parentNode.getChildren();
Discouraged access: The method getChildren() from the type MElementContainer<MPartSashContainerElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/ui/designer/sashform/ChangeWeightsCommand.java
 (at line 63)
MPartSashContainerElement child = children.get(i);
Discouraged access: The type MPartSashContainerElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/ui/designer/sashform/ChangeWeightsCommand.java
 (at line 64)
if (child.getWidget() == null) {
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/sashform/SashFormEditPart.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/sashform/SashFormEditPart.java
 (at line 58)
SashForm sashForm = (SashForm) getMuiElement().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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/sashform/SashFormInsertCreateCommand.java : 23 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/sashform/SashFormInsertCreateCommand.java
 (at line 15)
import org.eclipse.e4.ui.model.application.ui.MGenericTile;
Discouraged access: The type MGenericTile<T> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/sashform/SashFormInsertCreateCommand.java
 (at line 16)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/sashform/SashFormInsertCreateCommand.java
 (at line 17)
import org.eclipse.e4.ui.model.application.ui.basic.MPartStack;
Discouraged access: The type MPartStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/sashform/SashFormInsertCreateCommand.java
 (at line 32)
private MGenericTile<MUIElement> parentModel;
Discouraged access: The type MGenericTile<MUIElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/sashform/SashFormInsertCreateCommand.java
 (at line 32)
private MGenericTile<MUIElement> parentModel;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/ui/designer/sashform/SashFormInsertCreateCommand.java
 (at line 33)
private MUIElement creatingModel;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/ui/designer/sashform/SashFormInsertCreateCommand.java
 (at line 56)
if (model instanceof MGenericTile) {
Discouraged access: The type MGenericTile<T> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/ui/designer/sashform/SashFormInsertCreateCommand.java
 (at line 57)
parentModel = (MGenericTile<MUIElement>) model;
Discouraged access: The type MGenericTile<MUIElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/ui/designer/sashform/SashFormInsertCreateCommand.java
 (at line 57)
parentModel = (MGenericTile<MUIElement>) model;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/ui/designer/sashform/SashFormInsertCreateCommand.java
 (at line 61)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/ui/designer/sashform/SashFormInsertCreateCommand.java
 (at line 62)
creatingModel = (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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/ui/designer/sashform/SashFormInsertCreateCommand.java
 (at line 65)
&& creatingModel instanceof MPartStack;
Discouraged access: The type MPartStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/ui/designer/sashform/SashFormInsertCreateCommand.java
 (at line 69)
List<MUIElement> children = parentModel.getChildren();
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/ui/designer/sashform/SashFormInsertCreateCommand.java
 (at line 69)
List<MUIElement> children = parentModel.getChildren();
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/ui/designer/sashform/SashFormInsertCreateCommand.java
 (at line 87)
MUIElement muiElement = children.get(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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/tools/ui/designer/sashform/SashFormInsertCreateCommand.java
 (at line 91)
muiElement.setContainerData(Integer.toString(part));
Discouraged access: The method setContainerData(String) from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/tools/ui/designer/sashform/SashFormInsertCreateCommand.java
 (at line 92)
creatingModel.setContainerData(Integer.toString(part));
Discouraged access: The method setContainerData(String) from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/tools/ui/designer/sashform/SashFormInsertCreateCommand.java
 (at line 105)
parentModel.getChildren().remove(creatingModel);
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/tools/ui/designer/sashform/SashFormInsertCreateCommand.java
 (at line 107)
&& index < parentModel.getChildren().size() - 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/tools/ui/designer/sashform/SashFormInsertCreateCommand.java
 (at line 108)
MUIElement muiElement = parentModel.getChildren().get(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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/tools/ui/designer/sashform/SashFormInsertCreateCommand.java
 (at line 108)
MUIElement muiElement = parentModel.getChildren().get(index);
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/tools/ui/designer/sashform/SashFormInsertCreateCommand.java
 (at line 109)
muiElement.setContainerData(weight.toString());
Discouraged access: The method setContainerData(String) from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/sashform/SashFormLayoutEditPolicy.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/sashform/SashFormLayoutEditPolicy.java
 (at line 24)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/sashform/SashFormLayoutEditPolicy.java
 (at line 268)
MPartSashContainer model = (MPartSashContainer) host.getModel();
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/sashform/SashFormLayoutEditPolicy.java
 (at line 268)
MPartSashContainer model = (MPartSashContainer) host.getModel();
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/sashform/SashFormLayoutEditPolicy.java
 (at line 269)
return model.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/sashform/SashFormUtil.java : 27 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/sashform/SashFormUtil.java
 (at line 20)
import org.eclipse.e4.ui.model.application.ui.MElementContainer;
Discouraged access: The type MElementContainer<T> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/sashform/SashFormUtil.java
 (at line 21)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/sashform/SashFormUtil.java
 (at line 22)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/sashform/SashFormUtil.java
 (at line 23)
import org.eclipse.e4.ui.model.application.ui.basic.MPartSashContainerElement;
Discouraged access: The type MPartSashContainerElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/sashform/SashFormUtil.java
 (at line 42)
MPartSashContainer parentNode = (MPartSashContainer) parent.getModel();
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/ui/designer/sashform/SashFormUtil.java
 (at line 42)
MPartSashContainer parentNode = (MPartSashContainer) parent.getModel();
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/ui/designer/sashform/SashFormUtil.java
 (at line 44)
for (MUIElement child : parentNode.getChildren()) {
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/ui/designer/sashform/SashFormUtil.java
 (at line 44)
for (MUIElement child : parentNode.getChildren()) {
Discouraged access: The method getChildren() from the type MElementContainer<MPartSashContainerElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/ui/designer/sashform/SashFormUtil.java
 (at line 54)
public static Integer getWeight(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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/ui/designer/sashform/SashFormUtil.java
 (at line 55)
if (element == null || element.getWidget() == null) {
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/ui/designer/sashform/SashFormUtil.java
 (at line 58)
Object widget = element.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/ui/designer/sashform/SashFormUtil.java
 (at line 60)
MElementContainer<MUIElement> psc = 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/ui/designer/sashform/SashFormUtil.java
 (at line 60)
MElementContainer<MUIElement> psc = 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/ui/designer/sashform/SashFormUtil.java
 (at line 61)
Object parent = psc.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/ui/designer/sashform/SashFormUtil.java
 (at line 65)
for (MUIElement pscElement : psc.getChildren()) {
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/tools/ui/designer/sashform/SashFormUtil.java
 (at line 65)
for (MUIElement pscElement : psc.getChildren()) {
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/tools/ui/designer/sashform/SashFormUtil.java
 (at line 68)
} else if (pscElement.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/tools/ui/designer/sashform/SashFormUtil.java
 (at line 74)
String containerData = element.getContainerData();
Discouraged access: The method getContainerData() from the type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/tools/ui/designer/sashform/SashFormUtil.java
 (at line 92)
MElementContainer<MPartSashContainerElement> parentNode = (MElementContainer<MPartSashContainerElement>) parent
Discouraged access: The type MElementContainer<MPartSashContainerElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/tools/ui/designer/sashform/SashFormUtil.java
 (at line 92)
MElementContainer<MPartSashContainerElement> parentNode = (MElementContainer<MPartSashContainerElement>) parent
Discouraged access: The type MPartSashContainerElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/tools/ui/designer/sashform/SashFormUtil.java
 (at line 92)
MElementContainer<MPartSashContainerElement> parentNode = (MElementContainer<MPartSashContainerElement>) parent
Discouraged access: The type MElementContainer<MPartSashContainerElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/tools/ui/designer/sashform/SashFormUtil.java
 (at line 92)
MElementContainer<MPartSashContainerElement> parentNode = (MElementContainer<MPartSashContainerElement>) parent
Discouraged access: The type MPartSashContainerElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/tools/ui/designer/sashform/SashFormUtil.java
 (at line 94)
List<MPartSashContainerElement> children = parentNode.getChildren();
Discouraged access: The type MPartSashContainerElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/tools/ui/designer/sashform/SashFormUtil.java
 (at line 94)
List<MPartSashContainerElement> children = parentNode.getChildren();
Discouraged access: The method getChildren() from the type MElementContainer<MPartSashContainerElement> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/tools/ui/designer/sashform/SashFormUtil.java
 (at line 113)
Object widget = children.get(i).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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/session/ProjectBundleSession.java : 19 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/session/ProjectBundleSession.java
 (at line 28)
import org.eclipse.osgi.baseadaptor.BaseData;
Discouraged access: The type BaseData is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.osgi_3.6.0.v20100517.jar
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/session/ProjectBundleSession.java
 (at line 29)
import org.eclipse.osgi.framework.internal.core.AbstractBundle;
Discouraged access: The type AbstractBundle is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.osgi_3.6.0.v20100517.jar
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/session/ProjectBundleSession.java
 (at line 298)
BaseData bundleData = (BaseData) ((AbstractBundle) bundle)
Discouraged access: The type BaseData is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.osgi_3.6.0.v20100517.jar
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/session/ProjectBundleSession.java
 (at line 298)
BaseData bundleData = (BaseData) ((AbstractBundle) bundle)
Discouraged access: The type BaseData is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.osgi_3.6.0.v20100517.jar
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/session/ProjectBundleSession.java
 (at line 298)
BaseData bundleData = (BaseData) ((AbstractBundle) bundle) .getBundleData();
Discouraged access: The method getBundleData() from the type AbstractBundle is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.osgi_3.6.0.v20100517.jar
6. WARNING in /src/org/eclipse/e4/tools/ui/designer/session/ProjectBundleSession.java
 (at line 298)
BaseData bundleData = (BaseData) ((AbstractBundle) bundle)
Discouraged access: The type AbstractBundle is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.osgi_3.6.0.v20100517.jar
7. WARNING in /src/org/eclipse/e4/tools/ui/designer/session/ProjectBundleSession.java
 (at line 311)
bundleData.setClassPathString(classpath.toString());
Discouraged access: The method setClassPathString(String) from the type BaseData is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.osgi_3.6.0.v20100517.jar

/src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java : 89 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 44)
import org.eclipse.jdt.internal.corext.codemanipulation.AddUnimplementedConstructorsOperation;
Discouraged access: The type AddUnimplementedConstructorsOperation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 45)
import org.eclipse.jdt.internal.corext.codemanipulation.AddUnimplementedMethodsOperation;
Discouraged access: The type AddUnimplementedMethodsOperation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 46)
import org.eclipse.jdt.internal.corext.codemanipulation.CodeGenerationSettings;
Discouraged access: The type CodeGenerationSettings is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 47)
import org.eclipse.jdt.internal.corext.codemanipulation.StubUtility;
Discouraged access: The type StubUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 48)
import org.eclipse.jdt.internal.corext.dom.ASTNodes;
Discouraged access: The type ASTNodes is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
6. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 49)
import org.eclipse.jdt.internal.corext.util.CodeFormatterUtil;
Discouraged access: The type CodeFormatterUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
7. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 50)
import org.eclipse.jdt.internal.corext.util.JavaModelUtil;
Discouraged access: The type JavaModelUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
8. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 51)
import org.eclipse.jdt.internal.corext.util.Strings;
Discouraged access: The type Strings is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
9. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 52)
import org.eclipse.jdt.internal.ui.preferences.JavaPreferencesSettings;
Discouraged access: The type JavaPreferencesSettings is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
10. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 65)
String lineDelimiter = StubUtility.getLineDelimiterUsed(pack.getJavaProject());
Discouraged access: The type StubUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
11. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 65)
String lineDelimiter = StubUtility.getLineDelimiterUsed(pack.getJavaProject());
Discouraged access: The method getLineDelimiterUsed(IJavaProject) from the type StubUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
12. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 86)
imports.addImport(JavaModelUtil.concatenateName(pack.getElementName(), typeName));
Discouraged access: The type JavaModelUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
13. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 86)
imports.addImport(JavaModelUtil.concatenateName(pack.getElementName(), typeName));
Discouraged access: The method concatenateName(String, String) from the type JavaModelUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
14. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 108)
JavaModelUtil.reconcile(cu);
Discouraged access: The type JavaModelUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
15. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 108)
JavaModelUtil.reconcile(cu);
Discouraged access: The method reconcile(ICompilationUnit) from the type JavaModelUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
16. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 121)
JavaModelUtil.reconcile(cu);
Discouraged access: The type JavaModelUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
17. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 121)
JavaModelUtil.reconcile(cu);
Discouraged access: The method reconcile(ICompilationUnit) from the type JavaModelUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
18. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 145)
String formattedContent = CodeFormatterUtil.format(CodeFormatter.K_CLASS_BODY_DECLARATIONS, originalContent, 0, lineDelimiter, type.getJavaProject());
Discouraged access: The type CodeFormatterUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
19. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 145)
String formattedContent = CodeFormatterUtil.format(CodeFormatter.K_CLASS_BODY_DECLARATIONS, originalContent, 0, lineDelimiter, type.getJavaProject());
Discouraged access: The method format(int, String, int, String, IJavaProject) from the type CodeFormatterUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
20. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 146)
formattedContent = Strings.trimLeadingTabsAndSpaces(formattedContent);
Discouraged access: The type Strings is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
21. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 146)
formattedContent = Strings.trimLeadingTabsAndSpaces(formattedContent);
Discouraged access: The method trimLeadingTabsAndSpaces(String) from the type Strings is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
22. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 154)
JavaModelUtil.reconcile(cu);
Discouraged access: The type JavaModelUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
23. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 154)
JavaModelUtil.reconcile(cu);
Discouraged access: The method reconcile(ICompilationUnit) from the type JavaModelUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
24. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 167)
String lineDelimiter = StubUtility.getLineDelimiterUsed(type.getJavaProject());
Discouraged access: The type StubUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
25. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 167)
String lineDelimiter = StubUtility.getLineDelimiterUsed(type.getJavaProject());
Discouraged access: The method getLineDelimiterUsed(IJavaProject) from the type StubUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
26. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 205)
JavaModelUtil.reconcile(cu);
Discouraged access: The type JavaModelUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
27. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 205)
JavaModelUtil.reconcile(cu);
Discouraged access: The method reconcile(ICompilationUnit) from the type JavaModelUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
28. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 220)
JavaModelUtil.reconcile(cu);
Discouraged access: The type JavaModelUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
29. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 220)
JavaModelUtil.reconcile(cu);
Discouraged access: The method reconcile(ICompilationUnit) from the type JavaModelUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
30. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 226)
CodeGenerationSettings settings = JavaPreferencesSettings.getCodeGenerationSettings(type.getJavaProject());
Discouraged access: The type CodeGenerationSettings is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
31. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 226)
CodeGenerationSettings settings = JavaPreferencesSettings.getCodeGenerationSettings(type.getJavaProject());
Discouraged access: The type JavaPreferencesSettings is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
32. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 226)
CodeGenerationSettings settings = JavaPreferencesSettings.getCodeGenerationSettings(type.getJavaProject());
Discouraged access: The method getCodeGenerationSettings(IJavaProject) from the type JavaPreferencesSettings is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
33. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 227)
settings.createComments = false;
Discouraged access: The field createComments from the type CodeGenerationSettings is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
34. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 232)
final ITypeBinding binding = ASTNodes.getTypeBinding(unit, type);
Discouraged access: The type ASTNodes is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
35. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 232)
final ITypeBinding binding = ASTNodes.getTypeBinding(unit, type);
Discouraged access: The method getTypeBinding(CompilationUnit, IType) from the type ASTNodes is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
36. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 235)
AddUnimplementedMethodsOperation operation = new AddUnimplementedMethodsOperation(unit, binding, null, -1, false, true, false);
Discouraged access: The type AddUnimplementedMethodsOperation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
37. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 235)
AddUnimplementedMethodsOperation operation = new AddUnimplementedMethodsOperation(unit, binding, null, -1, false, true, false);
Discouraged access: The constructor AddUnimplementedMethodsOperation(CompilationUnit, ITypeBinding, IMethodBinding[], int, boolean, boolean, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
38. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 235)
AddUnimplementedMethodsOperation operation = new AddUnimplementedMethodsOperation(unit, binding, null, -1, false, true, false);
Discouraged access: The type AddUnimplementedMethodsOperation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
39. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 236)
operation.setCreateComments(false);
Discouraged access: The method setCreateComments(boolean) from the type AddUnimplementedMethodsOperation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
40. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 237)
operation.run(null);
Discouraged access: The method run(IProgressMonitor) from the type AddUnimplementedMethodsOperation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
41. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 238)
createImports(imports, operation.getCreatedImports());
Discouraged access: The method getCreatedImports() from the type AddUnimplementedMethodsOperation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
42. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 241)
AddUnimplementedConstructorsOperation operation = new AddUnimplementedConstructorsOperation(unit, binding, null, -1, false, true, false);
Discouraged access: The type AddUnimplementedConstructorsOperation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
43. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 241)
AddUnimplementedConstructorsOperation operation = new AddUnimplementedConstructorsOperation(unit, binding, null, -1, false, true, false);
Discouraged access: The constructor AddUnimplementedConstructorsOperation(CompilationUnit, ITypeBinding, IMethodBinding[], int, boolean, boolean, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
44. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 241)
AddUnimplementedConstructorsOperation operation = new AddUnimplementedConstructorsOperation(unit, binding, null, -1, false, true, false);
Discouraged access: The type AddUnimplementedConstructorsOperation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
45. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 242)
operation.setOmitSuper(true);
Discouraged access: The method setOmitSuper(boolean) from the type AddUnimplementedConstructorsOperation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
46. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 243)
operation.setCreateComments(false);
Discouraged access: The method setCreateComments(boolean) from the type AddUnimplementedConstructorsOperation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
47. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 244)
operation.run(null);
Discouraged access: The method run(IProgressMonitor) from the type AddUnimplementedConstructorsOperation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
48. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 245)
createImports(imports, operation.getCreatedImports());
Discouraged access: The method getCreatedImports() from the type AddUnimplementedConstructorsOperation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
49. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 248)
JavaModelUtil.reconcile(cu);
Discouraged access: The type JavaModelUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
50. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 248)
JavaModelUtil.reconcile(cu);
Discouraged access: The method reconcile(ICompilationUnit) from the type JavaModelUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
51. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 289)
int importsEnd = ASTNodes.getExclusiveEnd((ASTNode) importsDecls.get(importsDecls.size() - 1));
Discouraged access: The type ASTNodes is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
52. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 289)
int importsEnd = ASTNodes.getExclusiveEnd((ASTNode) importsDecls.get(importsDecls.size() - 1));
Discouraged access: The method getExclusiveEnd(ASTNode) from the type ASTNodes is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
53. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 303)
if (existingImports.isEmpty() || !existingImports.contains(ASTNodes.asString(decl))) {
Discouraged access: The type ASTNodes is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
54. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 303)
if (existingImports.isEmpty() || !existingImports.contains(ASTNodes.asString(decl))) {
Discouraged access: The method asString(ASTNode) from the type ASTNodes is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
55. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 327)
res.add(ASTNodes.asString((ImportDeclaration) imports.get(i)));
Discouraged access: The type ASTNodes is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
56. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 327)
res.add(ASTNodes.asString((ImportDeclaration) imports.get(i)));
Discouraged access: The method asString(ASTNode) from the type ASTNodes is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
57. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 537)
String lineDelimiter = StubUtility.getLineDelimiterUsed(type.getJavaProject());
Discouraged access: The type StubUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
58. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 537)
String lineDelimiter = StubUtility.getLineDelimiterUsed(type.getJavaProject());
Discouraged access: The method getLineDelimiterUsed(IJavaProject) from the type StubUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
59. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 556)
JavaModelUtil.reconcile(cu);
Discouraged access: The type JavaModelUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
60. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 556)
JavaModelUtil.reconcile(cu);
Discouraged access: The method reconcile(ICompilationUnit) from the type JavaModelUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
61. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 563)
String formattedContent = CodeFormatterUtil.format(CodeFormatter.K_CLASS_BODY_DECLARATIONS, originalContent, indent, lineDelimiter, type.getJavaProject());
Discouraged access: The type CodeFormatterUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
62. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 563)
String formattedContent = CodeFormatterUtil.format(CodeFormatter.K_CLASS_BODY_DECLARATIONS, originalContent, indent, lineDelimiter, type.getJavaProject());
Discouraged access: The method format(int, String, int, String, IJavaProject) from the type CodeFormatterUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
63. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 564)
formattedContent = Strings.trimLeadingTabsAndSpaces(formattedContent);
Discouraged access: The type Strings is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
64. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 564)
formattedContent = Strings.trimLeadingTabsAndSpaces(formattedContent);
Discouraged access: The method trimLeadingTabsAndSpaces(String) from the type Strings is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
65. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 590)
String lineDelimiter = StubUtility.getLineDelimiterUsed(type.getJavaProject());
Discouraged access: The type StubUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
66. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 590)
String lineDelimiter = StubUtility.getLineDelimiterUsed(type.getJavaProject());
Discouraged access: The method getLineDelimiterUsed(IJavaProject) from the type StubUtility is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
67. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 608)
JavaModelUtil.reconcile(cu);
Discouraged access: The type JavaModelUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
68. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 608)
JavaModelUtil.reconcile(cu);
Discouraged access: The method reconcile(ICompilationUnit) from the type JavaModelUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
69. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 615)
String formattedContent = CodeFormatterUtil.format(CodeFormatter.K_CLASS_BODY_DECLARATIONS, originalContent, 0, lineDelimiter, type.getJavaProject());
Discouraged access: The type CodeFormatterUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
70. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 615)
String formattedContent = CodeFormatterUtil.format(CodeFormatter.K_CLASS_BODY_DECLARATIONS, originalContent, 0, lineDelimiter, type.getJavaProject());
Discouraged access: The method format(int, String, int, String, IJavaProject) from the type CodeFormatterUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
71. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 616)
formattedContent = Strings.trimLeadingTabsAndSpaces(formattedContent);
Discouraged access: The type Strings is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
72. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 616)
formattedContent = Strings.trimLeadingTabsAndSpaces(formattedContent);
Discouraged access: The method trimLeadingTabsAndSpaces(String) from the type Strings is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
73. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 693)
JavaModelUtil.applyEdit(fImportsRewrite.getCompilationUnit(), edit, needsSave, null);
Discouraged access: The type JavaModelUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
74. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ASTHelper.java
 (at line 693)
JavaModelUtil.applyEdit(fImportsRewrite.getCompilationUnit(), edit, needsSave, null);
Discouraged access: The method applyEdit(ICompilationUnit, TextEdit, boolean, IProgressMonitor) from the type JavaModelUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar

/src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 13)
import org.eclipse.e4.ui.workbench.modeling.EModelService;
Discouraged access: The type EModelService is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 27)
import org.eclipse.e4.core.contexts.IEclipseContext;
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 28)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 37)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 87)
org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl.eINSTANCE
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 87)
org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl.eINSTANCE .getCommand());
Discouraged access: The method getCommand() from the type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 87)
org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 91)
org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl.eINSTANCE .getAddon());
Discouraged access: The method getAddon() from the type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 91)
org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl.eINSTANCE
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 91)
org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl.eINSTANCE
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 95)
org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl.eINSTANCE
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 95)
org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl.eINSTANCE .getWindow());
Discouraged access: The method getWindow() from the type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 95)
org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 99)
org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl.eINSTANCE .getApplication(), classMap);
Discouraged access: The method getApplication() from the type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 99)
org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl.eINSTANCE
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 99)
org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl.eINSTANCE
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 107)
org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl.eINSTANCE
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 107)
org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl.eINSTANCE .getStringToStringMap());
Discouraged access: The method getStringToStringMap() from the type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 107)
org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl.eINSTANCE
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 111)
org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl.eINSTANCE
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 111)
org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl.eINSTANCE .getContribution(), classMap);
Discouraged access: The method getContribution() from the type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 111)
org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl.eINSTANCE
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 152)
org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl.eINSTANCE .getBindingTable());
Discouraged access: The method getBindingTable() from the type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 152)
org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl.eINSTANCE
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 152)
org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 156)
org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl.eINSTANCE
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 156)
org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl.eINSTANCE .getBindingTableContainer(), classMap);
Discouraged access: The method getBindingTableContainer() from the type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 156)
org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 164)
org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl.eINSTANCE
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 164)
org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl.eINSTANCE .getBindingContext());
Discouraged access: The method getBindingContext() from the type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 164)
org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 168)
org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl.eINSTANCE .getBindingContext(), classMap);
Discouraged access: The method getBindingContext() from the type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 168)
org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl.eINSTANCE
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 168)
org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 176)
org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl.eINSTANCE
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 176)
org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl.eINSTANCE .getKeyBinding());
Discouraged access: The method getKeyBinding() from the type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
44. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 176)
org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 180)
org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl.eINSTANCE
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 180)
org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl.eINSTANCE .getBindingTable(), classMap);
Discouraged access: The method getBindingTable() from the type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 180)
org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 188)
org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl.eINSTANCE
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 188)
org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl.eINSTANCE .getCommandParameter());
Discouraged access: The method getCommandParameter() from the type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
50. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 188)
org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
51. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 192)
org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl.eINSTANCE .getCommand(), classMap);
Discouraged access: The method getCommand() from the type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
52. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 192)
org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl.eINSTANCE
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
53. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 192)
org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
54. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 200)
org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl.eINSTANCE
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
55. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 200)
org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl.eINSTANCE .getHandler());
Discouraged access: The method getHandler() from the type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 200)
org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
57. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 204)
org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl.eINSTANCE .getHandlerContainer(), classMap);
Discouraged access: The method getHandlerContainer() from the type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
58. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 204)
org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl.eINSTANCE
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
59. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 204)
org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
60. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 212)
org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl.eINSTANCE
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
61. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 212)
org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl.eINSTANCE .getParameter());
Discouraged access: The method getParameter() from the type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
62. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 212)
org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
63. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 216)
org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl.eINSTANCE
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
64. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 216)
org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl.eINSTANCE .getKeyBinding(), classMap);
Discouraged access: The method getKeyBinding() from the type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
65. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 216)
org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
66. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 224)
org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl.eINSTANCE
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
67. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 224)
org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl.eINSTANCE .getStringToStringMap());
Discouraged access: The method getStringToStringMap() from the type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
68. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 224)
org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl.eINSTANCE
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
69. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 228)
org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl.eINSTANCE .getContext(), classMap);
Discouraged access: The method getContext() from the type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
70. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 228)
org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl.eINSTANCE
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
71. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 228)
org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
72. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 236)
org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl.eINSTANCE .getUIElement());
Discouraged access: The method getUIElement() from the type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
73. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 236)
org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl.eINSTANCE
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
74. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 236)
org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
75. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 240)
org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl.eINSTANCE .getElementContainer(), classMap);
Discouraged access: The method getElementContainer() from the type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
76. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 240)
org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl.eINSTANCE
Discouraged access: The type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
77. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 240)
org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type UiPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
78. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 248)
org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl.eINSTANCE .getParameter());
Discouraged access: The method getParameter() from the type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
79. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 248)
org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl.eINSTANCE
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
80. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 248)
org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
81. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 252)
org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl.eINSTANCE .getHandledItem(), classMap);
Discouraged access: The method getHandledItem() from the type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
82. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 252)
org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl.eINSTANCE
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
83. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 252)
org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
84. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 260)
org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl.eINSTANCE
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
85. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 260)
org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl.eINSTANCE .getMenuElement());
Discouraged access: The method getMenuElement() from the type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
86. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 260)
org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
87. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 264)
org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl.eINSTANCE
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
88. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 264)
org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl.eINSTANCE .getMenu(), classMap);
Discouraged access: The method getMenu() from the type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
89. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 264)
org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
90. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 272)
org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl.eINSTANCE .getMenuElement());
Discouraged access: The method getMenuElement() from the type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
91. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 272)
org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl.eINSTANCE
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
92. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 272)
org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
93. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 276)
org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl.eINSTANCE .getToolItem(), classMap);
Discouraged access: The method getToolItem() from the type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
94. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 276)
org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl.eINSTANCE
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
95. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 276)
org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
96. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 284)
org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl.eINSTANCE .getToolBarElement());
Discouraged access: The method getToolBarElement() from the type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
97. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 284)
org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl.eINSTANCE
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
98. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 284)
org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl.eINSTANCE
Discouraged access: The field eINSTANCE from the type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
99. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 288)
org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl.eINSTANCE
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
100. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ApplicationModelHelper.java
 (at line 288)
org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl.eINSTANCE .getToolBar(), classMap);
Discouraged access: The method getToolBar() from the type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/utils/ResourceUtilities.java : 2 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ResourceUtilities.java
 (at line 19)
import org.eclipse.e4.ui.workbench.swt.util.ISWTResourceUtilities;
Discouraged access: The type ISWTResourceUtilities is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/utils/ResourceUtilities.java
 (at line 23)
public class ResourceUtilities implements ISWTResourceUtilities {
Discouraged access: The type ISWTResourceUtilities is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.workbench.swt/@dot

/src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java : 84 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 33)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 34)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 35)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 36)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 37)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 38)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 39)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 40)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 41)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 42)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 43)
import org.eclipse.e4.ui.model.application.ui.advanced.MPerspectiveStack;
Discouraged access: The type MPerspectiveStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 44)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 45)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 46)
import org.eclipse.e4.ui.model.application.ui.basic.MPartStack;
Discouraged access: The type MPartStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 47)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 48)
import org.eclipse.e4.ui.model.application.ui.basic.MTrimmedWindow;
Discouraged access: The type MTrimmedWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 49)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 50)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 51)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 52)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 53)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 71)
import org.eclipse.pde.internal.core.ICoreConstants;
Discouraged access: The type ICoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.core_3.6.0.v20100601.jar
23. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 72)
import org.eclipse.pde.internal.core.bundle.WorkspaceBundlePluginModel;
Discouraged access: The type WorkspaceBundlePluginModel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.core_3.6.0.v20100601.jar
24. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 73)
import org.eclipse.pde.internal.core.plugin.WorkspacePluginModelBase;
Discouraged access: The type WorkspacePluginModelBase is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.core_3.6.0.v20100601.jar
25. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 74)
import org.eclipse.pde.internal.ui.PDEPlugin;
Discouraged access: The type PDEPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
26. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 75)
import org.eclipse.pde.internal.ui.PDEUIMessages;
Discouraged access: The type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
27. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 76)
import org.eclipse.pde.internal.ui.wizards.IProjectProvider;
Discouraged access: The type IProjectProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
28. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 77)
import org.eclipse.pde.internal.ui.wizards.plugin.NewPluginProjectWizard;
Discouraged access: The type NewPluginProjectWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
29. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 78)
import org.eclipse.pde.internal.ui.wizards.plugin.NewProjectCreationOperation;
Discouraged access: The type NewProjectCreationOperation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
30. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 79)
import org.eclipse.pde.internal.ui.wizards.plugin.PluginFieldData;
Discouraged access: The type PluginFieldData is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
31. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 87)
public class E4NewProjectWizard extends NewPluginProjectWizard {
Discouraged access: The type NewPluginProjectWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
32. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 89)
private PluginFieldData fPluginData;
Discouraged access: The type PluginFieldData is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
33. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 91)
private IProjectProvider fProjectProvider;
Discouraged access: The type IProjectProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
34. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 95)
fPluginData = new PluginFieldData();
Discouraged access: The constructor PluginFieldData() is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
35. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 95)
fPluginData = new PluginFieldData();
Discouraged access: The type PluginFieldData is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
36. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 99)
fMainPage = new E4NewProjectWizardPage(
Discouraged access: The field fMainPage from the type NewPluginProjectWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
37. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 100)
"main", fPluginData, false, getSelection()); //$NON-NLS-1$
Discouraged access: The method getSelection() from the type NewWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
38. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 101)
fMainPage.setTitle(PDEUIMessages.NewProjectWizard_MainPage_title);
Discouraged access: The field fMainPage from the type NewPluginProjectWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
39. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 101)
fMainPage.setTitle(PDEUIMessages.NewProjectWizard_MainPage_title);
Discouraged access: The type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
40. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 101)
fMainPage.setTitle(PDEUIMessages.NewProjectWizard_MainPage_title);
Discouraged access: The field NewProjectWizard_MainPage_title from the type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
41. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 102)
fMainPage.setDescription(PDEUIMessages.NewProjectWizard_MainPage_desc);
Discouraged access: The field fMainPage from the type NewPluginProjectWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
42. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 102)
fMainPage.setDescription(PDEUIMessages.NewProjectWizard_MainPage_desc);
Discouraged access: The type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
43. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 102)
fMainPage.setDescription(PDEUIMessages.NewProjectWizard_MainPage_desc);
Discouraged access: The field NewProjectWizard_MainPage_desc from the type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
44. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 103)
String pname = getDefaultValue(DEF_PROJECT_NAME);
Discouraged access: The method getDefaultValue(String) from the type NewWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
45. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 103)
String pname = getDefaultValue(DEF_PROJECT_NAME);
Discouraged access: The field DEF_PROJECT_NAME from the type NewPluginProjectWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
46. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 105)
fMainPage.setInitialProjectName(pname);
Discouraged access: The field fMainPage from the type NewPluginProjectWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
47. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 106)
addPage(fMainPage);
Discouraged access: The field fMainPage from the type NewPluginProjectWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
48. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 108)
fProjectProvider = new IProjectProvider() {
Discouraged access: The type IProjectProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
49. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 110)
return fMainPage.getProjectName();
Discouraged access: The field fMainPage from the type NewPluginProjectWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
50. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 114)
return fMainPage.getProjectHandle();
Discouraged access: The field fMainPage from the type NewPluginProjectWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
51. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 118)
return fMainPage.getLocationPath();
Discouraged access: The field fMainPage from the type NewPluginProjectWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
52. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 123)
"page2", fProjectProvider, fMainPage, fPluginData); //$NON-NLS-1$
Discouraged access: The field fMainPage from the type NewPluginProjectWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
53. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 556)
private MCommand createCommand(String name, String className,
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
54. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 558)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
55. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 559)
MCommand command = MCommandsFactory.INSTANCE.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 559)
MCommand command = MCommandsFactory.INSTANCE.createCommand();
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
57. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 559)
MCommand command = MCommandsFactory.INSTANCE.createCommand();
Discouraged access: The method createCommand() from the type MCommandsFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
58. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 559)
MCommand command = MCommandsFactory.INSTANCE.createCommand();
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
59. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 560)
command.setCommandName(name);
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
60. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 561)
command.setElementId(projectName + "." + name);
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
61. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 562)
application.getCommands().add(command);
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
62. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 565)
MHandler quitHandler =MCommandsFactory.INSTANCE
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
63. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 565)
MHandler quitHandler =MCommandsFactory.INSTANCE
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
64. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 565)
MHandler quitHandler =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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
65. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 565)
MHandler quitHandler =MCommandsFactory.INSTANCE
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
66. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 567)
quitHandler.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
67. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 568)
quitHandler.setContributionURI("platform:/plugin/" + projectName + "/" + fragment.getElementName() + ".handlers." + className);
Discouraged access: The method setContributionURI(String) from the type MContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
68. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 570)
application.getHandlers().add(quitHandler);
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
69. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 572)
MKeyBinding binding = MCommandsFactory.INSTANCE
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
70. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 572)
MKeyBinding binding = MCommandsFactory.INSTANCE
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
71. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 572)
MKeyBinding binding = 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
72. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 572)
MKeyBinding binding = MCommandsFactory.INSTANCE
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
73. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 574)
binding.setKeySequence(keyBinding);
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
74. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 575)
binding.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
75. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 576)
List<MBindingTable> tables = application.getBindingTables();
Discouraged access: The type MBindingTable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
76. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 576)
List<MBindingTable> tables = application.getBindingTables();
Discouraged access: The method getBindingTables() from the type MBindingTableContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
77. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 578)
MBindingTable table = 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
78. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 578)
MBindingTable table = 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
79. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 578)
MBindingTable table = 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
80. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 578)
MBindingTable table = 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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
81. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 579)
table.setBindingContextId("org.eclipse.ui.contexts.dialogAndWindow");
Discouraged access: The method setBindingContextId(String) from the type MBindingTable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
82. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 582)
tables.get(0).getBindings().add(binding);
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
83. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 600)
return fPluginData.getId();
Discouraged access: The method getId() from the type AbstractFieldData is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
84. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizard.java
 (at line 604)
return fPluginData.getVersion();
Discouraged access: The method getVersion() from the type AbstractFieldData is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar

/src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizardPage.java : 8 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizardPage.java
 (at line 14)
import org.eclipse.pde.internal.ui.wizards.plugin.AbstractFieldData;
Discouraged access: The type AbstractFieldData is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizardPage.java
 (at line 17)
public class E4NewProjectWizardPage extends org.eclipse.pde.internal.ui.wizards.plugin.NewProjectCreationPage {
Discouraged access: The type NewProjectCreationPage is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizardPage.java
 (at line 19)
public E4NewProjectWizardPage(String pageName, AbstractFieldData data, boolean fragment, IStructuredSelection selection) {
Discouraged access: The type AbstractFieldData is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizardPage.java
 (at line 20)
super(pageName, data, fragment, selection);
Discouraged access: The constructor NewProjectCreationPage(String, AbstractFieldData, boolean, IStructuredSelection) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizardPage.java
 (at line 25)
super.createControl(parent);
Discouraged access: The method createControl(Composite) from the type NewProjectCreationPage is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
6. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizardPage.java
 (at line 26)
fOSGIButton.setSelection(true);
Discouraged access: The field fOSGIButton from the type NewProjectCreationPage is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
7. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizardPage.java
 (at line 27)
fEclipseButton.setEnabled(false);
Discouraged access: The field fEclipseButton from the type NewProjectCreationPage is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
8. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/E4NewProjectWizardPage.java
 (at line 28)
fEclipseCombo.setEnabled(false);
Discouraged access: The field fEclipseCombo from the type NewProjectCreationPage is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar

/src/org/eclipse/e4/tools/ui/designer/wizards/NewApplicationWizardPage.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/NewApplicationWizardPage.java
 (at line 21)
import org.eclipse.pde.internal.ui.wizards.IProjectProvider;
Discouraged access: The type IProjectProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/NewApplicationWizardPage.java
 (at line 57)
private IProjectProvider projectProvider;
Discouraged access: The type IProjectProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/NewApplicationWizardPage.java
 (at line 64)
protected NewApplicationWizardPage(IProjectProvider projectProvider) {
Discouraged access: The type IProjectProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/NewApplicationWizardPage.java
 (at line 74)
project = projectProvider.getProject();
Discouraged access: The method getProject() from the type IProjectProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/NewApplicationWizardPage.java
 (at line 364)
projectProvider.getProjectName(), String.class,
Discouraged access: The method getProjectName() from the type IProjectProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
6. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/NewApplicationWizardPage.java
 (at line 389)
proNameText.setText(projectProvider.getProjectName());
Discouraged access: The method getProjectName() from the type IProjectProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
7. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/NewApplicationWizardPage.java
 (at line 410)
data.put(PRODUCT_NAME, projectProvider.getProjectName());
Discouraged access: The method getProjectName() from the type IProjectProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar

/src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 25)
import org.eclipse.pde.internal.core.util.PDEJavaHelper;
Discouraged access: The type PDEJavaHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.core_3.6.0.v20100601.jar
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 26)
import org.eclipse.pde.internal.core.util.VMUtil;
Discouraged access: The type VMUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.core_3.6.0.v20100601.jar
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 27)
import org.eclipse.pde.internal.ui.IHelpContextIds;
Discouraged access: The type IHelpContextIds is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 28)
import org.eclipse.pde.internal.ui.PDEUIMessages;
Discouraged access: The type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 29)
import org.eclipse.pde.internal.ui.SWTFactory;
Discouraged access: The type SWTFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
6. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 30)
import org.eclipse.pde.internal.ui.wizards.IProjectProvider;
Discouraged access: The type IProjectProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
7. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 31)
import org.eclipse.pde.internal.ui.wizards.plugin.AbstractFieldData;
Discouraged access: The type AbstractFieldData is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
8. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 32)
import org.eclipse.pde.internal.ui.wizards.plugin.ContentPage;
Discouraged access: The type ContentPage is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
9. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 33)
import org.eclipse.pde.internal.ui.wizards.plugin.NewProjectCreationPage;
Discouraged access: The type NewProjectCreationPage is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
10. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 34)
import org.eclipse.pde.internal.ui.wizards.plugin.PluginFieldData;
Discouraged access: The type PluginFieldData is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
11. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 35)
import org.eclipse.pde.internal.ui.wizards.plugin.TemplateListSelectionPage;
Discouraged access: The type TemplateListSelectionPage is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
12. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 57)
public class PluginContentPage extends ContentPage {
Discouraged access: The type ContentPage is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
13. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 80)
private final static String NO_EXECUTION_ENVIRONMENT = PDEUIMessages.PluginContentPage_noEE;
Discouraged access: The type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
14. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 80)
private final static String NO_EXECUTION_ENVIRONMENT = PDEUIMessages.PluginContentPage_noEE;
Discouraged access: The field PluginContentPage_noEE from the type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
15. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 87)
if (fInitialized)
Discouraged access: The field fInitialized from the type ContentPage is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
16. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 88)
fChangedGroups |= P_CLASS_GROUP;
Discouraged access: The field fChangedGroups from the type ContentPage is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
17. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 100)
public PluginContentPage(String pageName, IProjectProvider provider, NewProjectCreationPage page, AbstractFieldData data) {
Discouraged access: The type IProjectProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
18. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 100)
public PluginContentPage(String pageName, IProjectProvider provider, NewProjectCreationPage page, AbstractFieldData data) {
Discouraged access: The type NewProjectCreationPage is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
19. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 100)
public PluginContentPage(String pageName, IProjectProvider provider, NewProjectCreationPage page, AbstractFieldData data) {
Discouraged access: The type AbstractFieldData is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
20. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 101)
super(pageName, provider, page, data);
Discouraged access: The constructor ContentPage(String, IProjectProvider, NewProjectCreationPage, AbstractFieldData) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
21. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 102)
setTitle(PDEUIMessages.ContentPage_title);
Discouraged access: The type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
22. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 102)
setTitle(PDEUIMessages.ContentPage_title);
Discouraged access: The field ContentPage_title from the type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
23. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 103)
setDescription(PDEUIMessages.ContentPage_desc);
Discouraged access: The type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
24. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 103)
setDescription(PDEUIMessages.ContentPage_desc);
Discouraged access: The field ContentPage_desc from the type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
25. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 118)
PlatformUI.getWorkbench().getHelpSystem().setHelp(getControl(), IHelpContextIds.NEW_PROJECT_REQUIRED_DATA);
Discouraged access: The type IHelpContextIds is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
26. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 118)
PlatformUI.getWorkbench().getHelpSystem().setHelp(getControl(), IHelpContextIds.NEW_PROJECT_REQUIRED_DATA);
Discouraged access: The field NEW_PROJECT_REQUIRED_DATA from the type IHelpContextIds is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
27. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 126)
Group propertiesGroup = SWTFactory.createGroup(container, PDEUIMessages.ContentPage_pGroup, 3, 1, GridData.FILL_HORIZONTAL);
Discouraged access: The method createGroup(Composite, String, int, int, int) from the type SWTFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
28. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 126)
Group propertiesGroup = SWTFactory.createGroup(container, PDEUIMessages.ContentPage_pGroup, 3, 1, GridData.FILL_HORIZONTAL);
Discouraged access: The type SWTFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
29. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 126)
Group propertiesGroup = SWTFactory.createGroup(container, PDEUIMessages.ContentPage_pGroup, 3, 1, GridData.FILL_HORIZONTAL);
Discouraged access: The type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
30. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 126)
Group propertiesGroup = SWTFactory.createGroup(container, PDEUIMessages.ContentPage_pGroup, 3, 1, GridData.FILL_HORIZONTAL);
Discouraged access: The field ContentPage_pGroup from the type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
31. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 129)
label.setText(PDEUIMessages.ContentPage_pid);
Discouraged access: The type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
32. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 129)
label.setText(PDEUIMessages.ContentPage_pid);
Discouraged access: The field ContentPage_pid from the type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
33. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 130)
fIdText = createText(propertiesGroup, propertiesListener, 2);
Discouraged access: The field fIdText from the type ContentPage is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
34. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 130)
fIdText = createText(propertiesGroup, propertiesListener, 2);
Discouraged access: The method createText(Composite, ModifyListener, int) from the type ContentPage is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
35. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 130)
fIdText = createText(propertiesGroup, propertiesListener, 2);
Discouraged access: The field propertiesListener from the type ContentPage is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
36. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 133)
label.setText(PDEUIMessages.ContentPage_pversion);
Discouraged access: The type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
37. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 133)
label.setText(PDEUIMessages.ContentPage_pversion);
Discouraged access: The field ContentPage_pversion from the type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
38. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 134)
fVersionText = createText(propertiesGroup, propertiesListener, 2);
Discouraged access: The field fVersionText from the type ContentPage is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
39. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 134)
fVersionText = createText(propertiesGroup, propertiesListener, 2);
Discouraged access: The method createText(Composite, ModifyListener, int) from the type ContentPage is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
40. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 134)
fVersionText = createText(propertiesGroup, propertiesListener, 2);
Discouraged access: The field propertiesListener from the type ContentPage is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
41. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 137)
label.setText(PDEUIMessages.ContentPage_pname);
Discouraged access: The type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
42. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 137)
label.setText(PDEUIMessages.ContentPage_pname);
Discouraged access: The field ContentPage_pname from the type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
43. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 138)
fNameText = createText(propertiesGroup, propertiesListener, 2);
Discouraged access: The field fNameText from the type ContentPage is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
44. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 138)
fNameText = createText(propertiesGroup, propertiesListener, 2);
Discouraged access: The method createText(Composite, ModifyListener, int) from the type ContentPage is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
45. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 138)
fNameText = createText(propertiesGroup, propertiesListener, 2);
Discouraged access: The field propertiesListener from the type ContentPage is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
46. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 141)
label.setText(PDEUIMessages.ContentPage_pprovider);
Discouraged access: The type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
47. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 141)
label.setText(PDEUIMessages.ContentPage_pprovider);
Discouraged access: The field ContentPage_pprovider from the type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
48. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 142)
fProviderText = createText(propertiesGroup, propertiesListener, 2);
Discouraged access: The field fProviderText from the type ContentPage is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
49. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 142)
fProviderText = createText(propertiesGroup, propertiesListener, 2);
Discouraged access: The method createText(Composite, ModifyListener, int) from the type ContentPage is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
50. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 142)
fProviderText = createText(propertiesGroup, propertiesListener, 2);
Discouraged access: The field propertiesListener from the type ContentPage is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
51. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 154)
fEELabel.setText(PDEUIMessages.NewProjectCreationPage_executionEnvironments_label);
Discouraged access: The type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
52. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 154)
fEELabel.setText(PDEUIMessages.NewProjectCreationPage_executionEnvironments_label);
Discouraged access: The field NewProjectCreationPage_executionEnvironments_label from the type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
53. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 161)
IExecutionEnvironment[] exeEnvs = VMUtil.getExecutionEnvironments();
Discouraged access: The method getExecutionEnvironments() from the type VMUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.core_3.6.0.v20100601.jar
54. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 161)
IExecutionEnvironment[] exeEnvs = VMUtil.getExecutionEnvironments();
Discouraged access: The type VMUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.core_3.6.0.v20100601.jar
55. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 181)
if (VMUtil.getExecutionEnvironment(EEChoices[i]).isStrictlyCompatible(defaultVM)) {
Discouraged access: The method getExecutionEnvironment(String) from the type VMUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.core_3.6.0.v20100601.jar
56. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 181)
if (VMUtil.getExecutionEnvironment(EEChoices[i]).isStrictlyCompatible(defaultVM)) {
Discouraged access: The type VMUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.core_3.6.0.v20100601.jar
57. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 191)
fExeEnvButton.setText(PDEUIMessages.NewProjectCreationPage_environmentsButton);
Discouraged access: The type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
58. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 191)
fExeEnvButton.setText(PDEUIMessages.NewProjectCreationPage_environmentsButton);
Discouraged access: The field NewProjectCreationPage_environmentsButton from the type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
59. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 205)
Group classGroup = SWTFactory.createGroup(container, PDEUIMessages.ContentPage_pClassGroup, 2, 1, GridData.FILL_HORIZONTAL);
Discouraged access: The method createGroup(Composite, String, int, int, int) from the type SWTFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
60. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 205)
Group classGroup = SWTFactory.createGroup(container, PDEUIMessages.ContentPage_pClassGroup, 2, 1, GridData.FILL_HORIZONTAL);
Discouraged access: The type SWTFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
61. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 205)
Group classGroup = SWTFactory.createGroup(container, PDEUIMessages.ContentPage_pClassGroup, 2, 1, GridData.FILL_HORIZONTAL);
Discouraged access: The type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
62. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 205)
Group classGroup = SWTFactory.createGroup(container, PDEUIMessages.ContentPage_pClassGroup, 2, 1, GridData.FILL_HORIZONTAL);
Discouraged access: The field ContentPage_pClassGroup from the type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
63. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 209)
fGenerateActivator = SWTFactory.createCheckButton(classGroup, PDEUIMessages.ContentPage_generate, null, (settings != null) ? !settings.getBoolean(S_GENERATE_ACTIVATOR) : true, 2);
Discouraged access: The method createCheckButton(Composite, String, Image, boolean, int) from the type SWTFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
64. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 209)
fGenerateActivator = SWTFactory.createCheckButton(classGroup, PDEUIMessages.ContentPage_generate, null, (settings != null) ? !settings.getBoolean(S_GENERATE_ACTIVATOR) : true, 2);
Discouraged access: The type SWTFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
65. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 209)
fGenerateActivator = SWTFactory.createCheckButton(classGroup, PDEUIMessages.ContentPage_generate, null, (settings != null) ? !settings.getBoolean(S_GENERATE_ACTIVATOR) : true, 2);
Discouraged access: The type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
66. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 209)
fGenerateActivator = SWTFactory.createCheckButton(classGroup, PDEUIMessages.ContentPage_generate, null, (settings != null) ? !settings.getBoolean(S_GENERATE_ACTIVATOR) : true, 2);
Discouraged access: The field ContentPage_generate from the type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
67. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 220)
fClassLabel.setText(PDEUIMessages.ContentPage_classname);
Discouraged access: The type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
68. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 220)
fClassLabel.setText(PDEUIMessages.ContentPage_classname);
Discouraged access: The field ContentPage_classname from the type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
69. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 224)
fClassText = createText(classGroup, classListener);
Discouraged access: The method createText(Composite, ModifyListener) from the type ContentPage is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
70. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 226)
fUIPlugin = SWTFactory.createCheckButton(classGroup, PDEUIMessages.ContentPage_uicontribution, null, (settings != null) ? !settings.getBoolean(S_UI_PLUGIN) : true, 2);
Discouraged access: The method createCheckButton(Composite, String, Image, boolean, int) from the type SWTFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
71. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 226)
fUIPlugin = SWTFactory.createCheckButton(classGroup, PDEUIMessages.ContentPage_uicontribution, null, (settings != null) ? !settings.getBoolean(S_UI_PLUGIN) : true, 2);
Discouraged access: The type SWTFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
72. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 226)
fUIPlugin = SWTFactory.createCheckButton(classGroup, PDEUIMessages.ContentPage_uicontribution, null, (settings != null) ? !settings.getBoolean(S_UI_PLUGIN) : true, 2);
Discouraged access: The type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
73. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 226)
fUIPlugin = SWTFactory.createCheckButton(classGroup, PDEUIMessages.ContentPage_uicontribution, null, (settings != null) ? !settings.getBoolean(S_UI_PLUGIN) : true, 2);
Discouraged access: The field ContentPage_uicontribution from the type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
74. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 234)
fApiAnalysisButton = SWTFactory.createCheckButton(classGroup, PDEUIMessages.PluginContentPage_enable_api_analysis, null, false, 2);
Discouraged access: The method createCheckButton(Composite, String, Image, boolean, int) from the type SWTFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
75. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 234)
fApiAnalysisButton = SWTFactory.createCheckButton(classGroup, PDEUIMessages.PluginContentPage_enable_api_analysis, null, false, 2);
Discouraged access: The type SWTFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
76. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 234)
fApiAnalysisButton = SWTFactory.createCheckButton(classGroup, PDEUIMessages.PluginContentPage_enable_api_analysis, null, false, 2);
Discouraged access: The type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
77. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 234)
fApiAnalysisButton = SWTFactory.createCheckButton(classGroup, PDEUIMessages.PluginContentPage_enable_api_analysis, null, false, 2);
Discouraged access: The field PluginContentPage_enable_api_analysis from the type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
78. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 248)
super.updateData();
Discouraged access: The method updateData() from the type ContentPage is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
79. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 249)
PluginFieldData data = (PluginFieldData) fData;
Discouraged access: The type PluginFieldData is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
80. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 249)
PluginFieldData data = (PluginFieldData) fData;
Discouraged access: The type PluginFieldData is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
81. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 249)
PluginFieldData data = (PluginFieldData) fData;
Discouraged access: The field fData from the type ContentPage is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
82. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 250)
data.setClassname(fClassText.getText().trim());
Discouraged access: The method setClassname(String) from the type PluginFieldData is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
83. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 251)
data.setUIPlugin(fUIPlugin.getSelection());
Discouraged access: The method setUIPlugin(boolean) from the type PluginFieldData is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
84. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 252)
data.setDoGenerateClass(fGenerateActivator.getSelection());
Discouraged access: The method setDoGenerateClass(boolean) from the type PluginFieldData is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
85. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 253)
data.setRCPApplicationPlugin(!fData.isSimple() && !isPureOSGi());
Discouraged access: The method setRCPApplicationPlugin(boolean) from the type PluginFieldData is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
86. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 253)
data.setRCPApplicationPlugin(!fData.isSimple() && !isPureOSGi());
Discouraged access: The method isSimple() from the type AbstractFieldData is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
87. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 253)
data.setRCPApplicationPlugin(!fData.isSimple() && !isPureOSGi());
Discouraged access: The field fData from the type ContentPage is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
88. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 254)
data.setEnableAPITooling(fApiAnalysisButton.getSelection());
Discouraged access: The method setEnableAPITooling(boolean) from the type PluginFieldData is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
89. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 256)
fData.setExecutionEnvironment(fEEChoice.getText().trim());
Discouraged access: The method setExecutionEnvironment(String) from the type AbstractFieldData is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
90. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 256)
fData.setExecutionEnvironment(fEEChoice.getText().trim());
Discouraged access: The field fData from the type ContentPage is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
91. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 258)
fData.setExecutionEnvironment(null);
Discouraged access: The method setExecutionEnvironment(String) from the type AbstractFieldData is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
92. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 258)
fData.setExecutionEnvironment(null);
Discouraged access: The field fData from the type ContentPage is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
93. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 267)
fMainPage.updateData();
Discouraged access: The method updateData() from the type NewProjectCreationPage is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
94. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 267)
fMainPage.updateData();
Discouraged access: The field fMainPage from the type ContentPage is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
95. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/PluginContentPage.java
 (at line 268)
fGenerateActivator.setSelection(!fData.isSimple());
Discouraged access: The method isSimple() from the type AbstractFieldData is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar

/src/org/eclipse/e4/tools/ui/designer/wizards/TemplateOperation.java : 9 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/TemplateOperation.java
 (at line 39)
import org.eclipse.pde.internal.ui.PDEUIMessages;
Discouraged access: The type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/TemplateOperation.java
 (at line 62)
monitor.setTaskName(PDEUIMessages.AbstractTemplateSection_generating);
Discouraged access: The type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/TemplateOperation.java
 (at line 62)
monitor.setTaskName(PDEUIMessages.AbstractTemplateSection_generating);
Discouraged access: The field AbstractTemplateSection_generating from the type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.pde.ui_3.6.0.v20100601.jar

/src/org/eclipse/e4/tools/ui/designer/wizards/part/NewDynamicFilePartWizard.java : 16 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/NewDynamicFilePartWizard.java
 (at line 16)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/NewDynamicFilePartWizard.java
 (at line 17)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/NewDynamicFilePartWizard.java
 (at line 18)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/NewDynamicFilePartWizard.java
 (at line 19)
import org.eclipse.e4.ui.services.IServiceConstants;
Discouraged access: The type IServiceConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/NewDynamicFilePartWizard.java
 (at line 28)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/NewDynamicFilePartWizard.java
 (at line 30)
public NewDynamicFilePartWizard(IFile file, MPart part,
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/NewDynamicFilePartWizard.java
 (at line 31)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/NewDynamicFilePartWizard.java
 (at line 55)
List<MWindow> children = application.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/NewDynamicFilePartWizard.java
 (at line 55)
List<MWindow> children = application.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/NewDynamicFilePartWizard.java
 (at line 57)
application.getVariables().add(IServiceConstants.SELECTION);
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/NewDynamicFilePartWizard.java
 (at line 57)
application.getVariables().add(IServiceConstants.SELECTION);
Discouraged access: The type IServiceConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot
12. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/NewDynamicFilePartWizard.java
 (at line 57)
application.getVariables().add(IServiceConstants.SELECTION);
Discouraged access: The field SELECTION from the type IServiceConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot
13. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/NewDynamicFilePartWizard.java
 (at line 59)
for (MWindow mWindow : children) {
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/NewDynamicFilePartWizard.java
 (at line 60)
mWindow.getVariables().add(IServiceConstants.SELECTION);
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/NewDynamicFilePartWizard.java
 (at line 60)
mWindow.getVariables().add(IServiceConstants.SELECTION);
Discouraged access: The type IServiceConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot
16. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/NewDynamicFilePartWizard.java
 (at line 60)
mWindow.getVariables().add(IServiceConstants.SELECTION);
Discouraged access: The field SELECTION from the type IServiceConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot

/src/org/eclipse/e4/tools/ui/designer/wizards/part/NewEObjectPartWizard.java : 2 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/NewEObjectPartWizard.java
 (at line 14)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/NewEObjectPartWizard.java
 (at line 26)
public NewEObjectPartWizard(IFile selectedFile, MPart part,
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/tools/ui/designer/wizards/part/NewEObjectPartWizardPage.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/NewEObjectPartWizardPage.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/I20100618-1645/plugins/org.eclipse.e4.core.di/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/NewEObjectPartWizardPage.java
 (at line 24)
import org.eclipse.e4.ui.services.IServiceConstants;
Discouraged access: The type IServiceConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/NewEObjectPartWizardPage.java
 (at line 102)
imports.addImport(Optional.class.getName());
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/I20100618-1645/plugins/org.eclipse.e4.core.di/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/NewEObjectPartWizardPage.java
 (at line 104)
imports.addImport(IServiceConstants.class.getName());
Discouraged access: The type IServiceConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot

/src/org/eclipse/e4/tools/ui/designer/wizards/part/NewOptionsPartWizard.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/NewOptionsPartWizard.java
 (at line 14)
import org.eclipse.e4.ui.model.application.ui.basic.MInputPart;
Discouraged access: The type MInputPart is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/NewOptionsPartWizard.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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/NewOptionsPartWizard.java
 (at line 28)
public NewOptionsPartWizard(IFile selectedFile, MPart part, Object dataContextValue) {
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/NewOptionsPartWizard.java
 (at line 41)
if (fPart instanceof MInputPart) {
Discouraged access: The type MInputPart is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/NewOptionsPartWizard.java
 (at line 46)
IStructuredSelection selection = getSelection();
Discouraged access: The method getSelection() from the type NewElementWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar

/src/org/eclipse/e4/tools/ui/designer/wizards/part/NewOptionsPartWizardPage.java : 26 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/NewOptionsPartWizardPage.java
 (at line 32)
import org.eclipse.jdt.internal.ui.dialogs.FilteredTypesSelectionDialog;
Discouraged access: The type FilteredTypesSelectionDialog is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/NewOptionsPartWizardPage.java
 (at line 33)
import org.eclipse.jdt.internal.ui.wizards.dialogfields.DialogField;
Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/NewOptionsPartWizardPage.java
 (at line 34)
import org.eclipse.jdt.internal.ui.wizards.dialogfields.IDialogFieldListener;
Discouraged access: The type IDialogFieldListener is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/NewOptionsPartWizardPage.java
 (at line 35)
import org.eclipse.jdt.internal.ui.wizards.dialogfields.IStringButtonAdapter;
Discouraged access: The type IStringButtonAdapter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/NewOptionsPartWizardPage.java
 (at line 36)
import org.eclipse.jdt.internal.ui.wizards.dialogfields.StringButtonDialogField;
Discouraged access: The type StringButtonDialogField is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
6. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/NewOptionsPartWizardPage.java
 (at line 77)
private StringButtonDialogField dataContextField;
Discouraged access: The type StringButtonDialogField is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
7. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/NewOptionsPartWizardPage.java
 (at line 135)
dataContextField.setEnabled(enabled);
Discouraged access: The method setEnabled(boolean) from the type DialogField is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
8. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/NewOptionsPartWizardPage.java
 (at line 236)
dataContextField.setText(((Class<?>) type).getName());
Discouraged access: The method setText(String) from the type StringDialogField is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
9. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/NewOptionsPartWizardPage.java
 (at line 249)
FilteredTypesSelectionDialog dialog = new FilteredTypesSelectionDialog(
Discouraged access: The type FilteredTypesSelectionDialog is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
10. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/NewOptionsPartWizardPage.java
 (at line 249)
FilteredTypesSelectionDialog dialog = new FilteredTypesSelectionDialog( getShell(), false, getWizard().getContainer(), scope, IJavaSearchConstants.CLASS);
Discouraged access: The constructor FilteredTypesSelectionDialog(Shell, boolean, IRunnableContext, IJavaSearchScope, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
11. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/NewOptionsPartWizardPage.java
 (at line 249)
FilteredTypesSelectionDialog dialog = new FilteredTypesSelectionDialog(
Discouraged access: The type FilteredTypesSelectionDialog is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
12. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/NewOptionsPartWizardPage.java
 (at line 252)
dialog.setTitle("Choose a JavaBean");
Discouraged access: The method setTitle(String) from the type FilteredTypesSelectionDialog is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
13. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/NewOptionsPartWizardPage.java
 (at line 256)
if (dialog.open() == Window.OK) {
Discouraged access: The method open() from the type FilteredTypesSelectionDialog is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
14. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/NewOptionsPartWizardPage.java
 (at line 272)
dataContextField.setEnabled(true);
Discouraged access: The method setEnabled(boolean) from the type DialogField is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
15. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/NewOptionsPartWizardPage.java
 (at line 275)
dataContextField.setEnabled(false);
Discouraged access: The method setEnabled(boolean) from the type DialogField is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
16. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/NewOptionsPartWizardPage.java
 (at line 278)
dataContextField.setEnabled(true);
Discouraged access: The method setEnabled(boolean) from the type DialogField is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
17. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/NewOptionsPartWizardPage.java
 (at line 410)
private class DataContextFieldAdapter implements IStringButtonAdapter,
Discouraged access: The type IStringButtonAdapter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
18. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/NewOptionsPartWizardPage.java
 (at line 411)
IDialogFieldListener {
Discouraged access: The type IDialogFieldListener is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
19. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/NewOptionsPartWizardPage.java
 (at line 414)
public void changeControlPressed(DialogField field) {
Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
20. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/NewOptionsPartWizardPage.java
 (at line 416)
if (type != null && field instanceof StringButtonDialogField) {
Discouraged access: The type StringButtonDialogField is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
21. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/NewOptionsPartWizardPage.java
 (at line 417)
((StringButtonDialogField) field).setText(type .getFullyQualifiedName());
Discouraged access: The method setText(String) from the type StringDialogField is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
22. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/NewOptionsPartWizardPage.java
 (at line 417)
((StringButtonDialogField) field).setText(type
Discouraged access: The type StringButtonDialogField is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
23. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/NewOptionsPartWizardPage.java
 (at line 423)
public void dialogFieldChanged(DialogField field) {
Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
24. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/NewOptionsPartWizardPage.java
 (at line 424)
if (field instanceof StringButtonDialogField) {
Discouraged access: The type StringButtonDialogField is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
25. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/NewOptionsPartWizardPage.java
 (at line 425)
validateNewType(((StringButtonDialogField) field).getText());
Discouraged access: The method getText() from the type StringDialogField is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
26. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/NewOptionsPartWizardPage.java
 (at line 425)
validateNewType(((StringButtonDialogField) field).getText());
Discouraged access: The type StringButtonDialogField is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar

/src/org/eclipse/e4/tools/ui/designer/wizards/part/NewSelectionPartWizard.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/NewSelectionPartWizard.java
 (at line 14)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/NewSelectionPartWizard.java
 (at line 15)
import org.eclipse.e4.ui.services.IServiceConstants;
Discouraged access: The type IServiceConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/NewSelectionPartWizard.java
 (at line 23)
public NewSelectionPartWizard(IFile file, MPart part) {
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/NewSelectionPartWizard.java
 (at line 48)
fPart.getVariables().add(IServiceConstants.SELECTION);
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/NewSelectionPartWizard.java
 (at line 48)
fPart.getVariables().add(IServiceConstants.SELECTION);
Discouraged access: The type IServiceConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot
6. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/NewSelectionPartWizard.java
 (at line 48)
fPart.getVariables().add(IServiceConstants.SELECTION);
Discouraged access: The field SELECTION from the type IServiceConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot

/src/org/eclipse/e4/tools/ui/designer/wizards/part/NewSelectionPartWizardPage.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/NewSelectionPartWizardPage.java
 (at line 18)
import org.eclipse.e4.core.di.annotations.Optional;
Discouraged access: The type Optional is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.di/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/NewSelectionPartWizardPage.java
 (at line 20)
import org.eclipse.e4.ui.services.IServiceConstants;
Discouraged access: The type IServiceConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/NewSelectionPartWizardPage.java
 (at line 88)
imports.addImport(Optional.class.getName());
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/I20100618-1645/plugins/org.eclipse.e4.core.di/@dot
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/NewSelectionPartWizardPage.java
 (at line 90)
imports.addImport(IServiceConstants.class.getName());
Discouraged access: The type IServiceConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/NewSelectionPartWizardPage.java
 (at line 116)
imports.addImport(IServiceConstants.class.getName());
Discouraged access: The type IServiceConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot

/src/org/eclipse/e4/tools/ui/designer/wizards/part/PDCTypeLabelProvider.java : 9 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/PDCTypeLabelProvider.java
 (at line 23)
import org.eclipse.jdt.internal.ui.JavaPluginImages;
Discouraged access: The type JavaPluginImages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/PDCTypeLabelProvider.java
 (at line 66)
return JavaPluginImages.get(JavaPluginImages.IMG_FIELD_PUBLIC);
Discouraged access: The type JavaPluginImages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/PDCTypeLabelProvider.java
 (at line 66)
return JavaPluginImages.get(JavaPluginImages.IMG_FIELD_PUBLIC);
Discouraged access: The method get(String) from the type JavaPluginImages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/PDCTypeLabelProvider.java
 (at line 66)
return JavaPluginImages.get(JavaPluginImages.IMG_FIELD_PUBLIC);
Discouraged access: The type JavaPluginImages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/PDCTypeLabelProvider.java
 (at line 66)
return JavaPluginImages.get(JavaPluginImages.IMG_FIELD_PUBLIC);
Discouraged access: The field IMG_FIELD_PUBLIC from the type JavaPluginImages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
6. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/PDCTypeLabelProvider.java
 (at line 68)
return JavaPluginImages.get(JavaPluginImages.IMG_OBJS_CLASS);
Discouraged access: The type JavaPluginImages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
7. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/PDCTypeLabelProvider.java
 (at line 68)
return JavaPluginImages.get(JavaPluginImages.IMG_OBJS_CLASS);
Discouraged access: The method get(String) from the type JavaPluginImages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
8. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/PDCTypeLabelProvider.java
 (at line 68)
return JavaPluginImages.get(JavaPluginImages.IMG_OBJS_CLASS);
Discouraged access: The type JavaPluginImages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
9. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/PDCTypeLabelProvider.java
 (at line 68)
return JavaPluginImages.get(JavaPluginImages.IMG_OBJS_CLASS);
Discouraged access: The field IMG_OBJS_CLASS from the type JavaPluginImages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar

/src/org/eclipse/e4/tools/ui/designer/wizards/part/WizardCreatePartPage.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/WizardCreatePartPage.java
 (at line 25)
import org.eclipse.e4.ui.services.IServiceConstants;
Discouraged access: The type IServiceConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/WizardCreatePartPage.java
 (at line 30)
import org.eclipse.jdt.internal.ui.IJavaHelpContextIds;
Discouraged access: The type IJavaHelpContextIds is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/WizardCreatePartPage.java
 (at line 89)
IJavaHelpContextIds.NEW_CLASS_WIZARD_PAGE);
Discouraged access: The type IJavaHelpContextIds is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/WizardCreatePartPage.java
 (at line 89)
IJavaHelpContextIds.NEW_CLASS_WIZARD_PAGE);
Discouraged access: The field NEW_CLASS_WIZARD_PAGE from the type IJavaHelpContextIds is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/WizardCreatePartPage.java
 (at line 120)
imports.addImport(IServiceConstants.class.getName());
Discouraged access: The type IServiceConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.services/@dot

/src/org/eclipse/e4/tools/ui/designer/wizards/part/WizardNewPart.java : 20 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/WizardNewPart.java
 (at line 22)
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/WizardNewPart.java
 (at line 28)
import org.eclipse.jdt.internal.ui.JavaPlugin;
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
3. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/WizardNewPart.java
 (at line 29)
import org.eclipse.jdt.internal.ui.JavaPluginImages;
Discouraged access: The type JavaPluginImages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
4. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/WizardNewPart.java
 (at line 30)
import org.eclipse.jdt.internal.ui.actions.WorkbenchRunnableAdapter;
Discouraged access: The type WorkbenchRunnableAdapter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
5. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/WizardNewPart.java
 (at line 31)
import org.eclipse.jdt.internal.ui.wizards.NewElementWizard;
Discouraged access: The type NewElementWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
6. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/WizardNewPart.java
 (at line 38)
public abstract class WizardNewPart extends NewElementWizard {
Discouraged access: The type NewElementWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
7. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/WizardNewPart.java
 (at line 41)
protected MPart fPart;
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/WizardNewPart.java
 (at line 47)
public WizardNewPart(IFile file, MPart part) {
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/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/WizardNewPart.java
 (at line 52)
setDefaultPageImageDescriptor(JavaPluginImages.DESC_WIZBAN_NEWCLASS);
Discouraged access: The type JavaPluginImages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
10. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/WizardNewPart.java
 (at line 52)
setDefaultPageImageDescriptor(JavaPluginImages.DESC_WIZBAN_NEWCLASS);
Discouraged access: The field DESC_WIZBAN_NEWCLASS from the type JavaPluginImages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
11. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/WizardNewPart.java
 (at line 53)
setDialogSettings(JavaPlugin.getDefault().getDialogSettings());
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
12. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/WizardNewPart.java
 (at line 53)
setDialogSettings(JavaPlugin.getDefault().getDialogSettings());
Discouraged access: The method getDefault() from the type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
13. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/WizardNewPart.java
 (at line 58)
boolean performFinish = super.performFinish();
Discouraged access: The method performFinish() from the type NewElementWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
14. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/WizardNewPart.java
 (at line 74)
runnable = new WorkbenchRunnableAdapter(op, rule, true);
Discouraged access: The constructor WorkbenchRunnableAdapter(IWorkspaceRunnable, ISchedulingRule, boolean) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
15. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/WizardNewPart.java
 (at line 74)
runnable = new WorkbenchRunnableAdapter(op, rule, true);
Discouraged access: The type WorkbenchRunnableAdapter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
16. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/WizardNewPart.java
 (at line 76)
runnable = new WorkbenchRunnableAdapter(op, getSchedulingRule());
Discouraged access: The constructor WorkbenchRunnableAdapter(IWorkspaceRunnable, ISchedulingRule) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
17. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/WizardNewPart.java
 (at line 76)
runnable = new WorkbenchRunnableAdapter(op,
Discouraged access: The type WorkbenchRunnableAdapter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
18. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/WizardNewPart.java
 (at line 77)
getSchedulingRule());
Discouraged access: The method getSchedulingRule() from the type NewElementWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20100617/plugins/org.eclipse.jdt.ui_3.6.0.v20100602-1600.jar
19. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/WizardNewPart.java
 (at line 86)
fPart.setContributionURI(partURI);
Discouraged access: The method setContributionURI(String) from the type MContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/tools/ui/designer/wizards/part/WizardNewPart.java
 (at line 87)
fPart.setLabel(type.getElementName());
Discouraged access: The method setLabel(String) from the type MUILabel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot