Compiler log for org.eclipse.e4.ui.model.workbench.edit_0.9.1.v20100616-1900 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 846

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

/src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PlaceholderItemProvider.java : 5 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PlaceholderItemProvider.java
 (at line 17)
import org.eclipse.e4.ui.model.application.ui.advanced.MPlaceholder;
The import org.eclipse.e4.ui.model.application.ui.advanced.MPlaceholder is never used

/src/org/eclipse/e4/ui/model/application/ui/basic/provider/PartSashContainerItemProvider.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/PartSashContainerItemProvider.java
 (at line 17)
import org.eclipse.e4.ui.model.application.ui.basic.MPartSashContainer;
The import org.eclipse.e4.ui.model.application.ui.basic.MPartSashContainer is never used

/src/org/eclipse/e4/ui/model/application/ui/basic/provider/PartStackItemProvider.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/PartStackItemProvider.java
 (at line 17)
import org.eclipse.e4.ui.model.application.ui.basic.MPartStack;
The import org.eclipse.e4.ui.model.application.ui.basic.MPartStack is never used

/src/org/eclipse/e4/ui/model/application/ui/basic/provider/TrimBarItemProvider.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/TrimBarItemProvider.java
 (at line 17)
import org.eclipse.e4.ui.model.application.ui.basic.MTrimBar;
The import org.eclipse.e4.ui.model.application.ui.basic.MTrimBar is never used

/src/org/eclipse/e4/ui/model/application/ui/basic/provider/TrimElementItemProvider.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/TrimElementItemProvider.java
 (at line 17)
import org.eclipse.e4.ui.model.application.ui.basic.MTrimElement;
The import org.eclipse.e4.ui.model.application.ui.basic.MTrimElement is never used

/src/org/eclipse/e4/ui/model/application/ui/menu/provider/ToolBarContributionsItemProvider.java : 8 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/ToolBarContributionsItemProvider.java
 (at line 24)
import org.eclipse.emf.edit.provider.ComposeableAdapterFactory;
The import org.eclipse.emf.edit.provider.ComposeableAdapterFactory is never used

/src/org/eclipse/e4/ui/model/application/ui/menu/provider/ToolBarElementItemProvider.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/ToolBarElementItemProvider.java
 (at line 17)
import org.eclipse.e4.ui.model.application.ui.menu.MToolBarElement;
The import org.eclipse.e4.ui.model.application.ui.menu.MToolBarElement is never used

/src/org/eclipse/e4/ui/model/application/ui/menu/provider/ToolBarItemProvider.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/ToolBarItemProvider.java
 (at line 17)
import org.eclipse.e4.ui.model.application.ui.menu.MToolBar;
The import org.eclipse.e4.ui.model.application.ui.menu.MToolBar is never used

/src/org/eclipse/e4/ui/model/application/ui/menu/provider/ToolBarSeparatorItemProvider.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/ToolBarSeparatorItemProvider.java
 (at line 16)
import org.eclipse.e4.ui.model.application.ui.menu.MToolBarSeparator;
The import org.eclipse.e4.ui.model.application.ui.menu.MToolBarSeparator is never used

/src/org/eclipse/e4/ui/model/application/ui/menu/provider/ToolItemItemProvider.java : 14 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/ToolItemItemProvider.java
 (at line 16)
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/ui/model/application/ui/menu/provider/ToolItemItemProvider.java
 (at line 17)
import org.eclipse.e4.ui.model.application.ui.advanced.MAdvancedFactory;
The import org.eclipse.e4.ui.model.application.ui.advanced.MAdvancedFactory is never used
3. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/ToolItemItemProvider.java
 (at line 18)
import org.eclipse.e4.ui.model.application.ui.basic.MBasicFactory;
The import org.eclipse.e4.ui.model.application.ui.basic.MBasicFactory is never used
4. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/ToolItemItemProvider.java
 (at line 19)
import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl;
The import org.eclipse.e4.ui.model.application.ui.impl.UiPackageImpl is never used
5. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/ToolItemItemProvider.java
 (at line 20)
import org.eclipse.e4.ui.model.application.ui.menu.MMenuFactory;
The import org.eclipse.e4.ui.model.application.ui.menu.MMenuFactory is never used
6. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/ToolItemItemProvider.java
 (at line 25)
import org.eclipse.emf.ecore.EStructuralFeature;
The import org.eclipse.emf.ecore.EStructuralFeature is never used
7. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/ToolItemItemProvider.java
 (at line 33)
import org.eclipse.emf.edit.provider.ViewerNotification;
The import org.eclipse.emf.edit.provider.ViewerNotification is never used

/src/org/eclipse/e4/ui/model/application/ui/menu/provider/TrimContributionsItemProvider.java : 8 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/TrimContributionsItemProvider.java
 (at line 24)
import org.eclipse.emf.edit.provider.ComposeableAdapterFactory;
The import org.eclipse.emf.edit.provider.ComposeableAdapterFactory is never used

/src/org/eclipse/e4/ui/model/application/ui/provider/GenericStackItemProvider.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/GenericStackItemProvider.java
 (at line 16)
import org.eclipse.e4.ui.model.application.ui.MGenericStack;
The import org.eclipse.e4.ui.model.application.ui.MGenericStack is never used

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

/src/org/eclipse/e4/ui/model/application/commands/provider/CommandsItemProviderAdapterFactory.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/commands/provider/CommandsItemProviderAdapterFactory.java
 (at line 15)
import org.eclipse.e4.ui.model.application.commands.util.CommandsAdapterFactory;
Discouraged access: The type CommandsAdapterFactory is not accessible due to restriction 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/ui/model/application/commands/provider/CommandsItemProviderAdapterFactory.java
 (at line 40)
public class CommandsItemProviderAdapterFactory extends CommandsAdapterFactory implements ComposeableAdapterFactory, IChangeNotifier, IDisposable {
Discouraged access: The type CommandsAdapterFactory is not accessible due to restriction 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/ui/model/application/commands/provider/CommandsItemProviderAdapterFactory.java
 (at line 267)
return supportedTypes.contains(type) || super.isFactoryForType(type);
Discouraged access: The method isFactoryForType(Object) from the type CommandsAdapterFactory is not accessible due to restriction 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/ui/model/application/commands/provider/HandlerItemProvider.java : 1 warning :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/commands/provider/HandlerItemProvider.java
 (at line 112)
String label = ((MHandler)object).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

/src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/BasicItemProviderAdapterFactory.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/BasicItemProviderAdapterFactory.java
 (at line 15)
import org.eclipse.e4.ui.model.application.descriptor.basic.util.BasicAdapterFactory;
Discouraged access: The type BasicAdapterFactory is not accessible due to restriction 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/ui/model/application/descriptor/basic/provider/BasicItemProviderAdapterFactory.java
 (at line 40)
public class BasicItemProviderAdapterFactory extends BasicAdapterFactory implements ComposeableAdapterFactory, IChangeNotifier, IDisposable {
Discouraged access: The type BasicAdapterFactory is not accessible due to restriction 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/ui/model/application/descriptor/basic/provider/BasicItemProviderAdapterFactory.java
 (at line 80)
* This keeps track of the one adapter used for all {@link org.eclipse.e4.ui.model.application.descriptor.basic.MPartDescriptor} instances.
Discouraged access: The type MPartDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/BasicItemProviderAdapterFactory.java
 (at line 88)
* This creates an adapter for a {@link org.eclipse.e4.ui.model.application.descriptor.basic.MPartDescriptor}.
Discouraged access: The type MPartDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/BasicItemProviderAdapterFactory.java
 (at line 103)
* This keeps track of the one adapter used for all {@link org.eclipse.e4.ui.model.application.descriptor.basic.MPartDescriptorContainer} instances.
Discouraged access: The type MPartDescriptorContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/BasicItemProviderAdapterFactory.java
 (at line 111)
* This creates an adapter for a {@link org.eclipse.e4.ui.model.application.descriptor.basic.MPartDescriptorContainer}.
Discouraged access: The type MPartDescriptorContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/BasicItemProviderAdapterFactory.java
 (at line 152)
return supportedTypes.contains(type) || super.isFactoryForType(type);
Discouraged access: The method isFactoryForType(Object) from the type BasicAdapterFactory is not accessible due to restriction 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/ui/model/application/descriptor/basic/provider/PartDescriptorContainerItemProvider.java : 16 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorContainerItemProvider.java
 (at line 16)
import org.eclipse.e4.ui.model.application.descriptor.basic.MBasicFactory;
Discouraged access: The type MBasicFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorContainerItemProvider.java
 (at line 17)
import org.eclipse.e4.ui.model.application.descriptor.basic.MPartDescriptorContainer;
Discouraged access: The type MPartDescriptorContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorContainerItemProvider.java
 (at line 18)
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
4. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorContainerItemProvider.java
 (at line 34)
* This is the item provider adapter for a {@link org.eclipse.e4.ui.model.application.descriptor.basic.MPartDescriptorContainer} object.
Discouraged access: The type MPartDescriptorContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorContainerItemProvider.java
 (at line 84)
childrenFeatures.add(BasicPackageImpl.Literals.PART_DESCRIPTOR_CONTAINER__DESCRIPTORS);
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorContainerItemProvider.java
 (at line 84)
childrenFeatures.add(BasicPackageImpl.Literals.PART_DESCRIPTOR_CONTAINER__DESCRIPTORS);
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorContainerItemProvider.java
 (at line 84)
childrenFeatures.add(BasicPackageImpl.Literals.PART_DESCRIPTOR_CONTAINER__DESCRIPTORS);
Discouraged access: The field PART_DESCRIPTOR_CONTAINER__DESCRIPTORS from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorContainerItemProvider.java
 (at line 135)
switch (notification.getFeatureID(MPartDescriptorContainer.class)) {
Discouraged access: The type MPartDescriptorContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorContainerItemProvider.java
 (at line 136)
case BasicPackageImpl.PART_DESCRIPTOR_CONTAINER__DESCRIPTORS:
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorContainerItemProvider.java
 (at line 136)
case BasicPackageImpl.PART_DESCRIPTOR_CONTAINER__DESCRIPTORS:
Discouraged access: The field PART_DESCRIPTOR_CONTAINER__DESCRIPTORS 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
11. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorContainerItemProvider.java
 (at line 156)
(BasicPackageImpl.Literals.PART_DESCRIPTOR_CONTAINER__DESCRIPTORS,
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorContainerItemProvider.java
 (at line 156)
(BasicPackageImpl.Literals.PART_DESCRIPTOR_CONTAINER__DESCRIPTORS,
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorContainerItemProvider.java
 (at line 156)
(BasicPackageImpl.Literals.PART_DESCRIPTOR_CONTAINER__DESCRIPTORS,
Discouraged access: The field PART_DESCRIPTOR_CONTAINER__DESCRIPTORS from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorContainerItemProvider.java
 (at line 157)
MBasicFactory.INSTANCE.createPartDescriptor()));
Discouraged access: The type MBasicFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorContainerItemProvider.java
 (at line 157)
MBasicFactory.INSTANCE.createPartDescriptor()));
Discouraged access: The method createPartDescriptor() from the type MBasicFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorContainerItemProvider.java
 (at line 157)
MBasicFactory.INSTANCE.createPartDescriptor()));
Discouraged access: The field INSTANCE from the type MBasicFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java : 80 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 18)
import org.eclipse.e4.ui.model.application.descriptor.basic.MPartDescriptor;
Discouraged access: The type MPartDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 19)
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/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 22)
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
4. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 39)
* This is the item provider adapter for a {@link org.eclipse.e4.ui.model.application.descriptor.basic.MPartDescriptor} object.
Discouraged access: The type MPartDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 164)
BasicPackageImpl.Literals.PART_DESCRIPTOR__ALLOW_MULTIPLE,
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 164)
BasicPackageImpl.Literals.PART_DESCRIPTOR__ALLOW_MULTIPLE,
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 164)
BasicPackageImpl.Literals.PART_DESCRIPTOR__ALLOW_MULTIPLE,
Discouraged access: The field PART_DESCRIPTOR__ALLOW_MULTIPLE from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 186)
BasicPackageImpl.Literals.PART_DESCRIPTOR__CATEGORY,
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 186)
BasicPackageImpl.Literals.PART_DESCRIPTOR__CATEGORY,
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 186)
BasicPackageImpl.Literals.PART_DESCRIPTOR__CATEGORY,
Discouraged access: The field PART_DESCRIPTOR__CATEGORY from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 208)
BasicPackageImpl.Literals.PART_DESCRIPTOR__CLOSEABLE,
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 208)
BasicPackageImpl.Literals.PART_DESCRIPTOR__CLOSEABLE,
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 208)
BasicPackageImpl.Literals.PART_DESCRIPTOR__CLOSEABLE,
Discouraged access: The field PART_DESCRIPTOR__CLOSEABLE from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 230)
BasicPackageImpl.Literals.PART_DESCRIPTOR__DIRTYABLE,
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 230)
BasicPackageImpl.Literals.PART_DESCRIPTOR__DIRTYABLE,
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 230)
BasicPackageImpl.Literals.PART_DESCRIPTOR__DIRTYABLE,
Discouraged access: The field PART_DESCRIPTOR__DIRTYABLE from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 252)
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
18. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 252)
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
19. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 252)
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
20. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 274)
childrenFeatures.add(BasicPackageImpl.Literals.PART_DESCRIPTOR__MENUS);
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 274)
childrenFeatures.add(BasicPackageImpl.Literals.PART_DESCRIPTOR__MENUS);
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 274)
childrenFeatures.add(BasicPackageImpl.Literals.PART_DESCRIPTOR__MENUS);
Discouraged access: The field PART_DESCRIPTOR__MENUS from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 275)
childrenFeatures.add(BasicPackageImpl.Literals.PART_DESCRIPTOR__TOOLBAR);
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 275)
childrenFeatures.add(BasicPackageImpl.Literals.PART_DESCRIPTOR__TOOLBAR);
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 275)
childrenFeatures.add(BasicPackageImpl.Literals.PART_DESCRIPTOR__TOOLBAR);
Discouraged access: The field PART_DESCRIPTOR__TOOLBAR from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 312)
String label = ((MPartDescriptor)object).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
27. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 312)
String label = ((MPartDescriptor)object).getLabel();
Discouraged access: The type MPartDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 329)
switch (notification.getFeatureID(MPartDescriptor.class)) {
Discouraged access: The type MPartDescriptor is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 330)
case BasicPackageImpl.PART_DESCRIPTOR__BINDING_CONTEXTS:
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
30. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 330)
case BasicPackageImpl.PART_DESCRIPTOR__BINDING_CONTEXTS:
Discouraged access: The field PART_DESCRIPTOR__BINDING_CONTEXTS 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
31. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 331)
case BasicPackageImpl.PART_DESCRIPTOR__ELEMENT_ID:
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
32. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 331)
case BasicPackageImpl.PART_DESCRIPTOR__ELEMENT_ID:
Discouraged access: The field PART_DESCRIPTOR__ELEMENT_ID 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
33. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 332)
case BasicPackageImpl.PART_DESCRIPTOR__TAGS:
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/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 332)
case BasicPackageImpl.PART_DESCRIPTOR__TAGS:
Discouraged access: The field PART_DESCRIPTOR__TAGS 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
35. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 333)
case BasicPackageImpl.PART_DESCRIPTOR__ALLOW_MULTIPLE:
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 333)
case BasicPackageImpl.PART_DESCRIPTOR__ALLOW_MULTIPLE:
Discouraged access: The field PART_DESCRIPTOR__ALLOW_MULTIPLE 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
37. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 334)
case BasicPackageImpl.PART_DESCRIPTOR__CATEGORY:
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 334)
case BasicPackageImpl.PART_DESCRIPTOR__CATEGORY:
Discouraged access: The field PART_DESCRIPTOR__CATEGORY 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
39. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 335)
case BasicPackageImpl.PART_DESCRIPTOR__CLOSEABLE:
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 335)
case BasicPackageImpl.PART_DESCRIPTOR__CLOSEABLE:
Discouraged access: The field PART_DESCRIPTOR__CLOSEABLE 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
41. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 336)
case BasicPackageImpl.PART_DESCRIPTOR__DIRTYABLE:
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 336)
case BasicPackageImpl.PART_DESCRIPTOR__DIRTYABLE:
Discouraged access: The field PART_DESCRIPTOR__DIRTYABLE 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
43. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 337)
case BasicPackageImpl.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
44. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 337)
case BasicPackageImpl.PART_DESCRIPTOR__CONTRIBUTION_URI:
Discouraged access: The field PART_DESCRIPTOR__CONTRIBUTION_URI 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
45. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 340)
case BasicPackageImpl.PART_DESCRIPTOR__HANDLERS:
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
46. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 340)
case BasicPackageImpl.PART_DESCRIPTOR__HANDLERS:
Discouraged access: The field PART_DESCRIPTOR__HANDLERS 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
47. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 341)
case BasicPackageImpl.PART_DESCRIPTOR__MENUS:
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 341)
case BasicPackageImpl.PART_DESCRIPTOR__MENUS:
Discouraged access: The field PART_DESCRIPTOR__MENUS 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
49. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 342)
case BasicPackageImpl.PART_DESCRIPTOR__TOOLBAR:
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
50. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 342)
case BasicPackageImpl.PART_DESCRIPTOR__TOOLBAR:
Discouraged access: The field PART_DESCRIPTOR__TOOLBAR 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
51. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 367)
(BasicPackageImpl.Literals.PART_DESCRIPTOR__MENUS,
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
52. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 367)
(BasicPackageImpl.Literals.PART_DESCRIPTOR__MENUS,
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
53. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 367)
(BasicPackageImpl.Literals.PART_DESCRIPTOR__MENUS,
Discouraged access: The field PART_DESCRIPTOR__MENUS from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
54. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 368)
MMenuFactory.INSTANCE.createMenu()));
Discouraged access: The type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
55. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 368)
MMenuFactory.INSTANCE.createMenu()));
Discouraged access: The method createMenu() from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 368)
MMenuFactory.INSTANCE.createMenu()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
57. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 372)
(BasicPackageImpl.Literals.PART_DESCRIPTOR__MENUS,
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
58. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 372)
(BasicPackageImpl.Literals.PART_DESCRIPTOR__MENUS,
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
59. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 372)
(BasicPackageImpl.Literals.PART_DESCRIPTOR__MENUS,
Discouraged access: The field PART_DESCRIPTOR__MENUS from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
60. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 373)
MMenuFactory.INSTANCE.createPopupMenu()));
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
61. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 373)
MMenuFactory.INSTANCE.createPopupMenu()));
Discouraged access: The method createPopupMenu() from 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
62. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 373)
MMenuFactory.INSTANCE.createPopupMenu()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
63. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 377)
(BasicPackageImpl.Literals.PART_DESCRIPTOR__MENUS,
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
64. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 377)
(BasicPackageImpl.Literals.PART_DESCRIPTOR__MENUS,
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
65. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 377)
(BasicPackageImpl.Literals.PART_DESCRIPTOR__MENUS,
Discouraged access: The field PART_DESCRIPTOR__MENUS from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
66. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 378)
MMenuFactory.INSTANCE.createRenderedMenu()));
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
67. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 378)
MMenuFactory.INSTANCE.createRenderedMenu()));
Discouraged access: The method createRenderedMenu() from 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
68. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 378)
MMenuFactory.INSTANCE.createRenderedMenu()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
69. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 382)
(BasicPackageImpl.Literals.PART_DESCRIPTOR__TOOLBAR,
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
70. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 382)
(BasicPackageImpl.Literals.PART_DESCRIPTOR__TOOLBAR,
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
71. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 382)
(BasicPackageImpl.Literals.PART_DESCRIPTOR__TOOLBAR,
Discouraged access: The field PART_DESCRIPTOR__TOOLBAR from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
72. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 383)
MMenuFactory.INSTANCE.createToolBar()));
Discouraged access: The type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
73. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 383)
MMenuFactory.INSTANCE.createToolBar()));
Discouraged access: The method createToolBar() from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
74. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 383)
MMenuFactory.INSTANCE.createToolBar()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
75. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 387)
(BasicPackageImpl.Literals.PART_DESCRIPTOR__TOOLBAR,
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
76. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 387)
(BasicPackageImpl.Literals.PART_DESCRIPTOR__TOOLBAR,
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
77. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 387)
(BasicPackageImpl.Literals.PART_DESCRIPTOR__TOOLBAR,
Discouraged access: The field PART_DESCRIPTOR__TOOLBAR from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
78. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 388)
MMenuFactory.INSTANCE.createRenderedToolBar()));
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
79. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 388)
MMenuFactory.INSTANCE.createRenderedToolBar()));
Discouraged access: The method createRenderedToolBar() from 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
80. WARNING in /src/org/eclipse/e4/ui/model/application/descriptor/basic/provider/PartDescriptorItemProvider.java
 (at line 388)
MMenuFactory.INSTANCE.createRenderedToolBar()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/ui/model/application/provider/AddonItemProvider.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/provider/AddonItemProvider.java
 (at line 16)
import org.eclipse.e4.ui.model.application.MAddon;
Discouraged access: The type MAddon is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/model/application/provider/AddonItemProvider.java
 (at line 27)
* This is the item provider adapter for a {@link org.eclipse.e4.ui.model.application.MAddon} object.
Discouraged access: The type MAddon is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/model/application/provider/AddonItemProvider.java
 (at line 84)
String label = ((MAddon)object).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/ui/model/application/provider/AddonItemProvider.java
 (at line 84)
String label = ((MAddon)object).getContributionURI();
Discouraged access: The type MAddon is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/ui/model/application/provider/ApplicationElementItemProvider.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/provider/ApplicationElementItemProvider.java
 (at line 16)
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/ui/model/application/provider/ApplicationElementItemProvider.java
 (at line 33)
* This is the item provider adapter for a {@link org.eclipse.e4.ui.model.application.MApplicationElement} object.
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/ui/model/application/provider/ApplicationElementItemProvider.java
 (at line 153)
switch (notification.getFeatureID(MApplicationElement.class)) {
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/ui/model/application/provider/ApplicationItemProvider.java : 30 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/provider/ApplicationItemProvider.java
 (at line 15)
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/ui/model/application/provider/ApplicationItemProvider.java
 (at line 16)
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/ui/model/application/provider/ApplicationItemProvider.java
 (at line 19)
import org.eclipse.e4.ui.model.application.descriptor.basic.MBasicFactory;
Discouraged access: The type MBasicFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/model/application/provider/ApplicationItemProvider.java
 (at line 20)
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
5. WARNING in /src/org/eclipse/e4/ui/model/application/provider/ApplicationItemProvider.java
 (at line 23)
import org.eclipse.e4.ui.model.application.ui.menu.MMenuFactory;
Discouraged access: The type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/model/application/provider/ApplicationItemProvider.java
 (at line 43)
* {@link org.eclipse.e4.ui.model.application.MApplication} object. <!--
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/ui/model/application/provider/ApplicationItemProvider.java
 (at line 161)
childrenFeatures.add(BasicPackageImpl.Literals.PART_DESCRIPTOR_CONTAINER__DESCRIPTORS);
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/model/application/provider/ApplicationItemProvider.java
 (at line 161)
childrenFeatures.add(BasicPackageImpl.Literals.PART_DESCRIPTOR_CONTAINER__DESCRIPTORS);
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/model/application/provider/ApplicationItemProvider.java
 (at line 161)
childrenFeatures.add(BasicPackageImpl.Literals.PART_DESCRIPTOR_CONTAINER__DESCRIPTORS);
Discouraged access: The field PART_DESCRIPTOR_CONTAINER__DESCRIPTORS from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/model/application/provider/ApplicationItemProvider.java
 (at line 218)
switch (notification.getFeatureID(MApplication.class)) {
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
11. WARNING in /src/org/eclipse/e4/ui/model/application/provider/ApplicationItemProvider.java
 (at line 255)
((EFactory)MApplicationFactory.INSTANCE).create(ApplicationPackageImpl.Literals.STRING_TO_STRING_MAP)));
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
12. WARNING in /src/org/eclipse/e4/ui/model/application/provider/ApplicationItemProvider.java
 (at line 255)
((EFactory)MApplicationFactory.INSTANCE).create(ApplicationPackageImpl.Literals.STRING_TO_STRING_MAP)));
Discouraged access: The field INSTANCE from the type MApplicationFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/model/application/provider/ApplicationItemProvider.java
 (at line 274)
(BasicPackageImpl.Literals.PART_DESCRIPTOR_CONTAINER__DESCRIPTORS,
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/model/application/provider/ApplicationItemProvider.java
 (at line 274)
(BasicPackageImpl.Literals.PART_DESCRIPTOR_CONTAINER__DESCRIPTORS,
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/model/application/provider/ApplicationItemProvider.java
 (at line 274)
(BasicPackageImpl.Literals.PART_DESCRIPTOR_CONTAINER__DESCRIPTORS,
Discouraged access: The field PART_DESCRIPTOR_CONTAINER__DESCRIPTORS from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/model/application/provider/ApplicationItemProvider.java
 (at line 275)
MBasicFactory.INSTANCE.createPartDescriptor()));
Discouraged access: The type MBasicFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/model/application/provider/ApplicationItemProvider.java
 (at line 275)
MBasicFactory.INSTANCE.createPartDescriptor()));
Discouraged access: The method createPartDescriptor() from the type MBasicFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/model/application/provider/ApplicationItemProvider.java
 (at line 275)
MBasicFactory.INSTANCE.createPartDescriptor()));
Discouraged access: The field INSTANCE from the type MBasicFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/model/application/provider/ApplicationItemProvider.java
 (at line 280)
MMenuFactory.INSTANCE.createMenuContribution()));
Discouraged access: The type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/model/application/provider/ApplicationItemProvider.java
 (at line 280)
MMenuFactory.INSTANCE.createMenuContribution()));
Discouraged access: The method createMenuContribution() from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/model/application/provider/ApplicationItemProvider.java
 (at line 280)
MMenuFactory.INSTANCE.createMenuContribution()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/model/application/provider/ApplicationItemProvider.java
 (at line 285)
MMenuFactory.INSTANCE.createToolBarContribution()));
Discouraged access: The type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/model/application/provider/ApplicationItemProvider.java
 (at line 285)
MMenuFactory.INSTANCE.createToolBarContribution()));
Discouraged access: The method createToolBarContribution() from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/model/application/provider/ApplicationItemProvider.java
 (at line 285)
MMenuFactory.INSTANCE.createToolBarContribution()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/model/application/provider/ApplicationItemProvider.java
 (at line 290)
MMenuFactory.INSTANCE.createTrimContribution()));
Discouraged access: The type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/ui/model/application/provider/ApplicationItemProvider.java
 (at line 290)
MMenuFactory.INSTANCE.createTrimContribution()));
Discouraged access: The method createTrimContribution() from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/model/application/provider/ApplicationItemProvider.java
 (at line 290)
MMenuFactory.INSTANCE.createTrimContribution()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/model/application/provider/ApplicationItemProvider.java
 (at line 300)
MApplicationFactory.INSTANCE.createAddon()));
Discouraged access: The type MApplicationFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/model/application/provider/ApplicationItemProvider.java
 (at line 300)
MApplicationFactory.INSTANCE.createAddon()));
Discouraged access: The method createAddon() from the type MApplicationFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/ui/model/application/provider/ApplicationItemProvider.java
 (at line 300)
MApplicationFactory.INSTANCE.createAddon()));
Discouraged access: The field INSTANCE from the type MApplicationFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/ui/model/application/provider/ApplicationItemProviderAdapterFactory.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/provider/ApplicationItemProviderAdapterFactory.java
 (at line 15)
import org.eclipse.e4.ui.model.application.util.ApplicationAdapterFactory;
Discouraged access: The type ApplicationAdapterFactory is not accessible due to restriction 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/ui/model/application/provider/ApplicationItemProviderAdapterFactory.java
 (at line 40)
public class ApplicationItemProviderAdapterFactory extends ApplicationAdapterFactory implements ComposeableAdapterFactory, IChangeNotifier, IDisposable {
Discouraged access: The type ApplicationAdapterFactory is not accessible due to restriction 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/ui/model/application/provider/ApplicationItemProviderAdapterFactory.java
 (at line 103)
* This keeps track of the one adapter used for all {@link org.eclipse.e4.ui.model.application.MApplication} instances.
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/ui/model/application/provider/ApplicationItemProviderAdapterFactory.java
 (at line 111)
* This creates an adapter for a {@link 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
5. WARNING in /src/org/eclipse/e4/ui/model/application/provider/ApplicationItemProviderAdapterFactory.java
 (at line 126)
* This keeps track of the one adapter used for all {@link org.eclipse.e4.ui.model.application.MAddon} instances.
Discouraged access: The type MAddon is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/model/application/provider/ApplicationItemProviderAdapterFactory.java
 (at line 134)
* This creates an adapter for a {@link org.eclipse.e4.ui.model.application.MAddon}.
Discouraged access: The type MAddon is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/model/application/provider/ApplicationItemProviderAdapterFactory.java
 (at line 175)
return supportedTypes.contains(type) || super.isFactoryForType(type);
Discouraged access: The method isFactoryForType(Object) from the type ApplicationAdapterFactory is not accessible due to restriction 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/ui/model/application/provider/ContributionItemProvider.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/provider/ContributionItemProvider.java
 (at line 16)
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/ui/model/application/provider/ContributionItemProvider.java
 (at line 31)
* This is the item provider adapter for a {@link org.eclipse.e4.ui.model.application.MContribution} object.
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/ui/model/application/provider/ContributionItemProvider.java
 (at line 146)
String label = ((MContribution)object).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/ui/model/application/provider/ContributionItemProvider.java
 (at line 146)
String label = ((MContribution)object).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
5. WARNING in /src/org/eclipse/e4/ui/model/application/provider/ContributionItemProvider.java
 (at line 163)
switch (notification.getFeatureID(MContribution.class)) {
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/ui/model/application/ui/advanced/provider/AdvancedItemProviderAdapterFactory.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/AdvancedItemProviderAdapterFactory.java
 (at line 15)
import org.eclipse.e4.ui.model.application.ui.advanced.util.AdvancedAdapterFactory;
Discouraged access: The type AdvancedAdapterFactory is not accessible due to restriction 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/ui/model/application/ui/advanced/provider/AdvancedItemProviderAdapterFactory.java
 (at line 40)
public class AdvancedItemProviderAdapterFactory extends AdvancedAdapterFactory implements ComposeableAdapterFactory, IChangeNotifier, IDisposable {
Discouraged access: The type AdvancedAdapterFactory is not accessible due to restriction 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/ui/model/application/ui/advanced/provider/AdvancedItemProviderAdapterFactory.java
 (at line 175)
return supportedTypes.contains(type) || super.isFactoryForType(type);
Discouraged access: The method isFactoryForType(Object) from the type AdvancedAdapterFactory is not accessible due to restriction 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/ui/model/application/ui/advanced/provider/PerspectiveItemProvider.java : 38 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveItemProvider.java
 (at line 16)
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/ui/model/application/ui/advanced/provider/PerspectiveItemProvider.java
 (at line 20)
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/ui/model/application/ui/advanced/provider/PerspectiveItemProvider.java
 (at line 21)
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
4. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveItemProvider.java
 (at line 206)
childrenFeatures.add(AdvancedPackageImpl.Literals.PERSPECTIVE__WINDOWS);
Discouraged access: The type AdvancedPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveItemProvider.java
 (at line 206)
childrenFeatures.add(AdvancedPackageImpl.Literals.PERSPECTIVE__WINDOWS);
Discouraged access: The type AdvancedPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveItemProvider.java
 (at line 206)
childrenFeatures.add(AdvancedPackageImpl.Literals.PERSPECTIVE__WINDOWS);
Discouraged access: The field PERSPECTIVE__WINDOWS from the type AdvancedPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveItemProvider.java
 (at line 243)
String label = ((MPerspective)object).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
8. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveItemProvider.java
 (at line 261)
case AdvancedPackageImpl.PERSPECTIVE__LABEL:
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
9. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveItemProvider.java
 (at line 261)
case AdvancedPackageImpl.PERSPECTIVE__LABEL:
Discouraged access: The field PERSPECTIVE__LABEL from 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
10. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveItemProvider.java
 (at line 262)
case AdvancedPackageImpl.PERSPECTIVE__ICON_URI:
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
11. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveItemProvider.java
 (at line 262)
case AdvancedPackageImpl.PERSPECTIVE__ICON_URI:
Discouraged access: The field PERSPECTIVE__ICON_URI from 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
12. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveItemProvider.java
 (at line 263)
case AdvancedPackageImpl.PERSPECTIVE__TOOLTIP:
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
13. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveItemProvider.java
 (at line 263)
case AdvancedPackageImpl.PERSPECTIVE__TOOLTIP:
Discouraged access: The field PERSPECTIVE__TOOLTIP from 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
14. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveItemProvider.java
 (at line 264)
case AdvancedPackageImpl.PERSPECTIVE__CONTEXT:
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
15. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveItemProvider.java
 (at line 264)
case AdvancedPackageImpl.PERSPECTIVE__CONTEXT:
Discouraged access: The field PERSPECTIVE__CONTEXT from 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
16. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveItemProvider.java
 (at line 265)
case AdvancedPackageImpl.PERSPECTIVE__VARIABLES:
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
17. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveItemProvider.java
 (at line 265)
case AdvancedPackageImpl.PERSPECTIVE__VARIABLES:
Discouraged access: The field PERSPECTIVE__VARIABLES from 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
18. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveItemProvider.java
 (at line 268)
case AdvancedPackageImpl.PERSPECTIVE__PROPERTIES:
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
19. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveItemProvider.java
 (at line 268)
case AdvancedPackageImpl.PERSPECTIVE__PROPERTIES:
Discouraged access: The field PERSPECTIVE__PROPERTIES from 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
20. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveItemProvider.java
 (at line 269)
case AdvancedPackageImpl.PERSPECTIVE__WINDOWS:
Discouraged access: The type AdvancedPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveItemProvider.java
 (at line 269)
case AdvancedPackageImpl.PERSPECTIVE__WINDOWS:
Discouraged access: The field PERSPECTIVE__WINDOWS from 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
22. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveItemProvider.java
 (at line 290)
((EFactory)MApplicationFactory.INSTANCE).create(ApplicationPackageImpl.Literals.STRING_TO_STRING_MAP)));
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
23. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveItemProvider.java
 (at line 290)
((EFactory)MApplicationFactory.INSTANCE).create(ApplicationPackageImpl.Literals.STRING_TO_STRING_MAP)));
Discouraged access: The field INSTANCE from the type MApplicationFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveItemProvider.java
 (at line 294)
(AdvancedPackageImpl.Literals.PERSPECTIVE__WINDOWS,
Discouraged access: The type AdvancedPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveItemProvider.java
 (at line 294)
(AdvancedPackageImpl.Literals.PERSPECTIVE__WINDOWS,
Discouraged access: The type AdvancedPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveItemProvider.java
 (at line 294)
(AdvancedPackageImpl.Literals.PERSPECTIVE__WINDOWS,
Discouraged access: The field PERSPECTIVE__WINDOWS from the type AdvancedPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveItemProvider.java
 (at line 295)
MBasicFactory.INSTANCE.createWindow()));
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
28. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveItemProvider.java
 (at line 295)
MBasicFactory.INSTANCE.createWindow()));
Discouraged access: The method createWindow() 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/ui/model/application/ui/advanced/provider/PerspectiveItemProvider.java
 (at line 295)
MBasicFactory.INSTANCE.createWindow()));
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
30. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveItemProvider.java
 (at line 299)
(AdvancedPackageImpl.Literals.PERSPECTIVE__WINDOWS,
Discouraged access: The type AdvancedPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveItemProvider.java
 (at line 299)
(AdvancedPackageImpl.Literals.PERSPECTIVE__WINDOWS,
Discouraged access: The type AdvancedPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveItemProvider.java
 (at line 299)
(AdvancedPackageImpl.Literals.PERSPECTIVE__WINDOWS,
Discouraged access: The field PERSPECTIVE__WINDOWS from the type AdvancedPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveItemProvider.java
 (at line 300)
MBasicFactory.INSTANCE.createTrimmedWindow()));
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
34. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveItemProvider.java
 (at line 300)
MBasicFactory.INSTANCE.createTrimmedWindow()));
Discouraged access: The method createTrimmedWindow() 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
35. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveItemProvider.java
 (at line 300)
MBasicFactory.INSTANCE.createTrimmedWindow()));
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
36. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveItemProvider.java
 (at line 316)
childFeature == AdvancedPackageImpl.Literals.PERSPECTIVE__WINDOWS;
Discouraged access: The type AdvancedPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveItemProvider.java
 (at line 316)
childFeature == AdvancedPackageImpl.Literals.PERSPECTIVE__WINDOWS;
Discouraged access: The type AdvancedPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveItemProvider.java
 (at line 316)
childFeature == AdvancedPackageImpl.Literals.PERSPECTIVE__WINDOWS;
Discouraged access: The field PERSPECTIVE__WINDOWS from the type AdvancedPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java : 81 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 16)
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/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 20)
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/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 21)
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
4. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 23)
import org.eclipse.e4.ui.model.application.ui.menu.MMenuFactory;
Discouraged access: The type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 167)
case AdvancedPackageImpl.PERSPECTIVE_STACK__CHILDREN:
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
6. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 167)
case AdvancedPackageImpl.PERSPECTIVE_STACK__CHILDREN:
Discouraged access: The field PERSPECTIVE_STACK__CHILDREN from 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
7. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 203)
MApplicationFactory.INSTANCE.createApplication()));
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
8. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 203)
MApplicationFactory.INSTANCE.createApplication()));
Discouraged access: The method createApplication() from 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
9. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 203)
MApplicationFactory.INSTANCE.createApplication()));
Discouraged access: The field INSTANCE from the type MApplicationFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 208)
MMenuFactory.INSTANCE.createHandledItem()));
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
11. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 208)
MMenuFactory.INSTANCE.createHandledItem()));
Discouraged access: The method createHandledItem() from 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
12. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 208)
MMenuFactory.INSTANCE.createHandledItem()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 213)
MMenuFactory.INSTANCE.createMenuSeparator()));
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
14. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 213)
MMenuFactory.INSTANCE.createMenuSeparator()));
Discouraged access: The method createMenuSeparator() from 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
15. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 213)
MMenuFactory.INSTANCE.createMenuSeparator()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 218)
MMenuFactory.INSTANCE.createMenu()));
Discouraged access: The type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 218)
MMenuFactory.INSTANCE.createMenu()));
Discouraged access: The method createMenu() from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 218)
MMenuFactory.INSTANCE.createMenu()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 223)
MMenuFactory.INSTANCE.createMenuContribution()));
Discouraged access: The type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 223)
MMenuFactory.INSTANCE.createMenuContribution()));
Discouraged access: The method createMenuContribution() from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 223)
MMenuFactory.INSTANCE.createMenuContribution()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 228)
MMenuFactory.INSTANCE.createPopupMenu()));
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
23. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 228)
MMenuFactory.INSTANCE.createPopupMenu()));
Discouraged access: The method createPopupMenu() from 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
24. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 228)
MMenuFactory.INSTANCE.createPopupMenu()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 233)
MMenuFactory.INSTANCE.createDirectMenuItem()));
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
26. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 233)
MMenuFactory.INSTANCE.createDirectMenuItem()));
Discouraged access: The method createDirectMenuItem() from 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
27. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 233)
MMenuFactory.INSTANCE.createDirectMenuItem()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 238)
MMenuFactory.INSTANCE.createHandledMenuItem()));
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
29. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 238)
MMenuFactory.INSTANCE.createHandledMenuItem()));
Discouraged access: The method createHandledMenuItem() from 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
30. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 238)
MMenuFactory.INSTANCE.createHandledMenuItem()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 243)
MMenuFactory.INSTANCE.createToolBar()));
Discouraged access: The type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 243)
MMenuFactory.INSTANCE.createToolBar()));
Discouraged access: The method createToolBar() from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 243)
MMenuFactory.INSTANCE.createToolBar()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 248)
MMenuFactory.INSTANCE.createToolControl()));
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
35. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 248)
MMenuFactory.INSTANCE.createToolControl()));
Discouraged access: The method createToolControl() from 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
36. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 248)
MMenuFactory.INSTANCE.createToolControl()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 253)
MMenuFactory.INSTANCE.createHandledToolItem()));
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
38. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 253)
MMenuFactory.INSTANCE.createHandledToolItem()));
Discouraged access: The method createHandledToolItem() from 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
39. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 253)
MMenuFactory.INSTANCE.createHandledToolItem()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 258)
MMenuFactory.INSTANCE.createDirectToolItem()));
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
41. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 258)
MMenuFactory.INSTANCE.createDirectToolItem()));
Discouraged access: The method createDirectToolItem() from 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
42. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 258)
MMenuFactory.INSTANCE.createDirectToolItem()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 263)
MMenuFactory.INSTANCE.createToolBarSeparator()));
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
44. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 263)
MMenuFactory.INSTANCE.createToolBarSeparator()));
Discouraged access: The method createToolBarSeparator() from 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
45. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 263)
MMenuFactory.INSTANCE.createToolBarSeparator()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 268)
MMenuFactory.INSTANCE.createRenderedMenu()));
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
47. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 268)
MMenuFactory.INSTANCE.createRenderedMenu()));
Discouraged access: The method createRenderedMenu() from 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
48. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 268)
MMenuFactory.INSTANCE.createRenderedMenu()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 273)
MMenuFactory.INSTANCE.createRenderedToolBar()));
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
50. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 273)
MMenuFactory.INSTANCE.createRenderedToolBar()));
Discouraged access: The method createRenderedToolBar() from 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
51. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 273)
MMenuFactory.INSTANCE.createRenderedToolBar()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
52. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 278)
MMenuFactory.INSTANCE.createToolBarContribution()));
Discouraged access: The type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
53. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 278)
MMenuFactory.INSTANCE.createToolBarContribution()));
Discouraged access: The method createToolBarContribution() from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
54. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 278)
MMenuFactory.INSTANCE.createToolBarContribution()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
55. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 283)
MMenuFactory.INSTANCE.createTrimContribution()));
Discouraged access: The type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 283)
MMenuFactory.INSTANCE.createTrimContribution()));
Discouraged access: The method createTrimContribution() from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
57. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 283)
MMenuFactory.INSTANCE.createTrimContribution()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
58. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 288)
MBasicFactory.INSTANCE.createPart()));
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
59. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 288)
MBasicFactory.INSTANCE.createPart()));
Discouraged access: The method createPart() 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
60. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 288)
MBasicFactory.INSTANCE.createPart()));
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
61. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 293)
MBasicFactory.INSTANCE.createInputPart()));
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
62. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 293)
MBasicFactory.INSTANCE.createInputPart()));
Discouraged access: The method createInputPart() 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
63. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 293)
MBasicFactory.INSTANCE.createInputPart()));
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
64. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 298)
MBasicFactory.INSTANCE.createPartStack()));
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
65. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 298)
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
66. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 298)
MBasicFactory.INSTANCE.createPartStack()));
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
67. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 303)
MBasicFactory.INSTANCE.createPartSashContainer()));
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
68. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 303)
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
69. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 303)
MBasicFactory.INSTANCE.createPartSashContainer()));
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
70. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 308)
MBasicFactory.INSTANCE.createWindow()));
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
71. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 308)
MBasicFactory.INSTANCE.createWindow()));
Discouraged access: The method createWindow() 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
72. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 308)
MBasicFactory.INSTANCE.createWindow()));
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
73. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 313)
MBasicFactory.INSTANCE.createTrimmedWindow()));
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
74. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 313)
MBasicFactory.INSTANCE.createTrimmedWindow()));
Discouraged access: The method createTrimmedWindow() 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
75. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 313)
MBasicFactory.INSTANCE.createTrimmedWindow()));
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
76. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 318)
MBasicFactory.INSTANCE.createTrimBar()));
Discouraged access: The type MBasicFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
77. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 318)
MBasicFactory.INSTANCE.createTrimBar()));
Discouraged access: The method createTrimBar() from the type MBasicFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
78. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 318)
MBasicFactory.INSTANCE.createTrimBar()));
Discouraged access: The field INSTANCE from the type MBasicFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
79. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 323)
MBasicFactory.INSTANCE.createStackElement()));
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
80. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 323)
MBasicFactory.INSTANCE.createStackElement()));
Discouraged access: The method createStackElement() 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
81. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PerspectiveStackItemProvider.java
 (at line 323)
MBasicFactory.INSTANCE.createStackElement()));
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

/src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PlaceholderItemProvider.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PlaceholderItemProvider.java
 (at line 18)
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
2. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PlaceholderItemProvider.java
 (at line 84)
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
3. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PlaceholderItemProvider.java
 (at line 84)
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
4. WARNING in /src/org/eclipse/e4/ui/model/application/ui/advanced/provider/PlaceholderItemProvider.java
 (at line 84)
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

/src/org/eclipse/e4/ui/model/application/ui/basic/provider/BasicItemProviderAdapterFactory.java : 19 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/BasicItemProviderAdapterFactory.java
 (at line 15)
import org.eclipse.e4.ui.model.application.ui.basic.util.BasicAdapterFactory;
Discouraged access: The type BasicAdapterFactory is not accessible due to restriction 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/ui/model/application/ui/basic/provider/BasicItemProviderAdapterFactory.java
 (at line 40)
public class BasicItemProviderAdapterFactory extends BasicAdapterFactory implements ComposeableAdapterFactory, IChangeNotifier, IDisposable {
Discouraged access: The type BasicAdapterFactory is not accessible due to restriction 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/ui/model/application/ui/basic/provider/BasicItemProviderAdapterFactory.java
 (at line 80)
* This keeps track of the one adapter used for all {@link org.eclipse.e4.ui.model.application.ui.basic.MPart} instances.
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/ui/model/application/ui/basic/provider/BasicItemProviderAdapterFactory.java
 (at line 88)
* This creates an adapter for a {@link 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/ui/model/application/ui/basic/provider/BasicItemProviderAdapterFactory.java
 (at line 103)
* This keeps track of the one adapter used for all {@link org.eclipse.e4.ui.model.application.ui.basic.MInputPart} instances.
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
6. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/BasicItemProviderAdapterFactory.java
 (at line 111)
* This creates an adapter for a {@link 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
7. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/BasicItemProviderAdapterFactory.java
 (at line 126)
* This keeps track of the one adapter used for all {@link org.eclipse.e4.ui.model.application.ui.basic.MPartStack} instances.
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/ui/model/application/ui/basic/provider/BasicItemProviderAdapterFactory.java
 (at line 134)
* This creates an adapter for a {@link 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/ui/model/application/ui/basic/provider/BasicItemProviderAdapterFactory.java
 (at line 149)
* This keeps track of the one adapter used for all {@link org.eclipse.e4.ui.model.application.ui.basic.MPartSashContainer} instances.
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
10. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/BasicItemProviderAdapterFactory.java
 (at line 157)
* This creates an adapter for a {@link 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
11. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/BasicItemProviderAdapterFactory.java
 (at line 172)
* This keeps track of the one adapter used for all {@link org.eclipse.e4.ui.model.application.ui.basic.MWindow} instances.
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
12. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/BasicItemProviderAdapterFactory.java
 (at line 180)
* This creates an adapter for a {@link 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
13. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/BasicItemProviderAdapterFactory.java
 (at line 195)
* This keeps track of the one adapter used for all {@link org.eclipse.e4.ui.model.application.ui.basic.MTrimmedWindow} instances.
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
14. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/BasicItemProviderAdapterFactory.java
 (at line 203)
* This creates an adapter for a {@link 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
15. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/BasicItemProviderAdapterFactory.java
 (at line 218)
* This keeps track of the one adapter used for all {@link org.eclipse.e4.ui.model.application.ui.basic.MTrimBar} instances.
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/ui/model/application/ui/basic/provider/BasicItemProviderAdapterFactory.java
 (at line 226)
* This creates an adapter for a {@link 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
17. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/BasicItemProviderAdapterFactory.java
 (at line 241)
* This keeps track of the one adapter used for all {@link org.eclipse.e4.ui.model.application.ui.basic.MStackElement} instances.
Discouraged access: The type 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
18. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/BasicItemProviderAdapterFactory.java
 (at line 249)
* This creates an adapter for a {@link org.eclipse.e4.ui.model.application.ui.basic.MStackElement}.
Discouraged access: The type 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
19. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/BasicItemProviderAdapterFactory.java
 (at line 290)
return supportedTypes.contains(type) || super.isFactoryForType(type);
Discouraged access: The method isFactoryForType(Object) from the type BasicAdapterFactory is not accessible due to restriction 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/ui/model/application/ui/basic/provider/InputPartItemProvider.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/InputPartItemProvider.java
 (at line 16)
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/ui/model/application/ui/basic/provider/InputPartItemProvider.java
 (at line 32)
* This is the item provider adapter for a {@link org.eclipse.e4.ui.model.application.ui.basic.MInputPart} object.
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
3. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/InputPartItemProvider.java
 (at line 112)
String label = ((MInputPart)object).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/ui/model/application/ui/basic/provider/InputPartItemProvider.java
 (at line 112)
String label = ((MInputPart)object).getContributionURI();
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/ui/model/application/ui/basic/provider/InputPartItemProvider.java
 (at line 129)
switch (notification.getFeatureID(MInputPart.class)) {
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

/src/org/eclipse/e4/ui/model/application/ui/basic/provider/PartItemProvider.java : 28 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/PartItemProvider.java
 (at line 16)
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/ui/model/application/ui/basic/provider/PartItemProvider.java
 (at line 22)
import org.eclipse.e4.ui.model.application.ui.MUiFactory;
Discouraged access: The type MUiFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/PartItemProvider.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
4. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/PartItemProvider.java
 (at line 26)
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
5. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/PartItemProvider.java
 (at line 43)
* This is the item provider adapter for a {@link org.eclipse.e4.ui.model.application.ui.basic.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/ui/model/application/ui/basic/provider/PartItemProvider.java
 (at line 433)
String label = ((MPart)object).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
7. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/PartItemProvider.java
 (at line 433)
String label = ((MPart)object).getContributionURI();
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/ui/model/application/ui/basic/provider/PartItemProvider.java
 (at line 450)
switch (notification.getFeatureID(MPart.class)) {
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/ui/model/application/ui/basic/provider/PartItemProvider.java
 (at line 492)
((EFactory)MApplicationFactory.INSTANCE).create(ApplicationPackageImpl.Literals.STRING_TO_STRING_MAP)));
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
10. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/PartItemProvider.java
 (at line 492)
((EFactory)MApplicationFactory.INSTANCE).create(ApplicationPackageImpl.Literals.STRING_TO_STRING_MAP)));
Discouraged access: The field INSTANCE from the type MApplicationFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/PartItemProvider.java
 (at line 497)
MUiFactory.INSTANCE.createCoreExpression()));
Discouraged access: The type MUiFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/PartItemProvider.java
 (at line 497)
MUiFactory.INSTANCE.createCoreExpression()));
Discouraged access: The method createCoreExpression() from the type MUiFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/PartItemProvider.java
 (at line 497)
MUiFactory.INSTANCE.createCoreExpression()));
Discouraged access: The field INSTANCE from the type MUiFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/PartItemProvider.java
 (at line 507)
MMenuFactory.INSTANCE.createMenu()));
Discouraged access: The type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/PartItemProvider.java
 (at line 507)
MMenuFactory.INSTANCE.createMenu()));
Discouraged access: The method createMenu() from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/PartItemProvider.java
 (at line 507)
MMenuFactory.INSTANCE.createMenu()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/PartItemProvider.java
 (at line 512)
MMenuFactory.INSTANCE.createPopupMenu()));
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
18. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/PartItemProvider.java
 (at line 512)
MMenuFactory.INSTANCE.createPopupMenu()));
Discouraged access: The method createPopupMenu() from 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
19. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/PartItemProvider.java
 (at line 512)
MMenuFactory.INSTANCE.createPopupMenu()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/PartItemProvider.java
 (at line 517)
MMenuFactory.INSTANCE.createRenderedMenu()));
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/ui/model/application/ui/basic/provider/PartItemProvider.java
 (at line 517)
MMenuFactory.INSTANCE.createRenderedMenu()));
Discouraged access: The method createRenderedMenu() from 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
22. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/PartItemProvider.java
 (at line 517)
MMenuFactory.INSTANCE.createRenderedMenu()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
23. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/PartItemProvider.java
 (at line 522)
MMenuFactory.INSTANCE.createToolBar()));
Discouraged access: The type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/PartItemProvider.java
 (at line 522)
MMenuFactory.INSTANCE.createToolBar()));
Discouraged access: The method createToolBar() from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/PartItemProvider.java
 (at line 522)
MMenuFactory.INSTANCE.createToolBar()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
26. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/PartItemProvider.java
 (at line 527)
MMenuFactory.INSTANCE.createRenderedToolBar()));
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
27. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/PartItemProvider.java
 (at line 527)
MMenuFactory.INSTANCE.createRenderedToolBar()));
Discouraged access: The method createRenderedToolBar() from 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
28. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/PartItemProvider.java
 (at line 527)
MMenuFactory.INSTANCE.createRenderedToolBar()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/ui/model/application/ui/basic/provider/PartSashContainerItemProvider.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/PartSashContainerItemProvider.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
2. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/PartSashContainerItemProvider.java
 (at line 30)
* This is the item provider adapter for a {@link org.eclipse.e4.ui.model.application.ui.basic.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

/src/org/eclipse/e4/ui/model/application/ui/basic/provider/PartStackItemProvider.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/PartStackItemProvider.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
2. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/PartStackItemProvider.java
 (at line 30)
* This is the item provider adapter for a {@link org.eclipse.e4.ui.model.application.ui.basic.MPartStack} object.
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/ui/model/application/ui/basic/provider/StackElementItemProvider.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/StackElementItemProvider.java
 (at line 17)
import org.eclipse.e4.ui.model.application.ui.basic.MStackElement;
Discouraged access: The type 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
2. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/StackElementItemProvider.java
 (at line 30)
* This is the item provider adapter for a {@link org.eclipse.e4.ui.model.application.ui.basic.MStackElement} object.
Discouraged access: The type 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
3. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/StackElementItemProvider.java
 (at line 87)
String label = ((MStackElement)object).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/ui/model/application/ui/basic/provider/StackElementItemProvider.java
 (at line 87)
String label = ((MStackElement)object).getElementId();
Discouraged access: The type 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/ui/model/application/ui/basic/provider/TrimBarItemProvider.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/TrimBarItemProvider.java
 (at line 17)
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
2. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/TrimBarItemProvider.java
 (at line 30)
* This is the item provider adapter for a {@link org.eclipse.e4.ui.model.application.ui.basic.MTrimBar} object.
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

/src/org/eclipse/e4/ui/model/application/ui/basic/provider/TrimElementItemProvider.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/TrimElementItemProvider.java
 (at line 17)
import org.eclipse.e4.ui.model.application.ui.basic.MTrimElement;
Discouraged access: The type MTrimElement is not accessible due to restriction 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/ui/model/application/ui/basic/provider/TrimElementItemProvider.java
 (at line 30)
* This is the item provider adapter for a {@link org.eclipse.e4.ui.model.application.ui.basic.MTrimElement} object.
Discouraged access: The type MTrimElement is not accessible due to restriction 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/ui/model/application/ui/basic/provider/TrimmedWindowItemProvider.java : 9 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/TrimmedWindowItemProvider.java
 (at line 15)
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
2. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/TrimmedWindowItemProvider.java
 (at line 16)
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
3. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/TrimmedWindowItemProvider.java
 (at line 31)
* This is the item provider adapter for a {@link org.eclipse.e4.ui.model.application.ui.basic.MTrimmedWindow} object.
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
4. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/TrimmedWindowItemProvider.java
 (at line 111)
String label = ((MTrimmedWindow) object).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
5. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/TrimmedWindowItemProvider.java
 (at line 111)
String label = ((MTrimmedWindow) object).getLabel();
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
6. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/TrimmedWindowItemProvider.java
 (at line 127)
switch (notification.getFeatureID(MTrimmedWindow.class)) {
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
7. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/TrimmedWindowItemProvider.java
 (at line 150)
MBasicFactory.INSTANCE.createTrimBar()));
Discouraged access: The type MBasicFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/TrimmedWindowItemProvider.java
 (at line 150)
MBasicFactory.INSTANCE.createTrimBar()));
Discouraged access: The method createTrimBar() from the type MBasicFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/TrimmedWindowItemProvider.java
 (at line 150)
MBasicFactory.INSTANCE.createTrimBar()));
Discouraged access: The field INSTANCE from the type MBasicFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 16)
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/ui/model/application/ui/basic/provider/WindowItemProvider.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
3. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 23)
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/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 26)
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
5. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 44)
* This is the item provider adapter for a {@link org.eclipse.e4.ui.model.application.ui.basic.MWindow} object.
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/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 388)
String label = ((MWindow)object).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
7. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 388)
String label = ((MWindow)object).getLabel();
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/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 405)
switch (notification.getFeatureID(MWindow.class)) {
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/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 443)
((EFactory)MApplicationFactory.INSTANCE).create(ApplicationPackageImpl.Literals.STRING_TO_STRING_MAP)));
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
10. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 443)
((EFactory)MApplicationFactory.INSTANCE).create(ApplicationPackageImpl.Literals.STRING_TO_STRING_MAP)));
Discouraged access: The field INSTANCE from the type MApplicationFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 453)
MMenuFactory.INSTANCE.createMenu()));
Discouraged access: The type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 453)
MMenuFactory.INSTANCE.createMenu()));
Discouraged access: The method createMenu() from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 453)
MMenuFactory.INSTANCE.createMenu()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 458)
MMenuFactory.INSTANCE.createPopupMenu()));
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
15. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 458)
MMenuFactory.INSTANCE.createPopupMenu()));
Discouraged access: The method createPopupMenu() from 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
16. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 458)
MMenuFactory.INSTANCE.createPopupMenu()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 463)
MMenuFactory.INSTANCE.createRenderedMenu()));
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
18. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 463)
MMenuFactory.INSTANCE.createRenderedMenu()));
Discouraged access: The method createRenderedMenu() from 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
19. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 463)
MMenuFactory.INSTANCE.createRenderedMenu()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 468)
MBasicFactory.INSTANCE.createWindow()));
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
21. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 468)
MBasicFactory.INSTANCE.createWindow()));
Discouraged access: The method createWindow() 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
22. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 468)
MBasicFactory.INSTANCE.createWindow()));
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
23. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 473)
MBasicFactory.INSTANCE.createTrimmedWindow()));
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
24. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 473)
MBasicFactory.INSTANCE.createTrimmedWindow()));
Discouraged access: The method createTrimmedWindow() 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
25. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 473)
MBasicFactory.INSTANCE.createTrimmedWindow()));
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
26. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 478)
MBasicFactory.INSTANCE.createPart()));
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/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 478)
MBasicFactory.INSTANCE.createPart()));
Discouraged access: The method createPart() 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/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 478)
MBasicFactory.INSTANCE.createPart()));
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/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 483)
MBasicFactory.INSTANCE.createInputPart()));
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
30. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 483)
MBasicFactory.INSTANCE.createInputPart()));
Discouraged access: The method createInputPart() 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
31. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 483)
MBasicFactory.INSTANCE.createInputPart()));
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
32. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 488)
MBasicFactory.INSTANCE.createPartStack()));
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
33. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 488)
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
34. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 488)
MBasicFactory.INSTANCE.createPartStack()));
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
35. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 493)
MBasicFactory.INSTANCE.createPartSashContainer()));
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
36. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 493)
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
37. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 493)
MBasicFactory.INSTANCE.createPartSashContainer()));
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
38. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 498)
MBasicFactory.INSTANCE.createWindow()));
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/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 498)
MBasicFactory.INSTANCE.createWindow()));
Discouraged access: The method createWindow() 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/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 498)
MBasicFactory.INSTANCE.createWindow()));
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/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 503)
MBasicFactory.INSTANCE.createTrimmedWindow()));
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
42. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 503)
MBasicFactory.INSTANCE.createTrimmedWindow()));
Discouraged access: The method createTrimmedWindow() 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/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 503)
MBasicFactory.INSTANCE.createTrimmedWindow()));
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
44. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 508)
MBasicFactory.INSTANCE.createTrimBar()));
Discouraged access: The type MBasicFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 508)
MBasicFactory.INSTANCE.createTrimBar()));
Discouraged access: The method createTrimBar() from the type MBasicFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 508)
MBasicFactory.INSTANCE.createTrimBar()));
Discouraged access: The field INSTANCE from the type MBasicFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
47. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 513)
MBasicFactory.INSTANCE.createStackElement()));
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
48. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 513)
MBasicFactory.INSTANCE.createStackElement()));
Discouraged access: The method createStackElement() 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
49. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 513)
MBasicFactory.INSTANCE.createStackElement()));
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
50. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 518)
MApplicationFactory.INSTANCE.createApplication()));
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
51. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 518)
MApplicationFactory.INSTANCE.createApplication()));
Discouraged access: The method createApplication() from 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
52. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 518)
MApplicationFactory.INSTANCE.createApplication()));
Discouraged access: The field INSTANCE from the type MApplicationFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
53. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 523)
MMenuFactory.INSTANCE.createHandledItem()));
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
54. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 523)
MMenuFactory.INSTANCE.createHandledItem()));
Discouraged access: The method createHandledItem() from 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
55. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 523)
MMenuFactory.INSTANCE.createHandledItem()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 528)
MMenuFactory.INSTANCE.createMenuSeparator()));
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
57. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 528)
MMenuFactory.INSTANCE.createMenuSeparator()));
Discouraged access: The method createMenuSeparator() from 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
58. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 528)
MMenuFactory.INSTANCE.createMenuSeparator()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
59. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 533)
MMenuFactory.INSTANCE.createMenu()));
Discouraged access: The type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
60. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 533)
MMenuFactory.INSTANCE.createMenu()));
Discouraged access: The method createMenu() from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
61. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 533)
MMenuFactory.INSTANCE.createMenu()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
62. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 538)
MMenuFactory.INSTANCE.createMenuContribution()));
Discouraged access: The type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
63. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 538)
MMenuFactory.INSTANCE.createMenuContribution()));
Discouraged access: The method createMenuContribution() from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
64. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 538)
MMenuFactory.INSTANCE.createMenuContribution()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
65. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 543)
MMenuFactory.INSTANCE.createPopupMenu()));
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
66. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 543)
MMenuFactory.INSTANCE.createPopupMenu()));
Discouraged access: The method createPopupMenu() from 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
67. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 543)
MMenuFactory.INSTANCE.createPopupMenu()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
68. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 548)
MMenuFactory.INSTANCE.createDirectMenuItem()));
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
69. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 548)
MMenuFactory.INSTANCE.createDirectMenuItem()));
Discouraged access: The method createDirectMenuItem() from 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
70. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 548)
MMenuFactory.INSTANCE.createDirectMenuItem()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
71. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 553)
MMenuFactory.INSTANCE.createHandledMenuItem()));
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
72. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 553)
MMenuFactory.INSTANCE.createHandledMenuItem()));
Discouraged access: The method createHandledMenuItem() from 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
73. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 553)
MMenuFactory.INSTANCE.createHandledMenuItem()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
74. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 558)
MMenuFactory.INSTANCE.createToolBar()));
Discouraged access: The type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
75. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 558)
MMenuFactory.INSTANCE.createToolBar()));
Discouraged access: The method createToolBar() from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
76. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 558)
MMenuFactory.INSTANCE.createToolBar()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
77. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 563)
MMenuFactory.INSTANCE.createToolControl()));
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
78. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 563)
MMenuFactory.INSTANCE.createToolControl()));
Discouraged access: The method createToolControl() from 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
79. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 563)
MMenuFactory.INSTANCE.createToolControl()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
80. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 568)
MMenuFactory.INSTANCE.createHandledToolItem()));
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
81. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 568)
MMenuFactory.INSTANCE.createHandledToolItem()));
Discouraged access: The method createHandledToolItem() from 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
82. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 568)
MMenuFactory.INSTANCE.createHandledToolItem()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
83. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 573)
MMenuFactory.INSTANCE.createDirectToolItem()));
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
84. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 573)
MMenuFactory.INSTANCE.createDirectToolItem()));
Discouraged access: The method createDirectToolItem() from 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
85. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 573)
MMenuFactory.INSTANCE.createDirectToolItem()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
86. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 578)
MMenuFactory.INSTANCE.createToolBarSeparator()));
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
87. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 578)
MMenuFactory.INSTANCE.createToolBarSeparator()));
Discouraged access: The method createToolBarSeparator() from 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
88. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 578)
MMenuFactory.INSTANCE.createToolBarSeparator()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
89. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 583)
MMenuFactory.INSTANCE.createRenderedMenu()));
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
90. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 583)
MMenuFactory.INSTANCE.createRenderedMenu()));
Discouraged access: The method createRenderedMenu() from 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
91. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 583)
MMenuFactory.INSTANCE.createRenderedMenu()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
92. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 588)
MMenuFactory.INSTANCE.createRenderedToolBar()));
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
93. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 588)
MMenuFactory.INSTANCE.createRenderedToolBar()));
Discouraged access: The method createRenderedToolBar() from 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
94. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 588)
MMenuFactory.INSTANCE.createRenderedToolBar()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
95. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 593)
MMenuFactory.INSTANCE.createToolBarContribution()));
Discouraged access: The type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
96. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 593)
MMenuFactory.INSTANCE.createToolBarContribution()));
Discouraged access: The method createToolBarContribution() from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
97. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 593)
MMenuFactory.INSTANCE.createToolBarContribution()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
98. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 598)
MMenuFactory.INSTANCE.createTrimContribution()));
Discouraged access: The type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
99. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 598)
MMenuFactory.INSTANCE.createTrimContribution()));
Discouraged access: The method createTrimContribution() from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
100. WARNING in /src/org/eclipse/e4/ui/model/application/ui/basic/provider/WindowItemProvider.java
 (at line 598)
MMenuFactory.INSTANCE.createTrimContribution()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/ui/model/application/ui/menu/provider/DirectMenuItemItemProvider.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/DirectMenuItemItemProvider.java
 (at line 17)
import org.eclipse.e4.ui.model.application.ui.menu.MDirectMenuItem;
Discouraged access: The type MDirectMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/DirectMenuItemItemProvider.java
 (at line 32)
* This is the item provider adapter for a {@link org.eclipse.e4.ui.model.application.ui.menu.MDirectMenuItem} object.
Discouraged access: The type MDirectMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/DirectMenuItemItemProvider.java
 (at line 175)
switch (notification.getFeatureID(MDirectMenuItem.class)) {
Discouraged access: The type MDirectMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/ui/model/application/ui/menu/provider/DirectToolItemItemProvider.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/DirectToolItemItemProvider.java
 (at line 17)
import org.eclipse.e4.ui.model.application.ui.menu.MDirectToolItem;
Discouraged access: The type MDirectToolItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/DirectToolItemItemProvider.java
 (at line 32)
* This is the item provider adapter for a {@link org.eclipse.e4.ui.model.application.ui.menu.MDirectToolItem} object.
Discouraged access: The type MDirectToolItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/DirectToolItemItemProvider.java
 (at line 158)
String label = ((MDirectToolItem)object).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
4. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/DirectToolItemItemProvider.java
 (at line 158)
String label = ((MDirectToolItem)object).getLabel();
Discouraged access: The type MDirectToolItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/DirectToolItemItemProvider.java
 (at line 175)
switch (notification.getFeatureID(MDirectToolItem.class)) {
Discouraged access: The type MDirectToolItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/ui/model/application/ui/menu/provider/HandledItemItemProvider.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/HandledItemItemProvider.java
 (at line 17)
import org.eclipse.e4.ui.model.application.ui.menu.MHandledItem;
Discouraged access: The type MHandledItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/HandledItemItemProvider.java
 (at line 33)
* This is the item provider adapter for a {@link org.eclipse.e4.ui.model.application.ui.menu.MHandledItem} object.
Discouraged access: The type MHandledItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/HandledItemItemProvider.java
 (at line 166)
String label = ((MHandledItem)object).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
4. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/HandledItemItemProvider.java
 (at line 166)
String label = ((MHandledItem)object).getLabel();
Discouraged access: The type MHandledItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/HandledItemItemProvider.java
 (at line 183)
switch (notification.getFeatureID(MHandledItem.class)) {
Discouraged access: The type MHandledItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/ui/model/application/ui/menu/provider/HandledMenuItemItemProvider.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/HandledMenuItemItemProvider.java
 (at line 17)
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
2. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/HandledMenuItemItemProvider.java
 (at line 33)
* This is the item provider adapter for a {@link org.eclipse.e4.ui.model.application.ui.menu.MHandledMenuItem} object.
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
3. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/HandledMenuItemItemProvider.java
 (at line 166)
String label = ((MHandledMenuItem)object).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
4. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/HandledMenuItemItemProvider.java
 (at line 166)
String label = ((MHandledMenuItem)object).getLabel();
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
5. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/HandledMenuItemItemProvider.java
 (at line 183)
switch (notification.getFeatureID(MHandledMenuItem.class)) {
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

/src/org/eclipse/e4/ui/model/application/ui/menu/provider/HandledToolItemItemProvider.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/HandledToolItemItemProvider.java
 (at line 17)
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
2. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/HandledToolItemItemProvider.java
 (at line 33)
* This is the item provider adapter for a {@link org.eclipse.e4.ui.model.application.ui.menu.MHandledToolItem} object.
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
3. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/HandledToolItemItemProvider.java
 (at line 166)
String label = ((MHandledToolItem)object).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
4. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/HandledToolItemItemProvider.java
 (at line 166)
String label = ((MHandledToolItem)object).getLabel();
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
5. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/HandledToolItemItemProvider.java
 (at line 183)
switch (notification.getFeatureID(MHandledToolItem.class)) {
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

/src/org/eclipse/e4/ui/model/application/ui/menu/provider/ItemItemProvider.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/ItemItemProvider.java
 (at line 18)
import org.eclipse.e4.ui.model.application.ui.menu.MItem;
Discouraged access: The type MItem is not accessible due to restriction 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/ui/model/application/ui/menu/provider/ItemItemProvider.java
 (at line 35)
* This is the item provider adapter for a {@link org.eclipse.e4.ui.model.application.ui.menu.MItem} object.
Discouraged access: The type MItem is not accessible due to restriction 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/ui/model/application/ui/menu/provider/ItemItemProvider.java
 (at line 230)
String label = ((MItem)object).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
4. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/ItemItemProvider.java
 (at line 230)
String label = ((MItem)object).getLabel();
Discouraged access: The type MItem is not accessible due to restriction 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/ui/model/application/ui/menu/provider/ItemItemProvider.java
 (at line 247)
switch (notification.getFeatureID(MItem.class)) {
Discouraged access: The type MItem is not accessible due to restriction 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/ui/model/application/ui/menu/provider/MenuContributionItemProvider.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuContributionItemProvider.java
 (at line 17)
import org.eclipse.e4.ui.model.application.ui.menu.MMenuContribution;
Discouraged access: The type MMenuContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuContributionItemProvider.java
 (at line 34)
* This is the item provider adapter for a {@link org.eclipse.e4.ui.model.application.ui.menu.MMenuContribution} object.
Discouraged access: The type MMenuContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuContributionItemProvider.java
 (at line 137)
String label = ((MMenuContribution)object).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/ui/model/application/ui/menu/provider/MenuContributionItemProvider.java
 (at line 137)
String label = ((MMenuContribution)object).getElementId();
Discouraged access: The type MMenuContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuContributionItemProvider.java
 (at line 154)
switch (notification.getFeatureID(MMenuContribution.class)) {
Discouraged access: The type MMenuContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuContributionsItemProvider.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuContributionsItemProvider.java
 (at line 17)
import org.eclipse.e4.ui.model.application.ui.menu.MMenuContributions;
Discouraged access: The type MMenuContributions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuContributionsItemProvider.java
 (at line 18)
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
3. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuContributionsItemProvider.java
 (at line 34)
* This is the item provider adapter for a {@link org.eclipse.e4.ui.model.application.ui.menu.MMenuContributions} object.
Discouraged access: The type MMenuContributions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuContributionsItemProvider.java
 (at line 135)
switch (notification.getFeatureID(MMenuContributions.class)) {
Discouraged access: The type MMenuContributions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuContributionsItemProvider.java
 (at line 157)
MMenuFactory.INSTANCE.createMenuContribution()));
Discouraged access: The type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuContributionsItemProvider.java
 (at line 157)
MMenuFactory.INSTANCE.createMenuContribution()));
Discouraged access: The method createMenuContribution() from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuContributionsItemProvider.java
 (at line 157)
MMenuFactory.INSTANCE.createMenuContribution()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuElementItemProvider.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuElementItemProvider.java
 (at line 18)
import org.eclipse.e4.ui.model.application.ui.menu.MMenuElement;
Discouraged access: The type MMenuElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuElementItemProvider.java
 (at line 35)
* This is the item provider adapter for a {@link org.eclipse.e4.ui.model.application.ui.menu.MMenuElement} object.
Discouraged access: The type MMenuElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuElementItemProvider.java
 (at line 150)
String label = ((MMenuElement)object).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
4. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuElementItemProvider.java
 (at line 150)
String label = ((MMenuElement)object).getLabel();
Discouraged access: The type MMenuElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuElementItemProvider.java
 (at line 167)
switch (notification.getFeatureID(MMenuElement.class)) {
Discouraged access: The type MMenuElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemItemProvider.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemItemProvider.java
 (at line 16)
import org.eclipse.e4.ui.model.application.ui.menu.MMenuItem;
Discouraged access: The type MMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemItemProvider.java
 (at line 31)
* This is the item provider adapter for a {@link org.eclipse.e4.ui.model.application.ui.menu.MMenuItem} object.
Discouraged access: The type MMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemItemProvider.java
 (at line 111)
String label = ((MMenuItem)object).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
4. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemItemProvider.java
 (at line 111)
String label = ((MMenuItem)object).getLabel();
Discouraged access: The type MMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemItemProvider.java
 (at line 128)
switch (notification.getFeatureID(MMenuItem.class)) {
Discouraged access: The type MMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java : 83 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 16)
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/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 18)
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
3. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 20)
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
4. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 21)
import org.eclipse.e4.ui.model.application.ui.menu.MMenuFactory;
Discouraged access: The type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 37)
* This is the item provider adapter for a {@link org.eclipse.e4.ui.model.application.ui.menu.MMenu} object.
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/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 170)
String label = ((MMenu)object).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
7. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 170)
String label = ((MMenu)object).getLabel();
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
8. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 187)
switch (notification.getFeatureID(MMenu.class)) {
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
9. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 212)
MMenuFactory.INSTANCE.createHandledItem()));
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
10. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 212)
MMenuFactory.INSTANCE.createHandledItem()));
Discouraged access: The method createHandledItem() from 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
11. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 212)
MMenuFactory.INSTANCE.createHandledItem()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
12. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 217)
MMenuFactory.INSTANCE.createMenuSeparator()));
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
13. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 217)
MMenuFactory.INSTANCE.createMenuSeparator()));
Discouraged access: The method createMenuSeparator() from 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
14. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 217)
MMenuFactory.INSTANCE.createMenuSeparator()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 222)
MMenuFactory.INSTANCE.createMenu()));
Discouraged access: The type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 222)
MMenuFactory.INSTANCE.createMenu()));
Discouraged access: The method createMenu() from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 222)
MMenuFactory.INSTANCE.createMenu()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 227)
MMenuFactory.INSTANCE.createMenuContribution()));
Discouraged access: The type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 227)
MMenuFactory.INSTANCE.createMenuContribution()));
Discouraged access: The method createMenuContribution() from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 227)
MMenuFactory.INSTANCE.createMenuContribution()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 232)
MMenuFactory.INSTANCE.createPopupMenu()));
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
22. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 232)
MMenuFactory.INSTANCE.createPopupMenu()));
Discouraged access: The method createPopupMenu() from 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
23. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 232)
MMenuFactory.INSTANCE.createPopupMenu()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 237)
MMenuFactory.INSTANCE.createDirectMenuItem()));
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
25. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 237)
MMenuFactory.INSTANCE.createDirectMenuItem()));
Discouraged access: The method createDirectMenuItem() from 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
26. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 237)
MMenuFactory.INSTANCE.createDirectMenuItem()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
27. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 242)
MMenuFactory.INSTANCE.createHandledMenuItem()));
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
28. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 242)
MMenuFactory.INSTANCE.createHandledMenuItem()));
Discouraged access: The method createHandledMenuItem() from 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
29. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 242)
MMenuFactory.INSTANCE.createHandledMenuItem()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
30. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 247)
MMenuFactory.INSTANCE.createToolBar()));
Discouraged access: The type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 247)
MMenuFactory.INSTANCE.createToolBar()));
Discouraged access: The method createToolBar() from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 247)
MMenuFactory.INSTANCE.createToolBar()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 252)
MMenuFactory.INSTANCE.createToolControl()));
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
34. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 252)
MMenuFactory.INSTANCE.createToolControl()));
Discouraged access: The method createToolControl() from 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
35. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 252)
MMenuFactory.INSTANCE.createToolControl()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 257)
MMenuFactory.INSTANCE.createHandledToolItem()));
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
37. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 257)
MMenuFactory.INSTANCE.createHandledToolItem()));
Discouraged access: The method createHandledToolItem() from 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
38. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 257)
MMenuFactory.INSTANCE.createHandledToolItem()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 262)
MMenuFactory.INSTANCE.createDirectToolItem()));
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
40. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 262)
MMenuFactory.INSTANCE.createDirectToolItem()));
Discouraged access: The method createDirectToolItem() from 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
41. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 262)
MMenuFactory.INSTANCE.createDirectToolItem()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
42. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 267)
MMenuFactory.INSTANCE.createToolBarSeparator()));
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
43. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 267)
MMenuFactory.INSTANCE.createToolBarSeparator()));
Discouraged access: The method createToolBarSeparator() from 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
44. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 267)
MMenuFactory.INSTANCE.createToolBarSeparator()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
45. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 272)
MMenuFactory.INSTANCE.createRenderedMenu()));
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
46. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 272)
MMenuFactory.INSTANCE.createRenderedMenu()));
Discouraged access: The method createRenderedMenu() from 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
47. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 272)
MMenuFactory.INSTANCE.createRenderedMenu()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
48. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 277)
MMenuFactory.INSTANCE.createRenderedToolBar()));
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
49. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 277)
MMenuFactory.INSTANCE.createRenderedToolBar()));
Discouraged access: The method createRenderedToolBar() from 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
50. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 277)
MMenuFactory.INSTANCE.createRenderedToolBar()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
51. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 282)
MMenuFactory.INSTANCE.createToolBarContribution()));
Discouraged access: The type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
52. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 282)
MMenuFactory.INSTANCE.createToolBarContribution()));
Discouraged access: The method createToolBarContribution() from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
53. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 282)
MMenuFactory.INSTANCE.createToolBarContribution()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
54. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 287)
MMenuFactory.INSTANCE.createTrimContribution()));
Discouraged access: The type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
55. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 287)
MMenuFactory.INSTANCE.createTrimContribution()));
Discouraged access: The method createTrimContribution() from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 287)
MMenuFactory.INSTANCE.createTrimContribution()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
57. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 292)
MApplicationFactory.INSTANCE.createApplication()));
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
58. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 292)
MApplicationFactory.INSTANCE.createApplication()));
Discouraged access: The method createApplication() from 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
59. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 292)
MApplicationFactory.INSTANCE.createApplication()));
Discouraged access: The field INSTANCE from the type MApplicationFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
60. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 297)
MBasicFactory.INSTANCE.createPart()));
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
61. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 297)
MBasicFactory.INSTANCE.createPart()));
Discouraged access: The method createPart() 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
62. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 297)
MBasicFactory.INSTANCE.createPart()));
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
63. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 302)
MBasicFactory.INSTANCE.createInputPart()));
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
64. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 302)
MBasicFactory.INSTANCE.createInputPart()));
Discouraged access: The method createInputPart() 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
65. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 302)
MBasicFactory.INSTANCE.createInputPart()));
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
66. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 307)
MBasicFactory.INSTANCE.createPartStack()));
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
67. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 307)
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
68. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 307)
MBasicFactory.INSTANCE.createPartStack()));
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
69. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 312)
MBasicFactory.INSTANCE.createPartSashContainer()));
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
70. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 312)
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
71. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 312)
MBasicFactory.INSTANCE.createPartSashContainer()));
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
72. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 317)
MBasicFactory.INSTANCE.createWindow()));
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
73. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 317)
MBasicFactory.INSTANCE.createWindow()));
Discouraged access: The method createWindow() 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
74. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 317)
MBasicFactory.INSTANCE.createWindow()));
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
75. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 322)
MBasicFactory.INSTANCE.createTrimmedWindow()));
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
76. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 322)
MBasicFactory.INSTANCE.createTrimmedWindow()));
Discouraged access: The method createTrimmedWindow() 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
77. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 322)
MBasicFactory.INSTANCE.createTrimmedWindow()));
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
78. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 327)
MBasicFactory.INSTANCE.createTrimBar()));
Discouraged access: The type MBasicFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
79. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 327)
MBasicFactory.INSTANCE.createTrimBar()));
Discouraged access: The method createTrimBar() from the type MBasicFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
80. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 327)
MBasicFactory.INSTANCE.createTrimBar()));
Discouraged access: The field INSTANCE from the type MBasicFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
81. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 332)
MBasicFactory.INSTANCE.createStackElement()));
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
82. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 332)
MBasicFactory.INSTANCE.createStackElement()));
Discouraged access: The method createStackElement() 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
83. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProvider.java
 (at line 332)
MBasicFactory.INSTANCE.createStackElement()));
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

/src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProviderAdapterFactory.java : 41 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProviderAdapterFactory.java
 (at line 15)
import org.eclipse.e4.ui.model.application.ui.menu.util.MenuAdapterFactory;
Discouraged access: The type MenuAdapterFactory is not accessible due to restriction 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/ui/model/application/ui/menu/provider/MenuItemProviderAdapterFactory.java
 (at line 40)
public class MenuItemProviderAdapterFactory extends MenuAdapterFactory implements ComposeableAdapterFactory, IChangeNotifier, IDisposable {
Discouraged access: The type MenuAdapterFactory is not accessible due to restriction 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/ui/model/application/ui/menu/provider/MenuItemProviderAdapterFactory.java
 (at line 80)
* This keeps track of the one adapter used for all {@link org.eclipse.e4.ui.model.application.ui.menu.MHandledItem} instances.
Discouraged access: The type MHandledItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProviderAdapterFactory.java
 (at line 88)
* This creates an adapter for a {@link org.eclipse.e4.ui.model.application.ui.menu.MHandledItem}.
Discouraged access: The type MHandledItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProviderAdapterFactory.java
 (at line 103)
* This keeps track of the one adapter used for all {@link org.eclipse.e4.ui.model.application.ui.menu.MMenuSeparator} instances.
Discouraged access: The type MMenuSeparator is not accessible due to restriction 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/ui/model/application/ui/menu/provider/MenuItemProviderAdapterFactory.java
 (at line 111)
* This creates an adapter for a {@link org.eclipse.e4.ui.model.application.ui.menu.MMenuSeparator}.
Discouraged access: The type MMenuSeparator is not accessible due to restriction 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/ui/model/application/ui/menu/provider/MenuItemProviderAdapterFactory.java
 (at line 126)
* This keeps track of the one adapter used for all {@link org.eclipse.e4.ui.model.application.ui.menu.MMenu} instances.
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
8. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProviderAdapterFactory.java
 (at line 134)
* This creates an adapter for a {@link 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
9. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProviderAdapterFactory.java
 (at line 149)
* This keeps track of the one adapter used for all {@link org.eclipse.e4.ui.model.application.ui.menu.MMenuContribution} instances.
Discouraged access: The type MMenuContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProviderAdapterFactory.java
 (at line 157)
* This creates an adapter for a {@link org.eclipse.e4.ui.model.application.ui.menu.MMenuContribution}.
Discouraged access: The type MMenuContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
11. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProviderAdapterFactory.java
 (at line 172)
* This keeps track of the one adapter used for all {@link org.eclipse.e4.ui.model.application.ui.menu.MPopupMenu} instances.
Discouraged access: The type MPopupMenu is not accessible due to restriction 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/ui/model/application/ui/menu/provider/MenuItemProviderAdapterFactory.java
 (at line 180)
* This creates an adapter for a {@link org.eclipse.e4.ui.model.application.ui.menu.MPopupMenu}.
Discouraged access: The type MPopupMenu is not accessible due to restriction 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/ui/model/application/ui/menu/provider/MenuItemProviderAdapterFactory.java
 (at line 195)
* This keeps track of the one adapter used for all {@link org.eclipse.e4.ui.model.application.ui.menu.MDirectMenuItem} instances.
Discouraged access: The type MDirectMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
14. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProviderAdapterFactory.java
 (at line 203)
* This creates an adapter for a {@link org.eclipse.e4.ui.model.application.ui.menu.MDirectMenuItem}.
Discouraged access: The type MDirectMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
15. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProviderAdapterFactory.java
 (at line 218)
* This keeps track of the one adapter used for all {@link org.eclipse.e4.ui.model.application.ui.menu.MHandledMenuItem} instances.
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
16. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProviderAdapterFactory.java
 (at line 226)
* This creates an adapter for a {@link 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
17. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProviderAdapterFactory.java
 (at line 241)
* This keeps track of the one adapter used for all {@link org.eclipse.e4.ui.model.application.ui.menu.MToolBar} instances.
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
18. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProviderAdapterFactory.java
 (at line 249)
* This creates an adapter for a {@link 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
19. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProviderAdapterFactory.java
 (at line 264)
* This keeps track of the one adapter used for all {@link org.eclipse.e4.ui.model.application.ui.menu.MToolControl} instances.
Discouraged access: The type MToolControl is not accessible due to restriction 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/ui/model/application/ui/menu/provider/MenuItemProviderAdapterFactory.java
 (at line 272)
* This creates an adapter for a {@link org.eclipse.e4.ui.model.application.ui.menu.MToolControl}.
Discouraged access: The type MToolControl is not accessible due to restriction 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/ui/model/application/ui/menu/provider/MenuItemProviderAdapterFactory.java
 (at line 287)
* This keeps track of the one adapter used for all {@link org.eclipse.e4.ui.model.application.ui.menu.MHandledToolItem} instances.
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
22. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProviderAdapterFactory.java
 (at line 295)
* This creates an adapter for a {@link 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
23. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProviderAdapterFactory.java
 (at line 310)
* This keeps track of the one adapter used for all {@link org.eclipse.e4.ui.model.application.ui.menu.MDirectToolItem} instances.
Discouraged access: The type MDirectToolItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
24. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProviderAdapterFactory.java
 (at line 318)
* This creates an adapter for a {@link org.eclipse.e4.ui.model.application.ui.menu.MDirectToolItem}.
Discouraged access: The type MDirectToolItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProviderAdapterFactory.java
 (at line 333)
* This keeps track of the one adapter used for all {@link org.eclipse.e4.ui.model.application.ui.menu.MToolBarSeparator} instances.
Discouraged access: The type MToolBarSeparator is not accessible due to restriction 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/ui/model/application/ui/menu/provider/MenuItemProviderAdapterFactory.java
 (at line 341)
* This creates an adapter for a {@link org.eclipse.e4.ui.model.application.ui.menu.MToolBarSeparator}.
Discouraged access: The type MToolBarSeparator is not accessible due to restriction 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/ui/model/application/ui/menu/provider/MenuItemProviderAdapterFactory.java
 (at line 356)
* This keeps track of the one adapter used for all {@link org.eclipse.e4.ui.model.application.ui.menu.MMenuContributions} instances.
Discouraged access: The type MMenuContributions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProviderAdapterFactory.java
 (at line 364)
* This creates an adapter for a {@link org.eclipse.e4.ui.model.application.ui.menu.MMenuContributions}.
Discouraged access: The type MMenuContributions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
29. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProviderAdapterFactory.java
 (at line 379)
* This keeps track of the one adapter used for all {@link org.eclipse.e4.ui.model.application.ui.menu.MRenderedMenu} instances.
Discouraged access: The type MRenderedMenu is not accessible due to restriction 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/ui/model/application/ui/menu/provider/MenuItemProviderAdapterFactory.java
 (at line 387)
* This creates an adapter for a {@link org.eclipse.e4.ui.model.application.ui.menu.MRenderedMenu}.
Discouraged access: The type MRenderedMenu is not accessible due to restriction 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/ui/model/application/ui/menu/provider/MenuItemProviderAdapterFactory.java
 (at line 402)
* This keeps track of the one adapter used for all {@link org.eclipse.e4.ui.model.application.ui.menu.MRenderedToolBar} instances.
Discouraged access: The type MRenderedToolBar is not accessible due to restriction 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/ui/model/application/ui/menu/provider/MenuItemProviderAdapterFactory.java
 (at line 410)
* This creates an adapter for a {@link org.eclipse.e4.ui.model.application.ui.menu.MRenderedToolBar}.
Discouraged access: The type MRenderedToolBar is not accessible due to restriction 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/ui/model/application/ui/menu/provider/MenuItemProviderAdapterFactory.java
 (at line 425)
* This keeps track of the one adapter used for all {@link org.eclipse.e4.ui.model.application.ui.menu.MToolBarContribution} instances.
Discouraged access: The type MToolBarContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProviderAdapterFactory.java
 (at line 433)
* This creates an adapter for a {@link org.eclipse.e4.ui.model.application.ui.menu.MToolBarContribution}.
Discouraged access: The type MToolBarContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
35. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProviderAdapterFactory.java
 (at line 448)
* This keeps track of the one adapter used for all {@link org.eclipse.e4.ui.model.application.ui.menu.MToolBarContributions} instances.
Discouraged access: The type MToolBarContributions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
36. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProviderAdapterFactory.java
 (at line 456)
* This creates an adapter for a {@link org.eclipse.e4.ui.model.application.ui.menu.MToolBarContributions}.
Discouraged access: The type MToolBarContributions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProviderAdapterFactory.java
 (at line 471)
* This keeps track of the one adapter used for all {@link org.eclipse.e4.ui.model.application.ui.menu.MTrimContribution} instances.
Discouraged access: The type MTrimContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
38. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProviderAdapterFactory.java
 (at line 479)
* This creates an adapter for a {@link org.eclipse.e4.ui.model.application.ui.menu.MTrimContribution}.
Discouraged access: The type MTrimContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
39. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProviderAdapterFactory.java
 (at line 494)
* This keeps track of the one adapter used for all {@link org.eclipse.e4.ui.model.application.ui.menu.MTrimContributions} instances.
Discouraged access: The type MTrimContributions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProviderAdapterFactory.java
 (at line 502)
* This creates an adapter for a {@link org.eclipse.e4.ui.model.application.ui.menu.MTrimContributions}.
Discouraged access: The type MTrimContributions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
41. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemProviderAdapterFactory.java
 (at line 543)
return supportedTypes.contains(type) || super.isFactoryForType(type);
Discouraged access: The method isFactoryForType(Object) from the type MenuAdapterFactory is not accessible due to restriction 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/ui/model/application/ui/menu/provider/MenuSeparatorItemProvider.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuSeparatorItemProvider.java
 (at line 16)
import org.eclipse.e4.ui.model.application.ui.menu.MMenuSeparator;
Discouraged access: The type MMenuSeparator is not accessible due to restriction 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/ui/model/application/ui/menu/provider/MenuSeparatorItemProvider.java
 (at line 27)
* This is the item provider adapter for a {@link org.eclipse.e4.ui.model.application.ui.menu.MMenuSeparator} object.
Discouraged access: The type MMenuSeparator is not accessible due to restriction 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/ui/model/application/ui/menu/provider/MenuSeparatorItemProvider.java
 (at line 84)
String label = ((MMenuSeparator)object).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
4. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuSeparatorItemProvider.java
 (at line 84)
String label = ((MMenuSeparator)object).getLabel();
Discouraged access: The type MMenuSeparator is not accessible due to restriction 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/ui/model/application/ui/menu/provider/PopupMenuItemProvider.java : 8 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/PopupMenuItemProvider.java
 (at line 16)
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/ui/model/application/ui/menu/provider/PopupMenuItemProvider.java
 (at line 19)
import org.eclipse.e4.ui.model.application.ui.menu.MPopupMenu;
Discouraged access: The type MPopupMenu is not accessible due to restriction 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/ui/model/application/ui/menu/provider/PopupMenuItemProvider.java
 (at line 36)
* This is the item provider adapter for a {@link org.eclipse.e4.ui.model.application.ui.menu.MPopupMenu} object.
Discouraged access: The type MPopupMenu is not accessible due to restriction 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/ui/model/application/ui/menu/provider/PopupMenuItemProvider.java
 (at line 169)
String label = ((MPopupMenu)object).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
5. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/PopupMenuItemProvider.java
 (at line 169)
String label = ((MPopupMenu)object).getElementId();
Discouraged access: The type MPopupMenu is not accessible due to restriction 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/ui/model/application/ui/menu/provider/PopupMenuItemProvider.java
 (at line 186)
switch (notification.getFeatureID(MPopupMenu.class)) {
Discouraged access: The type MPopupMenu is not accessible due to restriction 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/ui/model/application/ui/menu/provider/PopupMenuItemProvider.java
 (at line 212)
((EFactory)MApplicationFactory.INSTANCE).create(ApplicationPackageImpl.Literals.STRING_TO_STRING_MAP)));
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
8. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/PopupMenuItemProvider.java
 (at line 212)
((EFactory)MApplicationFactory.INSTANCE).create(ApplicationPackageImpl.Literals.STRING_TO_STRING_MAP)));
Discouraged access: The field INSTANCE from the type MApplicationFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/ui/model/application/ui/menu/provider/RenderedMenuItemProvider.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/RenderedMenuItemProvider.java
 (at line 16)
import org.eclipse.e4.ui.model.application.ui.menu.MRenderedMenu;
Discouraged access: The type MRenderedMenu is not accessible due to restriction 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/ui/model/application/ui/menu/provider/RenderedMenuItemProvider.java
 (at line 31)
* This is the item provider adapter for a {@link org.eclipse.e4.ui.model.application.ui.menu.MRenderedMenu} object.
Discouraged access: The type MRenderedMenu is not accessible due to restriction 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/ui/model/application/ui/menu/provider/RenderedMenuItemProvider.java
 (at line 111)
String label = ((MRenderedMenu)object).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/ui/model/application/ui/menu/provider/RenderedMenuItemProvider.java
 (at line 111)
String label = ((MRenderedMenu)object).getElementId();
Discouraged access: The type MRenderedMenu is not accessible due to restriction 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/ui/model/application/ui/menu/provider/RenderedMenuItemProvider.java
 (at line 128)
switch (notification.getFeatureID(MRenderedMenu.class)) {
Discouraged access: The type MRenderedMenu is not accessible due to restriction 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/ui/model/application/ui/menu/provider/RenderedToolBarItemProvider.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/RenderedToolBarItemProvider.java
 (at line 16)
import org.eclipse.e4.ui.model.application.ui.menu.MRenderedToolBar;
Discouraged access: The type MRenderedToolBar is not accessible due to restriction 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/ui/model/application/ui/menu/provider/RenderedToolBarItemProvider.java
 (at line 31)
* This is the item provider adapter for a {@link org.eclipse.e4.ui.model.application.ui.menu.MRenderedToolBar} object.
Discouraged access: The type MRenderedToolBar is not accessible due to restriction 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/ui/model/application/ui/menu/provider/RenderedToolBarItemProvider.java
 (at line 111)
String label = ((MRenderedToolBar)object).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/ui/model/application/ui/menu/provider/RenderedToolBarItemProvider.java
 (at line 111)
String label = ((MRenderedToolBar)object).getElementId();
Discouraged access: The type MRenderedToolBar is not accessible due to restriction 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/ui/model/application/ui/menu/provider/RenderedToolBarItemProvider.java
 (at line 128)
switch (notification.getFeatureID(MRenderedToolBar.class)) {
Discouraged access: The type MRenderedToolBar is not accessible due to restriction 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/ui/model/application/ui/menu/provider/ToolBarContributionItemProvider.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/ToolBarContributionItemProvider.java
 (at line 17)
import org.eclipse.e4.ui.model.application.ui.menu.MToolBarContribution;
Discouraged access: The type MToolBarContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/ToolBarContributionItemProvider.java
 (at line 34)
* This is the item provider adapter for a {@link org.eclipse.e4.ui.model.application.ui.menu.MToolBarContribution} object.
Discouraged access: The type MToolBarContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/ToolBarContributionItemProvider.java
 (at line 137)
String label = ((MToolBarContribution)object).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/ui/model/application/ui/menu/provider/ToolBarContributionItemProvider.java
 (at line 137)
String label = ((MToolBarContribution)object).getElementId();
Discouraged access: The type MToolBarContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/ToolBarContributionItemProvider.java
 (at line 154)
switch (notification.getFeatureID(MToolBarContribution.class)) {
Discouraged access: The type MToolBarContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/ui/model/application/ui/menu/provider/ToolBarContributionsItemProvider.java : 8 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/ToolBarContributionsItemProvider.java
 (at line 17)
import org.eclipse.e4.ui.model.application.ui.menu.MMenuFactory;
Discouraged access: The type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/ToolBarContributionsItemProvider.java
 (at line 18)
import org.eclipse.e4.ui.model.application.ui.menu.MToolBarContributions;
Discouraged access: The type MToolBarContributions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/ToolBarContributionsItemProvider.java
 (at line 35)
* This is the item provider adapter for a {@link org.eclipse.e4.ui.model.application.ui.menu.MToolBarContributions} object.
Discouraged access: The type MToolBarContributions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/ToolBarContributionsItemProvider.java
 (at line 136)
switch (notification.getFeatureID(MToolBarContributions.class)) {
Discouraged access: The type MToolBarContributions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/ToolBarContributionsItemProvider.java
 (at line 158)
MMenuFactory.INSTANCE.createToolBarContribution()));
Discouraged access: The type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/ToolBarContributionsItemProvider.java
 (at line 158)
MMenuFactory.INSTANCE.createToolBarContribution()));
Discouraged access: The method createToolBarContribution() from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/ToolBarContributionsItemProvider.java
 (at line 158)
MMenuFactory.INSTANCE.createToolBarContribution()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/ui/model/application/ui/menu/provider/ToolBarElementItemProvider.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/ToolBarElementItemProvider.java
 (at line 17)
import org.eclipse.e4.ui.model.application.ui.menu.MToolBarElement;
Discouraged access: The type MToolBarElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/ToolBarElementItemProvider.java
 (at line 30)
* This is the item provider adapter for a {@link org.eclipse.e4.ui.model.application.ui.menu.MToolBarElement} object.
Discouraged access: The type MToolBarElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/ui/model/application/ui/menu/provider/ToolBarItemProvider.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/ToolBarItemProvider.java
 (at line 17)
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
2. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/ToolBarItemProvider.java
 (at line 30)
* This is the item provider adapter for a {@link org.eclipse.e4.ui.model.application.ui.menu.MToolBar} object.
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

/src/org/eclipse/e4/ui/model/application/ui/menu/provider/ToolBarSeparatorItemProvider.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/ToolBarSeparatorItemProvider.java
 (at line 16)
import org.eclipse.e4.ui.model.application.ui.menu.MToolBarSeparator;
Discouraged access: The type MToolBarSeparator is not accessible due to restriction 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/ui/model/application/ui/menu/provider/ToolBarSeparatorItemProvider.java
 (at line 27)
* This is the item provider adapter for a {@link org.eclipse.e4.ui.model.application.ui.menu.MToolBarSeparator} object.
Discouraged access: The type MToolBarSeparator is not accessible due to restriction 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/ui/model/application/ui/menu/provider/ToolControlItemProvider.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/ToolControlItemProvider.java
 (at line 18)
import org.eclipse.e4.ui.model.application.ui.MUiFactory;
Discouraged access: The type MUiFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/ToolControlItemProvider.java
 (at line 20)
import org.eclipse.e4.ui.model.application.ui.menu.MToolControl;
Discouraged access: The type MToolControl is not accessible due to restriction 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/ui/model/application/ui/menu/provider/ToolControlItemProvider.java
 (at line 37)
* This is the item provider adapter for a {@link org.eclipse.e4.ui.model.application.ui.menu.MToolControl} object.
Discouraged access: The type MToolControl is not accessible due to restriction 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/ui/model/application/ui/menu/provider/ToolControlItemProvider.java
 (at line 256)
switch (notification.getFeatureID(MToolControl.class)) {
Discouraged access: The type MToolControl is not accessible due to restriction 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/ui/model/application/ui/menu/provider/ToolControlItemProvider.java
 (at line 286)
MUiFactory.INSTANCE.createCoreExpression()));
Discouraged access: The type MUiFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/ToolControlItemProvider.java
 (at line 286)
MUiFactory.INSTANCE.createCoreExpression()));
Discouraged access: The method createCoreExpression() from the type MUiFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/ToolControlItemProvider.java
 (at line 286)
MUiFactory.INSTANCE.createCoreExpression()));
Discouraged access: The field INSTANCE from the type MUiFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/ui/model/application/ui/menu/provider/ToolItemItemProvider.java : 14 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/ToolItemItemProvider.java
 (at line 16)
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/ui/model/application/ui/menu/provider/ToolItemItemProvider.java
 (at line 18)
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
3. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/ToolItemItemProvider.java
 (at line 20)
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
4. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/ToolItemItemProvider.java
 (at line 21)
import org.eclipse.e4.ui.model.application.ui.menu.MToolItem;
Discouraged access: The type MToolItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/ToolItemItemProvider.java
 (at line 36)
* This is the item provider adapter for a {@link org.eclipse.e4.ui.model.application.ui.menu.MToolItem} object.
Discouraged access: The type MToolItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/ToolItemItemProvider.java
 (at line 116)
String label = ((MToolItem)object).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
7. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/ToolItemItemProvider.java
 (at line 116)
String label = ((MToolItem)object).getLabel();
Discouraged access: The type MToolItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/ui/model/application/ui/menu/provider/TrimContributionItemProvider.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/TrimContributionItemProvider.java
 (at line 17)
import org.eclipse.e4.ui.model.application.ui.menu.MTrimContribution;
Discouraged access: The type MTrimContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/TrimContributionItemProvider.java
 (at line 34)
* This is the item provider adapter for a {@link org.eclipse.e4.ui.model.application.ui.menu.MTrimContribution} object.
Discouraged access: The type MTrimContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/TrimContributionItemProvider.java
 (at line 137)
String label = ((MTrimContribution)object).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/ui/model/application/ui/menu/provider/TrimContributionItemProvider.java
 (at line 137)
String label = ((MTrimContribution)object).getElementId();
Discouraged access: The type MTrimContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/TrimContributionItemProvider.java
 (at line 154)
switch (notification.getFeatureID(MTrimContribution.class)) {
Discouraged access: The type MTrimContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/ui/model/application/ui/menu/provider/TrimContributionsItemProvider.java : 8 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/TrimContributionsItemProvider.java
 (at line 17)
import org.eclipse.e4.ui.model.application.ui.menu.MMenuFactory;
Discouraged access: The type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/TrimContributionsItemProvider.java
 (at line 18)
import org.eclipse.e4.ui.model.application.ui.menu.MTrimContributions;
Discouraged access: The type MTrimContributions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/TrimContributionsItemProvider.java
 (at line 35)
* This is the item provider adapter for a {@link org.eclipse.e4.ui.model.application.ui.menu.MTrimContributions} object.
Discouraged access: The type MTrimContributions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/TrimContributionsItemProvider.java
 (at line 136)
switch (notification.getFeatureID(MTrimContributions.class)) {
Discouraged access: The type MTrimContributions is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/TrimContributionsItemProvider.java
 (at line 158)
MMenuFactory.INSTANCE.createTrimContribution()));
Discouraged access: The type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/TrimContributionsItemProvider.java
 (at line 158)
MMenuFactory.INSTANCE.createTrimContribution()));
Discouraged access: The method createTrimContribution() from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/model/application/ui/menu/provider/TrimContributionsItemProvider.java
 (at line 158)
MMenuFactory.INSTANCE.createTrimContribution()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/ui/model/application/ui/provider/ContextItemProvider.java : 10 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ContextItemProvider.java
 (at line 16)
import org.eclipse.e4.core.contexts.IEclipseContext;
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.core.contexts/@dot
2. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ContextItemProvider.java
 (at line 17)
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/ui/model/application/ui/provider/ContextItemProvider.java
 (at line 20)
import org.eclipse.e4.ui.model.application.ui.MContext;
Discouraged access: The type MContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ContextItemProvider.java
 (at line 39)
* This is the item provider adapter for a {@link org.eclipse.e4.ui.model.application.ui.MContext} object.
Discouraged access: The type MContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ContextItemProvider.java
 (at line 161)
IEclipseContext labelValue = ((MContext)object).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
6. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ContextItemProvider.java
 (at line 161)
IEclipseContext labelValue = ((MContext)object).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
7. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ContextItemProvider.java
 (at line 161)
IEclipseContext labelValue = ((MContext)object).getContext();
Discouraged access: The type MContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
8. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ContextItemProvider.java
 (at line 179)
switch (notification.getFeatureID(MContext.class)) {
Discouraged access: The type MContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
9. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ContextItemProvider.java
 (at line 205)
((EFactory)MApplicationFactory.INSTANCE).create(ApplicationPackageImpl.Literals.STRING_TO_STRING_MAP)));
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
10. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ContextItemProvider.java
 (at line 205)
((EFactory)MApplicationFactory.INSTANCE).create(ApplicationPackageImpl.Literals.STRING_TO_STRING_MAP)));
Discouraged access: The field INSTANCE from the type MApplicationFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/ui/model/application/ui/provider/CoreExpressionItemProvider.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/CoreExpressionItemProvider.java
 (at line 16)
import org.eclipse.e4.ui.model.application.ui.MCoreExpression;
Discouraged access: The type MCoreExpression is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/CoreExpressionItemProvider.java
 (at line 31)
* This is the item provider adapter for a {@link org.eclipse.e4.ui.model.application.ui.MCoreExpression} object.
Discouraged access: The type MCoreExpression is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/CoreExpressionItemProvider.java
 (at line 134)
String label = ((MCoreExpression)object).getCoreExpressionId();
Discouraged access: The method getCoreExpressionId() from the type MCoreExpression is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/CoreExpressionItemProvider.java
 (at line 134)
String label = ((MCoreExpression)object).getCoreExpressionId();
Discouraged access: The type MCoreExpression is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/CoreExpressionItemProvider.java
 (at line 151)
switch (notification.getFeatureID(MCoreExpression.class)) {
Discouraged access: The type MCoreExpression is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/ui/model/application/ui/provider/DirtyableItemProvider.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/DirtyableItemProvider.java
 (at line 17)
import org.eclipse.e4.ui.model.application.ui.MDirtyable;
Discouraged access: The type MDirtyable is not accessible due to restriction 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/ui/model/application/ui/provider/DirtyableItemProvider.java
 (at line 34)
* This is the item provider adapter for a {@link org.eclipse.e4.ui.model.application.ui.MDirtyable} object.
Discouraged access: The type MDirtyable is not accessible due to restriction 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/ui/model/application/ui/provider/DirtyableItemProvider.java
 (at line 103)
MDirtyable dirtyable = (MDirtyable)object;
Discouraged access: The type MDirtyable is not accessible due to restriction 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/ui/model/application/ui/provider/DirtyableItemProvider.java
 (at line 103)
MDirtyable dirtyable = (MDirtyable)object;
Discouraged access: The type MDirtyable is not accessible due to restriction 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/ui/model/application/ui/provider/DirtyableItemProvider.java
 (at line 104)
return getString("_UI_Dirtyable_type") + " " + dirtyable.isDirty(); //$NON-NLS-1$ //$NON-NLS-2$
Discouraged access: The method isDirty() from the type MDirtyable is not accessible due to restriction 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/ui/model/application/ui/provider/DirtyableItemProvider.java
 (at line 118)
switch (notification.getFeatureID(MDirtyable.class)) {
Discouraged access: The type MDirtyable is not accessible due to restriction 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/ui/model/application/ui/provider/ElementContainerItemProvider.java : 81 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 16)
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/ui/model/application/ui/provider/ElementContainerItemProvider.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
3. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 19)
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
4. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 21)
import org.eclipse.e4.ui.model.application.ui.menu.MMenuFactory;
Discouraged access: The type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 35)
* This is the item provider adapter for a {@link org.eclipse.e4.ui.model.application.ui.MElementContainer} object.
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
6. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 151)
switch (notification.getFeatureID(MElementContainer.class)) {
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
7. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 173)
MApplicationFactory.INSTANCE.createApplication()));
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
8. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 173)
MApplicationFactory.INSTANCE.createApplication()));
Discouraged access: The method createApplication() from 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
9. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 173)
MApplicationFactory.INSTANCE.createApplication()));
Discouraged access: The field INSTANCE from the type MApplicationFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
10. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 178)
MMenuFactory.INSTANCE.createHandledItem()));
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
11. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 178)
MMenuFactory.INSTANCE.createHandledItem()));
Discouraged access: The method createHandledItem() from 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
12. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 178)
MMenuFactory.INSTANCE.createHandledItem()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
13. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 183)
MMenuFactory.INSTANCE.createMenuSeparator()));
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
14. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 183)
MMenuFactory.INSTANCE.createMenuSeparator()));
Discouraged access: The method createMenuSeparator() from 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
15. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 183)
MMenuFactory.INSTANCE.createMenuSeparator()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
16. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 188)
MMenuFactory.INSTANCE.createMenu()));
Discouraged access: The type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
17. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 188)
MMenuFactory.INSTANCE.createMenu()));
Discouraged access: The method createMenu() from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
18. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 188)
MMenuFactory.INSTANCE.createMenu()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
19. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 193)
MMenuFactory.INSTANCE.createMenuContribution()));
Discouraged access: The type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
20. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 193)
MMenuFactory.INSTANCE.createMenuContribution()));
Discouraged access: The method createMenuContribution() from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
21. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 193)
MMenuFactory.INSTANCE.createMenuContribution()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
22. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 198)
MMenuFactory.INSTANCE.createPopupMenu()));
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
23. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 198)
MMenuFactory.INSTANCE.createPopupMenu()));
Discouraged access: The method createPopupMenu() from 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
24. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 198)
MMenuFactory.INSTANCE.createPopupMenu()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
25. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 203)
MMenuFactory.INSTANCE.createDirectMenuItem()));
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
26. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 203)
MMenuFactory.INSTANCE.createDirectMenuItem()));
Discouraged access: The method createDirectMenuItem() from 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
27. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 203)
MMenuFactory.INSTANCE.createDirectMenuItem()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
28. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 208)
MMenuFactory.INSTANCE.createHandledMenuItem()));
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
29. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 208)
MMenuFactory.INSTANCE.createHandledMenuItem()));
Discouraged access: The method createHandledMenuItem() from 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
30. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 208)
MMenuFactory.INSTANCE.createHandledMenuItem()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
31. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 213)
MMenuFactory.INSTANCE.createToolBar()));
Discouraged access: The type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
32. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 213)
MMenuFactory.INSTANCE.createToolBar()));
Discouraged access: The method createToolBar() from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
33. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 213)
MMenuFactory.INSTANCE.createToolBar()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
34. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 218)
MMenuFactory.INSTANCE.createToolControl()));
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
35. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 218)
MMenuFactory.INSTANCE.createToolControl()));
Discouraged access: The method createToolControl() from 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
36. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 218)
MMenuFactory.INSTANCE.createToolControl()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
37. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 223)
MMenuFactory.INSTANCE.createHandledToolItem()));
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
38. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 223)
MMenuFactory.INSTANCE.createHandledToolItem()));
Discouraged access: The method createHandledToolItem() from 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
39. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 223)
MMenuFactory.INSTANCE.createHandledToolItem()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
40. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 228)
MMenuFactory.INSTANCE.createDirectToolItem()));
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
41. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 228)
MMenuFactory.INSTANCE.createDirectToolItem()));
Discouraged access: The method createDirectToolItem() from 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
42. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 228)
MMenuFactory.INSTANCE.createDirectToolItem()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
43. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 233)
MMenuFactory.INSTANCE.createToolBarSeparator()));
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
44. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 233)
MMenuFactory.INSTANCE.createToolBarSeparator()));
Discouraged access: The method createToolBarSeparator() from 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
45. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 233)
MMenuFactory.INSTANCE.createToolBarSeparator()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
46. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 238)
MMenuFactory.INSTANCE.createRenderedMenu()));
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
47. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 238)
MMenuFactory.INSTANCE.createRenderedMenu()));
Discouraged access: The method createRenderedMenu() from 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
48. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 238)
MMenuFactory.INSTANCE.createRenderedMenu()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
49. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 243)
MMenuFactory.INSTANCE.createRenderedToolBar()));
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
50. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 243)
MMenuFactory.INSTANCE.createRenderedToolBar()));
Discouraged access: The method createRenderedToolBar() from 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
51. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 243)
MMenuFactory.INSTANCE.createRenderedToolBar()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
52. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 248)
MMenuFactory.INSTANCE.createToolBarContribution()));
Discouraged access: The type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
53. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 248)
MMenuFactory.INSTANCE.createToolBarContribution()));
Discouraged access: The method createToolBarContribution() from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
54. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 248)
MMenuFactory.INSTANCE.createToolBarContribution()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
55. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 253)
MMenuFactory.INSTANCE.createTrimContribution()));
Discouraged access: The type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
56. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 253)
MMenuFactory.INSTANCE.createTrimContribution()));
Discouraged access: The method createTrimContribution() from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
57. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 253)
MMenuFactory.INSTANCE.createTrimContribution()));
Discouraged access: The field INSTANCE from the type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
58. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 258)
MBasicFactory.INSTANCE.createPart()));
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
59. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 258)
MBasicFactory.INSTANCE.createPart()));
Discouraged access: The method createPart() 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
60. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 258)
MBasicFactory.INSTANCE.createPart()));
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
61. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 263)
MBasicFactory.INSTANCE.createInputPart()));
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
62. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 263)
MBasicFactory.INSTANCE.createInputPart()));
Discouraged access: The method createInputPart() 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
63. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 263)
MBasicFactory.INSTANCE.createInputPart()));
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
64. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 268)
MBasicFactory.INSTANCE.createPartStack()));
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
65. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 268)
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
66. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 268)
MBasicFactory.INSTANCE.createPartStack()));
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
67. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 273)
MBasicFactory.INSTANCE.createPartSashContainer()));
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
68. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 273)
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
69. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 273)
MBasicFactory.INSTANCE.createPartSashContainer()));
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
70. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 278)
MBasicFactory.INSTANCE.createWindow()));
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
71. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 278)
MBasicFactory.INSTANCE.createWindow()));
Discouraged access: The method createWindow() 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
72. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 278)
MBasicFactory.INSTANCE.createWindow()));
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
73. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 283)
MBasicFactory.INSTANCE.createTrimmedWindow()));
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
74. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 283)
MBasicFactory.INSTANCE.createTrimmedWindow()));
Discouraged access: The method createTrimmedWindow() 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
75. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 283)
MBasicFactory.INSTANCE.createTrimmedWindow()));
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
76. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 288)
MBasicFactory.INSTANCE.createTrimBar()));
Discouraged access: The type MBasicFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
77. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 288)
MBasicFactory.INSTANCE.createTrimBar()));
Discouraged access: The method createTrimBar() from the type MBasicFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
78. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 288)
MBasicFactory.INSTANCE.createTrimBar()));
Discouraged access: The field INSTANCE from the type MBasicFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
79. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 293)
MBasicFactory.INSTANCE.createStackElement()));
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
80. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 293)
MBasicFactory.INSTANCE.createStackElement()));
Discouraged access: The method createStackElement() 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
81. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ElementContainerItemProvider.java
 (at line 293)
MBasicFactory.INSTANCE.createStackElement()));
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

/src/org/eclipse/e4/ui/model/application/ui/provider/ExpressionItemProvider.java : 1 warning :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/ExpressionItemProvider.java
 (at line 29)
* This is the item provider adapter for a {@link org.eclipse.e4.ui.model.application.ui.MExpression} object.
Discouraged access: The type MExpression is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/ui/model/application/ui/provider/GenericStackItemProvider.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/GenericStackItemProvider.java
 (at line 16)
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/ui/model/application/ui/provider/GenericStackItemProvider.java
 (at line 27)
* This is the item provider adapter for a {@link org.eclipse.e4.ui.model.application.ui.MGenericStack} object.
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

/src/org/eclipse/e4/ui/model/application/ui/provider/GenericTileItemProvider.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/GenericTileItemProvider.java
 (at line 16)
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/ui/model/application/ui/provider/GenericTileItemProvider.java
 (at line 31)
* This is the item provider adapter for a {@link org.eclipse.e4.ui.model.application.ui.MGenericTile} object.
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
3. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/GenericTileItemProvider.java
 (at line 117)
switch (notification.getFeatureID(MGenericTile.class)) {
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

/src/org/eclipse/e4/ui/model/application/ui/provider/GenericTrimContainerItemProvider.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/GenericTrimContainerItemProvider.java
 (at line 16)
import org.eclipse.e4.ui.model.application.ui.MGenericTrimContainer;
Discouraged access: The type MGenericTrimContainer<T> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
2. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/GenericTrimContainerItemProvider.java
 (at line 31)
* This is the item provider adapter for a {@link org.eclipse.e4.ui.model.application.ui.MGenericTrimContainer} object.
Discouraged access: The type MGenericTrimContainer<T> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/GenericTrimContainerItemProvider.java
 (at line 117)
switch (notification.getFeatureID(MGenericTrimContainer.class)) {
Discouraged access: The type MGenericTrimContainer<T> is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/ui/model/application/ui/provider/InputItemProvider.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/InputItemProvider.java
 (at line 17)
import org.eclipse.e4.ui.model.application.ui.MInput;
Discouraged access: The type MInput is not accessible due to restriction 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/ui/model/application/ui/provider/InputItemProvider.java
 (at line 34)
* This is the item provider adapter for a {@link org.eclipse.e4.ui.model.application.ui.MInput} object.
Discouraged access: The type MInput is not accessible due to restriction 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/ui/model/application/ui/provider/InputItemProvider.java
 (at line 103)
String label = ((MInput)object).getInputURI();
Discouraged access: The method getInputURI() from the type MInput is not accessible due to restriction 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/ui/model/application/ui/provider/InputItemProvider.java
 (at line 103)
String label = ((MInput)object).getInputURI();
Discouraged access: The type MInput is not accessible due to restriction 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/ui/model/application/ui/provider/InputItemProvider.java
 (at line 120)
switch (notification.getFeatureID(MInput.class)) {
Discouraged access: The type MInput is not accessible due to restriction 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/ui/model/application/ui/provider/UIElementItemProvider.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/UIElementItemProvider.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
2. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/UIElementItemProvider.java
 (at line 19)
import org.eclipse.e4.ui.model.application.ui.MUiFactory;
Discouraged access: The type MUiFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
3. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/UIElementItemProvider.java
 (at line 36)
* This is the item provider adapter for a {@link org.eclipse.e4.ui.model.application.ui.MUIElement} object.
Discouraged 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/ui/model/application/ui/provider/UIElementItemProvider.java
 (at line 244)
switch (notification.getFeatureID(MUIElement.class)) {
Discouraged access: The type MUIElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/UIElementItemProvider.java
 (at line 274)
MUiFactory.INSTANCE.createCoreExpression()));
Discouraged access: The type MUiFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
6. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/UIElementItemProvider.java
 (at line 274)
MUiFactory.INSTANCE.createCoreExpression()));
Discouraged access: The method createCoreExpression() from the type MUiFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
7. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/UIElementItemProvider.java
 (at line 274)
MUiFactory.INSTANCE.createCoreExpression()));
Discouraged access: The field INSTANCE from the type MUiFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot

/src/org/eclipse/e4/ui/model/application/ui/provider/UILabelItemProvider.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/UILabelItemProvider.java
 (at line 17)
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
2. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/UILabelItemProvider.java
 (at line 34)
* This is the item provider adapter for a {@link org.eclipse.e4.ui.model.application.ui.MUILabel} object.
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/ui/model/application/ui/provider/UILabelItemProvider.java
 (at line 149)
String label = ((MUILabel)object).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
4. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/UILabelItemProvider.java
 (at line 149)
String label = ((MUILabel)object).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
5. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/UILabelItemProvider.java
 (at line 166)
switch (notification.getFeatureID(MUILabel.class)) {
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/ui/model/application/ui/provider/UiItemProviderAdapterFactory.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/UiItemProviderAdapterFactory.java
 (at line 15)
import org.eclipse.e4.ui.model.application.ui.util.UiAdapterFactory;
Discouraged access: The type UiAdapterFactory is not accessible due to restriction 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/ui/model/application/ui/provider/UiItemProviderAdapterFactory.java
 (at line 40)
public class UiItemProviderAdapterFactory extends UiAdapterFactory implements ComposeableAdapterFactory, IChangeNotifier, IDisposable {
Discouraged access: The type UiAdapterFactory is not accessible due to restriction 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/ui/model/application/ui/provider/UiItemProviderAdapterFactory.java
 (at line 80)
* This keeps track of the one adapter used for all {@link org.eclipse.e4.ui.model.application.ui.MCoreExpression} instances.
Discouraged access: The type MCoreExpression is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
4. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/UiItemProviderAdapterFactory.java
 (at line 88)
* This creates an adapter for a {@link org.eclipse.e4.ui.model.application.ui.MCoreExpression}.
Discouraged access: The type MCoreExpression is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot
5. WARNING in /src/org/eclipse/e4/ui/model/application/ui/provider/UiItemProviderAdapterFactory.java
 (at line 129)
return supportedTypes.contains(type) || super.isFactoryForType(type);
Discouraged access: The method isFactoryForType(Object) from the type UiAdapterFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20100618-1645/plugins/org.eclipse.e4.ui.model.workbench/@dot