errors | others warnings | forbidden warnings | discouraged warnings |
top | others warnings | forbidden warnings | discouraged warnings |
top | errors | forbidden warnings | discouraged 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 |
top | errors | others warnings | discouraged warnings |
top | errors | others warnings | forbidden 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/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.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/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.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/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.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/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.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/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
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/v20110118/plugins/org.eclipse.pde.core_3.7.0.v20110124-1800.jar |
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/v20110118/plugins/org.eclipse.pde.core_3.7.0.v20110124-1800.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/v20110118/plugins/org.eclipse.pde.core_3.7.0.v20110124-1800.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/v20110118/plugins/org.eclipse.pde.core_3.7.0.v20110124-1800.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/v20110118/plugins/org.eclipse.pde.core_3.7.0.v20110124-1800.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/v20110118/plugins/org.eclipse.pde.core_3.7.0.v20110124-1800.jar |
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/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.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/v20110118/plugins/org.eclipse.pde.core_3.7.0.v20110124-1800.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/v20110118/plugins/org.eclipse.pde.core_3.7.0.v20110124-1800.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/v20110118/plugins/org.eclipse.pde.core_3.7.0.v20110124-1800.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/v20110118/plugins/org.eclipse.pde.core_3.7.0.v20110124-1800.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/v20110118/plugins/org.eclipse.pde.core_3.7.0.v20110124-1800.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/v20110118/plugins/org.eclipse.pde.core_3.7.0.v20110124-1800.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/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.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/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.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/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.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/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.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/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.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/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.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/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.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/v20110118/plugins/org.eclipse.e4.core.contexts_0.9.0.v20101125-1630.jar |
1. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/AddonContributionEditor.java (at line 16) 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/I20110128-2000/plugins/org.eclipse.e4.tools/@dot |
2. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/AddonContributionEditor.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/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
3. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/AddonContributionEditor.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/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
4. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/AddonContributionEditor.java (at line 40) 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/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
5. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/AddonContributionEditor.java (at line 40) 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/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
6. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/AddonContributionEditor.java (at line 40) 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/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
7. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/AddonContributionEditor.java (at line 43) 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/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
8. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/AddonContributionEditor.java (at line 48) 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/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
9. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/AddonContributionEditor.java (at line 50) 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/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
10. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/AddonContributionEditor.java (at line 50) 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/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
11. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/AddonContributionEditor.java (at line 50) 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/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
12. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/AddonContributionEditor.java (at line 51) 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/I20110128-2000/plugins/org.eclipse.e4.tools/@dot |
13. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/AddonContributionEditor.java (at line 51) 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/I20110128-2000/plugins/org.eclipse.e4.tools/@dot |
14. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/AddonContributionEditor.java (at line 51) 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/I20110128-2000/plugins/org.eclipse.e4.tools/@dot |
15. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/AddonContributionEditor.java (at line 52) 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/I20110128-2000/plugins/org.eclipse.e4.tools/@dot |
16. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/AddonContributionEditor.java (at line 55) 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/I20110128-2000/plugins/org.eclipse.e4.tools/@dot |
17. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/AddonContributionEditor.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/I20110128-2000/plugins/org.eclipse.e4.tools/@dot |
18. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/AddonContributionEditor.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/I20110128-2000/plugins/org.eclipse.e4.tools/@dot |
19. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/AddonContributionEditor.java (at line 60) Command cmd = SetCommand.create(domain, contribution, ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, "platform:/plugin/" + f.getProject().getName() + "/" + packageName+"."+className); Discouraged 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/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
20. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/AddonContributionEditor.java (at line 60) Command cmd = SetCommand.create(domain, contribution, ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, "platform:/plugin/" + f.getProject().getName() + "/" + packageName+"."+className); 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/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
21. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/AddonContributionEditor.java (at line 60) Command cmd = SetCommand.create(domain, contribution, ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, "platform:/plugin/" + f.getProject().getName() + "/" + packageName+"."+className); 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/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
22. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/AddonContributionEditor.java (at line 70) 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/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/I20110128-2000/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/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.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/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.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/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.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/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.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/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.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/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.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/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.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/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.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/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.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/I20110128-2000/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/I20110128-2000/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/I20110128-2000/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/I20110128-2000/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/I20110128-2000/plugins/org.eclipse.e4.tools/@dot |
16. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/HandlerContributionEditor.java (at line 55) 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/I20110128-2000/plugins/org.eclipse.e4.tools/@dot |
17. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/HandlerContributionEditor.java (at line 55) 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/I20110128-2000/plugins/org.eclipse.e4.tools/@dot |
18. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/HandlerContributionEditor.java (at line 56) Command cmd = SetCommand.create(domain, contribution, ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, "platform:/plugin/" + f.getProject().getName() + "/" + packageName+"."+className); Discouraged 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/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
19. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/HandlerContributionEditor.java (at line 56) Command cmd = SetCommand.create(domain, contribution, ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, "platform:/plugin/" + f.getProject().getName() + "/" + packageName+"."+className); 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/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
20. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/HandlerContributionEditor.java (at line 56) Command cmd = SetCommand.create(domain, contribution, ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, "platform:/plugin/" + f.getProject().getName() + "/" + packageName+"."+className); 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/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
21. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/HandlerContributionEditor.java (at line 66) 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/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
22. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/HandlerContributionEditor.java (at line 101) 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/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
23. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/HandlerContributionEditor.java (at line 101) 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/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
24. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/HandlerContributionEditor.java (at line 101) 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/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
25. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/HandlerContributionEditor.java (at line 103) 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/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
26. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/HandlerContributionEditor.java (at line 103) 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/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
27. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/HandlerContributionEditor.java (at line 103) 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/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
28. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/HandlerContributionEditor.java (at line 105) 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/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
29. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/HandlerContributionEditor.java (at line 105) 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/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
30. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/HandlerContributionEditor.java (at line 105) 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/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
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/I20110128-2000/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/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.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/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.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/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.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/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.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/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.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/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.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/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.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/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.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/I20110128-2000/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/I20110128-2000/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/I20110128-2000/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/I20110128-2000/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/I20110128-2000/plugins/org.eclipse.e4.tools/@dot |
15. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/PartContributionEditor.java (at line 58) 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/I20110128-2000/plugins/org.eclipse.e4.tools/@dot |
16. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/PartContributionEditor.java (at line 58) 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/I20110128-2000/plugins/org.eclipse.e4.tools/@dot |
17. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/PartContributionEditor.java (at line 62) ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, Discouraged access: The type ApplicationPackageImpl is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
18. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/PartContributionEditor.java (at line 62) ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, Discouraged access: The type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
19. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/PartContributionEditor.java (at line 62) ApplicationPackageImpl.Literals.CONTRIBUTION__CONTRIBUTION_URI, Discouraged access: The field CONTRIBUTION__CONTRIBUTION_URI from the type ApplicationPackageImpl.Literals is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
20. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/PartContributionEditor.java (at line 75) 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/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
21. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/PartContributionEditor.java (at line 109) 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/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
22. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/PartContributionEditor.java (at line 109) 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/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |
23. WARNING in /src/org/eclipse/e4/tools/emf/editor3x/extension/PartContributionEditor.java (at line 109) 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/v20110118/plugins/org.eclipse.e4.ui.model.workbench_0.9.1.v20110127-2200.jar |