Compiler: Eclipse Compiler for Java(TM) Version: 0.A76_R36x, 3.6.2
Number of source files: 10 Number of classfiles: 40
Problems: 241 (Errors: 0 Warnings: 241 )
Discouraged access: The type JavaModuleComponentUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
AddManifestEntryTaskWizard.java :
30 : import org.eclipse.jst.common.internal.modulecore.util.JavaModuleComponentUtility;
Discouraged access: The type IWorkbenchGraphicConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
AddManifestEntryTaskWizard.java :
46 : import org.eclipse.ui.internal.IWorkbenchGraphicConstants;
Discouraged access: The type WorkbenchImages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
AddManifestEntryTaskWizard.java :
47 : import org.eclipse.ui.internal.WorkbenchImages;
Discouraged access: The type PropertyDialog is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
AddManifestEntryTaskWizard.java :
48 : import org.eclipse.ui.internal.dialogs.PropertyDialog;
Discouraged access: The type TaskModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
AddManifestEntryTaskWizard.java :
51 : import org.eclipse.wst.common.componentcore.internal.impl.TaskModel;
Discouraged access: The type IWizardHandle is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
AddManifestEntryTaskWizard.java :
53 : import org.eclipse.wst.common.componentcore.ui.internal.taskwizard.IWizardHandle;
Discouraged access: The type TaskWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
AddManifestEntryTaskWizard.java :
54 : import org.eclipse.wst.common.componentcore.ui.internal.taskwizard.TaskWizard;
Discouraged access: The type WizardFragment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
AddManifestEntryTaskWizard.java :
55 : import org.eclipse.wst.common.componentcore.ui.internal.taskwizard.WizardFragment;
Discouraged access: The type TaskWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
AddManifestEntryTaskWizard.java :
57 : public class AddManifestEntryTaskWizard extends TaskWizard {
Discouraged access: The constructor TaskWizard(String, WizardFragment) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
AddManifestEntryTaskWizard.java :
63 : super(Messages.AddManifestEntryTaskWizardTitle, new ManifestRootFragment());
Discouraged access: The type WizardFragment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
AddManifestEntryTaskWizard.java :
66 : public static class ManifestRootFragment extends WizardFragment {
Discouraged access: The type IWizardHandle is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
AddManifestEntryTaskWizard.java :
92 : public Composite createComposite(Composite parent, IWizardHandle handle) {
Discouraged access: The method getTaskModel() from the type WizardFragment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
AddManifestEntryTaskWizard.java :
93 : parentProject = (IProject)getTaskModel().getObject(PARENT_PROJECT);
Discouraged access: The method getObject(String) from the type TaskModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
AddManifestEntryTaskWizard.java :
93 : parentProject = (IProject)getTaskModel().getObject(PARENT_PROJECT);
Discouraged access: The method getTaskModel() from the type WizardFragment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
AddManifestEntryTaskWizard.java :
94 : childProject = (IProject)getTaskModel().getObject(CHILD_PROJECT);
Discouraged access: The method getObject(String) from the type TaskModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
AddManifestEntryTaskWizard.java :
94 : childProject = (IProject)getTaskModel().getObject(CHILD_PROJECT);
Discouraged access: The method setTitle(String) from the type IWizardHandle is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
AddManifestEntryTaskWizard.java :
95 : handle.setTitle(Messages.AddManifestEntryTaskWizardTitle);
Discouraged access: The method setDescription(String) from the type IWizardHandle is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
AddManifestEntryTaskWizard.java :
96 : handle.setDescription(NLS.bind(Messages.AddManifestEntryTaskWizardDesc, parentProject.getName()));
Discouraged access: The method setImageDescriptor(ImageDescriptor) from the type IWizardHandle is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
AddManifestEntryTaskWizard.java :
97 : handle.setImageDescriptor(WorkbenchImages.getImageDescriptor(IWorkbenchGraphicConstants.IMG_WIZBAN_EXPORT_WIZ));
Discouraged access: The type WorkbenchImages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
AddManifestEntryTaskWizard.java :
97 : handle.setImageDescriptor(WorkbenchImages.getImageDescriptor(IWorkbenchGraphicConstants.IMG_WIZBAN_EXPORT_WIZ));
Discouraged access: The method getImageDescriptor(String) from the type WorkbenchImages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
AddManifestEntryTaskWizard.java :
97 : handle.setImageDescriptor(WorkbenchImages.getImageDescriptor(IWorkbenchGraphicConstants.IMG_WIZBAN_EXPORT_WIZ));
Discouraged access: The type IWorkbenchGraphicConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
AddManifestEntryTaskWizard.java :
97 : handle.setImageDescriptor(WorkbenchImages.getImageDescriptor(IWorkbenchGraphicConstants.IMG_WIZBAN_EXPORT_WIZ));
Discouraged access: The field IMG_WIZBAN_EXPORT_WIZ from the type IWorkbenchGraphicConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
AddManifestEntryTaskWizard.java :
97 : handle.setImageDescriptor(WorkbenchImages.getImageDescriptor(IWorkbenchGraphicConstants.IMG_WIZBAN_EXPORT_WIZ));
Discouraged access: The method setImageDescriptor(ImageDescriptor) from the type IWizardHandle is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
AddManifestEntryTaskWizard.java :
98 : handle.setImageDescriptor( AbstractUIPlugin.imageDescriptorFromPlugin( JstCommonUIPlugin.PLUGIN_ID, "icons/manifest-classpath-banner.png" ) );
Discouraged access: The method getTaskModel() from the type WizardFragment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
AddManifestEntryTaskWizard.java :
107 : contentProvider = new ShowPossibleManifestEntryContentProvider(parentProject, childProject, getTaskModel());
Discouraged access: The type PropertyDialog is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
AddManifestEntryTaskWizard.java :
177 : PreferenceDialog dialog = PropertyDialog.createDialogOn(ManifestRootFragment.this.getPage().getControl().getShell(),
Discouraged access: The method createDialogOn(Shell, String, Object) from the type PropertyDialog is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
AddManifestEntryTaskWizard.java :
177 : PreferenceDialog dialog = PropertyDialog.createDialogOn(ManifestRootFragment.this.getPage().getControl().getShell(), "org.eclipse.wst.common.componentcore.ui.DeploymentAssemblyPage", parentProject); //$NON-NLS-1$
Discouraged access: The method getPage() from the type WizardFragment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
AddManifestEntryTaskWizard.java :
177 : PreferenceDialog dialog = PropertyDialog.createDialogOn(ManifestRootFragment.this.getPage().getControl().getShell(),
Discouraged access: The method getTaskModel() from the type WizardFragment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
AddManifestEntryTaskWizard.java :
203 : getTaskModel().putObject(RETURNED_REFERENCES, selected);
Discouraged access: The method putObject(String, Object) from the type TaskModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
AddManifestEntryTaskWizard.java :
203 : getTaskModel().putObject(RETURNED_REFERENCES, selected);
Discouraged access: The type TaskModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
AddManifestEntryTaskWizard.java :
209 : private TaskModel model;
Discouraged access: The type TaskModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
AddManifestEntryTaskWizard.java :
211 : public ShowPossibleManifestEntryContentProvider(IProject parent, IProject child, TaskModel taskModel) {
Discouraged access: The method getObject(String) from the type TaskModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
AddManifestEntryTaskWizard.java :
218 : IVirtualReference[] current = (IVirtualReference[])model.getObject(CURRENT_REFERENCES);
Discouraged access: The type JavaModuleComponentUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
AddManifestEntryTaskWizard.java :
219 : possible = JavaModuleComponentUtility.findPossibleManifestEntries(parent, child, current);
Discouraged access: The method findPossibleManifestEntries(IProject, IProject, IVirtualReference[]) from the type JavaModuleComponentUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
AddManifestEntryTaskWizard.java :
219 : possible = JavaModuleComponentUtility.findPossibleManifestEntries(parent, child, current);
Discouraged access: The type ClasspathContainerVirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
ClasspathContainerRefLabelProvider.java :
17 : import org.eclipse.jst.common.internal.modulecore.ClasspathContainerVirtualComponent;
Discouraged access: The type IVirtualComponentLabelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
ClasspathContainerRefLabelProvider.java :
21 : import org.eclipse.wst.common.componentcore.ui.internal.propertypage.IVirtualComponentLabelProvider;
Discouraged access: The type IVirtualComponentLabelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
ClasspathContainerRefLabelProvider.java :
24 : IVirtualComponentLabelProvider {
Discouraged access: The type ClasspathContainerVirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
ClasspathContainerRefLabelProvider.java :
31 : return (component instanceof ClasspathContainerVirtualComponent);
Discouraged access: The method getClasspathContainerPath() from the type ClasspathContainerVirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
ClasspathContainerRefLabelProvider.java :
35 : return ((ClasspathContainerVirtualComponent)component).getClasspathContainerPath();
Discouraged access: The type ClasspathContainerVirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
ClasspathContainerRefLabelProvider.java :
35 : return ((ClasspathContainerVirtualComponent)component).getClasspathContainerPath();
Discouraged access: The type VirtualArchiveComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
ExternalJarReferenceWizardFragment.java :
30 : import org.eclipse.wst.common.componentcore.internal.resources.VirtualArchiveComponent;
Discouraged access: The type VirtualReference is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
ExternalJarReferenceWizardFragment.java :
31 : import org.eclipse.wst.common.componentcore.internal.resources.VirtualReference;
Discouraged access: The type IWizardHandle is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
ExternalJarReferenceWizardFragment.java :
34 : import org.eclipse.wst.common.componentcore.ui.internal.taskwizard.IWizardHandle;
Discouraged access: The type IReferenceWizardConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
ExternalJarReferenceWizardFragment.java :
35 : import org.eclipse.wst.common.componentcore.ui.propertypage.IReferenceWizardConstants;
Discouraged access: The type IWizardHandle is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
ExternalJarReferenceWizardFragment.java :
38 : public Composite createComposite(Composite parent, IWizardHandle handle) {
Discouraged access: The method setTitle(String) from the type IWizardHandle is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
ExternalJarReferenceWizardFragment.java :
40 : handle.setTitle(Messages.ExternalArchiveTitle);
Discouraged access: The method setDescription(String) from the type IWizardHandle is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
ExternalJarReferenceWizardFragment.java :
41 : handle.setDescription(Messages.ExternalArchiveDescription);
Discouraged access: The method update() from the type IWizardHandle is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
ExternalJarReferenceWizardFragment.java :
64 : handle.update();
Discouraged access: The method getTaskModel() from the type WizardFragment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
ExternalJarReferenceWizardFragment.java :
69 : IVirtualComponent rootComponent = (IVirtualComponent)getTaskModel().getObject(IReferenceWizardConstants.ROOT_COMPONENT);
Discouraged access: The method getObject(String) from the type TaskModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
ExternalJarReferenceWizardFragment.java :
69 : IVirtualComponent rootComponent = (IVirtualComponent)getTaskModel().getObject(IReferenceWizardConstants.ROOT_COMPONENT);
Discouraged access: The type IReferenceWizardConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
ExternalJarReferenceWizardFragment.java :
69 : IVirtualComponent rootComponent = (IVirtualComponent)getTaskModel().getObject(IReferenceWizardConstants.ROOT_COMPONENT);
Discouraged access: The field ROOT_COMPONENT from the type IReferenceWizardConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
ExternalJarReferenceWizardFragment.java :
69 : IVirtualComponent rootComponent = (IVirtualComponent)getTaskModel().getObject(IReferenceWizardConstants.ROOT_COMPONENT);
Discouraged access: The method getTaskModel() from the type WizardFragment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
ExternalJarReferenceWizardFragment.java :
70 : String runtimeLoc = (String)getTaskModel().getObject(IReferenceWizardConstants.DEFAULT_LIBRARY_LOCATION);
Discouraged access: The method getObject(String) from the type TaskModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
ExternalJarReferenceWizardFragment.java :
70 : String runtimeLoc = (String)getTaskModel().getObject(IReferenceWizardConstants.DEFAULT_LIBRARY_LOCATION);
Discouraged access: The type IReferenceWizardConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
ExternalJarReferenceWizardFragment.java :
70 : String runtimeLoc = (String)getTaskModel().getObject(IReferenceWizardConstants.DEFAULT_LIBRARY_LOCATION);
Discouraged access: The field DEFAULT_LIBRARY_LOCATION from the type IReferenceWizardConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
ExternalJarReferenceWizardFragment.java :
70 : String runtimeLoc = (String)getTaskModel().getObject(IReferenceWizardConstants.DEFAULT_LIBRARY_LOCATION);
Discouraged access: The type VirtualArchiveComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
ExternalJarReferenceWizardFragment.java :
77 : String type = VirtualArchiveComponent.LIBARCHIVETYPE
Discouraged access: The field LIBARCHIVETYPE from the type VirtualArchiveComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
ExternalJarReferenceWizardFragment.java :
77 : String type = VirtualArchiveComponent.LIBARCHIVETYPE
Discouraged access: The type VirtualReference is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
ExternalJarReferenceWizardFragment.java :
82 : VirtualReference ref = new VirtualReference(rootComponent, archive);
Discouraged access: The constructor VirtualReference(IVirtualComponent, IVirtualComponent) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
ExternalJarReferenceWizardFragment.java :
82 : VirtualReference ref = new VirtualReference(rootComponent, archive);
Discouraged access: The type VirtualReference is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
ExternalJarReferenceWizardFragment.java :
82 : VirtualReference ref = new VirtualReference(rootComponent, archive);
Discouraged access: The method setArchiveName(String) from the type VirtualReference is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
ExternalJarReferenceWizardFragment.java :
83 : ref.setArchiveName(path.lastSegment());
Discouraged access: The method setRuntimePath(IPath) from the type VirtualReference is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
ExternalJarReferenceWizardFragment.java :
85 : ref.setRuntimePath(new Path(runtimeLoc).makeAbsolute());
Discouraged access: The method getTaskModel() from the type WizardFragment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
ExternalJarReferenceWizardFragment.java :
90 : getTaskModel().putObject(IReferenceWizardConstants.FINAL_REFERENCE, finalRefs);
Discouraged access: The method putObject(String, Object) from the type TaskModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
ExternalJarReferenceWizardFragment.java :
90 : getTaskModel().putObject(IReferenceWizardConstants.FINAL_REFERENCE, finalRefs);
Discouraged access: The type IReferenceWizardConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
ExternalJarReferenceWizardFragment.java :
90 : getTaskModel().putObject(IReferenceWizardConstants.FINAL_REFERENCE, finalRefs);
Discouraged access: The field FINAL_REFERENCE from the type IReferenceWizardConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
ExternalJarReferenceWizardFragment.java :
90 : getTaskModel().putObject(IReferenceWizardConstants.FINAL_REFERENCE, finalRefs);
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.2.r362_v20110203.jar
JarReferenceWizardFragment.java :
36 : import org.eclipse.jdt.internal.ui.JavaPlugin;
Discouraged access: The type JavaPluginImages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.2.r362_v20110203.jar
JarReferenceWizardFragment.java :
37 : import org.eclipse.jdt.internal.ui.JavaPluginImages;
Discouraged access: The type FilteredElementTreeSelectionDialog is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.2.r362_v20110203.jar
JarReferenceWizardFragment.java :
38 : import org.eclipse.jdt.internal.ui.viewsupport.FilteredElementTreeSelectionDialog;
Discouraged access: The type TypedElementSelectionValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.2.r362_v20110203.jar
JarReferenceWizardFragment.java :
39 : import org.eclipse.jdt.internal.ui.wizards.TypedElementSelectionValidator;
Discouraged access: The type VirtualArchiveComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
JarReferenceWizardFragment.java :
66 : import org.eclipse.wst.common.componentcore.internal.resources.VirtualArchiveComponent;
Discouraged access: The type VirtualReference is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
JarReferenceWizardFragment.java :
67 : import org.eclipse.wst.common.componentcore.internal.resources.VirtualReference;
Discouraged access: The type IWizardHandle is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
JarReferenceWizardFragment.java :
70 : import org.eclipse.wst.common.componentcore.ui.internal.taskwizard.IWizardHandle;
Discouraged access: The type WizardFragment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
JarReferenceWizardFragment.java :
71 : import org.eclipse.wst.common.componentcore.ui.internal.taskwizard.WizardFragment;
Discouraged access: The type IReferenceWizardConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
JarReferenceWizardFragment.java :
72 : import org.eclipse.wst.common.componentcore.ui.propertypage.IReferenceWizardConstants;
Discouraged access: The type WizardFragment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
JarReferenceWizardFragment.java :
74 : public class JarReferenceWizardFragment extends WizardFragment {
Discouraged access: The type IWizardHandle is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
JarReferenceWizardFragment.java :
80 : protected IWizardHandle handle;
Discouraged access: The type IWizardHandle is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
JarReferenceWizardFragment.java :
93 : public Composite createComposite(Composite parent, IWizardHandle handle) {
Discouraged access: The method setTitle(String) from the type IWizardHandle is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
JarReferenceWizardFragment.java :
95 : handle.setTitle(Messages.ArchiveTitle);
Discouraged access: The method setDescription(String) from the type IWizardHandle is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
JarReferenceWizardFragment.java :
96 : handle.setDescription(Messages.ArchiveDescription);
Discouraged access: The method setImageDescriptor(ImageDescriptor) from the type IWizardHandle is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
JarReferenceWizardFragment.java :
97 : handle.setImageDescriptor(JavaPluginImages.DESC_WIZBAN_ADD_LIBRARY);
Discouraged access: The type JavaPluginImages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.2.r362_v20110203.jar
JarReferenceWizardFragment.java :
97 : handle.setImageDescriptor(JavaPluginImages.DESC_WIZBAN_ADD_LIBRARY);
Discouraged access: The field DESC_WIZBAN_ADD_LIBRARY from the type JavaPluginImages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.2.r362_v20110203.jar
JarReferenceWizardFragment.java :
97 : handle.setImageDescriptor(JavaPluginImages.DESC_WIZBAN_ADD_LIBRARY);
Discouraged access: The method getTaskModel() from the type WizardFragment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
JarReferenceWizardFragment.java :
148 : IProject project = (IProject)getTaskModel().getObject(IReferenceWizardConstants.PROJECT);
Discouraged access: The method getObject(String) from the type TaskModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
JarReferenceWizardFragment.java :
148 : IProject project = (IProject)getTaskModel().getObject(IReferenceWizardConstants.PROJECT);
Discouraged access: The type IReferenceWizardConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
JarReferenceWizardFragment.java :
148 : IProject project = (IProject)getTaskModel().getObject(IReferenceWizardConstants.PROJECT);
Discouraged access: The field PROJECT from the type IReferenceWizardConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
JarReferenceWizardFragment.java :
148 : IProject project = (IProject)getTaskModel().getObject(IReferenceWizardConstants.PROJECT);
Discouraged access: The method update() from the type IWizardHandle is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
JarReferenceWizardFragment.java :
168 : handle.update();
Discouraged access: The method update() from the type IWizardHandle is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
JarReferenceWizardFragment.java :
189 : handle.update();
Discouraged access: The method getTaskModel() from the type WizardFragment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
JarReferenceWizardFragment.java :
194 : IVirtualComponent rootComponent = (IVirtualComponent)getTaskModel().getObject(IReferenceWizardConstants.ROOT_COMPONENT);
Discouraged access: The method getObject(String) from the type TaskModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
JarReferenceWizardFragment.java :
194 : IVirtualComponent rootComponent = (IVirtualComponent)getTaskModel().getObject(IReferenceWizardConstants.ROOT_COMPONENT);
Discouraged access: The type IReferenceWizardConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
JarReferenceWizardFragment.java :
194 : IVirtualComponent rootComponent = (IVirtualComponent)getTaskModel().getObject(IReferenceWizardConstants.ROOT_COMPONENT);
Discouraged access: The field ROOT_COMPONENT from the type IReferenceWizardConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
JarReferenceWizardFragment.java :
194 : IVirtualComponent rootComponent = (IVirtualComponent)getTaskModel().getObject(IReferenceWizardConstants.ROOT_COMPONENT);
Discouraged access: The method getTaskModel() from the type WizardFragment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
JarReferenceWizardFragment.java :
195 : String runtimeLoc = (String)getTaskModel().getObject(IReferenceWizardConstants.DEFAULT_LIBRARY_LOCATION);
Discouraged access: The method getObject(String) from the type TaskModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
JarReferenceWizardFragment.java :
195 : String runtimeLoc = (String)getTaskModel().getObject(IReferenceWizardConstants.DEFAULT_LIBRARY_LOCATION);
Discouraged access: The type IReferenceWizardConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
JarReferenceWizardFragment.java :
195 : String runtimeLoc = (String)getTaskModel().getObject(IReferenceWizardConstants.DEFAULT_LIBRARY_LOCATION);
Discouraged access: The field DEFAULT_LIBRARY_LOCATION from the type IReferenceWizardConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
JarReferenceWizardFragment.java :
195 : String runtimeLoc = (String)getTaskModel().getObject(IReferenceWizardConstants.DEFAULT_LIBRARY_LOCATION);
Discouraged access: The type VirtualArchiveComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
JarReferenceWizardFragment.java :
202 : String type = VirtualArchiveComponent.LIBARCHIVETYPE
Discouraged access: The field LIBARCHIVETYPE from the type VirtualArchiveComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
JarReferenceWizardFragment.java :
202 : String type = VirtualArchiveComponent.LIBARCHIVETYPE
Discouraged access: The type VirtualReference is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
JarReferenceWizardFragment.java :
207 : VirtualReference ref = new VirtualReference(rootComponent, archive);
Discouraged access: The constructor VirtualReference(IVirtualComponent, IVirtualComponent) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
JarReferenceWizardFragment.java :
207 : VirtualReference ref = new VirtualReference(rootComponent, archive);
Discouraged access: The type VirtualReference is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
JarReferenceWizardFragment.java :
207 : VirtualReference ref = new VirtualReference(rootComponent, archive);
Discouraged access: The method setArchiveName(String) from the type VirtualReference is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
JarReferenceWizardFragment.java :
208 : ref.setArchiveName(path.lastSegment());
Discouraged access: The method setRuntimePath(IPath) from the type VirtualReference is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
JarReferenceWizardFragment.java :
210 : ref.setRuntimePath(new Path(runtimeLoc).makeAbsolute());
Discouraged access: The method getTaskModel() from the type WizardFragment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
JarReferenceWizardFragment.java :
215 : getTaskModel().putObject(IReferenceWizardConstants.FINAL_REFERENCE, finalRefs);
Discouraged access: The method putObject(String, Object) from the type TaskModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
JarReferenceWizardFragment.java :
215 : getTaskModel().putObject(IReferenceWizardConstants.FINAL_REFERENCE, finalRefs);
Discouraged access: The type IReferenceWizardConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
JarReferenceWizardFragment.java :
215 : getTaskModel().putObject(IReferenceWizardConstants.FINAL_REFERENCE, finalRefs);
Discouraged access: The field FINAL_REFERENCE from the type IReferenceWizardConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
JarReferenceWizardFragment.java :
215 : getTaskModel().putObject(IReferenceWizardConstants.FINAL_REFERENCE, finalRefs);
Discouraged access: The type TypedElementSelectionValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.2.r362_v20110203.jar
JarReferenceWizardFragment.java :
260 : TypedElementSelectionValidator validator= new TypedElementSelectionValidator(acceptedClasses, true);
Discouraged access: The constructor TypedElementSelectionValidator(Class[], boolean) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.2.r362_v20110203.jar
JarReferenceWizardFragment.java :
260 : TypedElementSelectionValidator validator= new TypedElementSelectionValidator(acceptedClasses, true);
Discouraged access: The type TypedElementSelectionValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.2.r362_v20110203.jar
JarReferenceWizardFragment.java :
260 : TypedElementSelectionValidator validator= new TypedElementSelectionValidator(acceptedClasses, true);
Discouraged access: The type FilteredElementTreeSelectionDialog is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.2.r362_v20110203.jar
JarReferenceWizardFragment.java :
263 : FilteredElementTreeSelectionDialog dialog = new FilteredElementTreeSelectionDialog(shell, new WorkbenchLabelProvider(), new WorkbenchContentProvider());
Discouraged access: The constructor FilteredElementTreeSelectionDialog(Shell, ILabelProvider, ITreeContentProvider) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.2.r362_v20110203.jar
JarReferenceWizardFragment.java :
263 : FilteredElementTreeSelectionDialog dialog = new FilteredElementTreeSelectionDialog(shell, new WorkbenchLabelProvider(), new WorkbenchContentProvider());
Discouraged access: The type FilteredElementTreeSelectionDialog is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.2.r362_v20110203.jar
JarReferenceWizardFragment.java :
263 : FilteredElementTreeSelectionDialog dialog = new FilteredElementTreeSelectionDialog(shell, new WorkbenchLabelProvider(), new WorkbenchContentProvider());
Discouraged access: The method setInitialFilter(String) from the type FilteredElementTreeSelectionDialog is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.2.r362_v20110203.jar
JarReferenceWizardFragment.java :
271 : dialog.setInitialFilter("*.jar,*.war,*.rar,*.zip"); //$NON-NLS-1$
Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.2.r362_v20110203.jar
JarReferenceWizardFragment.java :
388 : JavaPlugin.log(e.getStatus());
Discouraged access: The method log(IStatus) from the type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.2.r362_v20110203.jar
JarReferenceWizardFragment.java :
388 : JavaPlugin.log(e.getStatus());
Discouraged access: The type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
ManifestModuleDependencyControl.java :
45 : import org.eclipse.jst.common.internal.modulecore.util.ArchiveManifest;
Discouraged access: The type JavaModuleComponentUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
ManifestModuleDependencyControl.java :
46 : import org.eclipse.jst.common.internal.modulecore.util.JavaModuleComponentUtility;
Discouraged access: The type ManifestUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
ManifestModuleDependencyControl.java :
47 : import org.eclipse.jst.common.internal.modulecore.util.ManifestUtilities;
Discouraged access: The type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
ManifestModuleDependencyControl.java :
48 : import org.eclipse.jst.common.internal.modulecore.util.UpdateManifestDataModelProperties;
Discouraged access: The type UpdateManifestDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
ManifestModuleDependencyControl.java :
49 : import org.eclipse.jst.common.internal.modulecore.util.UpdateManifestDataModelProvider;
Discouraged access: The type AbstractResourceListVirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
ManifestModuleDependencyControl.java :
68 : import org.eclipse.wst.common.componentcore.internal.resources.AbstractResourceListVirtualComponent;
Discouraged access: The type ModuleCoreUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
ManifestModuleDependencyControl.java :
73 : import org.eclipse.wst.common.componentcore.ui.ModuleCoreUIPlugin;
Discouraged access: The type DependencyPageExtensionManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
ManifestModuleDependencyControl.java :
74 : import org.eclipse.wst.common.componentcore.ui.internal.propertypage.DependencyPageExtensionManager;
Discouraged access: The type IVirtualComponentLabelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
ManifestModuleDependencyControl.java :
75 : import org.eclipse.wst.common.componentcore.ui.internal.propertypage.IVirtualComponentLabelProvider;
Discouraged access: The type AbstractIModuleDependenciesControl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
ManifestModuleDependencyControl.java :
76 : import org.eclipse.wst.common.componentcore.ui.propertypage.AbstractIModuleDependenciesControl;
Discouraged access: The type ModuleAssemblyRootPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
ManifestModuleDependencyControl.java :
77 : import org.eclipse.wst.common.componentcore.ui.propertypage.ModuleAssemblyRootPage;
Discouraged access: The type AbstractIModuleDependenciesControl is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
ManifestModuleDependencyControl.java :
81 : public class ManifestModuleDependencyControl extends AbstractIModuleDependenciesControl {
Discouraged access: The type ModuleAssemblyRootPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
ManifestModuleDependencyControl.java :
86 : protected ModuleAssemblyRootPage propPage;
Discouraged access: The type ModuleAssemblyRootPage is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
ManifestModuleDependencyControl.java :
94 : final ModuleAssemblyRootPage page) {
Discouraged access: The method getTaskModel() from the type TaskWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
ManifestModuleDependencyControl.java :
273 : wizard.getTaskModel().putObject(AddManifestEntryTaskWizard.CHILD_PROJECT, project);
Discouraged access: The method putObject(String, Object) from the type TaskModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
ManifestModuleDependencyControl.java :
273 : wizard.getTaskModel().putObject(AddManifestEntryTaskWizard.CHILD_PROJECT, project);
Discouraged access: The method getTaskModel() from the type TaskWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
ManifestModuleDependencyControl.java :
274 : wizard.getTaskModel().putObject(AddManifestEntryTaskWizard.PARENT_PROJECT, parentProject);
Discouraged access: The method putObject(String, Object) from the type TaskModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
ManifestModuleDependencyControl.java :
274 : wizard.getTaskModel().putObject(AddManifestEntryTaskWizard.PARENT_PROJECT, parentProject);
Discouraged access: The method getTaskModel() from the type TaskWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
ManifestModuleDependencyControl.java :
275 : wizard.getTaskModel().putObject(AddManifestEntryTaskWizard.CURRENT_REFERENCES, list.toArray(new IVirtualReference[list.size()]));
Discouraged access: The method putObject(String, Object) from the type TaskModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
ManifestModuleDependencyControl.java :
275 : wizard.getTaskModel().putObject(AddManifestEntryTaskWizard.CURRENT_REFERENCES, list.toArray(new IVirtualReference[list.size()]));
Discouraged access: The method getTaskModel() from the type TaskWizard is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
ManifestModuleDependencyControl.java :
278 : IVirtualReference[] ret = (IVirtualReference[])wizard.getTaskModel().getObject(AddManifestEntryTaskWizard.RETURNED_REFERENCES);
Discouraged access: The method getObject(String) from the type TaskModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
ManifestModuleDependencyControl.java :
278 : IVirtualReference[] ret = (IVirtualReference[])wizard.getTaskModel().getObject(AddManifestEntryTaskWizard.RETURNED_REFERENCES);
Discouraged access: The type IVirtualComponentLabelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
ManifestModuleDependencyControl.java :
297 : private IVirtualComponentLabelProvider[] delegates;
Discouraged access: The type DependencyPageExtensionManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
ManifestModuleDependencyControl.java :
300 : delegates = DependencyPageExtensionManager.loadDelegates();
Discouraged access: The method loadDelegates() from the type DependencyPageExtensionManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
ManifestModuleDependencyControl.java :
300 : delegates = DependencyPageExtensionManager.loadDelegates();
Discouraged access: The method canHandle(IVirtualComponent) from the type IVirtualComponentLabelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
ManifestModuleDependencyControl.java :
307 : if( delegates[i].canHandle(((IVirtualReference)element).getReferencedComponent()))
Discouraged access: The method getSourceImage(IVirtualComponent) from the type IVirtualComponentLabelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
ManifestModuleDependencyControl.java :
308 : return delegates[i].getSourceImage(((IVirtualReference)element).getReferencedComponent());
Discouraged access: The type ModuleCoreUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
ManifestModuleDependencyControl.java :
311 : return ModuleCoreUIPlugin.getInstance().getImage("jar_obj");
Discouraged access: The method getInstance() from the type ModuleCoreUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
ManifestModuleDependencyControl.java :
311 : return ModuleCoreUIPlugin.getInstance().getImage("jar_obj");
Discouraged access: The method getImage(String) from the type ModuleCoreUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
ManifestModuleDependencyControl.java :
311 : return ModuleCoreUIPlugin.getInstance().getImage("jar_obj");
Discouraged access: The method canHandle(IVirtualComponent) from the type IVirtualComponentLabelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
ManifestModuleDependencyControl.java :
332 : if( delegates[i].canHandle(component))
Discouraged access: The method getSourceText(IVirtualComponent) from the type IVirtualComponentLabelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
ManifestModuleDependencyControl.java :
333 : return delegates[i].getSourceText(component);
Discouraged access: The type JavaModuleComponentUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
ManifestModuleDependencyControl.java :
477 : IVirtualReference[] current = JavaModuleComponentUtility.findCurrentManifestEntries(parentProject, project);
Discouraged access: The method findCurrentManifestEntries(IProject, IProject) from the type JavaModuleComponentUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
ManifestModuleDependencyControl.java :
477 : IVirtualReference[] current = JavaModuleComponentUtility.findCurrentManifestEntries(parentProject, project);
Discouraged access: The type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
ManifestModuleDependencyControl.java :
502 : ArchiveManifest manifest = ManifestUtilities.getManifest(manifestFile);
Discouraged access: The type ManifestUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
ManifestModuleDependencyControl.java :
502 : ArchiveManifest manifest = ManifestUtilities.getManifest(manifestFile);
Discouraged access: The method getManifest(IFile) from the type ManifestUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
ManifestModuleDependencyControl.java :
502 : ArchiveManifest manifest = ManifestUtilities.getManifest(manifestFile);
Discouraged access: The method getClassPathTokenized() from the type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
ManifestModuleDependencyControl.java :
503 : String[] entries = manifest.getClassPathTokenized();
Discouraged access: The type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
ManifestModuleDependencyControl.java :
527 : ArchiveManifest manifest = ManifestUtilities.getManifest(manifestFile);
Discouraged access: The type ManifestUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
ManifestModuleDependencyControl.java :
527 : ArchiveManifest manifest = ManifestUtilities.getManifest(manifestFile);
Discouraged access: The method getManifest(IFile) from the type ManifestUtilities is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
ManifestModuleDependencyControl.java :
527 : ArchiveManifest manifest = ManifestUtilities.getManifest(manifestFile);
Discouraged access: The method getClassPathTokenized() from the type ArchiveManifest is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
ManifestModuleDependencyControl.java :
528 : String[] entries = manifest.getClassPathTokenized();
Discouraged access: The type AbstractResourceListVirtualComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
ManifestModuleDependencyControl.java :
539 : public static class DummyVirtualComponent extends AbstractResourceListVirtualComponent {
Discouraged access: The constructor AbstractResourceListVirtualComponent(IProject, IVirtualComponent) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
ManifestModuleDependencyControl.java :
542 : super(p, referencingComponent);
Discouraged access: The type JavaModuleComponentUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
ManifestModuleDependencyControl.java :
602 : IProject[] projects = JavaModuleComponentUtility.findParentProjects(project);
Discouraged access: The method findParentProjects(IProject) from the type JavaModuleComponentUtility is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
ManifestModuleDependencyControl.java :
602 : IProject[] projects = JavaModuleComponentUtility.findParentProjects(project);
Discouraged access: The constructor UpdateManifestDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
ManifestModuleDependencyControl.java :
613 : IDataModel updateManifestDataModel = DataModelFactory.createDataModel(new UpdateManifestDataModelProvider());
Discouraged access: The type UpdateManifestDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
ManifestModuleDependencyControl.java :
613 : IDataModel updateManifestDataModel = DataModelFactory.createDataModel(new UpdateManifestDataModelProvider());
Discouraged access: The type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
ManifestModuleDependencyControl.java :
614 : updateManifestDataModel.setProperty(UpdateManifestDataModelProperties.PROJECT_NAME, project.getName());
Discouraged access: The field PROJECT_NAME from the type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
ManifestModuleDependencyControl.java :
614 : updateManifestDataModel.setProperty(UpdateManifestDataModelProperties.PROJECT_NAME, project.getName());
Discouraged access: The type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
ManifestModuleDependencyControl.java :
615 : updateManifestDataModel.setBooleanProperty(UpdateManifestDataModelProperties.MERGE, false);
Discouraged access: The field MERGE from the type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
ManifestModuleDependencyControl.java :
615 : updateManifestDataModel.setBooleanProperty(UpdateManifestDataModelProperties.MERGE, false);
Discouraged access: The type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
ManifestModuleDependencyControl.java :
616 : updateManifestDataModel.setProperty(UpdateManifestDataModelProperties.MANIFEST_FILE, getManifestIFile(rootComponent));
Discouraged access: The field MANIFEST_FILE from the type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
ManifestModuleDependencyControl.java :
616 : updateManifestDataModel.setProperty(UpdateManifestDataModelProperties.MANIFEST_FILE, getManifestIFile(rootComponent));
Discouraged access: The type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
ManifestModuleDependencyControl.java :
629 : updateManifestDataModel.setProperty(UpdateManifestDataModelProperties.JAR_LIST, asStrings);
Discouraged access: The field JAR_LIST from the type UpdateManifestDataModelProperties is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.jst.common.frameworks/@dot
ManifestModuleDependencyControl.java :
629 : updateManifestDataModel.setProperty(UpdateManifestDataModelProperties.JAR_LIST, asStrings);
Discouraged access: The type JavaPluginImages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.2.r362_v20110203.jar
VariableReferenceWizardFragment.java :
30 : import org.eclipse.jdt.internal.ui.JavaPluginImages;
Discouraged access: The type CPVariableElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.2.r362_v20110203.jar
VariableReferenceWizardFragment.java :
31 : import org.eclipse.jdt.internal.ui.wizards.buildpaths.CPVariableElement;
Discouraged access: The type CPVariableElementLabelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.2.r362_v20110203.jar
VariableReferenceWizardFragment.java :
32 : import org.eclipse.jdt.internal.ui.wizards.buildpaths.CPVariableElementLabelProvider;
Discouraged access: The type VirtualArchiveComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
VariableReferenceWizardFragment.java :
52 : import org.eclipse.wst.common.componentcore.internal.resources.VirtualArchiveComponent;
Discouraged access: The type VirtualReference is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
VariableReferenceWizardFragment.java :
53 : import org.eclipse.wst.common.componentcore.internal.resources.VirtualReference;
Discouraged access: The type IWizardHandle is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
VariableReferenceWizardFragment.java :
56 : import org.eclipse.wst.common.componentcore.ui.internal.taskwizard.IWizardHandle;
Discouraged access: The type WizardFragment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
VariableReferenceWizardFragment.java :
57 : import org.eclipse.wst.common.componentcore.ui.internal.taskwizard.WizardFragment;
Discouraged access: The type IReferenceWizardConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
VariableReferenceWizardFragment.java :
58 : import org.eclipse.wst.common.componentcore.ui.propertypage.IReferenceWizardConstants;
Discouraged access: The type WizardFragment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
VariableReferenceWizardFragment.java :
60 : public class VariableReferenceWizardFragment extends WizardFragment {
Discouraged access: The type IWizardHandle is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
VariableReferenceWizardFragment.java :
65 : protected IWizardHandle handle;
Discouraged access: The type IWizardHandle is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
VariableReferenceWizardFragment.java :
78 : public Composite createComposite(Composite parent, IWizardHandle handle) {
Discouraged access: The method setTitle(String) from the type IWizardHandle is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
VariableReferenceWizardFragment.java :
80 : handle.setTitle(Messages.VariableReferenceTitle);
Discouraged access: The method setDescription(String) from the type IWizardHandle is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
VariableReferenceWizardFragment.java :
81 : handle.setDescription(Messages.VariableReferenceDescription);
Discouraged access: The method setImageDescriptor(ImageDescriptor) from the type IWizardHandle is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
VariableReferenceWizardFragment.java :
82 : handle.setImageDescriptor(JavaPluginImages.DESC_WIZBAN_ADD_LIBRARY);
Discouraged access: The type JavaPluginImages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.2.r362_v20110203.jar
VariableReferenceWizardFragment.java :
82 : handle.setImageDescriptor(JavaPluginImages.DESC_WIZBAN_ADD_LIBRARY);
Discouraged access: The field DESC_WIZBAN_ADD_LIBRARY from the type JavaPluginImages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.2.r362_v20110203.jar
VariableReferenceWizardFragment.java :
82 : handle.setImageDescriptor(JavaPluginImages.DESC_WIZBAN_ADD_LIBRARY);
Discouraged access: The type CPVariableElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.2.r362_v20110203.jar
VariableReferenceWizardFragment.java :
117 : if( o instanceof CPVariableElement) {
Discouraged access: The method getPath() from the type CPVariableElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.2.r362_v20110203.jar
VariableReferenceWizardFragment.java :
118 : p = ((CPVariableElement)o).getPath();
Discouraged access: The type CPVariableElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.2.r362_v20110203.jar
VariableReferenceWizardFragment.java :
118 : p = ((CPVariableElement)o).getPath();
Discouraged access: The method getPath() from the type CPVariableElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.2.r362_v20110203.jar
VariableReferenceWizardFragment.java :
120 : p = ((ExtendedVariable)o).element.getPath().append(((ExtendedVariable)o).pathAfterElement);
Discouraged access: The method update() from the type IWizardHandle is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
VariableReferenceWizardFragment.java :
126 : handle.update();
Discouraged access: The type CPVariableElementLabelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.2.r362_v20110203.jar
VariableReferenceWizardFragment.java :
137 : private CPVariableElementLabelProvider delegate = new CPVariableElementLabelProvider(false);
Discouraged access: The constructor CPVariableElementLabelProvider(boolean) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.2.r362_v20110203.jar
VariableReferenceWizardFragment.java :
137 : private CPVariableElementLabelProvider delegate = new CPVariableElementLabelProvider(false);
Discouraged access: The type CPVariableElementLabelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.2.r362_v20110203.jar
VariableReferenceWizardFragment.java :
137 : private CPVariableElementLabelProvider delegate = new CPVariableElementLabelProvider(false);
Discouraged access: The type CPVariableElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.2.r362_v20110203.jar
VariableReferenceWizardFragment.java :
139 : if( element instanceof CPVariableElement)
Discouraged access: The method getImage(Object) from the type CPVariableElementLabelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.2.r362_v20110203.jar
VariableReferenceWizardFragment.java :
140 : return delegate.getImage(element);
Discouraged access: The type CPVariableElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.2.r362_v20110203.jar
VariableReferenceWizardFragment.java :
149 : if( element instanceof CPVariableElement)
Discouraged access: The method getText(Object) from the type CPVariableElementLabelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.2.r362_v20110203.jar
VariableReferenceWizardFragment.java :
150 : return delegate.getText(element);
Discouraged access: The type CPVariableElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.2.r362_v20110203.jar
VariableReferenceWizardFragment.java :
158 : public CPVariableElement element;
Discouraged access: The type CPVariableElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.2.r362_v20110203.jar
VariableReferenceWizardFragment.java :
160 : public ExtendedVariable(CPVariableElement e, IPath p) {
Discouraged access: The method getPath() from the type CPVariableElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.2.r362_v20110203.jar
VariableReferenceWizardFragment.java :
165 : return element.getPath().append(pathAfterElement).toFile().isDirectory();
Discouraged access: The type CPVariableElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.2.r362_v20110203.jar
VariableReferenceWizardFragment.java :
169 : private CPVariableElement[] elements;
Discouraged access: The type CPVariableElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.2.r362_v20110203.jar
VariableReferenceWizardFragment.java :
170 : private CPVariableElement[] initializeElements() {
Discouraged access: The constructor CPVariableElement(String, IPath) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.2.r362_v20110203.jar
VariableReferenceWizardFragment.java :
177 : elements.add(new CPVariableElement(name, entryPath));
Discouraged access: The type CPVariableElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.2.r362_v20110203.jar
VariableReferenceWizardFragment.java :
177 : elements.add(new CPVariableElement(name, entryPath));
Discouraged access: The type CPVariableElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.2.r362_v20110203.jar
VariableReferenceWizardFragment.java :
180 : return (CPVariableElement[]) elements.toArray(new CPVariableElement[elements.size()]);
Discouraged access: The type CPVariableElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.2.r362_v20110203.jar
VariableReferenceWizardFragment.java :
180 : return (CPVariableElement[]) elements.toArray(new CPVariableElement[elements.size()]);
Discouraged access: The type CPVariableElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.2.r362_v20110203.jar
VariableReferenceWizardFragment.java :
203 : if( parentElement instanceof CPVariableElement) {
Discouraged access: The method getPath() from the type CPVariableElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.2.r362_v20110203.jar
VariableReferenceWizardFragment.java :
204 : if(((CPVariableElement)parentElement).getPath().toFile().isDirectory()) {
Discouraged access: The type CPVariableElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.2.r362_v20110203.jar
VariableReferenceWizardFragment.java :
204 : if(((CPVariableElement)parentElement).getPath().toFile().isDirectory()) {
Discouraged access: The method getPath() from the type CPVariableElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.2.r362_v20110203.jar
VariableReferenceWizardFragment.java :
205 : String[] names = ((CPVariableElement)parentElement).getPath().toFile().list();
Discouraged access: The type CPVariableElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.2.r362_v20110203.jar
VariableReferenceWizardFragment.java :
205 : String[] names = ((CPVariableElement)parentElement).getPath().toFile().list();
Discouraged access: The type CPVariableElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.2.r362_v20110203.jar
VariableReferenceWizardFragment.java :
208 : extensions[i] = new ExtendedVariable((CPVariableElement)parentElement, new Path(names[i]));
Discouraged access: The method getPath() from the type CPVariableElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.2.r362_v20110203.jar
VariableReferenceWizardFragment.java :
214 : IPath parentLoc = p1.element.getPath();
Discouraged access: The method getTaskModel() from the type WizardFragment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
VariableReferenceWizardFragment.java :
232 : IVirtualComponent rootComponent = (IVirtualComponent)getTaskModel().getObject(IReferenceWizardConstants.ROOT_COMPONENT);
Discouraged access: The method getObject(String) from the type TaskModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
VariableReferenceWizardFragment.java :
232 : IVirtualComponent rootComponent = (IVirtualComponent)getTaskModel().getObject(IReferenceWizardConstants.ROOT_COMPONENT);
Discouraged access: The type IReferenceWizardConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
VariableReferenceWizardFragment.java :
232 : IVirtualComponent rootComponent = (IVirtualComponent)getTaskModel().getObject(IReferenceWizardConstants.ROOT_COMPONENT);
Discouraged access: The field ROOT_COMPONENT from the type IReferenceWizardConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
VariableReferenceWizardFragment.java :
232 : IVirtualComponent rootComponent = (IVirtualComponent)getTaskModel().getObject(IReferenceWizardConstants.ROOT_COMPONENT);
Discouraged access: The method getTaskModel() from the type WizardFragment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
VariableReferenceWizardFragment.java :
233 : String runtimeLoc = (String)getTaskModel().getObject(IReferenceWizardConstants.DEFAULT_LIBRARY_LOCATION);
Discouraged access: The method getObject(String) from the type TaskModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
VariableReferenceWizardFragment.java :
233 : String runtimeLoc = (String)getTaskModel().getObject(IReferenceWizardConstants.DEFAULT_LIBRARY_LOCATION);
Discouraged access: The type IReferenceWizardConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
VariableReferenceWizardFragment.java :
233 : String runtimeLoc = (String)getTaskModel().getObject(IReferenceWizardConstants.DEFAULT_LIBRARY_LOCATION);
Discouraged access: The field DEFAULT_LIBRARY_LOCATION from the type IReferenceWizardConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
VariableReferenceWizardFragment.java :
233 : String runtimeLoc = (String)getTaskModel().getObject(IReferenceWizardConstants.DEFAULT_LIBRARY_LOCATION);
Discouraged access: The type VirtualArchiveComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
VariableReferenceWizardFragment.java :
241 : String type = VirtualArchiveComponent.VARARCHIVETYPE
Discouraged access: The field VARARCHIVETYPE from the type VirtualArchiveComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
VariableReferenceWizardFragment.java :
241 : String type = VirtualArchiveComponent.VARARCHIVETYPE
Discouraged access: The type VirtualReference is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
VariableReferenceWizardFragment.java :
246 : VirtualReference ref = new VirtualReference(rootComponent, archive);
Discouraged access: The constructor VirtualReference(IVirtualComponent, IVirtualComponent) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
VariableReferenceWizardFragment.java :
246 : VirtualReference ref = new VirtualReference(rootComponent, archive);
Discouraged access: The type VirtualReference is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
VariableReferenceWizardFragment.java :
246 : VirtualReference ref = new VirtualReference(rootComponent, archive);
Discouraged access: The method setArchiveName(String) from the type VirtualReference is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
VariableReferenceWizardFragment.java :
247 : ref.setArchiveName(resolvedPath.lastSegment());
Discouraged access: The method setRuntimePath(IPath) from the type VirtualReference is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore/@dot
VariableReferenceWizardFragment.java :
249 : ref.setRuntimePath(new Path(runtimeLoc).makeAbsolute());
Discouraged access: The method getTaskModel() from the type WizardFragment is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
VariableReferenceWizardFragment.java :
255 : getTaskModel().putObject(IReferenceWizardConstants.FINAL_REFERENCE, finalRefs);
Discouraged access: The method putObject(String, Object) from the type TaskModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
VariableReferenceWizardFragment.java :
255 : getTaskModel().putObject(IReferenceWizardConstants.FINAL_REFERENCE, finalRefs);
Discouraged access: The type IReferenceWizardConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
VariableReferenceWizardFragment.java :
255 : getTaskModel().putObject(IReferenceWizardConstants.FINAL_REFERENCE, finalRefs);
Discouraged access: The field FINAL_REFERENCE from the type IReferenceWizardConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.common.modulecore.ui/@dot
VariableReferenceWizardFragment.java :
255 : getTaskModel().putObject(IReferenceWizardConstants.FINAL_REFERENCE, finalRefs);
Discouraged access: The method getName() from the type CPVariableElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.2.r362_v20110203.jar
VariableReferenceWizardFragment.java :
262 : return new Path(s1.element.getName()).append(s1.pathAfterElement);
Discouraged access: The method getName() from the type CPVariableElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.2.r362_v20110203.jar
VariableReferenceWizardFragment.java :
264 : return new Path(((CPVariableElement)selected).getName());
Discouraged access: The type CPVariableElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.2.r362_v20110203.jar
VariableReferenceWizardFragment.java :
264 : return new Path(((CPVariableElement)selected).getName());