Compiler Report

Compiler: Eclipse Compiler for Java(TM) Version: 0.A53, 3.6.0

Number of source files: 10 Number of classfiles: 33

Problems: 59 (Errors: 0 Warnings: 59 )

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

Discouraged access: The type IWorkbenchGraphicConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.ui.workbench_3.6.1.M20100826-1330.jar

AddManifestEntryTaskWizard.java :

43 : import org.eclipse.ui.internal.IWorkbenchGraphicConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchImages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.ui.workbench_3.6.1.M20100826-1330.jar

AddManifestEntryTaskWizard.java :

44 : import org.eclipse.ui.internal.WorkbenchImages;

3. WARNING: DiscouragedReference

Discouraged access: The type PropertyDialog is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.ui.workbench_3.6.1.M20100826-1330.jar

AddManifestEntryTaskWizard.java :

45 : import org.eclipse.ui.internal.dialogs.PropertyDialog;

4. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchImages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.ui.workbench_3.6.1.M20100826-1330.jar

AddManifestEntryTaskWizard.java :

94 : handle.setImageDescriptor(WorkbenchImages.getImageDescriptor(IWorkbenchGraphicConstants.IMG_WIZBAN_EXPORT_WIZ));

5. 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.2-M/eclipse/plugins/org.eclipse.ui.workbench_3.6.1.M20100826-1330.jar

AddManifestEntryTaskWizard.java :

94 : handle.setImageDescriptor(WorkbenchImages.getImageDescriptor(IWorkbenchGraphicConstants.IMG_WIZBAN_EXPORT_WIZ));

6. WARNING: DiscouragedReference

Discouraged access: The type IWorkbenchGraphicConstants is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.ui.workbench_3.6.1.M20100826-1330.jar

AddManifestEntryTaskWizard.java :

94 : handle.setImageDescriptor(WorkbenchImages.getImageDescriptor(IWorkbenchGraphicConstants.IMG_WIZBAN_EXPORT_WIZ));

7. 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.2-M/eclipse/plugins/org.eclipse.ui.workbench_3.6.1.M20100826-1330.jar

AddManifestEntryTaskWizard.java :

94 : handle.setImageDescriptor(WorkbenchImages.getImageDescriptor(IWorkbenchGraphicConstants.IMG_WIZBAN_EXPORT_WIZ));

8. WARNING: DiscouragedReference

Discouraged access: The type PropertyDialog is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.ui.workbench_3.6.1.M20100826-1330.jar

AddManifestEntryTaskWizard.java :

164 : PreferenceDialog dialog = PropertyDialog.createDialogOn(ManifestRootFragment.this.getPage().getControl().getShell(),

9. 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.2-M/eclipse/plugins/org.eclipse.ui.workbench_3.6.1.M20100826-1330.jar

AddManifestEntryTaskWizard.java :

164 : PreferenceDialog dialog = PropertyDialog.createDialogOn(ManifestRootFragment.this.getPage().getControl().getShell(), "org.eclipse.wst.common.componentcore.ui.DeploymentAssemblyPage", parentProject); //$NON-NLS-1$

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.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.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.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.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.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.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.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

JarReferenceWizardFragment.java :

39 : import org.eclipse.jdt.internal.ui.wizards.TypedElementSelectionValidator;

5. WARNING: DiscouragedReference

Discouraged access: The type JavaPluginImages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

JarReferenceWizardFragment.java :

97 : handle.setImageDescriptor(JavaPluginImages.DESC_WIZBAN_ADD_LIBRARY);

6. 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.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

JarReferenceWizardFragment.java :

97 : handle.setImageDescriptor(JavaPluginImages.DESC_WIZBAN_ADD_LIBRARY);

7. WARNING: DiscouragedReference

Discouraged access: The type TypedElementSelectionValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

JarReferenceWizardFragment.java :

260 : TypedElementSelectionValidator validator= new TypedElementSelectionValidator(acceptedClasses, true);

8. 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.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

JarReferenceWizardFragment.java :

260 : TypedElementSelectionValidator validator= new TypedElementSelectionValidator(acceptedClasses, true);

9. WARNING: DiscouragedReference

Discouraged access: The type TypedElementSelectionValidator is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

JarReferenceWizardFragment.java :

260 : TypedElementSelectionValidator validator= new TypedElementSelectionValidator(acceptedClasses, true);

10. WARNING: DiscouragedReference

Discouraged access: The type FilteredElementTreeSelectionDialog is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

JarReferenceWizardFragment.java :

263 : FilteredElementTreeSelectionDialog dialog = new FilteredElementTreeSelectionDialog(shell, new WorkbenchLabelProvider(), new WorkbenchContentProvider());

11. 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.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

JarReferenceWizardFragment.java :

263 : FilteredElementTreeSelectionDialog dialog = new FilteredElementTreeSelectionDialog(shell, new WorkbenchLabelProvider(), new WorkbenchContentProvider());

12. WARNING: DiscouragedReference

Discouraged access: The type FilteredElementTreeSelectionDialog is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

JarReferenceWizardFragment.java :

263 : FilteredElementTreeSelectionDialog dialog = new FilteredElementTreeSelectionDialog(shell, new WorkbenchLabelProvider(), new WorkbenchContentProvider());

13. 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.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

JarReferenceWizardFragment.java :

271 : dialog.setInitialFilter("*.jar,*.war,*.rar,*.zip"); //$NON-NLS-1$

14. WARNING: DiscouragedReference

Discouraged access: The type JavaPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

JarReferenceWizardFragment.java :

388 : JavaPlugin.log(e.getStatus());

15. 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.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

JarReferenceWizardFragment.java :

388 : JavaPlugin.log(e.getStatus());

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.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.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.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.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.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

VariableReferenceWizardFragment.java :

32 : import org.eclipse.jdt.internal.ui.wizards.buildpaths.CPVariableElementLabelProvider;

4. WARNING: DiscouragedReference

Discouraged access: The type JavaPluginImages is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

VariableReferenceWizardFragment.java :

82 : handle.setImageDescriptor(JavaPluginImages.DESC_WIZBAN_ADD_LIBRARY);

5. 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.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

VariableReferenceWizardFragment.java :

82 : handle.setImageDescriptor(JavaPluginImages.DESC_WIZBAN_ADD_LIBRARY);

6. WARNING: DiscouragedReference

Discouraged access: The type CPVariableElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

VariableReferenceWizardFragment.java :

117 : if( o instanceof CPVariableElement) {

7. 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.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

VariableReferenceWizardFragment.java :

118 : p = ((CPVariableElement)o).getPath();

8. WARNING: DiscouragedReference

Discouraged access: The type CPVariableElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

VariableReferenceWizardFragment.java :

118 : p = ((CPVariableElement)o).getPath();

9. 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.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

VariableReferenceWizardFragment.java :

120 : p = ((ExtendedVariable)o).element.getPath().append(((ExtendedVariable)o).pathAfterElement);

10. WARNING: DiscouragedReference

Discouraged access: The type CPVariableElementLabelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

VariableReferenceWizardFragment.java :

137 : private CPVariableElementLabelProvider delegate = new CPVariableElementLabelProvider(false);

11. WARNING: DiscouragedReference

Discouraged access: The constructor CPVariableElementLabelProvider(boolean) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

VariableReferenceWizardFragment.java :

137 : private CPVariableElementLabelProvider delegate = new CPVariableElementLabelProvider(false);

12. WARNING: DiscouragedReference

Discouraged access: The type CPVariableElementLabelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

VariableReferenceWizardFragment.java :

137 : private CPVariableElementLabelProvider delegate = new CPVariableElementLabelProvider(false);

13. WARNING: DiscouragedReference

Discouraged access: The type CPVariableElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

VariableReferenceWizardFragment.java :

139 : if( element instanceof CPVariableElement)

14. 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.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

VariableReferenceWizardFragment.java :

140 : return delegate.getImage(element);

15. WARNING: DiscouragedReference

Discouraged access: The type CPVariableElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

VariableReferenceWizardFragment.java :

149 : if( element instanceof CPVariableElement)

16. 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.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

VariableReferenceWizardFragment.java :

150 : return delegate.getText(element);

17. WARNING: DiscouragedReference

Discouraged access: The type CPVariableElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

VariableReferenceWizardFragment.java :

158 : public CPVariableElement element;

18. WARNING: DiscouragedReference

Discouraged access: The type CPVariableElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

VariableReferenceWizardFragment.java :

160 : public ExtendedVariable(CPVariableElement e, IPath p) {

19. 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.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

VariableReferenceWizardFragment.java :

165 : return element.getPath().append(pathAfterElement).toFile().isDirectory();

20. WARNING: DiscouragedReference

Discouraged access: The type CPVariableElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

VariableReferenceWizardFragment.java :

169 : private CPVariableElement[] elements;

21. WARNING: DiscouragedReference

Discouraged access: The type CPVariableElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

VariableReferenceWizardFragment.java :

170 : private CPVariableElement[] initializeElements() {

22. 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.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

VariableReferenceWizardFragment.java :

177 : elements.add(new CPVariableElement(name, entryPath));

23. WARNING: DiscouragedReference

Discouraged access: The type CPVariableElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

VariableReferenceWizardFragment.java :

177 : elements.add(new CPVariableElement(name, entryPath));

24. WARNING: DiscouragedReference

Discouraged access: The type CPVariableElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

VariableReferenceWizardFragment.java :

180 : return (CPVariableElement[]) elements.toArray(new CPVariableElement[elements.size()]);

25. WARNING: DiscouragedReference

Discouraged access: The type CPVariableElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

VariableReferenceWizardFragment.java :

180 : return (CPVariableElement[]) elements.toArray(new CPVariableElement[elements.size()]);

26. WARNING: DiscouragedReference

Discouraged access: The type CPVariableElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

VariableReferenceWizardFragment.java :

203 : if( parentElement instanceof CPVariableElement) {

27. 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.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

VariableReferenceWizardFragment.java :

204 : if(((CPVariableElement)parentElement).getPath().toFile().isDirectory()) {

28. WARNING: DiscouragedReference

Discouraged access: The type CPVariableElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

VariableReferenceWizardFragment.java :

204 : if(((CPVariableElement)parentElement).getPath().toFile().isDirectory()) {

29. 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.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

VariableReferenceWizardFragment.java :

205 : String[] names = ((CPVariableElement)parentElement).getPath().toFile().list();

30. WARNING: DiscouragedReference

Discouraged access: The type CPVariableElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

VariableReferenceWizardFragment.java :

205 : String[] names = ((CPVariableElement)parentElement).getPath().toFile().list();

31. WARNING: DiscouragedReference

Discouraged access: The type CPVariableElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

VariableReferenceWizardFragment.java :

208 : extensions[i] = new ExtendedVariable((CPVariableElement)parentElement, new Path(names[i]));

32. 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.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

VariableReferenceWizardFragment.java :

214 : IPath parentLoc = p1.element.getPath();

33. 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.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

VariableReferenceWizardFragment.java :

262 : return new Path(s1.element.getName()).append(s1.pathAfterElement);

34. 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.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

VariableReferenceWizardFragment.java :

264 : return new Path(((CPVariableElement)selected).getName());

35. WARNING: DiscouragedReference

Discouraged access: The type CPVariableElement is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.2-M/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar

VariableReferenceWizardFragment.java :

264 : return new Path(((CPVariableElement)selected).getName());