Compiler Report

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 )

Source File: org/eclipse/jst/common/ui/internal/assembly/wizard/AddManifestEntryTaskWizard.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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;

6. WARNING: DiscouragedReference

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;

7. WARNING: DiscouragedReference

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;

8. WARNING: DiscouragedReference

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;

9. WARNING: DiscouragedReference

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 {

10. WARNING: DiscouragedReference

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());

11. WARNING: DiscouragedReference

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 {

12. WARNING: DiscouragedReference

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) {

13. WARNING: DiscouragedReference

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);

14. WARNING: DiscouragedReference

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);

15. WARNING: DiscouragedReference

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);

16. WARNING: DiscouragedReference

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);

17. WARNING: DiscouragedReference

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);

18. WARNING: DiscouragedReference

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()));

19. WARNING: DiscouragedReference

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));

20. WARNING: DiscouragedReference

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));

21. WARNING: DiscouragedReference

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));

22. WARNING: DiscouragedReference

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));

23. WARNING: DiscouragedReference

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));

24. WARNING: DiscouragedReference

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" ) );

25. WARNING: DiscouragedReference

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());

26. WARNING: DiscouragedReference

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(),

27. WARNING: DiscouragedReference

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$

28. WARNING: DiscouragedReference

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(),

29. WARNING: DiscouragedReference

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);

30. WARNING: DiscouragedReference

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);

31. WARNING: DiscouragedReference

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;

32. WARNING: DiscouragedReference

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) {

33. WARNING: DiscouragedReference

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);

34. WARNING: DiscouragedReference

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);

35. WARNING: DiscouragedReference

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);

Source File: org/eclipse/jst/common/ui/internal/assembly/wizard/ClasspathContainerRefLabelProvider.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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 {

4. WARNING: DiscouragedReference

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);

5. WARNING: DiscouragedReference

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();

6. WARNING: DiscouragedReference

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();

Source File: org/eclipse/jst/common/ui/internal/assembly/wizard/ExternalJarReferenceWizardFragment.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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) {

6. WARNING: DiscouragedReference

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);

7. WARNING: DiscouragedReference

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);

8. WARNING: DiscouragedReference

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();

9. WARNING: DiscouragedReference

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);

10. WARNING: DiscouragedReference

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);

11. WARNING: DiscouragedReference

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);

12. WARNING: DiscouragedReference

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);

13. WARNING: DiscouragedReference

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);

14. WARNING: DiscouragedReference

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);

15. WARNING: DiscouragedReference

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);

16. WARNING: DiscouragedReference

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);

17. WARNING: DiscouragedReference

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

18. WARNING: DiscouragedReference

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

19. WARNING: DiscouragedReference

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);

20. WARNING: DiscouragedReference

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);

21. WARNING: DiscouragedReference

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);

22. WARNING: DiscouragedReference

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());

23. WARNING: DiscouragedReference

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());

24. WARNING: DiscouragedReference

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);

25. WARNING: DiscouragedReference

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);

26. WARNING: DiscouragedReference

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);

27. WARNING: DiscouragedReference

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);

Source File: org/eclipse/jst/common/ui/internal/assembly/wizard/JarReferenceWizardFragment.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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;

6. WARNING: DiscouragedReference

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;

7. WARNING: DiscouragedReference

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;

8. WARNING: DiscouragedReference

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;

9. WARNING: DiscouragedReference

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;

10. WARNING: DiscouragedReference

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 {

11. WARNING: DiscouragedReference

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;

12. WARNING: DiscouragedReference

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) {

13. WARNING: DiscouragedReference

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);

14. WARNING: DiscouragedReference

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);

15. WARNING: DiscouragedReference

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);

16. WARNING: DiscouragedReference

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);

17. WARNING: DiscouragedReference

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);

18. WARNING: DiscouragedReference

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);

19. WARNING: DiscouragedReference

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);

20. WARNING: DiscouragedReference

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);

21. WARNING: DiscouragedReference

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);

22. WARNING: DiscouragedReference

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();

23. WARNING: DiscouragedReference

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();

24. WARNING: DiscouragedReference

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);

25. WARNING: DiscouragedReference

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);

26. WARNING: DiscouragedReference

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);

27. WARNING: DiscouragedReference

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);

28. WARNING: DiscouragedReference

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);

29. WARNING: DiscouragedReference

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);

30. WARNING: DiscouragedReference

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);

31. WARNING: DiscouragedReference

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);

32. WARNING: DiscouragedReference

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

33. WARNING: DiscouragedReference

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

34. WARNING: DiscouragedReference

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);

35. WARNING: DiscouragedReference

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);

36. WARNING: DiscouragedReference

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);

37. WARNING: DiscouragedReference

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());

38. WARNING: DiscouragedReference

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());

39. WARNING: DiscouragedReference

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);

40. WARNING: DiscouragedReference

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);

41. WARNING: DiscouragedReference

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);

42. WARNING: DiscouragedReference

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);

43. WARNING: DiscouragedReference

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);

44. WARNING: DiscouragedReference

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);

45. WARNING: DiscouragedReference

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);

46. WARNING: DiscouragedReference

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());

47. WARNING: DiscouragedReference

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());

48. WARNING: DiscouragedReference

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());

49. WARNING: DiscouragedReference

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$

50. WARNING: DiscouragedReference

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());

51. WARNING: DiscouragedReference

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());

Source File: org/eclipse/jst/common/ui/internal/assembly/wizard/ManifestModuleDependencyControl.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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;

6. WARNING: DiscouragedReference

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;

7. WARNING: DiscouragedReference

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;

8. WARNING: DiscouragedReference

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;

9. WARNING: DiscouragedReference

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;

10. WARNING: DiscouragedReference

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;

11. WARNING: DiscouragedReference

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;

12. WARNING: DiscouragedReference

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 {

13. WARNING: DiscouragedReference

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;

14. WARNING: DiscouragedReference

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) {

15. WARNING: DiscouragedReference

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);

16. WARNING: DiscouragedReference

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);

17. WARNING: DiscouragedReference

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);

18. WARNING: DiscouragedReference

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);

19. WARNING: DiscouragedReference

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()]));

20. WARNING: DiscouragedReference

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()]));

21. WARNING: DiscouragedReference

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);

22. WARNING: DiscouragedReference

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);

23. WARNING: DiscouragedReference

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;

24. WARNING: DiscouragedReference

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();

25. WARNING: DiscouragedReference

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();

26. WARNING: DiscouragedReference

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()))

27. WARNING: DiscouragedReference

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());

28. WARNING: DiscouragedReference

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");

29. WARNING: DiscouragedReference

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");

30. WARNING: DiscouragedReference

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");

31. WARNING: DiscouragedReference

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))

32. WARNING: DiscouragedReference

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);

33. WARNING: DiscouragedReference

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);

34. WARNING: DiscouragedReference

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);

35. WARNING: DiscouragedReference

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);

36. WARNING: DiscouragedReference

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);

37. WARNING: DiscouragedReference

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);

38. WARNING: DiscouragedReference

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();

39. WARNING: DiscouragedReference

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);

40. WARNING: DiscouragedReference

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);

41. WARNING: DiscouragedReference

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);

42. WARNING: DiscouragedReference

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();

43. WARNING: DiscouragedReference

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 {

44. WARNING: DiscouragedReference

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);

45. WARNING: DiscouragedReference

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);

46. WARNING: DiscouragedReference

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);

47. WARNING: DiscouragedReference

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());

48. WARNING: DiscouragedReference

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());

49. WARNING: DiscouragedReference

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());

50. WARNING: DiscouragedReference

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());

51. WARNING: DiscouragedReference

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);

52. WARNING: DiscouragedReference

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);

53. WARNING: DiscouragedReference

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));

54. WARNING: DiscouragedReference

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));

55. WARNING: DiscouragedReference

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);

56. WARNING: DiscouragedReference

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);

Source File: org/eclipse/jst/common/ui/internal/assembly/wizard/VariableReferenceWizardFragment.java
1. WARNING: DiscouragedReference

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;

2. WARNING: DiscouragedReference

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;

3. WARNING: DiscouragedReference

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;

4. WARNING: DiscouragedReference

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;

5. WARNING: DiscouragedReference

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;

6. WARNING: DiscouragedReference

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;

7. WARNING: DiscouragedReference

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;

8. WARNING: DiscouragedReference

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;

9. WARNING: DiscouragedReference

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 {

10. WARNING: DiscouragedReference

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;

11. WARNING: DiscouragedReference

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) {

12. WARNING: DiscouragedReference

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);

13. WARNING: DiscouragedReference

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);

14. WARNING: DiscouragedReference

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);

15. WARNING: DiscouragedReference

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);

16. WARNING: DiscouragedReference

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);

17. WARNING: DiscouragedReference

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) {

18. WARNING: DiscouragedReference

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();

19. WARNING: DiscouragedReference

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();

20. WARNING: DiscouragedReference

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);

21. WARNING: DiscouragedReference

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();

22. WARNING: DiscouragedReference

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);

23. WARNING: DiscouragedReference

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);

24. WARNING: DiscouragedReference

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);

25. WARNING: DiscouragedReference

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)

26. WARNING: DiscouragedReference

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);

27. WARNING: DiscouragedReference

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)

28. WARNING: DiscouragedReference

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);

29. WARNING: DiscouragedReference

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;

30. WARNING: DiscouragedReference

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) {

31. WARNING: DiscouragedReference

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();

32. WARNING: DiscouragedReference

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;

33. WARNING: DiscouragedReference

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() {

34. WARNING: DiscouragedReference

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));

35. WARNING: DiscouragedReference

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));

36. WARNING: DiscouragedReference

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()]);

37. WARNING: DiscouragedReference

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()]);

38. WARNING: DiscouragedReference

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) {

39. WARNING: DiscouragedReference

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()) {

40. WARNING: DiscouragedReference

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()) {

41. WARNING: DiscouragedReference

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();

42. WARNING: DiscouragedReference

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();

43. WARNING: DiscouragedReference

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]));

44. WARNING: DiscouragedReference

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();

45. WARNING: DiscouragedReference

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);

46. WARNING: DiscouragedReference

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);

47. WARNING: DiscouragedReference

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);

48. WARNING: DiscouragedReference

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);

49. WARNING: DiscouragedReference

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);

50. WARNING: DiscouragedReference

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);

51. WARNING: DiscouragedReference

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);

52. WARNING: DiscouragedReference

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);

53. WARNING: DiscouragedReference

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

54. WARNING: DiscouragedReference

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

55. WARNING: DiscouragedReference

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);

56. WARNING: DiscouragedReference

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);

57. WARNING: DiscouragedReference

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);

58. WARNING: DiscouragedReference

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());

59. WARNING: DiscouragedReference

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());

60. WARNING: DiscouragedReference

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);

61. WARNING: DiscouragedReference

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);

62. WARNING: DiscouragedReference

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);

63. WARNING: DiscouragedReference

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);

64. WARNING: DiscouragedReference

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);

65. WARNING: DiscouragedReference

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());

66. WARNING: DiscouragedReference

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());