# 1/9/08 4:34:18 AM EST # Eclipse Java Compiler 0.770, 3.3.0, Copyright IBM Corp 2000, 2007. All rights reserved. ---------- 1. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.util/src/org/eclipse/stp/soas/internal/deploy/ui/EmptyContainerFilter.java (at line 41) List filters; ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 2. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.util/src/org/eclipse/stp/soas/internal/deploy/ui/EmptyContainerFilter.java (at line 43) filters = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 3. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.util/src/org/eclipse/stp/soas/internal/deploy/ui/EmptyContainerFilter.java (at line 46) filters = new Vector(Arrays.asList(((StructuredViewer) viewer) .getFilters())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor Vector(Collection) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 4. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.util/src/org/eclipse/stp/soas/internal/deploy/ui/EmptyContainerFilter.java (at line 46) filters = new Vector(Arrays.asList(((StructuredViewer) viewer) ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 5. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.util/src/org/eclipse/stp/soas/internal/deploy/ui/EmptyContainerFilter.java (at line 59) private boolean containerHasFiles(Viewer viewer, List filters, ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 6. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.util/src/org/eclipse/stp/soas/internal/deploy/ui/EmptyContainerFilter.java (at line 64) List containers = new Vector(contents.length); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 7. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.util/src/org/eclipse/stp/soas/internal/deploy/ui/EmptyContainerFilter.java (at line 64) List containers = new Vector(contents.length); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 8. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.util/src/org/eclipse/stp/soas/internal/deploy/ui/EmptyContainerFilter.java (at line 75) containers.add(contents[index]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 9. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.util/src/org/eclipse/stp/soas/internal/deploy/ui/EmptyContainerFilter.java (at line 79) for (Iterator it = containers.iterator(); it.hasNext() && !retVal;) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 10. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.util/src/org/eclipse/stp/soas/internal/deploy/ui/EmptyContainerFilter.java (at line 91) private boolean isFiltered(Viewer viewer, List filters, ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 11. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.util/src/org/eclipse/stp/soas/internal/deploy/ui/EmptyContainerFilter.java (at line 94) for (Iterator it = filters.iterator(); it.hasNext() && !filtered;) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- ---------- 12. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.util/src/org/eclipse/stp/soas/internal/deploy/ui/ImageDescriptorRegistry.java (at line 26) private HashMap fRegistry= new HashMap(10); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 13. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.util/src/org/eclipse/stp/soas/internal/deploy/ui/ImageDescriptorRegistry.java (at line 26) private HashMap fRegistry= new HashMap(10); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 14. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.util/src/org/eclipse/stp/soas/internal/deploy/ui/ImageDescriptorRegistry.java (at line 67) fRegistry.put(descriptor, result); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized ---------- 15. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.util/src/org/eclipse/stp/soas/internal/deploy/ui/ImageDescriptorRegistry.java (at line 75) for (Iterator iter= fRegistry.values().iterator(); iter.hasNext(); ) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- ---------- 16. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.util/src/org/eclipse/stp/soas/internal/deploy/ui/ProjectsFilter.java (at line 33) private List mAvailableProjects; ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 17. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.util/src/org/eclipse/stp/soas/internal/deploy/ui/ProjectsFilter.java (at line 35) private Comparator mProjectComparator = new Comparator() { ^^^^^^^^^^ Comparator is a raw type. References to generic type Comparator should be parameterized ---------- 18. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.util/src/org/eclipse/stp/soas/internal/deploy/ui/ProjectsFilter.java (at line 35) private Comparator mProjectComparator = new Comparator() { ^^^^^^^^^^ Comparator is a raw type. References to generic type Comparator should be parameterized ---------- 19. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.util/src/org/eclipse/stp/soas/internal/deploy/ui/ProjectsFilter.java (at line 79) mAvailableProjects = new Vector(Arrays.asList(ResourcesPlugin .getWorkspace().getRoot().getProjects())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor Vector(Collection) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 20. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.util/src/org/eclipse/stp/soas/internal/deploy/ui/ProjectsFilter.java (at line 79) mAvailableProjects = new Vector(Arrays.asList(ResourcesPlugin ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 21. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.util/src/org/eclipse/stp/soas/internal/deploy/ui/ProjectsFilter.java (at line 90) mAvailableProjects = new Vector(projects.length + 1); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 22. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.util/src/org/eclipse/stp/soas/internal/deploy/ui/ProjectsFilter.java (at line 91) mAvailableProjects.add(mSourceProject); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 23. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.util/src/org/eclipse/stp/soas/internal/deploy/ui/ProjectsFilter.java (at line 92) mAvailableProjects.addAll(Arrays.asList(projects)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 24. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.util/src/org/eclipse/stp/soas/internal/deploy/ui/ProjectsFilter.java (at line 94) Collections.sort(mAvailableProjects, mProjectComparator); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation sort(List, Comparator) of the generic method sort(List, Comparator) of type Collections ---------- 25. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.util/src/org/eclipse/stp/soas/internal/deploy/ui/ProjectsFilter.java (at line 94) Collections.sort(mAvailableProjects, mProjectComparator); ^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- 26. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.util/src/org/eclipse/stp/soas/internal/deploy/ui/ProjectsFilter.java (at line 94) Collections.sort(mAvailableProjects, mProjectComparator); ^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Comparator needs unchecked conversion to conform to Comparator ---------- 27. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.util/src/org/eclipse/stp/soas/internal/deploy/ui/ProjectsFilter.java (at line 106) retVal = Collections.binarySearch(mAvailableProjects, element, mProjectComparator) >= 0; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation binarySearch(List, Object, Comparator) of the generic method binarySearch(List, T, Comparator) of type Collections ---------- 28. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.util/src/org/eclipse/stp/soas/internal/deploy/ui/ProjectsFilter.java (at line 106) retVal = Collections.binarySearch(mAvailableProjects, element, ^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- 29. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.util/src/org/eclipse/stp/soas/internal/deploy/ui/ProjectsFilter.java (at line 107) mProjectComparator) >= 0; ^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Comparator needs unchecked conversion to conform to Comparator ---------- ---------- 30. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.util/src/org/eclipse/stp/soas/internal/deploy/ui/SharedImages.java (at line 45) private static Map descriptors = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 31. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.util/src/org/eclipse/stp/soas/internal/deploy/ui/SharedImages.java (at line 45) private static Map descriptors = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 32. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.util/src/org/eclipse/stp/soas/internal/deploy/ui/SharedImages.java (at line 105) descriptors.put(key + "_" + size, getImageDescriptor(key, size)); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- ---------- 33. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.util/src/org/eclipse/stp/soas/internal/deploy/ui/editors/EnhancedFormEditor.java (at line 146) return (IFormPage[]) pages.toArray(new IFormPage[pages.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 34. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.util/src/org/eclipse/stp/soas/internal/deploy/ui/editors/EnhancedFormEditor.java (at line 159) for (Iterator it = pages.iterator(); it.hasNext(); ) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 35. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.util/src/org/eclipse/stp/soas/internal/deploy/ui/editors/EnhancedFormEditor.java (at line 202) public Object getAdapter(Class adapter) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 36. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.util/src/org/eclipse/stp/soas/internal/deploy/ui/editors/EnhancedFormEditor.java (at line 203) if (adapter.isAssignableFrom(IContentOutlinePage.class)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method isAssignableFrom(Class) belongs to the raw type Class. References to generic type Class should be parameterized ---------- 37. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.util/src/org/eclipse/stp/soas/internal/deploy/ui/editors/EnhancedFormEditor.java (at line 206) else if (adapter.isAssignableFrom(IPropertySheetPage.class)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method isAssignableFrom(Class) belongs to the raw type Class. References to generic type Class should be parameterized ---------- 38. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.util/src/org/eclipse/stp/soas/internal/deploy/ui/editors/EnhancedFormEditor.java (at line 209) else if (adapter.isAssignableFrom(getClass())) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method isAssignableFrom(Class) belongs to the raw type Class. References to generic type Class should be parameterized ---------- ---------- 39. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.util/src/org/eclipse/stp/soas/internal/deploy/ui/viewers/CheckboxTreeViewer.java (at line 82) List elements = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 40. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.util/src/org/eclipse/stp/soas/internal/deploy/ui/viewers/CheckboxTreeViewer.java (at line 82) List elements = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 41. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.util/src/org/eclipse/stp/soas/internal/deploy/ui/viewers/CheckboxTreeViewer.java (at line 83) for (Iterator it = Arrays.asList(getCheckedElements()).iterator(); it ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 42. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.util/src/org/eclipse/stp/soas/internal/deploy/ui/viewers/CheckboxTreeViewer.java (at line 89) elements.add(element); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 43. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.util/src/org/eclipse/stp/soas/internal/deploy/ui/viewers/DropListViewer.java (at line 42) private List listMap = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 44. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.util/src/org/eclipse/stp/soas/internal/deploy/ui/viewers/DropListViewer.java (at line 42) private List listMap = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 45. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.util/src/org/eclipse/stp/soas/internal/deploy/ui/viewers/DropListViewer.java (at line 101) protected List getSelectionFromWidget() { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 46. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.util/src/org/eclipse/stp/soas/internal/deploy/ui/viewers/DropListViewer.java (at line 103) ArrayList list = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 47. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.util/src/org/eclipse/stp/soas/internal/deploy/ui/viewers/DropListViewer.java (at line 103) ArrayList list = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 48. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.util/src/org/eclipse/stp/soas/internal/deploy/ui/viewers/DropListViewer.java (at line 107) list.add(o); ^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 49. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.util/src/org/eclipse/stp/soas/internal/deploy/ui/viewers/DropListViewer.java (at line 121) List selection = getSelectionFromWidget(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 50. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.util/src/org/eclipse/stp/soas/internal/deploy/ui/viewers/DropListViewer.java (at line 134) listMap.add(o); ^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 51. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.util/src/org/eclipse/stp/soas/internal/deploy/ui/viewers/DropListViewer.java (at line 158) protected void setSelectionToWidget(List l, boolean reveal) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 52. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.util/src/org/eclipse/stp/soas/internal/deploy/ui/viewers/DropListViewer.java (at line 180) setSelectionToWidget((List) null, false); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- ---------- 53. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.util/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/ISummaryDataSource.java (at line 17) public List getSummaryData(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- ---------- 54. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.util/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/NewDeploymentProfileCreationPage.java (at line 137) public List getSummaryData() { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 55. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.util/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/NewDeploymentProfileCreationPage.java (at line 138) List summaryData = new ArrayList(1); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 56. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.util/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/NewDeploymentProfileCreationPage.java (at line 138) List summaryData = new ArrayList(1); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 57. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.util/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/NewDeploymentProfileCreationPage.java (at line 140) summaryData.add(new String[] { DeployUtilPlugin.getDefault().getResourceString( "WizardNewFileCreationPage.summary.fileName"), //$NON-NLS-1$ getOutputFile().getFullPath().toString()}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 58. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.util/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/SummaryWizardPage.java (at line 25) private static final String TITLE = PAGE + ".title"; //$NON-NLS-1$ ^^^^^ The field SummaryWizardPage.TITLE is never read locally ---------- 59. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.util/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/SummaryWizardPage.java (at line 27) private static final String DESCRIPTION = PAGE + ".description"; //$NON-NLS-1$ ^^^^^^^^^^^ The field SummaryWizardPage.DESCRIPTION is never read locally ---------- 60. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.util/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/SummaryWizardPage.java (at line 29) private static final String PROPERTY = PAGE + ".property"; //$NON-NLS-1$ ^^^^^^^^ The field SummaryWizardPage.PROPERTY is never read locally ---------- 61. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.util/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/SummaryWizardPage.java (at line 31) private static final String VALUE = PAGE + ".value"; //$NON-NLS-1$ ^^^^^ The field SummaryWizardPage.VALUE is never read locally ---------- ---------- 62. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.util/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/WizardNewFileCreationPage.java (at line 188) public List getSummaryData() { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 63. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.util/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/WizardNewFileCreationPage.java (at line 189) List summaryData = new ArrayList(1); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 64. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.util/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/WizardNewFileCreationPage.java (at line 189) List summaryData = new ArrayList(1); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 65. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.util/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/WizardNewFileCreationPage.java (at line 191) summaryData.add(new String[] { DeployUtilPlugin.getDefault().getResourceString( "WizardNewFileCreationPage.summary.fileName"), //$NON-NLS-1$ getOutputFile().getFullPath().toString()}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 65 problems (65 warnings)[28 .class files generated]