Compiler Report

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

Number of source files: 31 Number of classfiles: 63

Problems: 116 (Errors: 0 Warnings: 116 )

Source File: org/eclipse/wst/common/componentcore/ui/internal/propertypage/DependencyPageExtensionManager.java
1. WARNING: LocalVariableIsNeverUsed

The local variable list is never read

DependencyPageExtensionManager.java :

155 : ArrayList<ReferenceExtension> list = new ArrayList<ReferenceExtension>();

2. WARNING: LocalVariableIsNeverUsed

The local variable className is never read

DependencyPageExtensionManager.java :

268 : String className = el.getAttribute("class");

Source File: org/eclipse/wst/common/componentcore/ui/internal/propertypage/FolderMappingWizardFragment.java
1. WARNING: DiscouragedReference

Discouraged access: The type IDEWorkbenchPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.ui.ide_3.6.1.M20100825-0800.jar

FolderMappingWizardFragment.java :

37 : import org.eclipse.ui.internal.ide.IDEWorkbenchPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type IDEWorkbenchPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.ui.ide_3.6.1.M20100825-0800.jar

FolderMappingWizardFragment.java :

65 : handle.setImageDescriptor(IDEWorkbenchPlugin.getIDEImageDescriptor("wizban/newfolder_wiz.png"));

3. WARNING: DiscouragedReference

Discouraged access: The method getIDEImageDescriptor(String) from the type IDEWorkbenchPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.ui.ide_3.6.1.M20100825-0800.jar

FolderMappingWizardFragment.java :

65 : handle.setImageDescriptor(IDEWorkbenchPlugin.getIDEImageDescriptor("wizban/newfolder_wiz.png"));

Source File: org/eclipse/wst/common/componentcore/ui/internal/propertypage/ProjectReferenceWizardFragment.java
1. WARNING: DiscouragedReference

Discouraged access: The type IDEWorkbenchPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.ui.ide_3.6.1.M20100825-0800.jar

ProjectReferenceWizardFragment.java :

42 : import org.eclipse.ui.internal.ide.IDEWorkbenchPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type IModuleHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ProjectReferenceWizardFragment.java :

45 : import org.eclipse.wst.common.componentcore.internal.IModuleHandler;

3. WARNING: DiscouragedReference

Discouraged access: The type VirtualReference is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ProjectReferenceWizardFragment.java :

46 : import org.eclipse.wst.common.componentcore.internal.resources.VirtualReference;

4. WARNING: DiscouragedReference

Discouraged access: The type IDEWorkbenchPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.ui.ide_3.6.1.M20100825-0800.jar

ProjectReferenceWizardFragment.java :

77 : handle.setImageDescriptor(IDEWorkbenchPlugin.getIDEImageDescriptor("wizban/newprj_wiz.png"));

5. WARNING: DiscouragedReference

Discouraged access: The method getIDEImageDescriptor(String) from the type IDEWorkbenchPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/plugins/org.eclipse.ui.ide_3.6.1.M20100825-0800.jar

ProjectReferenceWizardFragment.java :

77 : handle.setImageDescriptor(IDEWorkbenchPlugin.getIDEImageDescriptor("wizban/newprj_wiz.png"));

6. WARNING: DiscouragedReference

Discouraged access: The type VirtualReference is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ProjectReferenceWizardFragment.java :

117 : VirtualReference[] refs = new VirtualReference[selected.length];

7. WARNING: DiscouragedReference

Discouraged access: The type VirtualReference is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ProjectReferenceWizardFragment.java :

117 : VirtualReference[] refs = new VirtualReference[selected.length];

8. WARNING: LocalVariableIsNeverUsed

The local variable path is never read

ProjectReferenceWizardFragment.java :

127 : String path = null;

9. WARNING: DiscouragedReference

Discouraged access: The constructor VirtualReference(IVirtualComponent, IVirtualComponent) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ProjectReferenceWizardFragment.java :

128 : refs[i] = new VirtualReference( (IVirtualComponent)getTaskModel().getObject(IReferenceWizardConstants.ROOT_COMPONENT), ComponentCore.createComponent(proj, false));

10. WARNING: DiscouragedReference

Discouraged access: The type VirtualReference is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ProjectReferenceWizardFragment.java :

128 : refs[i] = new VirtualReference(

11. 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/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ProjectReferenceWizardFragment.java :

131 : refs[i].setArchiveName(new Path(getArchiveName(proj, refs[i].getReferencedComponent())).lastSegment());

12. WARNING: DiscouragedReference

Discouraged access: The method getReferencedComponent() from the type VirtualReference is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ProjectReferenceWizardFragment.java :

131 : refs[i].setArchiveName(new Path(getArchiveName(proj, refs[i].getReferencedComponent())).lastSegment());

13. 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/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ProjectReferenceWizardFragment.java :

132 : refs[i].setRuntimePath(new Path(runtimeLoc).makeAbsolute());

14. WARNING: DiscouragedReference

Discouraged access: The method getArchiveName(IProject, IVirtualComponent) from the type IModuleHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ProjectReferenceWizardFragment.java :

160 : return getModuleHandler().getArchiveName(proj,comp);

15. WARNING: DiscouragedReference

Discouraged access: The type IModuleHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ProjectReferenceWizardFragment.java :

164 : protected IModuleHandler getModuleHandler() {

16. WARNING: DiscouragedReference

Discouraged access: The type IModuleHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ProjectReferenceWizardFragment.java :

165 : return (IModuleHandler)getTaskModel().getObject(IReferenceWizardConstants.MODULEHANDLER);

17. WARNING: LocalVariableIsNeverUsed

The local variable root is never read

ProjectReferenceWizardFragment.java :

188 : IProject root = (IProject)getTaskModel().getObject(IReferenceWizardConstants.PROJECT);

18. WARNING: DiscouragedReference

Discouraged access: The method getFilteredProjectListForAdd(IVirtualComponent, List<IProject>) from the type IModuleHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

ProjectReferenceWizardFragment.java :

193 : List filtered = getModuleHandler().getFilteredProjectListForAdd(comp, availableList);

Source File: org/eclipse/wst/common/componentcore/ui/propertypage/AddModuleDependenciesPropertiesPage.java
1. WARNING: DiscouragedReference

Discouraged access: The type ComponentResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

68 : import org.eclipse.wst.common.componentcore.internal.ComponentResource;

2. WARNING: DiscouragedReference

Discouraged access: The type DefaultModuleHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

69 : import org.eclipse.wst.common.componentcore.internal.DefaultModuleHandler;

3. WARNING: DiscouragedReference

Discouraged access: The type DependencyType is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

70 : import org.eclipse.wst.common.componentcore.internal.DependencyType;

4. WARNING: DiscouragedReference

Discouraged access: The type IModuleHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

71 : import org.eclipse.wst.common.componentcore.internal.IModuleHandler;

5. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

72 : import org.eclipse.wst.common.componentcore.internal.StructureEdit;

6. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

73 : import org.eclipse.wst.common.componentcore.internal.WorkbenchComponent;

7. WARNING: DiscouragedReference

Discouraged access: The type AddReferenceDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

75 : import org.eclipse.wst.common.componentcore.internal.operation.AddReferenceDataModelProvider;

8. WARNING: DiscouragedReference

Discouraged access: The type RemoveReferenceDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

76 : import org.eclipse.wst.common.componentcore.internal.operation.RemoveReferenceDataModelProvider;

9. WARNING: DiscouragedReference

Discouraged access: The type VirtualReference is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

77 : import org.eclipse.wst.common.componentcore.internal.resources.VirtualReference;

10. WARNING: DiscouragedReference

Discouraged access: The type FacetUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/dropins/eclipse/plugins/org.eclipse.wst.server.core_1.1.204.v20100908.jar

AddModuleDependenciesPropertiesPage.java :

99 : import org.eclipse.wst.server.core.internal.facets.FacetUtil;

11. WARNING: DiscouragedReference

Discouraged access: The type IModuleHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

136 : protected IModuleHandler moduleHandler;

12. WARNING: DiscouragedReference

Discouraged access: The type DependencyType is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

139 : String archiveName = ref.getDependencyType() == DependencyType.CONSUMES ? null : ref.getArchiveName();

13. WARNING: DiscouragedReference

Discouraged access: The field CONSUMES from the type DependencyType is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

139 : String archiveName = ref.getDependencyType() == DependencyType.CONSUMES ? null : ref.getArchiveName();

14. WARNING: LocalVariableIsNeverUsed

The local variable comp is never read

AddModuleDependenciesPropertiesPage.java :

762 : IVirtualComponent comp;

15. WARNING: DiscouragedReference

Discouraged access: The type ComponentResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

766 : ComponentResource[] allMappings = findAllExposedMappings();

16. WARNING: DiscouragedReference

Discouraged access: The method getSourcePath() from the type ComponentResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

769 : allMappings[i].getSourcePath(), allMappings[i].getRuntimePath()

17. WARNING: DiscouragedReference

Discouraged access: The method getRuntimePath() from the type ComponentResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

769 : allMappings[i].getSourcePath(), allMappings[i].getRuntimePath()

18. WARNING: DiscouragedReference

Discouraged access: The type ComponentResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

772 : ComponentResource[] onlyHiddenMappings = findOnlyHiddenMappings();

19. WARNING: DiscouragedReference

Discouraged access: The method getSourcePath() from the type ComponentResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

775 : onlyHiddenMappings[i].getSourcePath(), onlyHiddenMappings[i].getRuntimePath()

20. WARNING: DiscouragedReference

Discouraged access: The method getRuntimePath() from the type ComponentResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

775 : onlyHiddenMappings[i].getSourcePath(), onlyHiddenMappings[i].getRuntimePath()

21. WARNING: DiscouragedReference

Discouraged access: The type FacetUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/dropins/eclipse/plugins/org.eclipse.wst.server.core_1.1.204.v20100908.jar

AddModuleDependenciesPropertiesPage.java :

794 : return FacetUtil.getRuntime(runtime);

22. WARNING: DiscouragedReference

Discouraged access: The method getRuntime(IRuntime) from the type FacetUtil is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/eclipse/dropins/eclipse/plugins/org.eclipse.wst.server.core_1.1.204.v20100908.jar

AddModuleDependenciesPropertiesPage.java :

794 : return FacetUtil.getRuntime(runtime);

23. WARNING: DiscouragedReference

Discouraged access: The type VirtualReference is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

799 : VirtualReference temp;

24. WARNING: DiscouragedReference

Discouraged access: The constructor VirtualReference(IVirtualComponent, IVirtualComponent) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

801 : temp = new VirtualReference(refs[i].getEnclosingComponent(), refs[i].getReferencedComponent());

25. WARNING: DiscouragedReference

Discouraged access: The type VirtualReference is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

801 : temp = new VirtualReference(refs[i].getEnclosingComponent(), refs[i].getReferencedComponent());

26. WARNING: DiscouragedReference

Discouraged access: The method setDependencyType(int) from the type VirtualReference is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

802 : temp.setDependencyType(refs[i].getDependencyType());

27. WARNING: DiscouragedReference

Discouraged access: The method setDerived(boolean) from the type VirtualReference is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

803 : temp.setDerived(refs[i].isDerived());

28. 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/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

804 : temp.setArchiveName(refs[i].getArchiveName());

29. 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/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

805 : temp.setRuntimePath(refs[i].getRuntimePath());

30. WARNING: DiscouragedReference

Discouraged access: The type ComponentResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

811 : protected ComponentResource[] findAllMappings() {

31. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

812 : StructureEdit structureEdit = null;

32. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

814 : structureEdit = StructureEdit.getStructureEditForRead(project);

33. WARNING: DiscouragedReference

Discouraged access: The method getStructureEditForRead(IProject) from the type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

814 : structureEdit = StructureEdit.getStructureEditForRead(project);

34. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

815 : WorkbenchComponent component = structureEdit.getComponent();

35. WARNING: DiscouragedReference

Discouraged access: The method getComponent() from the type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

815 : WorkbenchComponent component = structureEdit.getComponent();

36. WARNING: DiscouragedReference

Discouraged access: The method getResources() from the type WorkbenchComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

816 : Object[] arr = component.getResources().toArray();

37. WARNING: DiscouragedReference

Discouraged access: The type ComponentResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

817 : ComponentResource[] result = new ComponentResource[arr.length];

38. WARNING: DiscouragedReference

Discouraged access: The type ComponentResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

817 : ComponentResource[] result = new ComponentResource[arr.length];

39. WARNING: DiscouragedReference

Discouraged access: The type ComponentResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

819 : result[i] = (ComponentResource)arr[i];

40. WARNING: DiscouragedReference

Discouraged access: The method dispose() from the type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

825 : structureEdit.dispose();

41. WARNING: DiscouragedReference

Discouraged access: The type ComponentResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

827 : return new ComponentResource[]{};

42. WARNING: DiscouragedReference

Discouraged access: The type ComponentResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

830 : protected ComponentResource[] findAllExposedMappings() {

43. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

831 : StructureEdit structureEdit = null;

44. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

833 : structureEdit = StructureEdit.getStructureEditForRead(project);

45. WARNING: DiscouragedReference

Discouraged access: The method getStructureEditForRead(IProject) from the type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

833 : structureEdit = StructureEdit.getStructureEditForRead(project);

46. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

834 : WorkbenchComponent component = structureEdit.getComponent();

47. WARNING: DiscouragedReference

Discouraged access: The method getComponent() from the type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

834 : WorkbenchComponent component = structureEdit.getComponent();

48. WARNING: DiscouragedReference

Discouraged access: The method getResources() from the type WorkbenchComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

835 : Object[] arr = component.getResources().toArray();

49. WARNING: DiscouragedReference

Discouraged access: The type ComponentResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

836 : ArrayList <ComponentResource> result = new ArrayList<ComponentResource>();

50. WARNING: DiscouragedReference

Discouraged access: The type ComponentResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

836 : ArrayList <ComponentResource> result = new ArrayList<ComponentResource>();

51. WARNING: DiscouragedReference

Discouraged access: The type ComponentResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

838 : ComponentResource resource = (ComponentResource)arr[i];

52. WARNING: DiscouragedReference

Discouraged access: The type ComponentResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

838 : ComponentResource resource = (ComponentResource)arr[i];

53. WARNING: DiscouragedReference

Discouraged access: The method getSourcePath() from the type ComponentResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

839 : if(!ResourceMappingFilterExtensionRegistry.shouldFilter(resource.getSourcePath())) {

54. WARNING: DiscouragedReference

Discouraged access: The type ComponentResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

840 : result.add((ComponentResource)arr[i]);

55. WARNING: DiscouragedReference

Discouraged access: The type ComponentResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

843 : return result.toArray(new ComponentResource[result.size()]);

56. WARNING: DiscouragedReference

Discouraged access: The method dispose() from the type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

848 : structureEdit.dispose();

57. WARNING: DiscouragedReference

Discouraged access: The type ComponentResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

850 : return new ComponentResource[]{};

58. WARNING: DiscouragedReference

Discouraged access: The type ComponentResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

853 : protected ComponentResource[] findOnlyHiddenMappings() {

59. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

854 : StructureEdit structureEdit = null;

60. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

856 : structureEdit = StructureEdit.getStructureEditForRead(project);

61. WARNING: DiscouragedReference

Discouraged access: The method getStructureEditForRead(IProject) from the type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

856 : structureEdit = StructureEdit.getStructureEditForRead(project);

62. WARNING: DiscouragedReference

Discouraged access: The type WorkbenchComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

857 : WorkbenchComponent component = structureEdit.getComponent();

63. WARNING: DiscouragedReference

Discouraged access: The method getComponent() from the type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

857 : WorkbenchComponent component = structureEdit.getComponent();

64. WARNING: DiscouragedReference

Discouraged access: The method getResources() from the type WorkbenchComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

858 : Object[] arr = component.getResources().toArray();

65. WARNING: DiscouragedReference

Discouraged access: The type ComponentResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

859 : ArrayList <ComponentResource> result = new ArrayList<ComponentResource>();

66. WARNING: DiscouragedReference

Discouraged access: The type ComponentResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

859 : ArrayList <ComponentResource> result = new ArrayList<ComponentResource>();

67. WARNING: DiscouragedReference

Discouraged access: The type ComponentResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

861 : ComponentResource resource = (ComponentResource)arr[i];

68. WARNING: DiscouragedReference

Discouraged access: The type ComponentResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

861 : ComponentResource resource = (ComponentResource)arr[i];

69. WARNING: DiscouragedReference

Discouraged access: The method getSourcePath() from the type ComponentResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

862 : if(ResourceMappingFilterExtensionRegistry.shouldFilter(resource.getSourcePath())) {

70. WARNING: DiscouragedReference

Discouraged access: The type ComponentResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

863 : result.add((ComponentResource)arr[i]);

71. WARNING: DiscouragedReference

Discouraged access: The type ComponentResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

866 : return result.toArray(new ComponentResource[result.size()]);

72. WARNING: DiscouragedReference

Discouraged access: The method dispose() from the type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

871 : structureEdit.dispose();

73. WARNING: DiscouragedReference

Discouraged access: The type ComponentResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

873 : return new ComponentResource[]{};

74. WARNING: DiscouragedReference

Discouraged access: The type ComponentResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

897 : ComponentResource[] allMappings = findAllExposedMappings();

75. WARNING: DiscouragedReference

Discouraged access: The method getSourcePath() from the type ComponentResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

900 : allMappings[i].getSourcePath(), allMappings[i].getRuntimePath()

76. WARNING: DiscouragedReference

Discouraged access: The method getRuntimePath() from the type ComponentResource is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

900 : allMappings[i].getSourcePath(), allMappings[i].getRuntimePath()

77. WARNING: LocalVariableIsNeverUsed

The local variable tree is never read

AddModuleDependenciesPropertiesPage.java :

911 : Tree tree = null;

78. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

980 : StructureEdit moduleCore = null;

79. WARNING: DiscouragedReference

Discouraged access: The type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

982 : moduleCore = StructureEdit.getStructureEditForWrite(project);

80. WARNING: DiscouragedReference

Discouraged access: The method getStructureEditForWrite(IProject) from the type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

982 : moduleCore = StructureEdit.getStructureEditForWrite(project);

81. WARNING: DiscouragedReference

Discouraged access: The method getComponent() from the type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

983 : moduleCore.getComponent().getResources().clear();

82. WARNING: DiscouragedReference

Discouraged access: The method getResources() from the type WorkbenchComponent is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

983 : moduleCore.getComponent().getResources().clear();

83. WARNING: DiscouragedReference

Discouraged access: The method saveIfNecessary(IProgressMonitor) from the type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

987 : moduleCore.saveIfNecessary(new NullProgressMonitor());

84. WARNING: DiscouragedReference

Discouraged access: The method dispose() from the type StructureEdit is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

988 : moduleCore.dispose();

85. WARNING: DiscouragedReference

Discouraged access: The constructor RemoveReferenceDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

1093 : return new RemoveReferenceDataModelProvider();

86. WARNING: DiscouragedReference

Discouraged access: The type RemoveReferenceDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

1093 : return new RemoveReferenceDataModelProvider();

87. WARNING: DiscouragedReference

Discouraged access: The constructor AddReferenceDataModelProvider() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

1125 : return new AddReferenceDataModelProvider();

88. WARNING: DiscouragedReference

Discouraged access: The type AddReferenceDataModelProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

1125 : return new AddReferenceDataModelProvider();

89. WARNING: LocalVariableIsNeverUsed

The local variable path is never read

AddModuleDependenciesPropertiesPage.java :

1129 : String path, archiveName;

90. WARNING: LocalVariableIsNeverUsed

The local variable archiveName is never read

AddModuleDependenciesPropertiesPage.java :

1129 : String path, archiveName;

91. WARNING: DiscouragedReference

Discouraged access: The type IModuleHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

1151 : protected IModuleHandler getModuleHandler() {

92. WARNING: DiscouragedReference

Discouraged access: The constructor DefaultModuleHandler() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

1153 : moduleHandler = new DefaultModuleHandler();

93. WARNING: DiscouragedReference

Discouraged access: The type DefaultModuleHandler is not accessible due to restriction on classpath entry /opt/public/webtools/projects/patches-R3.2.2-P/workdir/plugins/org.eclipse.wst.common.modulecore/@dot

AddModuleDependenciesPropertiesPage.java :

1153 : moduleHandler = new DefaultModuleHandler();