# 6/25/07 10:26:10 PM EDT # Eclipse Java Compiler 0.745, 3.3.0 milestone-6, Copyright IBM Corp 2000, 2007. All rights reserved. ---------- 1. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentDefinitionBuilder.java (at line 70) protected IProject[] build(int kind, Map args, IProgressMonitor monitor) ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 2. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentDefinitionBuilder.java (at line 177) for (Iterator it = resource.getErrors().iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 3. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentDefinitionBuilder.java (at line 190) for (Iterator it = resource.getWarnings().iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 4. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentDefinitionBuilder.java (at line 216) for (Iterator it = rs.getResources().iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 5. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentDefinitionBuilder.java (at line 246) for (Iterator it = root.getServer().iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 6. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentDefinitionBuilder.java (at line 250) for (Iterator it = root.getPackage().iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 7. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentDefinitionBuilder.java (at line 304) for (Iterator it = pkg.getTargetConfiguration().iterator(); it ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 8. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentDefinitionBuilder.java (at line 402) for (Iterator it = Arrays.asList(validationStatus).iterator(); it ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 9. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentDefinitionBuilder.java (at line 467) loadOptions = new HashMap(); ^^^^^^^^^^^^^ Type safety: The expression of type HashMap needs unchecked conversion to conform to Map ---------- 10. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentDefinitionBuilder.java (at line 467) loadOptions = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- ---------- 11. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 78) private Map mTechnologyDefsByID; ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 12. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 79) private Map mServerDefsByID; ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 13. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 80) private Map mIdToLogicalExtension; ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 14. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 81) private SortedSet mLogicalExtensionByFileExtension; ^^^^^^^^^ SortedSet is a raw type. References to generic type SortedSet should be parameterized ---------- 15. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 82) private Map mIdToConfigurableExtension; ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 16. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 83) private SortedSet mConfigurableExtensionByFileExtension; ^^^^^^^^^ SortedSet is a raw type. References to generic type SortedSet should be parameterized ---------- 17. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 84) private Map mIdToPhysicalExtension; ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 18. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 85) private SortedSet mPhysicalExtensionByFileExtension; ^^^^^^^^^ SortedSet is a raw type. References to generic type SortedSet should be parameterized ---------- 19. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 86) private Map mIdToDeployDriver; ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 20. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 87) private Map mProfileIdToDeployDriverList; ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 21. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 308) List extensions = getLogicalExtensions(fileExt); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 22. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 309) for (Iterator it = extensions.iterator(); ilpe == null ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 23. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 352) List extensions = getConfigurableExtensions(fileExt); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 24. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 353) for (Iterator it = extensions.iterator(); icpe == null ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 25. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 394) List extensions = getPhysicalPackageExtensions(fileExt); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 26. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 395) for (Iterator it = extensions.iterator(); ippe == null ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 27. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 428) public List getLogicalExtensions(String fileExtension) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 28. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 429) return new ArrayList(mLogicalExtensionByFileExtension.subSet( fileExtension, fileExtension + '\0')); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 29. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 429) return new ArrayList(mLogicalExtensionByFileExtension.subSet( ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 30. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 429) return new ArrayList(mLogicalExtensionByFileExtension.subSet( fileExtension, fileExtension + '\0')); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method subSet(Object, Object) belongs to the raw type SortedSet. References to generic type SortedSet should be parameterized ---------- 31. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 446) public List getConfigurableExtensions(String fileExtension) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 32. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 447) return new ArrayList(mConfigurableExtensionByFileExtension.subSet( fileExtension, fileExtension + '\0')); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 33. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 447) return new ArrayList(mConfigurableExtensionByFileExtension.subSet( ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 34. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 447) return new ArrayList(mConfigurableExtensionByFileExtension.subSet( fileExtension, fileExtension + '\0')); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method subSet(Object, Object) belongs to the raw type SortedSet. References to generic type SortedSet should be parameterized ---------- 35. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 462) public List getPhysicalPackageExtensions(String fileExtension) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 36. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 463) List retVal; ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 37. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 465) retVal = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 38. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 468) retVal = new ArrayList(mPhysicalExtensionByFileExtension.subSet( fileExtension, fileExtension + '\0')); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 39. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 468) retVal = new ArrayList(mPhysicalExtensionByFileExtension.subSet( ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 40. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 468) retVal = new ArrayList(mPhysicalExtensionByFileExtension.subSet( fileExtension, fileExtension + '\0')); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method subSet(Object, Object) belongs to the raw type SortedSet. References to generic type SortedSet should be parameterized ---------- 41. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 496) public List getDeployDrivers() { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 42. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 497) return new ArrayList(mIdToDeployDriver.values()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 43. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 497) return new ArrayList(mIdToDeployDriver.values()); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 44. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 500) public List getDeployDrivers(String profileID) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 45. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 501) List drivers; ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 46. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 504) drivers = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 47. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 507) drivers = new ArrayList((List) mProfileIdToDeployDriverList .get(profileID)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 48. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 507) drivers = new ArrayList((List) mProfileIdToDeployDriverList ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 49. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 507) drivers = new ArrayList((List) mProfileIdToDeployDriverList ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 50. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 538) for (Iterator it = getDeployDrivers(profileID).iterator(); idde == null ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 51. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 552) for (Iterator it = getDeployDrivers(profileID).iterator(); idde == null ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 52. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 565) mTechnologyDefsByID = new TreeMap(); ^^^^^^^ TreeMap is a raw type. References to generic type TreeMap should be parameterized ---------- 53. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 566) mServerDefsByID = new TreeMap(); ^^^^^^^ TreeMap is a raw type. References to generic type TreeMap should be parameterized ---------- 54. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 567) mIdToLogicalExtension = new TreeMap(new IDComparator()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor TreeMap(Comparator) belongs to the raw type TreeMap. References to generic type TreeMap should be parameterized ---------- 55. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 567) mIdToLogicalExtension = new TreeMap(new IDComparator()); ^^^^^^^ TreeMap is a raw type. References to generic type TreeMap should be parameterized ---------- 56. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 568) mLogicalExtensionByFileExtension = new TreeSet( new FileExtensionComparator()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor TreeSet(Comparator) belongs to the raw type TreeSet. References to generic type TreeSet should be parameterized ---------- 57. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 568) mLogicalExtensionByFileExtension = new TreeSet( ^^^^^^^ TreeSet is a raw type. References to generic type TreeSet should be parameterized ---------- 58. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 570) mIdToConfigurableExtension = new TreeMap(new IDComparator()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor TreeMap(Comparator) belongs to the raw type TreeMap. References to generic type TreeMap should be parameterized ---------- 59. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 570) mIdToConfigurableExtension = new TreeMap(new IDComparator()); ^^^^^^^ TreeMap is a raw type. References to generic type TreeMap should be parameterized ---------- 60. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 571) mConfigurableExtensionByFileExtension = new TreeSet( new FileExtensionComparator()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor TreeSet(Comparator) belongs to the raw type TreeSet. References to generic type TreeSet should be parameterized ---------- 61. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 571) mConfigurableExtensionByFileExtension = new TreeSet( ^^^^^^^ TreeSet is a raw type. References to generic type TreeSet should be parameterized ---------- 62. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 573) mIdToPhysicalExtension = new TreeMap(new IDComparator()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor TreeMap(Comparator) belongs to the raw type TreeMap. References to generic type TreeMap should be parameterized ---------- 63. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 573) mIdToPhysicalExtension = new TreeMap(new IDComparator()); ^^^^^^^ TreeMap is a raw type. References to generic type TreeMap should be parameterized ---------- 64. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 574) mPhysicalExtensionByFileExtension = new TreeSet( new FileExtensionComparator()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor TreeSet(Comparator) belongs to the raw type TreeSet. References to generic type TreeSet should be parameterized ---------- 65. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 574) mPhysicalExtensionByFileExtension = new TreeSet( ^^^^^^^ TreeSet is a raw type. References to generic type TreeSet should be parameterized ---------- 66. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 576) mIdToDeployDriver = new TreeMap(); ^^^^^^^ TreeMap is a raw type. References to generic type TreeMap should be parameterized ---------- 67. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 577) mProfileIdToDeployDriverList = new TreeMap(); ^^^^^^^ TreeMap is a raw type. References to generic type TreeMap should be parameterized ---------- 68. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 587) Collection logicalPackages = new ArrayList(); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 69. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 587) Collection logicalPackages = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 70. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 588) Collection configurablePackages = new ArrayList(); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 71. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 588) Collection configurablePackages = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 72. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 589) Collection physicalPackages = new ArrayList(); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 73. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 589) Collection physicalPackages = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 74. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 590) Collection deployDrivers = new ArrayList(); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 75. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 590) Collection deployDrivers = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 76. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 591) Collection technologyDefs = new ArrayList(); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 77. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 591) Collection technologyDefs = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 78. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 592) Collection serverDefs = new ArrayList(); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 79. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 592) Collection serverDefs = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 80. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 593) Collection technologyMaps = new ArrayList(); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 81. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 593) Collection technologyMaps = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 82. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 594) for (Iterator xit = Arrays.asList(exts).iterator(); xit.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 83. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 597) for (Iterator eit = Arrays.asList(elems).iterator(); eit.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 84. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 601) logicalPackages.add(elem); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 85. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 604) configurablePackages.add(elem); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 86. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 607) physicalPackages.add(elem); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 87. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 610) deployDrivers.add(elem); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 88. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 613) technologyDefs.add(elem); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 89. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 616) serverDefs.add(elem); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 90. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 619) technologyMaps.add(elem); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 91. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 652) private void processTechnologyDefs(Collection elements) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 92. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 653) for (Iterator it = elements.iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 93. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 668) mTechnologyDefsByID.put(itd.getID(), itd); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 94. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 688) private void processServerDefs(Collection elements) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 95. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 689) for (Iterator it = elements.iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 96. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 704) mServerDefsByID.put(isd.getID(), isd); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 97. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 724) private void processTechnologyMaps(Collection elements) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 98. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 725) for (Iterator it = elements.iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 99. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 750) private void processLogicalPackages(Collection elements) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 100. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 751) for (Iterator it = elements.iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 101. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 766) mIdToLogicalExtension.put(lpp.getID(), lpp); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 102. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 767) mLogicalExtensionByFileExtension.add(lpp); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 103. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 787) private void processConfigurablePackages(Collection elements) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 104. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 788) for (Iterator it = elements.iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 105. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 804) mIdToConfigurableExtension.put(cpe.getID(), cpe); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 106. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 805) mConfigurableExtensionByFileExtension.add(cpe); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 107. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 825) private void processPhysicalPackages(Collection elements) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 108. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 826) for (Iterator it = elements.iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 109. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 841) mIdToPhysicalExtension.put(ppp.getID(), ppp); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 110. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 842) mPhysicalExtensionByFileExtension.add(ppp); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- ---------- 111. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/IDeployDriverExtension.java (at line 80) List getPackageConstructors(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- ---------- 112. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/IVersion.java (at line 24) public interface IVersion extends Comparable { ^^^^^^^^^^ Comparable is a raw type. References to generic type Comparable should be parameterized ---------- ---------- 113. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/Utilities.java (at line 48) private static List sItemAdapterFactories = null; ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 114. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/Utilities.java (at line 52) public static List getItemAdapterFactoriesList() { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 115. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/Utilities.java (at line 54) sItemAdapterFactories = new Vector(4); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 116. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/Utilities.java (at line 55) sItemAdapterFactories .addAll(org.eclipse.stp.soas.deploy.models.deployfile.util.Utilities .getItemAdapterFactoriesList()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 117. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/Utilities.java (at line 58) sItemAdapterFactories.add(sDeployAPIAdapterFactory); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 118. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/Utilities.java (at line 66) getItemAdapterFactoriesList()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to Collection ---------- 119. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/Utilities.java (at line 246) ArrayList movedFiles = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 120. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/Utilities.java (at line 246) ArrayList movedFiles = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 121. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/Utilities.java (at line 249) for (Iterator iterator = movedFiles.iterator(); iterator.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 122. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/Utilities.java (at line 264) String fileExtension, ArrayList movedFiles) throws CoreException { ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 123. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/Utilities.java (at line 273) movedFiles.add(tempFile); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- ---------- 124. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/adapters/DeployAdapterFactory.java (at line 42) public Object getAdapter(Object adaptableObject, Class adapterType) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 125. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/adapters/DeployAdapterFactory.java (at line 74) public Class[] getAdapterList() { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- ---------- 126. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/adapters/DeployConfigurationDeployAPIAdapter.java (at line 132) List packageExtensions = DeploymentExtensionManager.getInstance() ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 127. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/adapters/DeployConfigurationDeployAPIAdapter.java (at line 143) for (Iterator it = packageExtensions.iterator(); ipp == null ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 128. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/adapters/DeployConfigurationDeployAPIAdapter.java (at line 186) for (Iterator it = Arrays.asList(project.getReferencedProjects()).iterator(); !retVal.exists() && it.hasNext(); ) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- ---------- 129. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/adapters/DeployFileDeployAPIAdapterFactory.java (at line 59) protected Collection supportedTypes = new ArrayList(); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 130. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/adapters/DeployFileDeployAPIAdapterFactory.java (at line 59) protected Collection supportedTypes = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 131. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/adapters/DeployFileDeployAPIAdapterFactory.java (at line 63) supportedTypes.add(IDeployAPIAdapter.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 132. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/adapters/DeployFileDeployAPIAdapterFactory.java (at line 137) || (((Class) type).isInstance(adapter))) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- ---------- 133. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/adapters/DeployPackageDeployAPIAdapter.java (at line 139) for (Iterator it = Arrays.asList(project.getReferencedProjects()).iterator(); !retVal.exists() && it.hasNext(); ) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- ---------- 134. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/CreateDeployFileOperation.java (at line 78) Map options = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 135. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/CreateDeployFileOperation.java (at line 78) Map options = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 136. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/CreateDeployFileOperation.java (at line 79) options.put(XMLResource.OPTION_ENCODING, DEFAULT_ENCODING); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- ---------- 137. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/CreateDeployPackagesJob.java (at line 73) private Map mTargetToPackageDescriptorMap; ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 138. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/CreateDeployPackagesJob.java (at line 74) private Map mLogicalPackageToPackageDescriptorMap; ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 139. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/CreateDeployPackagesJob.java (at line 84) mTargetToPackageDescriptorMap = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 140. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/CreateDeployPackagesJob.java (at line 85) mLogicalPackageToPackageDescriptorMap = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 141. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/CreateDeployPackagesJob.java (at line 147) public Map getPackageDescriptors() { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 142. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/CreateDeployPackagesJob.java (at line 181) for (Iterator it = Arrays.asList( ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 143. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/CreateDeployPackagesJob.java (at line 254) List errors = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 144. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/CreateDeployPackagesJob.java (at line 254) List errors = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 145. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/CreateDeployPackagesJob.java (at line 265) for (Iterator pkgIt = mRoot.getPackage().iterator(); pkgIt ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 146. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/CreateDeployPackagesJob.java (at line 272) for (Iterator trgIt = deployPackage ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 147. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/CreateDeployPackagesJob.java (at line 297) mTargetToPackageDescriptorMap.put(deployConfig, mLogicalPackageToPackageDescriptorMap .get(key)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 148. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/CreateDeployPackagesJob.java (at line 312) mTargetToPackageDescriptorMap.put(deployConfig, ipod); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 149. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/CreateDeployPackagesJob.java (at line 314) mLogicalPackageToPackageDescriptorMap.put(key, ipod); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 150. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/CreateDeployPackagesJob.java (at line 337) errors.add(status); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 151. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/CreateDeployPackagesJob.java (at line 352) for (Iterator trgIt = deployPackage ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 152. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/CreateDeployPackagesJob.java (at line 367) mTargetToPackageDescriptorMap.put(deployConfig, ipod); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 153. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/CreateDeployPackagesJob.java (at line 407) (IStatus[]) errors.toArray(new IStatus[errors.size()]), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized ---------- 154. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/CreateDeployPackagesJob.java (at line 570) for (Iterator it = mRoot.getPackage().iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- ---------- 155. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteDeploymentJob.java (at line 66) private Map mDeployConfigToDeployTargetMap = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 156. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteDeploymentJob.java (at line 66) private Map mDeployConfigToDeployTargetMap = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 157. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteDeploymentJob.java (at line 67) private Map mDeployTargetToDeploySessionMap = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 158. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteDeploymentJob.java (at line 67) private Map mDeployTargetToDeploySessionMap = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 159. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteDeploymentJob.java (at line 68) private Map mDeployStatusMap = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 160. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteDeploymentJob.java (at line 68) private Map mDeployStatusMap = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 161. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteDeploymentJob.java (at line 102) Map packageDescriptors = createPackages(monitor); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 162. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteDeploymentJob.java (at line 123) for (Iterator it = mDeployTargetToDeploySessionMap.values() ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 163. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteDeploymentJob.java (at line 159) public Map getDeployStatusMap() { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 164. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteDeploymentJob.java (at line 170) private Map createPackages(IProgressMonitor monitor) throws CoreException, ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 165. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteDeploymentJob.java (at line 183) private void preDeployCheck(Map packageDescriptors, ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 166. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteDeploymentJob.java (at line 187) Map deployCheckStatus = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 167. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteDeploymentJob.java (at line 187) Map deployCheckStatus = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 168. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteDeploymentJob.java (at line 190) for (Iterator it = packageDescriptors.entrySet().iterator(); it ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 169. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteDeploymentJob.java (at line 192) Map.Entry entry = (Map.Entry) it.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 170. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteDeploymentJob.java (at line 192) Map.Entry entry = (Map.Entry) it.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 171. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteDeploymentJob.java (at line 236) mDeployConfigToDeployTargetMap.put(config, target); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 172. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteDeploymentJob.java (at line 237) mDeployTargetToDeploySessionMap.put(target, session); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 173. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteDeploymentJob.java (at line 240) deployCheckStatus.put(config, status); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 174. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteDeploymentJob.java (at line 292) private void deployPackages(Map packageDescriptors, IProgressMonitor monitor) ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 175. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteDeploymentJob.java (at line 296) for (Iterator it = packageDescriptors.entrySet().iterator(); it ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 176. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteDeploymentJob.java (at line 298) Map.Entry entry = (Map.Entry) it.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 177. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteDeploymentJob.java (at line 298) Map.Entry entry = (Map.Entry) it.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 178. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteDeploymentJob.java (at line 315) mDeployStatusMap.put(config, new IStatus[] { new Status( IStatus.ERROR, DeployCorePlugin.getDefault() .getBundle().getSymbolicName(), -1, DeployCorePlugin.getDefault().getResourceString( "Deploy.ERROR.PackageDoesNotExist", //$NON-NLS-1$ new Object[] { descriptor.getFileName(), config.getTargetServer() .getProfileName()}), null)}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 179. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteDeploymentJob.java (at line 333) mDeployStatusMap .put( config, new IStatus[] { new Status( IStatus.INFO, DeployCorePlugin.getDefault() .getBundle() .getSymbolicName(), -1, DeployCorePlugin .getDefault() .getResourceString( "Deploy.SUCCESS.Generic", //$NON-NLS-1$ new Object[] { descriptor.getFileName(), config .getTargetServer() .getProfileName()}), null)}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 180. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteDeploymentJob.java (at line 354) mDeployStatusMap .put( config, new IStatus[] { new Status( IStatus.ERROR, DeployCorePlugin.getDefault() .getBundle() .getSymbolicName(), -1, DeployCorePlugin .getDefault() .getResourceString( "Deploy.ERROR.Generic", //$NON-NLS-1$ new Object[] { descriptor.getFileName(), target .getConnectionProfile() .getName(), e .getMessage()}), e)}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 181. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteDeploymentJob.java (at line 434) for (Iterator it = mRoot.getServer().iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 182. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteDeploymentJob.java (at line 452) for (Iterator it = mRoot.getPackage().iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 183. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteDeploymentJob.java (at line 464) Collection statuses = new ArrayList(); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 184. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteDeploymentJob.java (at line 464) Collection statuses = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 185. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteDeploymentJob.java (at line 465) for (Iterator it = mDeployStatusMap.values().iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 186. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteDeploymentJob.java (at line 466) statuses.addAll(Arrays.asList((IStatus[]) it.next())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 187. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteDeploymentJob.java (at line 470) .getSymbolicName(), -1, (IStatus[]) statuses .toArray(new IStatus[statuses.size()]), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- ---------- 188. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteUndeploymentJob.java (at line 66) private Map mDeployConfigToDeployTargetMap = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 189. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteUndeploymentJob.java (at line 66) private Map mDeployConfigToDeployTargetMap = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 190. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteUndeploymentJob.java (at line 67) private Map mDeployTargetToDeploySessionMap = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 191. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteUndeploymentJob.java (at line 67) private Map mDeployTargetToDeploySessionMap = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 192. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteUndeploymentJob.java (at line 68) private Map mDeployStatusMap = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 193. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteUndeploymentJob.java (at line 68) private Map mDeployStatusMap = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 194. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteUndeploymentJob.java (at line 102) Map packageDescriptors = createPackages(monitor); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 195. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteUndeploymentJob.java (at line 123) for (Iterator it = mDeployTargetToDeploySessionMap.values() ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 196. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteUndeploymentJob.java (at line 159) public Map getDeployStatusMap() { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 197. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteUndeploymentJob.java (at line 170) private Map createPackages(IProgressMonitor monitor) throws CoreException, ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 198. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteUndeploymentJob.java (at line 183) private void preUndeployCheck(Map packageDescriptors, ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 199. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteUndeploymentJob.java (at line 187) Map deployCheckStatus = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 200. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteUndeploymentJob.java (at line 187) Map deployCheckStatus = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 201. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteUndeploymentJob.java (at line 190) for (Iterator it = packageDescriptors.entrySet().iterator(); it ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 202. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteUndeploymentJob.java (at line 192) Map.Entry entry = (Map.Entry) it.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 203. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteUndeploymentJob.java (at line 192) Map.Entry entry = (Map.Entry) it.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 204. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteUndeploymentJob.java (at line 236) mDeployConfigToDeployTargetMap.put(config, target); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 205. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteUndeploymentJob.java (at line 237) mDeployTargetToDeploySessionMap.put(target, session); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 206. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteUndeploymentJob.java (at line 240) deployCheckStatus.put(config, status); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 207. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteUndeploymentJob.java (at line 292) private void undeployPackages(Map packageDescriptors, IProgressMonitor monitor) ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 208. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteUndeploymentJob.java (at line 296) for (Iterator it = packageDescriptors.entrySet().iterator(); it ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 209. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteUndeploymentJob.java (at line 298) Map.Entry entry = (Map.Entry) it.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 210. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteUndeploymentJob.java (at line 298) Map.Entry entry = (Map.Entry) it.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 211. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteUndeploymentJob.java (at line 316) mDeployStatusMap.put(config, new IStatus[] { new Status( IStatus.ERROR, DeployCorePlugin.getDefault() .getBundle().getSymbolicName(), -1, DeployCorePlugin.getDefault().getResourceString( "Deploy.ERROR.PackageDoesNotExist", //$NON-NLS-1$ new Object[] { config.getSourcePackage() .getPackageFile(), config.getTargetServer() .getProfileName()}), null)}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 212. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteUndeploymentJob.java (at line 335) mDeployStatusMap .put( config, new IStatus[] { new Status( IStatus.INFO, DeployCorePlugin.getDefault() .getBundle() .getSymbolicName(), -1, DeployCorePlugin .getDefault() .getResourceString( "Undeploy.SUCCESS.Generic", //$NON-NLS-1$ new Object[] { config .getSourcePackage() .getPackageFile(), config .getTargetServer() .getProfileName()}), null)}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 213. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteUndeploymentJob.java (at line 358) mDeployStatusMap .put( config, new IStatus[] { new Status( IStatus.ERROR, DeployCorePlugin.getDefault() .getBundle() .getSymbolicName(), -1, DeployCorePlugin .getDefault() .getResourceString( "Undeploy.ERROR.Generic", //$NON-NLS-1$ new Object[] { config .getSourcePackage() .getPackageFile(), target .getConnectionProfile() .getName(), e .getMessage()}), e)}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 214. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteUndeploymentJob.java (at line 440) for (Iterator it = mRoot.getServer().iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 215. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteUndeploymentJob.java (at line 458) for (Iterator it = mRoot.getPackage().iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 216. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteUndeploymentJob.java (at line 470) Collection statuses = new ArrayList(); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 217. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteUndeploymentJob.java (at line 470) Collection statuses = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 218. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteUndeploymentJob.java (at line 471) for (Iterator it = mDeployStatusMap.values().iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 219. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteUndeploymentJob.java (at line 472) statuses.addAll(Arrays.asList((IStatus[]) it.next())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 220. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteUndeploymentJob.java (at line 476) .getSymbolicName(), -1, (IStatus[]) statuses .toArray(new IStatus[statuses.size()]), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- ---------- 221. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/ui/actions/BasePackageActionDelegate.java (at line 95) root.getServer().add(target); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 222. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/ui/actions/CreatePackageFileActionDelegate.java (at line 90) ArrayList constructors = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 223. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/ui/actions/CreatePackageFileActionDelegate.java (at line 90) ArrayList constructors = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 224. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/ui/actions/CreatePackageFileActionDelegate.java (at line 91) for (Iterator drvIt = DeploymentExtensionManager.getInstance() ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 225. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/ui/actions/CreatePackageFileActionDelegate.java (at line 95) for (Iterator ctorIt = driver.getPackageConstructors().iterator(); ctorIt ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 226. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/ui/actions/CreatePackageFileActionDelegate.java (at line 100) constructors.add(ipce); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- ---------- 227. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/ui/actions/ExecuteDeployActionDelegate.java (at line 54) for (Iterator it = mSelection.iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- ---------- 228. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/ui/cheetsheets/OpenDeployWizardAction.java (at line 73) for (Iterator it = selection.iterator(); it.hasNext();) ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- ---------- 229. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/ui/configuration/ConfigurationDialog.java (at line 60) for (Iterator it = getPreferenceManager().getElements( ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- ---------- 230. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/DeployDriverExtension.java (at line 71) private Map mIdToPackageConstructor; ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 231. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/DeployDriverExtension.java (at line 127) public List getPackageConstructors() { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 232. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/DeployDriverExtension.java (at line 128) return new ArrayList(mIdToPackageConstructor.values()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 233. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/DeployDriverExtension.java (at line 128) return new ArrayList(mIdToPackageConstructor.values()); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 234. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/DeployDriverExtension.java (at line 137) for (Iterator it = mIdToPackageConstructor.values().iterator(); retVal == null ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 235. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/DeployDriverExtension.java (at line 236) mIdToPackageConstructor = new TreeMap(); ^^^^^^^ TreeMap is a raw type. References to generic type TreeMap should be parameterized ---------- 236. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/DeployDriverExtension.java (at line 263) mIdToPackageConstructor.put(ipce.getID(), ipce); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- ---------- 237. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/MergedSupportedTechnologyType.java (at line 29) private List mSupportedTechnologies; ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 238. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/MergedSupportedTechnologyType.java (at line 41) if (istt1.getMinVersion().compareTo(istt2.getMinVersion()) < 0) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method compareTo(Object) belongs to the raw type Comparable. References to generic type Comparable should be parameterized ---------- 239. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/MergedSupportedTechnologyType.java (at line 47) if (istt1.getMaxVersion().compareTo(istt2.getMaxVersion()) > 0) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method compareTo(Object) belongs to the raw type Comparable. References to generic type Comparable should be parameterized ---------- 240. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/MergedSupportedTechnologyType.java (at line 55) mSupportedTechnologies.addAll(((MergedSupportedTechnologyType)istt1).getSupportedTechnologies()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 241. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/MergedSupportedTechnologyType.java (at line 58) mSupportedTechnologies.add(istt1); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 242. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/MergedSupportedTechnologyType.java (at line 61) mSupportedTechnologies.addAll(((MergedSupportedTechnologyType)istt2).getSupportedTechnologies()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 243. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/MergedSupportedTechnologyType.java (at line 64) mSupportedTechnologies.add(istt2); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 244. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/MergedSupportedTechnologyType.java (at line 96) || typeVersion.compareTo(getMaxVersion()) > 0 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method compareTo(Object) belongs to the raw type Comparable. References to generic type Comparable should be parameterized ---------- 245. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/MergedSupportedTechnologyType.java (at line 97) || typeVersion.compareTo(getMinVersion()) < 0) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method compareTo(Object) belongs to the raw type Comparable. References to generic type Comparable should be parameterized ---------- 246. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/MergedSupportedTechnologyType.java (at line 106) public List getSupportedTechnologies() { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- ---------- 247. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/PhysicalPackageExtension.java (at line 81) || typeVersion.compareTo(mSupportedServer.getMinVersion()) < 0 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method compareTo(Object) belongs to the raw type Comparable. References to generic type Comparable should be parameterized ---------- 248. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/PhysicalPackageExtension.java (at line 82) || (typeVersion.compareTo(mSupportedServer.getMaxVersion()) > 0 && !typeVersion ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method compareTo(Object) belongs to the raw type Comparable. References to generic type Comparable should be parameterized ---------- ---------- 249. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/ServerDefinition.java (at line 36) public class ServerDefinition implements IServerDefinition, Comparable { ^^^^^^^^^^ Comparable is a raw type. References to generic type Comparable should be parameterized ---------- 250. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/ServerDefinition.java (at line 40) private IConfigurationElement mElement; ^^^^^^^^ The field ServerDefinition.mElement is never read locally ---------- 251. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/ServerDefinition.java (at line 42) private SortedMap mSupportingServerVersionssByTechnologyDef; ^^^^^^^^^ SortedMap is a raw type. References to generic type SortedMap should be parameterized ---------- 252. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/ServerDefinition.java (at line 43) private SortedMap mTechnologyMapsByServerVersion; ^^^^^^^^^ SortedMap is a raw type. References to generic type SortedMap should be parameterized ---------- 253. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/ServerDefinition.java (at line 49) mSupportingServerVersionssByTechnologyDef = new TreeMap(); ^^^^^^^ TreeMap is a raw type. References to generic type TreeMap should be parameterized ---------- 254. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/ServerDefinition.java (at line 50) mTechnologyMapsByServerVersion = new TreeMap( new DecendingVersionOrder()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor TreeMap(Comparator) belongs to the raw type TreeMap. References to generic type TreeMap should be parameterized ---------- 255. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/ServerDefinition.java (at line 50) mTechnologyMapsByServerVersion = new TreeMap( ^^^^^^^ TreeMap is a raw type. References to generic type TreeMap should be parameterized ---------- 256. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/ServerDefinition.java (at line 65) return (ITechnologyMap[]) mTechnologyMapsByServerVersion.values() .toArray(new ITechnologyMap[0]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 257. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/ServerDefinition.java (at line 74) Iterator it = mTechnologyMapsByServerVersion.tailMap(serverVersion) ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 258. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/ServerDefinition.java (at line 74) Iterator it = mTechnologyMapsByServerVersion.tailMap(serverVersion) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method tailMap(Object) belongs to the raw type SortedMap. References to generic type SortedMap should be parameterized ---------- 259. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/ServerDefinition.java (at line 90) return (IVersion[]) getSupportingServerVersionsSet(techDef).toArray( new IVersion[0]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 260. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/ServerDefinition.java (at line 114) mTechnologyMapsByServerVersion.put(itm.getServerVersion(), itm); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 261. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/ServerDefinition.java (at line 124) SortedSet serverVersions = getSupportingServerVersionsSet(techDef); ^^^^^^^^^ SortedSet is a raw type. References to generic type SortedSet should be parameterized ---------- 262. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/ServerDefinition.java (at line 125) serverVersions.add(itm.getServerVersion()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 263. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/ServerDefinition.java (at line 129) private SortedSet getSupportingServerVersionsSet( ^^^^^^^^^ SortedSet is a raw type. References to generic type SortedSet should be parameterized ---------- 264. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/ServerDefinition.java (at line 131) SortedSet serverVersions = (SortedSet) mSupportingServerVersionssByTechnologyDef ^^^^^^^^^ SortedSet is a raw type. References to generic type SortedSet should be parameterized ---------- 265. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/ServerDefinition.java (at line 131) SortedSet serverVersions = (SortedSet) mSupportingServerVersionssByTechnologyDef ^^^^^^^^^ SortedSet is a raw type. References to generic type SortedSet should be parameterized ---------- 266. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/ServerDefinition.java (at line 134) serverVersions = new TreeSet(new DecendingVersionOrder()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor TreeSet(Comparator) belongs to the raw type TreeSet. References to generic type TreeSet should be parameterized ---------- 267. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/ServerDefinition.java (at line 134) serverVersions = new TreeSet(new DecendingVersionOrder()); ^^^^^^^ TreeSet is a raw type. References to generic type TreeSet should be parameterized ---------- 268. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/ServerDefinition.java (at line 135) mSupportingServerVersionssByTechnologyDef.put(techDef, serverVersions); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 269. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/ServerDefinition.java (at line 189) private static class DecendingVersionOrder implements Comparator { ^^^^^^^^^^ Comparator is a raw type. References to generic type Comparator should be parameterized ---------- 270. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/ServerDefinition.java (at line 192) return -(((Comparable) o1).compareTo(o2)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method compareTo(Object) belongs to the raw type Comparable. References to generic type Comparable should be parameterized ---------- 271. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/ServerDefinition.java (at line 192) return -(((Comparable) o1).compareTo(o2)); ^^^^^^^^^^ Comparable is a raw type. References to generic type Comparable should be parameterized ---------- ---------- 272. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/SupportedServerType.java (at line 84) && typeVersion.compareTo(getMinVersion()) >= 0 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method compareTo(Object) belongs to the raw type Comparable. References to generic type Comparable should be parameterized ---------- 273. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/SupportedServerType.java (at line 85) && (typeVersion.compareTo(getMaxVersion()) <= 0 || getMaxVersion() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method compareTo(Object) belongs to the raw type Comparable. References to generic type Comparable should be parameterized ---------- 274. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/SupportedServerType.java (at line 168) if (mMinVersion.compareTo(mMaxVersion) > 0) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method compareTo(Object) belongs to the raw type Comparable. References to generic type Comparable should be parameterized ---------- 275. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/SupportedServerType.java (at line 179) else if (mMaxVersion.compareTo(Version.NULL_VERSION) == 0) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method compareTo(Object) belongs to the raw type Comparable. References to generic type Comparable should be parameterized ---------- ---------- 276. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/SupportedTechnologyType.java (at line 75) || typeVersion.compareTo(getMaxVersion()) > 0 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method compareTo(Object) belongs to the raw type Comparable. References to generic type Comparable should be parameterized ---------- 277. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/SupportedTechnologyType.java (at line 76) || typeVersion.compareTo(getMinVersion()) < 0) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method compareTo(Object) belongs to the raw type Comparable. References to generic type Comparable should be parameterized ---------- 278. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/SupportedTechnologyType.java (at line 148) if (mMinVersion.compareTo(mMaxVersion) > 0) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method compareTo(Object) belongs to the raw type Comparable. References to generic type Comparable should be parameterized ---------- 279. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/SupportedTechnologyType.java (at line 159) else if (mMaxVersion.compareTo(Version.NULL_VERSION) == 0) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method compareTo(Object) belongs to the raw type Comparable. References to generic type Comparable should be parameterized ---------- ---------- 280. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/TechnologyDefinition.java (at line 25) public class TechnologyDefinition implements ITechnologyDefinition, Comparable { ^^^^^^^^^^ Comparable is a raw type. References to generic type Comparable should be parameterized ---------- 281. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/TechnologyDefinition.java (at line 29) private IConfigurationElement mElement; ^^^^^^^^ The field TechnologyDefinition.mElement is never read locally ---------- ---------- 282. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/TechnologyMap.java (at line 43) private SortedMap mSupportedTechnologiesByDef; ^^^^^^^^^ SortedMap is a raw type. References to generic type SortedMap should be parameterized ---------- 283. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/TechnologyMap.java (at line 55) return (ISupportedTechnologyType[]) mSupportedTechnologiesByDef .values() .toArray( new ISupportedTechnologyType[mSupportedTechnologiesByDef .size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 284. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/TechnologyMap.java (at line 154) mSupportedTechnologiesByDef = new TreeMap(); ^^^^^^^ TreeMap is a raw type. References to generic type TreeMap should be parameterized ---------- 285. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/TechnologyMap.java (at line 164) mSupportedTechnologiesByDef.put(istt.getTechnologyDefinition(), istt); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- ---------- 286. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/CreatePackageControl.java (at line 176) ArrayList constructors = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 287. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/CreatePackageControl.java (at line 176) ArrayList constructors = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 288. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/CreatePackageControl.java (at line 177) for (Iterator it = dem.getDeployDrivers().iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 289. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/CreatePackageControl.java (at line 180) constructors.addAll(driver.getPackageConstructors()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- ---------- 290. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/TargetMapTableViewer.java (at line 129) List editors = new Vector(COLUMN_PROPERTIES.length); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 291. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/TargetMapTableViewer.java (at line 129) List editors = new Vector(COLUMN_PROPERTIES.length); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 292. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/TargetMapTableViewer.java (at line 131) editors.add(editor); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 293. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/TargetMapTableViewer.java (at line 134) editors.add(editor); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 294. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/TargetMapTableViewer.java (at line 136) return (CellEditor[]) editors.toArray(new CellEditor[editors.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized ---------- 295. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/TargetMapTableViewer.java (at line 306) EList list = ((DeployPackage) element) ^^^^^ EList is a raw type. References to generic type EList should be parameterized ---------- ---------- 296. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/dialogs/BaseDeployStatusDialogPage.java (at line 52) protected Map mProblemsMap; ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 297. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/dialogs/BaseDeployStatusDialogPage.java (at line 58) protected BaseDeployStatusDialogPage(String title, Map problemsMap, ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 298. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/dialogs/BaseDeployStatusDialogPage.java (at line 149) Map map = (Map) parentElement; ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 299. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/dialogs/BaseDeployStatusDialogPage.java (at line 149) Map map = (Map) parentElement; ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 300. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/dialogs/BaseDeployStatusDialogPage.java (at line 150) kids = map.entrySet().toArray(new Map.Entry[map.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 301. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/dialogs/BaseDeployStatusDialogPage.java (at line 153) kids = (IStatus[]) ((Map.Entry) parentElement).getValue(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 302. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/dialogs/BaseDeployStatusDialogPage.java (at line 220) IStatus[] statuses = (IStatus[]) ((Map.Entry) element) ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 303. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/dialogs/BaseDeployStatusDialogPage.java (at line 289) text = ((DeployConfiguration) ((Map.Entry) element) ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 304. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/dialogs/BaseDeployStatusDialogPage.java (at line 298) text = ((DeployConfiguration) ((Map.Entry) element) ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 305. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/dialogs/BaseDeployStatusDialogPage.java (at line 324) DeployConfiguration dc1 = (DeployConfiguration) ((Map.Entry) e1) ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 306. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/dialogs/BaseDeployStatusDialogPage.java (at line 326) DeployConfiguration dc2 = (DeployConfiguration) ((Map.Entry) e2) ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- ---------- 307. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/dialogs/ConnectionProfileSelectionDialogPage.java (at line 61) private Collection mExistingProfiles; ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 308. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/dialogs/ConnectionProfileSelectionDialogPage.java (at line 78) mExistingProfiles = new TreeSet(new ProfileComparator()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor TreeSet(Comparator) belongs to the raw type TreeSet. References to generic type TreeSet should be parameterized ---------- 309. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/dialogs/ConnectionProfileSelectionDialogPage.java (at line 78) mExistingProfiles = new TreeSet(new ProfileComparator()); ^^^^^^^ TreeSet is a raw type. References to generic type TreeSet should be parameterized ---------- 310. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/dialogs/ConnectionProfileSelectionDialogPage.java (at line 79) mExistingProfiles.addAll(root.getServer()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 311. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/dialogs/ConnectionProfileSelectionDialogPage.java (at line 225) private static class ProfileComparator implements Comparator { ^^^^^^^^^^ Comparator is a raw type. References to generic type Comparator should be parameterized ---------- ---------- 312. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/dialogs/DeployStatusDialogPage.java (at line 29) public DeployStatusDialogPage(Map problemsMap) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 313. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/dialogs/DeployStatusDialogPage.java (at line 32) for (Iterator it = problemsMap.values().iterator(); (mSeverity & IStatus.ERROR) == 0 ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- ---------- 314. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/dialogs/PackageSelectionDialogPage.java (at line 58) private List mExistingPackages; ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 315. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/dialogs/PackageSelectionDialogPage.java (at line 77) List packages = root.getPackage(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 316. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/dialogs/PackageSelectionDialogPage.java (at line 78) mExistingPackages = new Vector(packages.size()); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 317. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/dialogs/PackageSelectionDialogPage.java (at line 79) for (Iterator it = packages.iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 318. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/dialogs/PackageSelectionDialogPage.java (at line 81) mExistingPackages.add(dp.getPackageFile()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 319. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/dialogs/PackageSelectionDialogPage.java (at line 83) Collections.sort(mExistingPackages); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation sort(List) of the generic method sort(List) of type Collections ---------- 320. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/dialogs/PackageSelectionDialogPage.java (at line 83) Collections.sort(mExistingPackages); ^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- 321. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/dialogs/PackageSelectionDialogPage.java (at line 115) retVal = Collections.binarySearch(mExistingPackages, ((IFile) element).getProjectRelativePath() .toString()) < 0; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation binarySearch(List, Object) of the generic method binarySearch(List>, T) of type Collections ---------- 322. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/dialogs/PackageSelectionDialogPage.java (at line 115) retVal = Collections.binarySearch(mExistingPackages, ^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List> ---------- 323. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/dialogs/PackageSelectionDialogPage.java (at line 146) Vector files = new Vector(selection.length); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 324. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/dialogs/PackageSelectionDialogPage.java (at line 146) Vector files = new Vector(selection.length); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 325. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/dialogs/PackageSelectionDialogPage.java (at line 150) files.add(res); ^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 326. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/dialogs/PackageSelectionDialogPage.java (at line 153) mSelection = (IResource[]) files.toArray(new IResource[files.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- ---------- 327. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/dialogs/PreDeployCheckDialogPage.java (at line 25) public PreDeployCheckDialogPage(Map problemsMap, boolean allowOk) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- ---------- 328. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/dialogs/ServerSelectionDialogPage.java (at line 113) for (Iterator it = mRoot.getServer().iterator(); mSelectedServer == null ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 329. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/dialogs/ServerSelectionDialogPage.java (at line 169) for (Iterator it = mDeployPackage ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 330. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/dialogs/ServerSelectionDialogPage.java (at line 190) List packageExtensions = DeploymentExtensionManager ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 331. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/dialogs/ServerSelectionDialogPage.java (at line 193) final List packages = new ArrayList(packageExtensions.size()); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 332. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/dialogs/ServerSelectionDialogPage.java (at line 193) final List packages = new ArrayList(packageExtensions.size()); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 333. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/dialogs/ServerSelectionDialogPage.java (at line 194) for (Iterator it = packageExtensions.iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 334. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/dialogs/ServerSelectionDialogPage.java (at line 198) packages.add(ippe.adaptFile(packageFile)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 335. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/dialogs/ServerSelectionDialogPage.java (at line 210) for (Iterator it = packages.iterator(); !retVal ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- ---------- 336. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/editors/IntroductionSection.java (at line 50) private Collection mImages = new ArrayList(); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 337. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/editors/IntroductionSection.java (at line 50) private Collection mImages = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 338. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/editors/IntroductionSection.java (at line 75) mImages.add(label.getImage()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 339. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/editors/IntroductionSection.java (at line 93) mImages.add(label.getImage()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 340. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/editors/IntroductionSection.java (at line 116) mImages.add(label.getImage()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 341. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/editors/IntroductionSection.java (at line 138) mImages.add(label.getImage()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 342. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/editors/IntroductionSection.java (at line 189) for (Iterator it = mImages.iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- ---------- 343. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/editors/PackagesSection.java (at line 141) Set packages = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 344. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/editors/PackagesSection.java (at line 141) Set packages = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 345. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/editors/PackagesSection.java (at line 142) for (Iterator it = ((DeployServer) obj) ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 346. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/editors/PackagesSection.java (at line 144) packages.add(((DeployConfiguration) it.next()) .getSourcePackage()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- ---------- 347. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/editors/ServersSection.java (at line 140) Set servers = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 348. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/editors/ServersSection.java (at line 140) Set servers = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 349. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/editors/ServersSection.java (at line 141) for (Iterator it = ((DeployPackage) obj) ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 350. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/editors/ServersSection.java (at line 143) servers.add(((DeployConfiguration) it.next()) .getTargetServer()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- ---------- 351. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/editors/TargetMapSection.java (at line 111) private static final int TYPE_MIXED = TYPE_PACKAGE | TYPE_TARGET; ^^^^^^^^^^ The field TargetMapSection.TYPE_MIXED is never read locally ---------- 352. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/editors/TargetMapSection.java (at line 301) Vector newPackages = new Vector(resources.length); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 353. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/editors/TargetMapSection.java (at line 301) Vector newPackages = new Vector(resources.length); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 354. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/editors/TargetMapSection.java (at line 303) newPackages.add(DeployFilePackage.eINSTANCE .getDeployFileFactory().createDeployPackage( resources[index].getProjectRelativePath() .toString())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 355. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/editors/TargetMapSection.java (at line 318) List packages = new Vector(((IStructuredSelection) mTargetMapViewer ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 356. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/editors/TargetMapSection.java (at line 318) List packages = new Vector(((IStructuredSelection) mTargetMapViewer .getViewer().getSelection()).toList()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor Vector(Collection) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 357. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/editors/TargetMapSection.java (at line 318) List packages = new Vector(((IStructuredSelection) mTargetMapViewer ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 358. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/editors/TargetMapSection.java (at line 323) List danglingServers = new Vector(root.getServer()); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 359. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/editors/TargetMapSection.java (at line 323) List danglingServers = new Vector(root.getServer()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor Vector(Collection) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 360. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/editors/TargetMapSection.java (at line 323) List danglingServers = new Vector(root.getServer()); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 361. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/editors/TargetMapSection.java (at line 324) List configs = new Vector(danglingServers.size()); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 362. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/editors/TargetMapSection.java (at line 324) List configs = new Vector(danglingServers.size()); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 363. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/editors/TargetMapSection.java (at line 326) for (Iterator it = packages.iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 364. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/editors/TargetMapSection.java (at line 327) configs .addAll(((DeployPackage) it.next()) .getTargetConfiguration()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 365. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/editors/TargetMapSection.java (at line 331) for (Iterator it = danglingServers.iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 366. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/editors/TargetMapSection.java (at line 332) if (!configs.containsAll(((DeployServer) it.next()) .getTargetingConfiguration())) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method containsAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 367. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/editors/TargetMapSection.java (at line 342) packages.addAll(danglingServers); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 368. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/editors/TargetMapSection.java (at line 345) packages.addAll(configs); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 369. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/editors/TargetMapSection.java (at line 382) List commands = new Vector(3); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 370. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/editors/TargetMapSection.java (at line 382) List commands = new Vector(3); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 371. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/editors/TargetMapSection.java (at line 383) commands.add(SetCommand.create(editingDomain, config, DeployFilePackage.eINSTANCE .getDeployConfiguration_TargetServer(), newTarget)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 372. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/editors/TargetMapSection.java (at line 387) commands.add(AddCommand .create(editingDomain, (Root) getResourceEditingContainer() .getModelRoot(), DeployFilePackage.eINSTANCE.getRoot_Server(), newTarget)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 373. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/editors/TargetMapSection.java (at line 397) commands.add(RemoveCommand.create(editingDomain, target)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 374. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/editors/TargetMapSection.java (at line 400) new CompoundCommand(commands)); ^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- 375. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/editors/TargetMapSection.java (at line 405) List configs = new Vector(((IStructuredSelection) mTargetMapViewer ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 376. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/editors/TargetMapSection.java (at line 405) List configs = new Vector(((IStructuredSelection) mTargetMapViewer .getViewer().getSelection()).toList()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor Vector(Collection) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 377. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/editors/TargetMapSection.java (at line 405) List configs = new Vector(((IStructuredSelection) mTargetMapViewer ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 378. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/editors/TargetMapSection.java (at line 409) List danglingServers = new Vector(root.getServer()); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 379. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/editors/TargetMapSection.java (at line 409) List danglingServers = new Vector(root.getServer()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor Vector(Collection) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 380. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/editors/TargetMapSection.java (at line 409) List danglingServers = new Vector(root.getServer()); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 381. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/editors/TargetMapSection.java (at line 410) for (Iterator it = danglingServers.iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 382. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/editors/TargetMapSection.java (at line 411) if (!configs.containsAll(((DeployServer) it.next()) .getTargetingConfiguration())) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method containsAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 383. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/editors/TargetMapSection.java (at line 421) configs.addAll(danglingServers); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 384. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/editors/TargetMapSection.java (at line 542) for (Iterator it = selection.iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 385. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/editors/TargetMapSection.java (at line 591) selection = new StructuredSelection(((Collection) input).toArray()); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 386. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/editors/TargetMapSection.java (at line 604) private class TargetMapDropListener extends ViewerDropAdapter { ^^^^^^^^^^^^^^^^^^^^^ The type TargetMapSection.TargetMapDropListener is never used locally ---------- ---------- 387. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/properties/DeployOutputFolderPropertyPage.java (at line 181) ArrayList rejectedElements = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 388. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/properties/DeployOutputFolderPropertyPage.java (at line 181) ArrayList rejectedElements = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 389. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/properties/DeployOutputFolderPropertyPage.java (at line 184) rejectedElements.add(allProjects[i]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 390. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/properties/DeployOutputFolderPropertyPage.java (at line 421) private Class[] acceptClasses; ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 391. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/properties/DeployOutputFolderPropertyPage.java (at line 423) public ProjectFilter(Object[] rejectProjects, Class[] acceptClasses) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- ---------- 392. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/views/ConnectionProfileContentProvider.java (at line 121) List kids = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 393. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/views/ConnectionProfileContentProvider.java (at line 121) List kids = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 394. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/views/ConnectionProfileContentProvider.java (at line 122) kids .addAll(Arrays .asList(pm // .getProfilesByCategory(IConnectionProfileRepositoryConstants.REPOSITORY_CATEGORY_ID))); .getProfilesByCategory(REPOSITORY_CATEGORY_ID))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 395. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/views/ConnectionProfileContentProvider.java (at line 127) kids.addAll(Arrays.asList(pm.getRootCategories())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 396. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/views/ConnectionProfileContentProvider.java (at line 141) ArrayList arry = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 397. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/views/ConnectionProfileContentProvider.java (at line 141) ArrayList arry = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 398. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/views/ConnectionProfileContentProvider.java (at line 143) arry.addAll(icat.getChildCategories()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 399. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/views/ConnectionProfileContentProvider.java (at line 145) arry.addAll(Arrays.asList(StpProfileManager.getInstance().getProfilesByCategory( icat.getId()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 400. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/views/ConnectionProfileContentProvider.java (at line 150) arry.addAll(icat.getAssociatedProfiles()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 401. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/views/ConnectionProfileContentProvider.java (at line 161) private void recurseSubCategoryProfiles(ICategory parent, List arry) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 402. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/views/ConnectionProfileContentProvider.java (at line 162) for (Iterator it = parent.getChildCategories().iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 403. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/views/ConnectionProfileContentProvider.java (at line 164) arry.addAll(sub.getAssociatedProfiles()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 404. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/views/ConnectionProfileContentProvider.java (at line 232) for (Iterator it = Arrays.asList( ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 405. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/views/ConnectionProfileContentProvider.java (at line 251) for (Iterator it = Arrays.asList( ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 406. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/views/ConnectionProfileContentProvider.java (at line 260) for (Iterator it = Arrays.asList( ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- ---------- 407. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/DeployFileDescriptionWizardPage.java (at line 158) public List getSummaryData() { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 408. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/DeployFileDescriptionWizardPage.java (at line 159) List summaryData = new ArrayList(2); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 409. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/DeployFileDescriptionWizardPage.java (at line 159) List summaryData = new ArrayList(2); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 410. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/DeployFileDescriptionWizardPage.java (at line 161) summaryData.add(new String[] { DeployCorePlugin.getDefault().getResourceString( "DeployFileDescriptionWizardPage.summary.name"), //$NON-NLS-1$ getDeployName()}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 411. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/DeployFileDescriptionWizardPage.java (at line 166) summaryData.add(new String[] { DeployCorePlugin.getDefault().getResourceString( "DeployFileDescriptionWizardPage.summary.description"), //$NON-NLS-1$ getDeployDescription()}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 412. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/DeployFileNewWizard.java (at line 307) List builders = new ArrayList(Arrays ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 413. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/DeployFileNewWizard.java (at line 307) List builders = new ArrayList(Arrays .asList(projDesc.getBuildSpec())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 414. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/DeployFileNewWizard.java (at line 307) List builders = new ArrayList(Arrays ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 415. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/DeployFileNewWizard.java (at line 309) for (Iterator it = builders.iterator(); !foundBuilder ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 416. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/DeployFileNewWizard.java (at line 318) builders.add(packageBuilder); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 417. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/DeployFileNewWizard.java (at line 319) projDesc.setBuildSpec((ICommand[]) builders .toArray(new ICommand[builders.size()])); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 418. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/PackageSelectionWizardPage.java (at line 144) Vector files = new Vector(selection.length); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 419. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/PackageSelectionWizardPage.java (at line 144) Vector files = new Vector(selection.length); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 420. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/PackageSelectionWizardPage.java (at line 149) files.add(res); ^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 421. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/PackageSelectionWizardPage.java (at line 152) return (IFile[]) files.toArray(new IFile[files.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 422. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/PackageSelectionWizardPage.java (at line 158) public List getSummaryData() { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 423. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/PackageSelectionWizardPage.java (at line 160) List summaryData = new ArrayList(packages.length + 1); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 424. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/PackageSelectionWizardPage.java (at line 160) List summaryData = new ArrayList(packages.length + 1); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 425. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/PackageSelectionWizardPage.java (at line 162) summaryData.add(new String[] { DeployCorePlugin.getDefault().getResourceString( "PackageSelectionWizardPage.summary.selectedPackages"), //$NON-NLS-1$ new String()}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 426. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/PackageSelectionWizardPage.java (at line 168) summaryData.add(new String[] { new String(), packages[index].getFullPath().toString()}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 427. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/PackageTargetWizardPage.java (at line 69) private Map mFileToPackageMap = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 428. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/PackageTargetWizardPage.java (at line 69) private Map mFileToPackageMap = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 429. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/PackageTargetWizardPage.java (at line 190) public List getSummaryData() { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 430. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/PackageTargetWizardPage.java (at line 191) List summaryData = new ArrayList(mRoot.getPackage().size() + 2); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 431. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/PackageTargetWizardPage.java (at line 191) List summaryData = new ArrayList(mRoot.getPackage().size() + 2); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 432. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/PackageTargetWizardPage.java (at line 193) summaryData.add(new String[] { DeployCorePlugin.getDefault().getResourceString( "PackageTargetWizardPage.summary.targetServers"), //$NON-NLS-1$ new String()}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 433. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/PackageTargetWizardPage.java (at line 198) for (Iterator it = mRoot.getPackage().iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 434. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/PackageTargetWizardPage.java (at line 209) summaryData.add(new String[] { " " + ip.getFile().getFullPath().toString(), target}); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 435. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/PackageTargetWizardPage.java (at line 213) summaryData.add(new String[] { DeployCorePlugin.getDefault().getResourceString( "PackageTargetWizardPage.summary.executeDeployment"), //$NON-NLS-1$ String.valueOf(getExecuteDeployment())}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 436. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/PackageTargetWizardPage.java (at line 237) for (Iterator it = mRoot.getPackage().iterator(); mTargetsSpecified ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 437. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/PackageTargetWizardPage.java (at line 296) Vector unseen = new Vector(mFileToPackageMap.values()); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 438. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/PackageTargetWizardPage.java (at line 296) Vector unseen = new Vector(mFileToPackageMap.values()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor Vector(Collection) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 439. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/PackageTargetWizardPage.java (at line 296) Vector unseen = new Vector(mFileToPackageMap.values()); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 440. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/PackageTargetWizardPage.java (at line 303) mFileToPackageMap.put(packages[index], dp); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 441. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/PackageTargetWizardPage.java (at line 310) for (Iterator it = unseen.iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 441 problems (441 warnings)[227 .class files generated]