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

TOTAL : ERRORS: 0, WARNINGS: 115

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

/src/org/eclipse/e4/tools/emf/editor3x/extension/AddonContributionEditor.java : 30 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/AddonContributionEditor.java
 (at line 16)
import org.eclipse.core.runtime.CoreException;
The import org.eclipse.core.runtime.CoreException is never used
2. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/AddonContributionEditor.java
 (at line 35)
import org.eclipse.pde.core.project.IBundleProjectDescription;
The import org.eclipse.pde.core.project.IBundleProjectDescription is never used
3. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/AddonContributionEditor.java
 (at line 36)
import org.eclipse.pde.core.project.IBundleProjectService;
The import org.eclipse.pde.core.project.IBundleProjectService is never used
4. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/AddonContributionEditor.java
 (at line 39)
import org.osgi.framework.BundleContext;
The import org.osgi.framework.BundleContext is never used
5. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/AddonContributionEditor.java
 (at line 40)
import org.osgi.framework.FrameworkUtil;
The import org.osgi.framework.FrameworkUtil is never used
6. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/AddonContributionEditor.java
 (at line 41)
import org.osgi.framework.ServiceReference;
The import org.osgi.framework.ServiceReference is never used

/src/org/eclipse/e4/tools/emf/editor3x/extension/HandlerContributionEditor.java : 33 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/HandlerContributionEditor.java
 (at line 33)
import org.eclipse.jface.dialogs.ErrorDialog;
The import org.eclipse.jface.dialogs.ErrorDialog is never used

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

/src/org/eclipse/e4/tools/emf/editor3x/EditorProjectFunction.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/EditorProjectFunction.java
 (at line 3)
import org.eclipse.e4.core.contexts.ContextFunction;
Discouraged access: The type ContextFunction is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/EditorProjectFunction.java
 (at line 4)
import org.eclipse.e4.core.contexts.IEclipseContext;
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/EditorProjectFunction.java
 (at line 8)
public class EditorProjectFunction extends ContextFunction {
Discouraged access: The type ContextFunction is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/EditorProjectFunction.java
 (at line 11)
public Object compute(IEclipseContext context) {
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/EditorProjectFunction.java
 (at line 12)
final IEditorInput input = context.get(IEditorInput.class);
Discouraged access: The method get(Class<IEditorInput>) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar

/src/org/eclipse/e4/tools/emf/editor3x/PDEClassContributionProvider.java : 1 warning :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/PDEClassContributionProvider.java
 (at line 29)
import org.eclipse.pde.internal.core.util.PDEJavaHelper;
Discouraged access: The type PDEJavaHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.pde.core_3.7.0.v20110603.jar

/src/org/eclipse/e4/tools/emf/editor3x/PDEExtensionLookup.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/PDEExtensionLookup.java
 (at line 17)
import org.eclipse.pde.internal.core.PDEExtensionRegistry;
Discouraged access: The type PDEExtensionRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.pde.core_3.7.0.v20110603.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/PDEExtensionLookup.java
 (at line 26)
PDEExtensionRegistry reg = new PDEExtensionRegistry();
Discouraged access: The type PDEExtensionRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.pde.core_3.7.0.v20110603.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/PDEExtensionLookup.java
 (at line 26)
PDEExtensionRegistry reg = new PDEExtensionRegistry();
Discouraged access: The constructor PDEExtensionRegistry() is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.pde.core_3.7.0.v20110603.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/PDEExtensionLookup.java
 (at line 26)
PDEExtensionRegistry reg = new PDEExtensionRegistry();
Discouraged access: The type PDEExtensionRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.pde.core_3.7.0.v20110603.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/PDEExtensionLookup.java
 (at line 27)
return reg.findExtensions(extensionPointId, true);
Discouraged access: The method findExtensions(String, boolean) from the type PDEExtensionRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.pde.core_3.7.0.v20110603.jar

/src/org/eclipse/e4/tools/emf/editor3x/TargetElementProviders.java : 10 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/TargetElementProviders.java
 (at line 9)
import org.eclipse.e4.ui.model.fragment.impl.FragmentPackageImpl;
Discouraged access: The type FragmentPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/TargetElementProviders.java
 (at line 17)
import org.eclipse.pde.internal.core.PDEExtensionRegistry;
Discouraged access: The type PDEExtensionRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.pde.core_3.7.0.v20110603.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/TargetElementProviders.java
 (at line 25)
PDEExtensionRegistry reg = new PDEExtensionRegistry();
Discouraged access: The type PDEExtensionRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.pde.core_3.7.0.v20110603.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/TargetElementProviders.java
 (at line 25)
PDEExtensionRegistry reg = new PDEExtensionRegistry();
Discouraged access: The constructor PDEExtensionRegistry() is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.pde.core_3.7.0.v20110603.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/TargetElementProviders.java
 (at line 25)
PDEExtensionRegistry reg = new PDEExtensionRegistry();
Discouraged access: The type PDEExtensionRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.pde.core_3.7.0.v20110603.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/TargetElementProviders.java
 (at line 26)
IExtension[] extensions = reg.findExtensions("org.eclipse.e4.workbench.model", true);
Discouraged access: The method findExtensions(String, boolean) from the type PDEExtensionRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.pde.core_3.7.0.v20110603.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/TargetElementProviders.java
 (at line 52)
extensions = reg.findExtensions("org.eclipse.core.runtime.products", true);
Discouraged access: The method findExtensions(String, boolean) from the type PDEExtensionRegistry is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.pde.core_3.7.0.v20110603.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/TargetElementProviders.java
 (at line 93)
if (o.eContainingFeature() == FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS) {
Discouraged access: The type FragmentPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/TargetElementProviders.java
 (at line 93)
if (o.eContainingFeature() == FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS) {
Discouraged access: The type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/TargetElementProviders.java
 (at line 93)
if (o.eContainingFeature() == FragmentPackageImpl.Literals.MODEL_FRAGMENTS__IMPORTS) {
Discouraged access: The field MODEL_FRAGMENTS__IMPORTS from the type FragmentPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

/src/org/eclipse/e4/tools/emf/editor3x/XMIResourceFunction.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/XMIResourceFunction.java
 (at line 3)
import org.eclipse.e4.core.contexts.ContextFunction;
Discouraged access: The type ContextFunction is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
2. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/XMIResourceFunction.java
 (at line 4)
import org.eclipse.e4.core.contexts.IEclipseContext;
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/XMIResourceFunction.java
 (at line 12)
public class XMIResourceFunction extends ContextFunction {
Discouraged access: The type ContextFunction is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/XMIResourceFunction.java
 (at line 15)
public Object compute(final IEclipseContext context) {
Discouraged access: The type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/XMIResourceFunction.java
 (at line 16)
final IEditorInput input = context.get(IEditorInput.class);
Discouraged access: The method get(Class<IEditorInput>) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/XMIResourceFunction.java
 (at line 17)
final IDirtyProviderService dirtyProvider = context.get(IDirtyProviderService.class);
Discouraged access: The method get(Class<IDirtyProviderService>) from the type IEclipseContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.core.contexts_0.10.0.v20110613-2030.jar

/src/org/eclipse/e4/tools/emf/editor3x/extension/AddonContributionEditor.java : 30 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/AddonContributionEditor.java
 (at line 17)
import org.eclipse.e4.internal.tools.wizards.classes.NewAddonClassWizard;
Discouraged access: The type NewAddonClassWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20110620-1631/plugins/org.eclipse.e4.tools/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/AddonContributionEditor.java
 (at line 19)
import org.eclipse.e4.ui.model.application.MContribution;
Discouraged access: The type MContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/AddonContributionEditor.java
 (at line 20)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/AddonContributionEditor.java
 (at line 46)
return Util.isTypeOrSuper(ApplicationPackageImpl.Literals.ADDON, element);
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/AddonContributionEditor.java
 (at line 46)
return Util.isTypeOrSuper(ApplicationPackageImpl.Literals.ADDON, element);
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/AddonContributionEditor.java
 (at line 46)
return Util.isTypeOrSuper(ApplicationPackageImpl.Literals.ADDON, element);
Discouraged access: The field ADDON from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/AddonContributionEditor.java
 (at line 49)
public void createOpen(MContribution contribution, EditingDomain domain,
Discouraged access: The type MContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/AddonContributionEditor.java
 (at line 54)
private void createOpen(MContribution contribution, EditingDomain domain,
Discouraged access: The type MContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/AddonContributionEditor.java
 (at line 56)
if( forceNew || contribution.getContributionURI() == null || contribution.getContributionURI().trim().length() == 0 || !contribution.getContributionURI().startsWith("platform:") ) {
Discouraged access: The method getContributionURI() from the type MContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/AddonContributionEditor.java
 (at line 56)
if( forceNew || contribution.getContributionURI() == null || contribution.getContributionURI().trim().length() == 0 || !contribution.getContributionURI().startsWith("platform:") ) {
Discouraged access: The method getContributionURI() from the type MContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/AddonContributionEditor.java
 (at line 56)
if( forceNew || contribution.getContributionURI() == null || contribution.getContributionURI().trim().length() == 0 || !contribution.getContributionURI().startsWith("platform:") ) {
Discouraged access: The method getContributionURI() from the type MContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
12. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/AddonContributionEditor.java
 (at line 57)
NewAddonClassWizard wizard = new NewAddonClassWizard();
Discouraged access: The type NewAddonClassWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20110620-1631/plugins/org.eclipse.e4.tools/@dot
13. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/AddonContributionEditor.java
 (at line 57)
NewAddonClassWizard wizard = new NewAddonClassWizard();
Discouraged access: The constructor NewAddonClassWizard() is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20110620-1631/plugins/org.eclipse.e4.tools/@dot
14. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/AddonContributionEditor.java
 (at line 57)
NewAddonClassWizard wizard = new NewAddonClassWizard();
Discouraged access: The type NewAddonClassWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20110620-1631/plugins/org.eclipse.e4.tools/@dot
15. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/AddonContributionEditor.java
 (at line 58)
wizard.init( null, new StructuredSelection(project));
Discouraged access: The method init(IWorkbench, IStructuredSelection) from the type AbstractNewClassWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20110620-1631/plugins/org.eclipse.e4.tools/@dot
16. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/AddonContributionEditor.java
 (at line 61)
IFile f = wizard.getFile();
Discouraged access: The method getFile() from the type AbstractNewClassWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20110620-1631/plugins/org.eclipse.e4.tools/@dot
17. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/AddonContributionEditor.java
 (at line 67)
String className = wizard.getDomainClass().getName();
Discouraged access: The method getDomainClass() from the type AbstractNewClassWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20110620-1631/plugins/org.eclipse.e4.tools/@dot
18. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/AddonContributionEditor.java
 (at line 67)
String className = wizard.getDomainClass().getName();
Discouraged access: The method getName() from the type AbstractNewClassPage.JavaClass is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20110620-1631/plugins/org.eclipse.e4.tools/@dot
19. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/AddonContributionEditor.java
 (at line 74)
fullyQualified = wizard.getDomainClass().getName();
Discouraged access: The method getDomainClass() from the type AbstractNewClassWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20110620-1631/plugins/org.eclipse.e4.tools/@dot
20. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/AddonContributionEditor.java
 (at line 74)
fullyQualified = wizard.getDomainClass().getName();
Discouraged access: The method getName() from the type AbstractNewClassPage.JavaClass is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20110620-1631/plugins/org.eclipse.e4.tools/@dot
21. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/AddonContributionEditor.java
 (at line 77)
Command cmd = SetCommand.create(domain, contribution, ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, "platform:/plugin/" + Util.getBundleSymbolicName(f.getProject()) + "/" + fullyQualified);
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
22. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/AddonContributionEditor.java
 (at line 77)
Command cmd = SetCommand.create(domain, contribution, ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, "platform:/plugin/" + Util.getBundleSymbolicName(f.getProject()) + "/" + fullyQualified);
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
23. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/AddonContributionEditor.java
 (at line 77)
Command cmd = SetCommand.create(domain, contribution, ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, "platform:/plugin/" + Util.getBundleSymbolicName(f.getProject()) + "/" + fullyQualified);
Discouraged access: The field CONTRIBUTION__CONTRIBUTION_URI from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
24. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/AddonContributionEditor.java
 (at line 87)
URI uri = URI.createURI(contribution.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

/src/org/eclipse/e4/tools/emf/editor3x/extension/HandlerContributionEditor.java : 33 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/HandlerContributionEditor.java
 (at line 16)
import org.eclipse.e4.internal.tools.wizards.classes.NewHandlerClassWizard;
Discouraged access: The type NewHandlerClassWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20110620-1631/plugins/org.eclipse.e4.tools/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/HandlerContributionEditor.java
 (at line 18)
import org.eclipse.e4.ui.model.application.MContribution;
Discouraged access: The type MContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/HandlerContributionEditor.java
 (at line 19)
import org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl;
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/HandlerContributionEditor.java
 (at line 20)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/HandlerContributionEditor.java
 (at line 21)
import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuPackageImpl;
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/HandlerContributionEditor.java
 (at line 41)
public void createOpen(MContribution contribution, EditingDomain domain, IProject project, Shell shell) {
Discouraged access: The type MContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/HandlerContributionEditor.java
 (at line 45)
private void createOpen(MContribution contribution, EditingDomain domain, IProject project, Shell shell, boolean forceNew) {
Discouraged access: The type MContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/HandlerContributionEditor.java
 (at line 46)
if( contribution.getContributionURI() == null || contribution.getContributionURI().trim().length() == 0 || !contribution.getContributionURI().startsWith("platform:") ) {
Discouraged access: The method getContributionURI() from the type MContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/HandlerContributionEditor.java
 (at line 46)
if( contribution.getContributionURI() == null || contribution.getContributionURI().trim().length() == 0 || !contribution.getContributionURI().startsWith("platform:") ) {
Discouraged access: The method getContributionURI() from the type MContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/HandlerContributionEditor.java
 (at line 46)
if( contribution.getContributionURI() == null || contribution.getContributionURI().trim().length() == 0 || !contribution.getContributionURI().startsWith("platform:") ) {
Discouraged access: The method getContributionURI() from the type MContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
11. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/HandlerContributionEditor.java
 (at line 47)
NewHandlerClassWizard wizard = new NewHandlerClassWizard();
Discouraged access: The type NewHandlerClassWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20110620-1631/plugins/org.eclipse.e4.tools/@dot
12. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/HandlerContributionEditor.java
 (at line 47)
NewHandlerClassWizard wizard = new NewHandlerClassWizard();
Discouraged access: The constructor NewHandlerClassWizard() is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20110620-1631/plugins/org.eclipse.e4.tools/@dot
13. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/HandlerContributionEditor.java
 (at line 47)
NewHandlerClassWizard wizard = new NewHandlerClassWizard();
Discouraged access: The type NewHandlerClassWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20110620-1631/plugins/org.eclipse.e4.tools/@dot
14. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/HandlerContributionEditor.java
 (at line 48)
wizard.init( null, new StructuredSelection(project));
Discouraged access: The method init(IWorkbench, IStructuredSelection) from the type AbstractNewClassWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20110620-1631/plugins/org.eclipse.e4.tools/@dot
15. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/HandlerContributionEditor.java
 (at line 51)
IFile f = wizard.getFile();
Discouraged access: The method getFile() from the type AbstractNewClassWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20110620-1631/plugins/org.eclipse.e4.tools/@dot
16. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/HandlerContributionEditor.java
 (at line 57)
String className = wizard.getDomainClass().getName();
Discouraged access: The method getDomainClass() from the type AbstractNewClassWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20110620-1631/plugins/org.eclipse.e4.tools/@dot
17. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/HandlerContributionEditor.java
 (at line 57)
String className = wizard.getDomainClass().getName();
Discouraged access: The method getName() from the type AbstractNewClassPage.JavaClass is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20110620-1631/plugins/org.eclipse.e4.tools/@dot
18. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/HandlerContributionEditor.java
 (at line 64)
fullyQualified = wizard.getDomainClass().getName();
Discouraged access: The method getDomainClass() from the type AbstractNewClassWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20110620-1631/plugins/org.eclipse.e4.tools/@dot
19. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/HandlerContributionEditor.java
 (at line 64)
fullyQualified = wizard.getDomainClass().getName();
Discouraged access: The method getName() from the type AbstractNewClassPage.JavaClass is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20110620-1631/plugins/org.eclipse.e4.tools/@dot
20. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/HandlerContributionEditor.java
 (at line 67)
Command cmd = SetCommand.create(domain, contribution, ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, "platform:/plugin/" + Util.getBundleSymbolicName(f.getProject()) + "/" + fullyQualified);
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
21. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/HandlerContributionEditor.java
 (at line 67)
Command cmd = SetCommand.create(domain, contribution, ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, "platform:/plugin/" + Util.getBundleSymbolicName(f.getProject()) + "/" + fullyQualified);
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
22. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/HandlerContributionEditor.java
 (at line 67)
Command cmd = SetCommand.create(domain, contribution, ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, "platform:/plugin/" + Util.getBundleSymbolicName(f.getProject()) + "/" + fullyQualified);
Discouraged access: The field CONTRIBUTION__CONTRIBUTION_URI from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
23. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/HandlerContributionEditor.java
 (at line 77)
URI uri = URI.createURI(contribution.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
24. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/HandlerContributionEditor.java
 (at line 123)
Util.isTypeOrSuper(CommandsPackageImpl.Literals.HANDLER,element)
Discouraged access: The type CommandsPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
25. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/HandlerContributionEditor.java
 (at line 123)
Util.isTypeOrSuper(CommandsPackageImpl.Literals.HANDLER,element)
Discouraged access: The type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
26. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/HandlerContributionEditor.java
 (at line 123)
Util.isTypeOrSuper(CommandsPackageImpl.Literals.HANDLER,element)
Discouraged access: The field HANDLER from the type CommandsPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
27. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/HandlerContributionEditor.java
 (at line 125)
Util.isTypeOrSuper(MenuPackageImpl.Literals.DIRECT_MENU_ITEM, element)
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
28. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/HandlerContributionEditor.java
 (at line 125)
Util.isTypeOrSuper(MenuPackageImpl.Literals.DIRECT_MENU_ITEM, element)
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
29. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/HandlerContributionEditor.java
 (at line 125)
Util.isTypeOrSuper(MenuPackageImpl.Literals.DIRECT_MENU_ITEM, element)
Discouraged access: The field DIRECT_MENU_ITEM from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
30. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/HandlerContributionEditor.java
 (at line 127)
Util.isTypeOrSuper(MenuPackageImpl.Literals.DIRECT_TOOL_ITEM, element);
Discouraged access: The type MenuPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
31. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/HandlerContributionEditor.java
 (at line 127)
Util.isTypeOrSuper(MenuPackageImpl.Literals.DIRECT_TOOL_ITEM, element);
Discouraged access: The type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
32. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/HandlerContributionEditor.java
 (at line 127)
Util.isTypeOrSuper(MenuPackageImpl.Literals.DIRECT_TOOL_ITEM, element);
Discouraged access: The field DIRECT_TOOL_ITEM from the type MenuPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar

/src/org/eclipse/e4/tools/emf/editor3x/extension/PartContributionEditor.java : 25 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/PartContributionEditor.java
 (at line 16)
import org.eclipse.e4.internal.tools.wizards.classes.NewPartClassWizard;
Discouraged access: The type NewPartClassWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20110620-1631/plugins/org.eclipse.e4.tools/@dot
2. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/PartContributionEditor.java
 (at line 18)
import org.eclipse.e4.ui.model.application.MContribution;
Discouraged access: The type MContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
3. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/PartContributionEditor.java
 (at line 19)
import org.eclipse.e4.ui.model.application.impl.ApplicationPackageImpl;
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
4. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/PartContributionEditor.java
 (at line 20)
import org.eclipse.e4.ui.model.application.ui.basic.impl.BasicPackageImpl;
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
5. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/PartContributionEditor.java
 (at line 39)
public void createOpen(MContribution contribution, EditingDomain domain,
Discouraged access: The type MContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
6. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/PartContributionEditor.java
 (at line 44)
private void createOpen(MContribution contribution, EditingDomain domain,
Discouraged access: The type MContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
7. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/PartContributionEditor.java
 (at line 46)
if ( forceNew || contribution.getContributionURI() == null
Discouraged access: The method getContributionURI() from the type MContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
8. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/PartContributionEditor.java
 (at line 47)
|| contribution.getContributionURI().trim().length() == 0
Discouraged access: The method getContributionURI() from the type MContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
9. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/PartContributionEditor.java
 (at line 48)
|| !contribution.getContributionURI().startsWith("platform:")) {
Discouraged access: The method getContributionURI() from the type MContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
10. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/PartContributionEditor.java
 (at line 49)
NewPartClassWizard wizard = new NewPartClassWizard();
Discouraged access: The type NewPartClassWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20110620-1631/plugins/org.eclipse.e4.tools/@dot
11. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/PartContributionEditor.java
 (at line 49)
NewPartClassWizard wizard = new NewPartClassWizard();
Discouraged access: The constructor NewPartClassWizard() is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20110620-1631/plugins/org.eclipse.e4.tools/@dot
12. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/PartContributionEditor.java
 (at line 49)
NewPartClassWizard wizard = new NewPartClassWizard();
Discouraged access: The type NewPartClassWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20110620-1631/plugins/org.eclipse.e4.tools/@dot
13. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/PartContributionEditor.java
 (at line 50)
wizard.init(null, new StructuredSelection(project));
Discouraged access: The method init(IWorkbench, IStructuredSelection) from the type AbstractNewClassWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20110620-1631/plugins/org.eclipse.e4.tools/@dot
14. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/PartContributionEditor.java
 (at line 53)
IFile f = wizard.getFile();
Discouraged access: The method getFile() from the type AbstractNewClassWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20110620-1631/plugins/org.eclipse.e4.tools/@dot
15. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/PartContributionEditor.java
 (at line 59)
String className = wizard.getDomainClass().getName();
Discouraged access: The method getDomainClass() from the type AbstractNewClassWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20110620-1631/plugins/org.eclipse.e4.tools/@dot
16. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/PartContributionEditor.java
 (at line 59)
String className = wizard.getDomainClass().getName();
Discouraged access: The method getName() from the type AbstractNewClassPage.JavaClass is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20110620-1631/plugins/org.eclipse.e4.tools/@dot
17. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/PartContributionEditor.java
 (at line 66)
fullyQualified = wizard.getDomainClass().getName();
Discouraged access: The method getDomainClass() from the type AbstractNewClassWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20110620-1631/plugins/org.eclipse.e4.tools/@dot
18. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/PartContributionEditor.java
 (at line 66)
fullyQualified = wizard.getDomainClass().getName();
Discouraged access: The method getName() from the type AbstractNewClassPage.JavaClass is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20110620-1631/plugins/org.eclipse.e4.tools/@dot
19. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/PartContributionEditor.java
 (at line 69)
Command cmd = SetCommand.create(domain, contribution, ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, "platform:/plugin/" + Util.getBundleSymbolicName(f.getProject()) + "/" + fullyQualified);
Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
20. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/PartContributionEditor.java
 (at line 69)
Command cmd = SetCommand.create(domain, contribution, ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, "platform:/plugin/" + Util.getBundleSymbolicName(f.getProject()) + "/" + fullyQualified);
Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
21. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/PartContributionEditor.java
 (at line 69)
Command cmd = SetCommand.create(domain, contribution, ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, "platform:/plugin/" + Util.getBundleSymbolicName(f.getProject()) + "/" + fullyQualified);
Discouraged access: The field CONTRIBUTION__CONTRIBUTION_URI from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
22. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/PartContributionEditor.java
 (at line 79)
URI uri = URI.createURI(contribution.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/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
23. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/PartContributionEditor.java
 (at line 124)
return Util.isTypeOrSuper(BasicPackageImpl.Literals.PART, element);
Discouraged access: The type BasicPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
24. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/PartContributionEditor.java
 (at line 124)
return Util.isTypeOrSuper(BasicPackageImpl.Literals.PART, element);
Discouraged access: The type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar
25. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/PartContributionEditor.java
 (at line 124)
return Util.isTypeOrSuper(BasicPackageImpl.Literals.PART, element);
Discouraged access: The field PART from the type BasicPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110617/plugins/org.eclipse.e4.ui.model.workbench_0.10.0.v20110613-2030.jar