Compiler Report

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

Number of source files: 31 Number of classfiles: 64

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 :

74 : 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 :

75 : 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 :

76 : 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 :

77 : 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 :

78 : 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 :

79 : 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 :

81 : 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 :

82 : 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 :

83 : 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/workdir/plugins/org.eclipse.wst.server.core/@dot

AddModuleDependenciesPropertiesPage.java :

105 : 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 :

142 : 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 :

145 : 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 :

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

14. WARNING: LocalVariableIsNeverUsed

The local variable comp is never read

AddModuleDependenciesPropertiesPage.java :

784 : 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 :

788 : 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 :

791 : 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 :

791 : 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 :

794 : 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 :

797 : 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 :

797 : 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/workdir/plugins/org.eclipse.wst.server.core/@dot

AddModuleDependenciesPropertiesPage.java :

816 : 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/workdir/plugins/org.eclipse.wst.server.core/@dot

AddModuleDependenciesPropertiesPage.java :

816 : 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 :

821 : 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 :

823 : 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 :

823 : 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 :

824 : 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 :

825 : 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 :

826 : 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 :

827 : 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 :

833 : 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 :

834 : 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 :

836 : 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 :

836 : 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 :

837 : 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 :

837 : 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 :

838 : 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 :

839 : 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 :

839 : 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 :

841 : 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 :

847 : 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 :

849 : 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 :

852 : 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 :

853 : 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 :

855 : 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 :

855 : 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 :

856 : 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 :

856 : 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 :

857 : 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 :

858 : 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 :

858 : 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 :

860 : 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 :

860 : 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 :

861 : 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 :

862 : 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 :

865 : 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 :

870 : 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 :

872 : 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 :

875 : 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 :

876 : 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 :

878 : 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 :

878 : 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 :

879 : 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 :

879 : 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 :

880 : 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 :

881 : 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 :

881 : 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 :

883 : 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 :

883 : 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 :

884 : 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 :

885 : 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 :

888 : 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 :

893 : 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 :

895 : 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 :

919 : 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 :

922 : 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 :

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

77. WARNING: LocalVariableIsNeverUsed

The local variable tree is never read

AddModuleDependenciesPropertiesPage.java :

933 : 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 :

1002 : 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 :

1004 : 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 :

1004 : 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 :

1005 : 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 :

1005 : 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 :

1009 : 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 :

1010 : 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 :

1115 : 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 :

1115 : 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 :

1147 : 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 :

1147 : return new AddReferenceDataModelProvider();

89. WARNING: LocalVariableIsNeverUsed

The local variable path is never read

AddModuleDependenciesPropertiesPage.java :

1151 : String path, archiveName;

90. WARNING: LocalVariableIsNeverUsed

The local variable archiveName is never read

AddModuleDependenciesPropertiesPage.java :

1151 : 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 :

1173 : 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 :

1175 : 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 :

1175 : moduleHandler = new DefaultModuleHandler();