| 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/internal/tools/wizards/classes/AbstractNewClassPage.java (at line 224) Class[] acceptedClasses= new Class[] { IPackageFragmentRoot.class, IJavaProject.class }; Class is a raw type. References to generic type Class<T> should be parameterized  | 
| 1. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 162) TreeSet availableEEs = new TreeSet(); TreeSet is a raw type. References to generic type TreeSet<E> should be parameterized  | 
| 2. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 162) TreeSet availableEEs = new TreeSet(); TreeSet is a raw type. References to generic type TreeSet<E> should be parameterized  | 
| 3. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 164) availableEEs.add(exeEnvs[i].getId()); Type safety: The method add(Object) belongs to the raw type TreeSet. References to generic type TreeSet<E> should be parameterized  | 
| 4. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 166) availableEEs.add(NO_EXECUTION_ENVIRONMENT); Type safety: The method add(Object) belongs to the raw type TreeSet. References to generic type TreeSet<E> should be parameterized  | 
| 5. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 169) fEEChoice.setItems((String[]) availableEEs.toArray(new String[availableEEs.size() - 1])); Type safety: The method toArray(Object[]) belongs to the raw type AbstractCollection. References to generic type AbstractCollection<E> should be parameterized  | 
| 1. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/TemplateOperation.java (at line 152) Map childZipEntries = new HashMap(); // "dir/" or "dir/file.java" Map is a raw type. References to generic type Map<K,V> should be parameterized  | 
| 2. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/TemplateOperation.java (at line 152) Map childZipEntries = new HashMap(); // "dir/" or "dir/file.java" HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized  | 
| 3. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/TemplateOperation.java (at line 154) for (Enumeration zipEntries = zipFile.entries(); zipEntries Enumeration is a raw type. References to generic type Enumeration<E> should be parameterized  | 
| 4. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/TemplateOperation.java (at line 167) childZipEntries.put(zipEntry.getName(), zipEntry); Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized  | 
| 5. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/TemplateOperation.java (at line 173) childZipEntries.put(name, dirEntry); Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized  | 
| 6. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/TemplateOperation.java (at line 178) for (Iterator it = childZipEntries.values().iterator(); it.hasNext();) { Iterator is a raw type. References to generic type Iterator<E> should be parameterized  | 
| top | errors | others warnings | discouraged warnings | 
| top | errors | others warnings | forbidden warnings | 
| 1. WARNING in /src/org/eclipse/e4/internal/tools/wizards/classes/AbstractNewClassPage.java (at line 33) import org.eclipse.jdt.internal.ui.JavaPlugin; Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.jdt.ui_3.7.0.v20101214-0800.jar  | 
| 2. WARNING in /src/org/eclipse/e4/internal/tools/wizards/classes/AbstractNewClassPage.java (at line 34) import org.eclipse.jdt.internal.ui.wizards.NewWizardMessages; Discouraged access: The type NewWizardMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.jdt.ui_3.7.0.v20101214-0800.jar  | 
| 3. WARNING in /src/org/eclipse/e4/internal/tools/wizards/classes/AbstractNewClassPage.java (at line 35) import org.eclipse.jdt.internal.ui.wizards.TypedElementSelectionValidator; Discouraged access: The type TypedElementSelectionValidator is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.jdt.ui_3.7.0.v20101214-0800.jar  | 
| 4. WARNING in /src/org/eclipse/e4/internal/tools/wizards/classes/AbstractNewClassPage.java (at line 36) import org.eclipse.jdt.internal.ui.wizards.TypedViewerFilter; Discouraged access: The type TypedViewerFilter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.jdt.ui_3.7.0.v20101214-0800.jar  | 
| 5. WARNING in /src/org/eclipse/e4/internal/tools/wizards/classes/AbstractNewClassPage.java (at line 225) TypedElementSelectionValidator validator= new TypedElementSelectionValidator(acceptedClasses, false) { Discouraged access: The type TypedElementSelectionValidator is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.jdt.ui_3.7.0.v20101214-0800.jar  | 
| 6. WARNING in /src/org/eclipse/e4/internal/tools/wizards/classes/AbstractNewClassPage.java (at line 225) TypedElementSelectionValidator validator= new TypedElementSelectionValidator(acceptedClasses, false) { Discouraged access: The type TypedElementSelectionValidator is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.jdt.ui_3.7.0.v20101214-0800.jar  | 
| 7. WARNING in /src/org/eclipse/e4/internal/tools/wizards/classes/AbstractNewClassPage.java (at line 237) JavaPlugin.log(e.getStatus()); // just log, no UI in validation Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.jdt.ui_3.7.0.v20101214-0800.jar  | 
| 8. WARNING in /src/org/eclipse/e4/internal/tools/wizards/classes/AbstractNewClassPage.java (at line 237) JavaPlugin.log(e.getStatus()); // just log, no UI in validation Discouraged access: The method log(IStatus) from the type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.jdt.ui_3.7.0.v20101214-0800.jar  | 
| 9. WARNING in /src/org/eclipse/e4/internal/tools/wizards/classes/AbstractNewClassPage.java (at line 244) ViewerFilter filter= new TypedViewerFilter(acceptedClasses) { Discouraged access: The type TypedViewerFilter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.jdt.ui_3.7.0.v20101214-0800.jar  | 
| 10. WARNING in /src/org/eclipse/e4/internal/tools/wizards/classes/AbstractNewClassPage.java (at line 250) JavaPlugin.log(e.getStatus()); // just log, no UI in validation Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.jdt.ui_3.7.0.v20101214-0800.jar  | 
| 11. WARNING in /src/org/eclipse/e4/internal/tools/wizards/classes/AbstractNewClassPage.java (at line 250) JavaPlugin.log(e.getStatus()); // just log, no UI in validation Discouraged access: The method log(IStatus) from the type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.jdt.ui_3.7.0.v20101214-0800.jar  | 
| 12. WARNING in /src/org/eclipse/e4/internal/tools/wizards/classes/AbstractNewClassPage.java (at line 254) return super.select(viewer, parent, element); Discouraged access: The method select(Viewer, Object, Object) from the type TypedViewerFilter is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.jdt.ui_3.7.0.v20101214-0800.jar  | 
| 13. WARNING in /src/org/eclipse/e4/internal/tools/wizards/classes/AbstractNewClassPage.java (at line 263) dialog.setTitle(NewWizardMessages.NewContainerWizardPage_ChooseSourceContainerDialog_title); Discouraged access: The type NewWizardMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.jdt.ui_3.7.0.v20101214-0800.jar  | 
| 14. WARNING in /src/org/eclipse/e4/internal/tools/wizards/classes/AbstractNewClassPage.java (at line 263) dialog.setTitle(NewWizardMessages.NewContainerWizardPage_ChooseSourceContainerDialog_title); Discouraged access: The field NewContainerWizardPage_ChooseSourceContainerDialog_title from the type NewWizardMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.jdt.ui_3.7.0.v20101214-0800.jar  | 
| 15. WARNING in /src/org/eclipse/e4/internal/tools/wizards/classes/AbstractNewClassPage.java (at line 264) dialog.setMessage(NewWizardMessages.NewContainerWizardPage_ChooseSourceContainerDialog_description); Discouraged access: The type NewWizardMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.jdt.ui_3.7.0.v20101214-0800.jar  | 
| 16. WARNING in /src/org/eclipse/e4/internal/tools/wizards/classes/AbstractNewClassPage.java (at line 264) dialog.setMessage(NewWizardMessages.NewContainerWizardPage_ChooseSourceContainerDialog_description); Discouraged access: The field NewContainerWizardPage_ChooseSourceContainerDialog_description from the type NewWizardMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.jdt.ui_3.7.0.v20101214-0800.jar  | 
| 1. WARNING in /src/org/eclipse/e4/internal/tools/wizards/model/NewApplicationModelWizard.java (at line 14) import org.eclipse.e4.ui.model.application.MApplication; Discouraged access: The type MApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101216-1200/plugins/org.eclipse.e4.ui.model.workbench/@dot  | 
| 2. WARNING in /src/org/eclipse/e4/internal/tools/wizards/model/NewApplicationModelWizard.java (at line 15) import org.eclipse.e4.ui.model.application.MApplicationFactory; Discouraged access: The type MApplicationFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101216-1200/plugins/org.eclipse.e4.ui.model.workbench/@dot  | 
| 3. WARNING in /src/org/eclipse/e4/internal/tools/wizards/model/NewApplicationModelWizard.java (at line 27) MApplication application = MApplicationFactory.INSTANCE.createApplication(); Discouraged access: The type MApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101216-1200/plugins/org.eclipse.e4.ui.model.workbench/@dot  | 
| 4. WARNING in /src/org/eclipse/e4/internal/tools/wizards/model/NewApplicationModelWizard.java (at line 27) MApplication application = MApplicationFactory.INSTANCE.createApplication(); Discouraged access: The type MApplicationFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101216-1200/plugins/org.eclipse.e4.ui.model.workbench/@dot  | 
| 5. WARNING in /src/org/eclipse/e4/internal/tools/wizards/model/NewApplicationModelWizard.java (at line 27) MApplication application = MApplicationFactory.INSTANCE.createApplication(); Discouraged access: The method createApplication() from the type MApplicationFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101216-1200/plugins/org.eclipse.e4.ui.model.workbench/@dot  | 
| 6. WARNING in /src/org/eclipse/e4/internal/tools/wizards/model/NewApplicationModelWizard.java (at line 27) MApplication application = MApplicationFactory.INSTANCE.createApplication(); Discouraged access: The field INSTANCE from the type MApplicationFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101216-1200/plugins/org.eclipse.e4.ui.model.workbench/@dot  | 
| 7. WARNING in /src/org/eclipse/e4/internal/tools/wizards/model/NewApplicationModelWizard.java (at line 29) application.setElementId(getModelFile().getProject().getName() + ".application"); Discouraged access: The method setElementId(String) from the type MApplicationElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101216-1200/plugins/org.eclipse.e4.ui.model.workbench/@dot  | 
| 1. WARNING in /src/org/eclipse/e4/internal/tools/wizards/model/NewContributionModelWizard.java (at line 13) import org.eclipse.e4.ui.model.fragment.MFragmentFactory; Discouraged access: The type MFragmentFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101216-1200/plugins/org.eclipse.e4.ui.model.workbench/@dot  | 
| 2. WARNING in /src/org/eclipse/e4/internal/tools/wizards/model/NewContributionModelWizard.java (at line 25) return (EObject) MFragmentFactory.INSTANCE.createModelFragments(); Discouraged access: The type MFragmentFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101216-1200/plugins/org.eclipse.e4.ui.model.workbench/@dot  | 
| 3. WARNING in /src/org/eclipse/e4/internal/tools/wizards/model/NewContributionModelWizard.java (at line 25) return (EObject) MFragmentFactory.INSTANCE.createModelFragments(); Discouraged access: The method createModelFragments() from the type MFragmentFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101216-1200/plugins/org.eclipse.e4.ui.model.workbench/@dot  | 
| 4. WARNING in /src/org/eclipse/e4/internal/tools/wizards/model/NewContributionModelWizard.java (at line 25) return (EObject) MFragmentFactory.INSTANCE.createModelFragments(); Discouraged access: The field INSTANCE from the type MFragmentFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101216-1200/plugins/org.eclipse.e4.ui.model.workbench/@dot  | 
| 1. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 33) import org.eclipse.e4.ui.model.application.MApplication; Discouraged access: The type MApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101216-1200/plugins/org.eclipse.e4.ui.model.workbench/@dot  | 
| 2. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 34) import org.eclipse.e4.ui.model.application.MApplicationFactory; Discouraged access: The type MApplicationFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101216-1200/plugins/org.eclipse.e4.ui.model.workbench/@dot  | 
| 3. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 35) import org.eclipse.e4.ui.model.application.commands.MBindingContext; Discouraged access: The type MBindingContext is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101216-1200/plugins/org.eclipse.e4.ui.model.workbench/@dot  | 
| 4. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 36) import org.eclipse.e4.ui.model.application.commands.MBindingTable; Discouraged access: The type MBindingTable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101216-1200/plugins/org.eclipse.e4.ui.model.workbench/@dot  | 
| 5. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 37) import org.eclipse.e4.ui.model.application.commands.MCommand; Discouraged access: The type MCommand is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101216-1200/plugins/org.eclipse.e4.ui.model.workbench/@dot  | 
| 6. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 38) import org.eclipse.e4.ui.model.application.commands.MCommandsFactory; Discouraged access: The type MCommandsFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101216-1200/plugins/org.eclipse.e4.ui.model.workbench/@dot  | 
| 7. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 39) import org.eclipse.e4.ui.model.application.commands.MHandler; Discouraged access: The type MHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101216-1200/plugins/org.eclipse.e4.ui.model.workbench/@dot  | 
| 8. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 40) import org.eclipse.e4.ui.model.application.commands.MKeyBinding; Discouraged access: The type MKeyBinding is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101216-1200/plugins/org.eclipse.e4.ui.model.workbench/@dot  | 
| 9. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 41) import org.eclipse.e4.ui.model.application.ui.advanced.MAdvancedFactory; Discouraged access: The type MAdvancedFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101216-1200/plugins/org.eclipse.e4.ui.model.workbench/@dot  | 
| 10. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 42) import org.eclipse.e4.ui.model.application.ui.advanced.MPerspective; Discouraged access: The type MPerspective is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101216-1200/plugins/org.eclipse.e4.ui.model.workbench/@dot  | 
| 11. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 43) import org.eclipse.e4.ui.model.application.ui.advanced.MPerspectiveStack; Discouraged access: The type MPerspectiveStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101216-1200/plugins/org.eclipse.e4.ui.model.workbench/@dot  | 
| 12. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 44) import org.eclipse.e4.ui.model.application.ui.basic.MBasicFactory; Discouraged access: The type MBasicFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101216-1200/plugins/org.eclipse.e4.ui.model.workbench/@dot  | 
| 13. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 45) import org.eclipse.e4.ui.model.application.ui.basic.MPartSashContainer; Discouraged access: The type MPartSashContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101216-1200/plugins/org.eclipse.e4.ui.model.workbench/@dot  | 
| 14. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 46) import org.eclipse.e4.ui.model.application.ui.basic.MPartStack; Discouraged access: The type MPartStack is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101216-1200/plugins/org.eclipse.e4.ui.model.workbench/@dot  | 
| 15. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 47) import org.eclipse.e4.ui.model.application.ui.basic.MTrimBar; Discouraged access: The type MTrimBar is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101216-1200/plugins/org.eclipse.e4.ui.model.workbench/@dot  | 
| 16. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 48) import org.eclipse.e4.ui.model.application.ui.basic.MTrimmedWindow; Discouraged access: The type MTrimmedWindow is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101216-1200/plugins/org.eclipse.e4.ui.model.workbench/@dot  | 
| 17. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 49) import org.eclipse.e4.ui.model.application.ui.menu.MHandledMenuItem; Discouraged access: The type MHandledMenuItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101216-1200/plugins/org.eclipse.e4.ui.model.workbench/@dot  | 
| 18. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 50) import org.eclipse.e4.ui.model.application.ui.menu.MHandledToolItem; Discouraged access: The type MHandledToolItem is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101216-1200/plugins/org.eclipse.e4.ui.model.workbench/@dot  | 
| 19. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 51) import org.eclipse.e4.ui.model.application.ui.menu.MMenu; Discouraged access: The type MMenu is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101216-1200/plugins/org.eclipse.e4.ui.model.workbench/@dot  | 
| 20. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 52) import org.eclipse.e4.ui.model.application.ui.menu.MMenuFactory; Discouraged access: The type MMenuFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101216-1200/plugins/org.eclipse.e4.ui.model.workbench/@dot  | 
| 21. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 53) import org.eclipse.e4.ui.model.application.ui.menu.MToolBar; Discouraged access: The type MToolBar is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101216-1200/plugins/org.eclipse.e4.ui.model.workbench/@dot  | 
| 22. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 71) import org.eclipse.pde.internal.core.ICoreConstants; Discouraged access: The type ICoreConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.core_3.7.0.v20101213.jar  | 
| 23. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 72) import org.eclipse.pde.internal.core.bundle.WorkspaceBundlePluginModel; Discouraged access: The type WorkspaceBundlePluginModel is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.core_3.7.0.v20101213.jar  | 
| 24. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 73) import org.eclipse.pde.internal.core.plugin.WorkspacePluginModelBase; Discouraged access: The type WorkspacePluginModelBase is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.core_3.7.0.v20101213.jar  | 
| 25. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 74) import org.eclipse.pde.internal.ui.PDEPlugin; Discouraged access: The type PDEPlugin is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 26. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 75) import org.eclipse.pde.internal.ui.PDEUIMessages; Discouraged access: The type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 27. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 76) import org.eclipse.pde.internal.ui.wizards.IProjectProvider; Discouraged access: The type IProjectProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 28. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 77) import org.eclipse.pde.internal.ui.wizards.plugin.NewPluginProjectWizard; Discouraged access: The type NewPluginProjectWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 29. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 78) import org.eclipse.pde.internal.ui.wizards.plugin.NewProjectCreationOperation; Discouraged access: The type NewProjectCreationOperation is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 30. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 79) import org.eclipse.pde.internal.ui.wizards.plugin.PluginFieldData; Discouraged access: The type PluginFieldData is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 31. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 87) public class E4NewProjectWizard extends NewPluginProjectWizard { Discouraged access: The type NewPluginProjectWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 32. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 89) private PluginFieldData fPluginData; Discouraged access: The type PluginFieldData is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 33. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 91) private IProjectProvider fProjectProvider; Discouraged access: The type IProjectProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 34. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 95) fPluginData = new PluginFieldData(); Discouraged access: The constructor PluginFieldData() is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 35. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 95) fPluginData = new PluginFieldData(); Discouraged access: The type PluginFieldData is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 36. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 99) fMainPage = new E4NewProjectWizardPage( Discouraged access: The field fMainPage from the type NewPluginProjectWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 37. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 100) "main", fPluginData, false, getSelection()); //$NON-NLS-1$ Discouraged access: The method getSelection() from the type NewWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 38. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 101) fMainPage.setTitle(PDEUIMessages.NewProjectWizard_MainPage_title); Discouraged access: The field fMainPage from the type NewPluginProjectWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 39. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 101) fMainPage.setTitle(PDEUIMessages.NewProjectWizard_MainPage_title); Discouraged access: The type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 40. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 101) fMainPage.setTitle(PDEUIMessages.NewProjectWizard_MainPage_title); Discouraged access: The field NewProjectWizard_MainPage_title from the type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 41. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 102) fMainPage.setDescription(PDEUIMessages.NewProjectWizard_MainPage_desc); Discouraged access: The field fMainPage from the type NewPluginProjectWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 42. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 102) fMainPage.setDescription(PDEUIMessages.NewProjectWizard_MainPage_desc); Discouraged access: The type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 43. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 102) fMainPage.setDescription(PDEUIMessages.NewProjectWizard_MainPage_desc); Discouraged access: The field NewProjectWizard_MainPage_desc from the type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 44. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 103) String pname = getDefaultValue(DEF_PROJECT_NAME); Discouraged access: The method getDefaultValue(String) from the type NewWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 45. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 103) String pname = getDefaultValue(DEF_PROJECT_NAME); Discouraged access: The field DEF_PROJECT_NAME from the type NewPluginProjectWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 46. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 105) fMainPage.setInitialProjectName(pname); Discouraged access: The field fMainPage from the type NewPluginProjectWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 47. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 106) addPage(fMainPage); Discouraged access: The field fMainPage from the type NewPluginProjectWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 48. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 108) fProjectProvider = new IProjectProvider() { Discouraged access: The type IProjectProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 49. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 110) return fMainPage.getProjectName(); Discouraged access: The field fMainPage from the type NewPluginProjectWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 50. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 114) return fMainPage.getProjectHandle(); Discouraged access: The field fMainPage from the type NewPluginProjectWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 51. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 118) return fMainPage.getLocationPath(); Discouraged access: The field fMainPage from the type NewPluginProjectWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 52. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 123) "page2", fProjectProvider, fMainPage, fPluginData); //$NON-NLS-1$ Discouraged access: The field fMainPage from the type NewPluginProjectWizard is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 53. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 556) private MCommand createCommand(String name, String className, Discouraged access: The type MCommand is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101216-1200/plugins/org.eclipse.e4.ui.model.workbench/@dot  | 
| 54. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 558) MApplication application) { Discouraged access: The type MApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101216-1200/plugins/org.eclipse.e4.ui.model.workbench/@dot  | 
| 55. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 559) MCommand command = MCommandsFactory.INSTANCE.createCommand(); Discouraged access: The type MCommand is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101216-1200/plugins/org.eclipse.e4.ui.model.workbench/@dot  | 
| 56. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 559) MCommand command = MCommandsFactory.INSTANCE.createCommand(); Discouraged access: The type MCommandsFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101216-1200/plugins/org.eclipse.e4.ui.model.workbench/@dot  | 
| 57. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 559) MCommand command = MCommandsFactory.INSTANCE.createCommand(); Discouraged access: The method createCommand() from the type MCommandsFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101216-1200/plugins/org.eclipse.e4.ui.model.workbench/@dot  | 
| 58. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 559) MCommand command = MCommandsFactory.INSTANCE.createCommand(); Discouraged access: The field INSTANCE from the type MCommandsFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101216-1200/plugins/org.eclipse.e4.ui.model.workbench/@dot  | 
| 59. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 560) command.setCommandName(name); Discouraged access: The method setCommandName(String) from the type MCommand is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101216-1200/plugins/org.eclipse.e4.ui.model.workbench/@dot  | 
| 60. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 561) command.setElementId(projectName + "." + name); Discouraged access: The method setElementId(String) from the type MApplicationElement is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101216-1200/plugins/org.eclipse.e4.ui.model.workbench/@dot  | 
| 61. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 562) application.getCommands().add(command); Discouraged access: The method getCommands() from the type MApplication is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101216-1200/plugins/org.eclipse.e4.ui.model.workbench/@dot  | 
| 62. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 565) MHandler quitHandler =MCommandsFactory.INSTANCE Discouraged access: The type MHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101216-1200/plugins/org.eclipse.e4.ui.model.workbench/@dot  | 
| 63. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 565) MHandler quitHandler =MCommandsFactory.INSTANCE Discouraged access: The type MCommandsFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101216-1200/plugins/org.eclipse.e4.ui.model.workbench/@dot  | 
| 64. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 565) MHandler quitHandler =MCommandsFactory.INSTANCE .createHandler(); Discouraged access: The method createHandler() from the type MCommandsFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101216-1200/plugins/org.eclipse.e4.ui.model.workbench/@dot  | 
| 65. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 565) MHandler quitHandler =MCommandsFactory.INSTANCE Discouraged access: The field INSTANCE from the type MCommandsFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101216-1200/plugins/org.eclipse.e4.ui.model.workbench/@dot  | 
| 66. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 567) quitHandler.setCommand(command); Discouraged access: The method setCommand(MCommand) from the type MHandler is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101216-1200/plugins/org.eclipse.e4.ui.model.workbench/@dot  | 
| 67. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 568) quitHandler.setContributionURI("platform:/plugin/" + projectName + "/" + fragment.getElementName() + ".handlers." + className); Discouraged access: The method setContributionURI(String) from the type MContribution is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101216-1200/plugins/org.eclipse.e4.ui.model.workbench/@dot  | 
| 68. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 570) application.getHandlers().add(quitHandler); Discouraged access: The method getHandlers() from the type MHandlerContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101216-1200/plugins/org.eclipse.e4.ui.model.workbench/@dot  | 
| 69. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 572) MKeyBinding binding = MCommandsFactory.INSTANCE Discouraged access: The type MKeyBinding is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101216-1200/plugins/org.eclipse.e4.ui.model.workbench/@dot  | 
| 70. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 572) MKeyBinding binding = MCommandsFactory.INSTANCE Discouraged access: The type MCommandsFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101216-1200/plugins/org.eclipse.e4.ui.model.workbench/@dot  | 
| 71. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 572) MKeyBinding binding = MCommandsFactory.INSTANCE .createKeyBinding(); Discouraged access: The method createKeyBinding() from the type MCommandsFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101216-1200/plugins/org.eclipse.e4.ui.model.workbench/@dot  | 
| 72. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 572) MKeyBinding binding = MCommandsFactory.INSTANCE Discouraged access: The field INSTANCE from the type MCommandsFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101216-1200/plugins/org.eclipse.e4.ui.model.workbench/@dot  | 
| 73. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 574) binding.setKeySequence(keyBinding); Discouraged access: The method setKeySequence(String) from the type MKeySequence is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101216-1200/plugins/org.eclipse.e4.ui.model.workbench/@dot  | 
| 74. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 575) binding.setCommand(command); Discouraged access: The method setCommand(MCommand) from the type MKeyBinding is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101216-1200/plugins/org.eclipse.e4.ui.model.workbench/@dot  | 
| 75. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 576) List<MBindingTable> tables = application.getBindingTables(); Discouraged access: The type MBindingTable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101216-1200/plugins/org.eclipse.e4.ui.model.workbench/@dot  | 
| 76. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 576) List<MBindingTable> tables = application.getBindingTables(); Discouraged access: The method getBindingTables() from the type MBindingTableContainer is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101216-1200/plugins/org.eclipse.e4.ui.model.workbench/@dot  | 
| 77. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 578) MBindingTable table = MCommandsFactory.INSTANCE.createBindingTable(); Discouraged access: The type MBindingTable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101216-1200/plugins/org.eclipse.e4.ui.model.workbench/@dot  | 
| 78. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 578) MBindingTable table = MCommandsFactory.INSTANCE.createBindingTable(); Discouraged access: The type MCommandsFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101216-1200/plugins/org.eclipse.e4.ui.model.workbench/@dot  | 
| 79. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 578) MBindingTable table = MCommandsFactory.INSTANCE.createBindingTable(); Discouraged access: The method createBindingTable() from the type MCommandsFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101216-1200/plugins/org.eclipse.e4.ui.model.workbench/@dot  | 
| 80. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 578) MBindingTable table = MCommandsFactory.INSTANCE.createBindingTable(); Discouraged access: The field INSTANCE from the type MCommandsFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101216-1200/plugins/org.eclipse.e4.ui.model.workbench/@dot  | 
| 81. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 579) table.setBindingContextId("org.eclipse.ui.contexts.dialogAndWindow"); Discouraged access: The method setBindingContextId(String) from the type MBindingTable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101216-1200/plugins/org.eclipse.e4.ui.model.workbench/@dot  | 
| 82. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 582) tables.get(0).getBindings().add(binding); Discouraged access: The method getBindings() from the type MBindingTable is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20101216-1200/plugins/org.eclipse.e4.ui.model.workbench/@dot  | 
| 83. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 600) return fPluginData.getId(); Discouraged access: The method getId() from the type AbstractFieldData is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 84. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizard.java (at line 604) return fPluginData.getVersion(); Discouraged access: The method getVersion() from the type AbstractFieldData is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 1. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizardPage.java (at line 14) import org.eclipse.pde.internal.ui.wizards.plugin.AbstractFieldData; Discouraged access: The type AbstractFieldData is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 2. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizardPage.java (at line 17) public class E4NewProjectWizardPage extends org.eclipse.pde.internal.ui.wizards.plugin.NewProjectCreationPage { Discouraged access: The type NewProjectCreationPage is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 3. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizardPage.java (at line 19) public E4NewProjectWizardPage(String pageName, AbstractFieldData data, boolean fragment, IStructuredSelection selection) { Discouraged access: The type AbstractFieldData is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 4. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizardPage.java (at line 20) super(pageName, data, fragment, selection); Discouraged access: The constructor NewProjectCreationPage(String, AbstractFieldData, boolean, IStructuredSelection) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 5. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizardPage.java (at line 25) super.createControl(parent); Discouraged access: The method createControl(Composite) from the type NewProjectCreationPage is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 6. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizardPage.java (at line 26) fOSGIButton.setSelection(true); Discouraged access: The field fOSGIButton from the type NewProjectCreationPage is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 7. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizardPage.java (at line 27) fEclipseButton.setEnabled(false); Discouraged access: The field fEclipseButton from the type NewProjectCreationPage is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 8. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/E4NewProjectWizardPage.java (at line 28) fEclipseCombo.setEnabled(false); Discouraged access: The field fEclipseCombo from the type NewProjectCreationPage is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 1. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/NewApplicationWizardPage.java (at line 21) import org.eclipse.pde.internal.ui.wizards.IProjectProvider; Discouraged access: The type IProjectProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 2. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/NewApplicationWizardPage.java (at line 57) private IProjectProvider projectProvider; Discouraged access: The type IProjectProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 3. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/NewApplicationWizardPage.java (at line 64) protected NewApplicationWizardPage(IProjectProvider projectProvider) { Discouraged access: The type IProjectProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 4. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/NewApplicationWizardPage.java (at line 74) project = projectProvider.getProject(); Discouraged access: The method getProject() from the type IProjectProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 5. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/NewApplicationWizardPage.java (at line 364) projectProvider.getProjectName(), String.class, Discouraged access: The method getProjectName() from the type IProjectProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 6. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/NewApplicationWizardPage.java (at line 389) proNameText.setText(projectProvider.getProjectName()); Discouraged access: The method getProjectName() from the type IProjectProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 7. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/NewApplicationWizardPage.java (at line 410) data.put(PRODUCT_NAME, projectProvider.getProjectName()); Discouraged access: The method getProjectName() from the type IProjectProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 1. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 25) import org.eclipse.pde.internal.core.util.PDEJavaHelper; Discouraged access: The type PDEJavaHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.core_3.7.0.v20101213.jar  | 
| 2. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 26) import org.eclipse.pde.internal.core.util.VMUtil; Discouraged access: The type VMUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.core_3.7.0.v20101213.jar  | 
| 3. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 27) import org.eclipse.pde.internal.ui.IHelpContextIds; Discouraged access: The type IHelpContextIds is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 4. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 28) import org.eclipse.pde.internal.ui.PDEUIMessages; Discouraged access: The type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 5. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 29) import org.eclipse.pde.internal.ui.SWTFactory; Discouraged access: The type SWTFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 6. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 30) import org.eclipse.pde.internal.ui.wizards.IProjectProvider; Discouraged access: The type IProjectProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 7. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 31) import org.eclipse.pde.internal.ui.wizards.plugin.AbstractFieldData; Discouraged access: The type AbstractFieldData is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 8. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 32) import org.eclipse.pde.internal.ui.wizards.plugin.ContentPage; Discouraged access: The type ContentPage is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 9. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 33) import org.eclipse.pde.internal.ui.wizards.plugin.NewProjectCreationPage; Discouraged access: The type NewProjectCreationPage is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 10. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 34) import org.eclipse.pde.internal.ui.wizards.plugin.PluginFieldData; Discouraged access: The type PluginFieldData is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 11. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 35) import org.eclipse.pde.internal.ui.wizards.plugin.TemplateListSelectionPage; Discouraged access: The type TemplateListSelectionPage is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 12. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 57) public class PluginContentPage extends ContentPage { Discouraged access: The type ContentPage is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 13. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 80) private final static String NO_EXECUTION_ENVIRONMENT = PDEUIMessages.PluginContentPage_noEE; Discouraged access: The type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 14. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 80) private final static String NO_EXECUTION_ENVIRONMENT = PDEUIMessages.PluginContentPage_noEE; Discouraged access: The field PluginContentPage_noEE from the type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 15. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 87) if (fInitialized) Discouraged access: The field fInitialized from the type ContentPage is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 16. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 88) fChangedGroups |= P_CLASS_GROUP; Discouraged access: The field fChangedGroups from the type ContentPage is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 17. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 100) public PluginContentPage(String pageName, IProjectProvider provider, NewProjectCreationPage page, AbstractFieldData data) { Discouraged access: The type IProjectProvider is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 18. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 100) public PluginContentPage(String pageName, IProjectProvider provider, NewProjectCreationPage page, AbstractFieldData data) { Discouraged access: The type NewProjectCreationPage is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 19. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 100) public PluginContentPage(String pageName, IProjectProvider provider, NewProjectCreationPage page, AbstractFieldData data) { Discouraged access: The type AbstractFieldData is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 20. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 101) super(pageName, provider, page, data); Discouraged access: The constructor ContentPage(String, IProjectProvider, NewProjectCreationPage, AbstractFieldData) is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 21. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 102) setTitle(PDEUIMessages.ContentPage_title); Discouraged access: The type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 22. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 102) setTitle(PDEUIMessages.ContentPage_title); Discouraged access: The field ContentPage_title from the type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 23. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 103) setDescription(PDEUIMessages.ContentPage_desc); Discouraged access: The type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 24. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 103) setDescription(PDEUIMessages.ContentPage_desc); Discouraged access: The field ContentPage_desc from the type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 25. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 118) PlatformUI.getWorkbench().getHelpSystem().setHelp(getControl(), IHelpContextIds.NEW_PROJECT_REQUIRED_DATA); Discouraged access: The type IHelpContextIds is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 26. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 118) PlatformUI.getWorkbench().getHelpSystem().setHelp(getControl(), IHelpContextIds.NEW_PROJECT_REQUIRED_DATA); Discouraged access: The field NEW_PROJECT_REQUIRED_DATA from the type IHelpContextIds is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 27. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 126) Group propertiesGroup = SWTFactory.createGroup(container, PDEUIMessages.ContentPage_pGroup, 3, 1, GridData.FILL_HORIZONTAL); Discouraged access: The method createGroup(Composite, String, int, int, int) from the type SWTFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 28. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 126) Group propertiesGroup = SWTFactory.createGroup(container, PDEUIMessages.ContentPage_pGroup, 3, 1, GridData.FILL_HORIZONTAL); Discouraged access: The type SWTFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 29. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 126) Group propertiesGroup = SWTFactory.createGroup(container, PDEUIMessages.ContentPage_pGroup, 3, 1, GridData.FILL_HORIZONTAL); Discouraged access: The type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 30. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 126) Group propertiesGroup = SWTFactory.createGroup(container, PDEUIMessages.ContentPage_pGroup, 3, 1, GridData.FILL_HORIZONTAL); Discouraged access: The field ContentPage_pGroup from the type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 31. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 129) label.setText(PDEUIMessages.ContentPage_pid); Discouraged access: The type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 32. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 129) label.setText(PDEUIMessages.ContentPage_pid); Discouraged access: The field ContentPage_pid from the type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 33. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 130) fIdText = createText(propertiesGroup, propertiesListener, 2); Discouraged access: The field fIdText from the type ContentPage is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 34. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 130) fIdText = createText(propertiesGroup, propertiesListener, 2); Discouraged access: The method createText(Composite, ModifyListener, int) from the type ContentPage is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 35. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 130) fIdText = createText(propertiesGroup, propertiesListener, 2); Discouraged access: The field propertiesListener from the type ContentPage is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 36. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 133) label.setText(PDEUIMessages.ContentPage_pversion); Discouraged access: The type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 37. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 133) label.setText(PDEUIMessages.ContentPage_pversion); Discouraged access: The field ContentPage_pversion from the type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 38. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 134) fVersionText = createText(propertiesGroup, propertiesListener, 2); Discouraged access: The field fVersionText from the type ContentPage is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 39. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 134) fVersionText = createText(propertiesGroup, propertiesListener, 2); Discouraged access: The method createText(Composite, ModifyListener, int) from the type ContentPage is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 40. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 134) fVersionText = createText(propertiesGroup, propertiesListener, 2); Discouraged access: The field propertiesListener from the type ContentPage is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 41. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 137) label.setText(PDEUIMessages.ContentPage_pname); Discouraged access: The type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 42. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 137) label.setText(PDEUIMessages.ContentPage_pname); Discouraged access: The field ContentPage_pname from the type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 43. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 138) fNameText = createText(propertiesGroup, propertiesListener, 2); Discouraged access: The field fNameText from the type ContentPage is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 44. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 138) fNameText = createText(propertiesGroup, propertiesListener, 2); Discouraged access: The method createText(Composite, ModifyListener, int) from the type ContentPage is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 45. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 138) fNameText = createText(propertiesGroup, propertiesListener, 2); Discouraged access: The field propertiesListener from the type ContentPage is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 46. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 141) label.setText(PDEUIMessages.ContentPage_pprovider); Discouraged access: The type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 47. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 141) label.setText(PDEUIMessages.ContentPage_pprovider); Discouraged access: The field ContentPage_pprovider from the type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 48. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 142) fProviderText = createText(propertiesGroup, propertiesListener, 2); Discouraged access: The field fProviderText from the type ContentPage is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 49. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 142) fProviderText = createText(propertiesGroup, propertiesListener, 2); Discouraged access: The method createText(Composite, ModifyListener, int) from the type ContentPage is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 50. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 142) fProviderText = createText(propertiesGroup, propertiesListener, 2); Discouraged access: The field propertiesListener from the type ContentPage is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 51. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 154) fEELabel.setText(PDEUIMessages.NewProjectCreationPage_executionEnvironments_label); Discouraged access: The type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 52. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 154) fEELabel.setText(PDEUIMessages.NewProjectCreationPage_executionEnvironments_label); Discouraged access: The field NewProjectCreationPage_executionEnvironments_label from the type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 53. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 161) IExecutionEnvironment[] exeEnvs = VMUtil.getExecutionEnvironments(); Discouraged access: The method getExecutionEnvironments() from the type VMUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.core_3.7.0.v20101213.jar  | 
| 54. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 161) IExecutionEnvironment[] exeEnvs = VMUtil.getExecutionEnvironments(); Discouraged access: The type VMUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.core_3.7.0.v20101213.jar  | 
| 55. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 181) if (VMUtil.getExecutionEnvironment(EEChoices[i]).isStrictlyCompatible(defaultVM)) { Discouraged access: The method getExecutionEnvironment(String) from the type VMUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.core_3.7.0.v20101213.jar  | 
| 56. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 181) if (VMUtil.getExecutionEnvironment(EEChoices[i]).isStrictlyCompatible(defaultVM)) { Discouraged access: The type VMUtil is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.core_3.7.0.v20101213.jar  | 
| 57. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 191) fExeEnvButton.setText(PDEUIMessages.NewProjectCreationPage_environmentsButton); Discouraged access: The type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 58. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 191) fExeEnvButton.setText(PDEUIMessages.NewProjectCreationPage_environmentsButton); Discouraged access: The field NewProjectCreationPage_environmentsButton from the type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 59. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 205) Group classGroup = SWTFactory.createGroup(container, PDEUIMessages.ContentPage_pClassGroup, 2, 1, GridData.FILL_HORIZONTAL); Discouraged access: The method createGroup(Composite, String, int, int, int) from the type SWTFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 60. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 205) Group classGroup = SWTFactory.createGroup(container, PDEUIMessages.ContentPage_pClassGroup, 2, 1, GridData.FILL_HORIZONTAL); Discouraged access: The type SWTFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 61. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 205) Group classGroup = SWTFactory.createGroup(container, PDEUIMessages.ContentPage_pClassGroup, 2, 1, GridData.FILL_HORIZONTAL); Discouraged access: The type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 62. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 205) Group classGroup = SWTFactory.createGroup(container, PDEUIMessages.ContentPage_pClassGroup, 2, 1, GridData.FILL_HORIZONTAL); Discouraged access: The field ContentPage_pClassGroup from the type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 63. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 209) fGenerateActivator = SWTFactory.createCheckButton(classGroup, PDEUIMessages.ContentPage_generate, null, (settings != null) ? !settings.getBoolean(S_GENERATE_ACTIVATOR) : true, 2); Discouraged access: The method createCheckButton(Composite, String, Image, boolean, int) from the type SWTFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 64. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 209) fGenerateActivator = SWTFactory.createCheckButton(classGroup, PDEUIMessages.ContentPage_generate, null, (settings != null) ? !settings.getBoolean(S_GENERATE_ACTIVATOR) : true, 2); Discouraged access: The type SWTFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 65. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 209) fGenerateActivator = SWTFactory.createCheckButton(classGroup, PDEUIMessages.ContentPage_generate, null, (settings != null) ? !settings.getBoolean(S_GENERATE_ACTIVATOR) : true, 2); Discouraged access: The type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 66. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 209) fGenerateActivator = SWTFactory.createCheckButton(classGroup, PDEUIMessages.ContentPage_generate, null, (settings != null) ? !settings.getBoolean(S_GENERATE_ACTIVATOR) : true, 2); Discouraged access: The field ContentPage_generate from the type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 67. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 220) fClassLabel.setText(PDEUIMessages.ContentPage_classname); Discouraged access: The type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 68. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 220) fClassLabel.setText(PDEUIMessages.ContentPage_classname); Discouraged access: The field ContentPage_classname from the type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 69. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 224) fClassText = createText(classGroup, classListener); Discouraged access: The method createText(Composite, ModifyListener) from the type ContentPage is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 70. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 226) fUIPlugin = SWTFactory.createCheckButton(classGroup, PDEUIMessages.ContentPage_uicontribution, null, (settings != null) ? !settings.getBoolean(S_UI_PLUGIN) : true, 2); Discouraged access: The method createCheckButton(Composite, String, Image, boolean, int) from the type SWTFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 71. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 226) fUIPlugin = SWTFactory.createCheckButton(classGroup, PDEUIMessages.ContentPage_uicontribution, null, (settings != null) ? !settings.getBoolean(S_UI_PLUGIN) : true, 2); Discouraged access: The type SWTFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 72. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 226) fUIPlugin = SWTFactory.createCheckButton(classGroup, PDEUIMessages.ContentPage_uicontribution, null, (settings != null) ? !settings.getBoolean(S_UI_PLUGIN) : true, 2); Discouraged access: The type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 73. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 226) fUIPlugin = SWTFactory.createCheckButton(classGroup, PDEUIMessages.ContentPage_uicontribution, null, (settings != null) ? !settings.getBoolean(S_UI_PLUGIN) : true, 2); Discouraged access: The field ContentPage_uicontribution from the type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 74. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 234) fApiAnalysisButton = SWTFactory.createCheckButton(classGroup, PDEUIMessages.PluginContentPage_enable_api_analysis, null, false, 2); Discouraged access: The method createCheckButton(Composite, String, Image, boolean, int) from the type SWTFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 75. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 234) fApiAnalysisButton = SWTFactory.createCheckButton(classGroup, PDEUIMessages.PluginContentPage_enable_api_analysis, null, false, 2); Discouraged access: The type SWTFactory is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 76. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 234) fApiAnalysisButton = SWTFactory.createCheckButton(classGroup, PDEUIMessages.PluginContentPage_enable_api_analysis, null, false, 2); Discouraged access: The type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 77. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 234) fApiAnalysisButton = SWTFactory.createCheckButton(classGroup, PDEUIMessages.PluginContentPage_enable_api_analysis, null, false, 2); Discouraged access: The field PluginContentPage_enable_api_analysis from the type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 78. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 248) super.updateData(); Discouraged access: The method updateData() from the type ContentPage is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 79. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 249) PluginFieldData data = (PluginFieldData) fData; Discouraged access: The type PluginFieldData is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 80. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 249) PluginFieldData data = (PluginFieldData) fData; Discouraged access: The type PluginFieldData is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 81. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 249) PluginFieldData data = (PluginFieldData) fData; Discouraged access: The field fData from the type ContentPage is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 82. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 250) data.setClassname(fClassText.getText().trim()); Discouraged access: The method setClassname(String) from the type PluginFieldData is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 83. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 251) data.setUIPlugin(fUIPlugin.getSelection()); Discouraged access: The method setUIPlugin(boolean) from the type PluginFieldData is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 84. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 252) data.setDoGenerateClass(fGenerateActivator.getSelection()); Discouraged access: The method setDoGenerateClass(boolean) from the type PluginFieldData is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 85. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 253) data.setRCPApplicationPlugin(!fData.isSimple() && !isPureOSGi()); Discouraged access: The method setRCPApplicationPlugin(boolean) from the type PluginFieldData is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 86. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 253) data.setRCPApplicationPlugin(!fData.isSimple() && !isPureOSGi()); Discouraged access: The method isSimple() from the type AbstractFieldData is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 87. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 253) data.setRCPApplicationPlugin(!fData.isSimple() && !isPureOSGi()); Discouraged access: The field fData from the type ContentPage is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 88. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 254) data.setEnableAPITooling(fApiAnalysisButton.getSelection()); Discouraged access: The method setEnableAPITooling(boolean) from the type PluginFieldData is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 89. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 256) fData.setExecutionEnvironment(fEEChoice.getText().trim()); Discouraged access: The method setExecutionEnvironment(String) from the type AbstractFieldData is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 90. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 256) fData.setExecutionEnvironment(fEEChoice.getText().trim()); Discouraged access: The field fData from the type ContentPage is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 91. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 258) fData.setExecutionEnvironment(null); Discouraged access: The method setExecutionEnvironment(String) from the type AbstractFieldData is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 92. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 258) fData.setExecutionEnvironment(null); Discouraged access: The field fData from the type ContentPage is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 93. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 267) fMainPage.updateData(); Discouraged access: The method updateData() from the type NewProjectCreationPage is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 94. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 267) fMainPage.updateData(); Discouraged access: The field fMainPage from the type ContentPage is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 95. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/PluginContentPage.java (at line 268) fGenerateActivator.setSelection(!fData.isSimple()); Discouraged access: The method isSimple() from the type AbstractFieldData is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 1. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/TemplateOperation.java (at line 39) import org.eclipse.pde.internal.ui.PDEUIMessages; Discouraged access: The type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 2. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/TemplateOperation.java (at line 62) monitor.setTaskName(PDEUIMessages.AbstractTemplateSection_generating); Discouraged access: The type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  | 
| 3. WARNING in /src/org/eclipse/e4/internal/tools/wizards/project/TemplateOperation.java (at line 62) monitor.setTaskName(PDEUIMessages.AbstractTemplateSection_generating); Discouraged access: The field AbstractTemplateSection_generating from the type PDEUIMessages is not accessible due to restriction on classpath entry /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/v20101216-1130/plugins/org.eclipse.pde.ui_3.6.100.v20101206.jar  |