# 10/16/07 7:05:08 AM EDT # Eclipse Java Compiler 0.770, 3.3.0, Copyright IBM Corp 2000, 2007. All rights reserved. ---------- 1. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeployPackageManager.java (at line 28) Map mIdToLogicalExtension; ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 2. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeployPackageManager.java (at line 29) SortedSet mLogicalExtensionByFileExtension; ^^^^^^^^^ SortedSet is a raw type. References to generic type SortedSet should be parameterized ---------- 3. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeployPackageManager.java (at line 30) Map mIdToConfigurableExtension; ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 4. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeployPackageManager.java (at line 31) SortedSet mConfigurableExtensionByFileExtension; ^^^^^^^^^ SortedSet is a raw type. References to generic type SortedSet should be parameterized ---------- 5. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeployPackageManager.java (at line 32) Map mIdToPhysicalExtension; ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 6. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeployPackageManager.java (at line 33) Map mPhysicalExtensionByFileExtension; ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 7. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeployPackageManager.java (at line 240) List extensions = getLogicalExtensions(fileExt); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 8. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeployPackageManager.java (at line 241) for (Iterator it = extensions.iterator(); ilpe == null ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 9. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeployPackageManager.java (at line 283) List extensions = getConfigurableExtensions(fileExt); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 10. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeployPackageManager.java (at line 284) for (Iterator it = extensions.iterator(); icpe == null ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 11. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeployPackageManager.java (at line 325) List extensions = getPhysicalPackageExtensions(fileExt); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 12. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeployPackageManager.java (at line 326) for (Iterator it = extensions.iterator(); ippe == null ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 13. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeployPackageManager.java (at line 359) public List getLogicalExtensions(String fileExtension) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 14. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeployPackageManager.java (at line 360) 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 ---------- 15. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeployPackageManager.java (at line 360) return new ArrayList(mLogicalExtensionByFileExtension.subSet( ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 16. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeployPackageManager.java (at line 360) 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 ---------- 17. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeployPackageManager.java (at line 376) public List getConfigurableExtensions(String fileExtension) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 18. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeployPackageManager.java (at line 377) 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 ---------- 19. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeployPackageManager.java (at line 377) return new ArrayList(mConfigurableExtensionByFileExtension.subSet( ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 20. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeployPackageManager.java (at line 377) 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 ---------- 21. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeployPackageManager.java (at line 392) public List getPhysicalPackageExtensions(String fileExtension) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 22. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeployPackageManager.java (at line 393) List retVal; ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 23. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeployPackageManager.java (at line 395) retVal = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 24. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeployPackageManager.java (at line 399) retVal = (List)mPhysicalExtensionByFileExtension.get(fileExtension); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 25. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeployPackageManager.java (at line 402) retVal = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- ---------- 26. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentDefinitionBuilder.java (at line 71) protected IProject[] build(int kind, Map args, IProgressMonitor monitor) ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 27. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentDefinitionBuilder.java (at line 176) for (Iterator it = resource.getErrors().iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 28. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentDefinitionBuilder.java (at line 189) for (Iterator it = resource.getWarnings().iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 29. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentDefinitionBuilder.java (at line 213) for (Iterator it = rs.getResources().iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 30. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentDefinitionBuilder.java (at line 242) for (Iterator it = root.getServer().iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 31. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentDefinitionBuilder.java (at line 246) for (Iterator it = root.getPackage().iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 32. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentDefinitionBuilder.java (at line 297) for (Iterator it = pkg.getTargetConfiguration().iterator(); it ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 33. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentDefinitionBuilder.java (at line 387) for (Iterator it = Arrays.asList(validationStatus).iterator(); it ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 34. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentDefinitionBuilder.java (at line 443) loadOptions = new HashMap(); ^^^^^^^^^^^^^ Type safety: The expression of type HashMap needs unchecked conversion to conform to Map ---------- 35. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentDefinitionBuilder.java (at line 443) loadOptions = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- ---------- 36. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 75) private Map mTechnologyDefsByID; ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 37. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 76) private Map mServerDefsByID; ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 38. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 77) private Map mRuntimeDefsByID; ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 39. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 78) private Map mIdToConstructor; ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 40. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 119) for (Iterator it = mRuntimeDefsByID.keySet().iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 41. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 146) public List getPackageConstructors() { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 42. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 147) return new ArrayList(mIdToConstructor.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-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 147) return new ArrayList(mIdToConstructor.values()); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 44. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 152) List constructors = getPackageConstructors(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 45. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 154) for (Iterator it = constructors.iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 46. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 170) public List getPackageConstructor(ILogicalPackage pkg) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 47. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 173) List constructors = getPackageConstructors(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 48. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 175) for (Iterator it = constructors.iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 49. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 192) mTechnologyDefsByID = new TreeMap(); ^^^^^^^ TreeMap is a raw type. References to generic type TreeMap should be parameterized ---------- 50. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 193) mServerDefsByID = new TreeMap(); ^^^^^^^ TreeMap is a raw type. References to generic type TreeMap should be parameterized ---------- 51. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 194) 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 ---------- 52. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 194) mIdToLogicalExtension = new TreeMap(new IDComparator()); ^^^^^^^ TreeMap is a raw type. References to generic type TreeMap should be parameterized ---------- 53. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 195) 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 ---------- 54. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 195) mLogicalExtensionByFileExtension = new TreeSet( ^^^^^^^ TreeSet is a raw type. References to generic type TreeSet should be parameterized ---------- 55. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 197) 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 ---------- 56. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 197) mIdToConfigurableExtension = new TreeMap(new IDComparator()); ^^^^^^^ TreeMap is a raw type. References to generic type TreeMap should be parameterized ---------- 57. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 198) 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 ---------- 58. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 198) mConfigurableExtensionByFileExtension = new TreeSet( ^^^^^^^ TreeSet is a raw type. References to generic type TreeSet should be parameterized ---------- 59. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 200) 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 ---------- 60. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 200) mIdToPhysicalExtension = new TreeMap(new IDComparator()); ^^^^^^^ TreeMap is a raw type. References to generic type TreeMap should be parameterized ---------- 61. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 201) mPhysicalExtensionByFileExtension = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 62. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 203) mRuntimeDefsByID = new TreeMap(); ^^^^^^^ TreeMap is a raw type. References to generic type TreeMap should be parameterized ---------- 63. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 204) mIdToConstructor = new TreeMap(); ^^^^^^^ TreeMap is a raw type. References to generic type TreeMap should be parameterized ---------- 64. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 216) Collection technologyDefs = new ArrayList(); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 65. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 216) Collection technologyDefs = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 66. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 223) technologyDefs.add(elem); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 67. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 229) Collection serverDefs = new ArrayList(); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 68. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 229) Collection serverDefs = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 69. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 236) serverDefs.add(elem); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 70. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 242) Collection runtimeDefs = new ArrayList(); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 71. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 242) Collection runtimeDefs = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 72. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 249) runtimeDefs.add(elem); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 73. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 262) Collection logicalPackages = new ArrayList(); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 74. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 262) Collection logicalPackages = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 75. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 263) Collection configurablePackages = new ArrayList(); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 76. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 263) Collection configurablePackages = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 77. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 264) Collection physicalPackages = new ArrayList(); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 78. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 264) Collection physicalPackages = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 79. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 265) Collection deployDrivers = new ArrayList(); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 80. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 265) Collection deployDrivers = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 81. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 266) Collection technologyDefs = new ArrayList(); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 82. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 266) Collection technologyDefs = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 83. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 267) Collection serverDefs = new ArrayList(); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 84. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 267) Collection serverDefs = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 85. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 268) Collection technologyMaps = new ArrayList(); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 86. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 268) Collection technologyMaps = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 87. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 269) Collection constructors = new ArrayList(); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 88. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 269) Collection constructors = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 89. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 270) for (Iterator xit = Arrays.asList(exts).iterator(); xit.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 90. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 273) for (Iterator eit = Arrays.asList(elems).iterator(); eit.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 91. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 277) logicalPackages.add(elem); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 92. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 279) configurablePackages.add(elem); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 93. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 281) physicalPackages.add(elem); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 94. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 283) deployDrivers.add(elem); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 95. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 286) technologyDefs.add(elem); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 96. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 289) serverDefs.add(elem); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 97. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 291) technologyMaps.add(elem); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 98. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 293) constructors.add(elem); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 99. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 328) private void processPackageConstructors(Collection constructors) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 100. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 329) for (Iterator it = constructors.iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 101. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 349) mIdToConstructor.put(de.getID(), de); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 370) private void processTechnologyDefs(Collection elements) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 103. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 371) for (Iterator it = elements.iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 104. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 386) 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 ---------- 105. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 401) private void processServerDefs(Collection elements) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 106. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 402) for (Iterator it = elements.iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 107. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 417) 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 ---------- 108. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 437) private void processRuntimeDefs(Collection elements) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 109. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 438) for (Iterator it = elements.iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 110. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 453) mRuntimeDefsByID.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 ---------- 111. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 473) private void processTechnologyMaps(Collection elements) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 112. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 474) for (Iterator it = elements.iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 113. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 498) private void processLogicalPackages(Collection elements) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 114. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 499) for (Iterator it = elements.iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 115. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 515) 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 ---------- 116. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 516) mLogicalExtensionByFileExtension.add(lpp); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 117. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 536) private void processConfigurablePackages(Collection elements) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 118. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 537) for (Iterator it = elements.iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 119. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 553) 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 ---------- 120. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 554) mConfigurableExtensionByFileExtension.add(cpe); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 121. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 574) private void processPhysicalPackages(Collection elements) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 122. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 575) for (Iterator it = elements.iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 123. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 590) 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 ---------- 124. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 595) pkgExts = (List) mPhysicalExtensionByFileExtension.get(ppp .getFileExtension()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- 125. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 595) pkgExts = (List) mPhysicalExtensionByFileExtension.get(ppp ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 126. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 601) mPhysicalExtensionByFileExtension.put(ppp.getFileExtension(), pkgExts); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 127. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 624) private static class IDComparator implements Comparator { ^^^^^^^^^^ Comparator is a raw type. References to generic type Comparator should be parameterized ---------- 128. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/DeploymentExtensionManager.java (at line 643) private static class FileExtensionComparator implements Comparator { ^^^^^^^^^^ Comparator is a raw type. References to generic type Comparator should be parameterized ---------- ---------- 129. WARNING in /shared/stp/build/build-stp-R/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 ---------- ---------- 130. WARNING in /shared/stp/build/build-stp-R/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 ---------- 131. WARNING in /shared/stp/build/build-stp-R/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 ---------- 132. WARNING in /shared/stp/build/build-stp-R/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 ---------- 133. WARNING in /shared/stp/build/build-stp-R/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 ---------- 134. WARNING in /shared/stp/build/build-stp-R/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 ---------- 135. WARNING in /shared/stp/build/build-stp-R/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 ---------- 136. WARNING in /shared/stp/build/build-stp-R/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 ---------- 137. WARNING in /shared/stp/build/build-stp-R/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 ---------- 138. WARNING in /shared/stp/build/build-stp-R/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 ---------- 139. WARNING in /shared/stp/build/build-stp-R/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 ---------- 140. WARNING in /shared/stp/build/build-stp-R/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 ---------- ---------- 141. WARNING in /shared/stp/build/build-stp-R/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 ---------- 142. WARNING in /shared/stp/build/build-stp-R/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 ---------- ---------- 143. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/adapters/DeployConfigurationDeployAPIAdapter.java (at line 139) List packageExtensions = DeploymentExtensionManager.getInstance() ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 144. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/adapters/DeployConfigurationDeployAPIAdapter.java (at line 178) for (Iterator it = Arrays.asList(project.getReferencedProjects()) ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- ---------- 145. WARNING in /shared/stp/build/build-stp-R/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 ---------- 146. WARNING in /shared/stp/build/build-stp-R/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 ---------- 147. WARNING in /shared/stp/build/build-stp-R/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 ---------- 148. WARNING in /shared/stp/build/build-stp-R/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 ---------- ---------- 149. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/adapters/DeployPackageDeployAPIAdapter.java (at line 144) for (Iterator it = Arrays.asList( ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- ---------- 150. WARNING in /shared/stp/build/build-stp-R/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 ---------- 151. WARNING in /shared/stp/build/build-stp-R/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 ---------- 152. WARNING in /shared/stp/build/build-stp-R/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 ---------- ---------- 153. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/CreateDeployPackagesJob.java (at line 74) private Map mTargetToPackageDescriptorMap; ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 154. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/CreateDeployPackagesJob.java (at line 75) private Map mLogicalPackageToPackageDescriptorMap; ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 155. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/CreateDeployPackagesJob.java (at line 85) mTargetToPackageDescriptorMap = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 156. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/CreateDeployPackagesJob.java (at line 86) mLogicalPackageToPackageDescriptorMap = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 157. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/CreateDeployPackagesJob.java (at line 148) public Map getPackageDescriptors() { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 158. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/CreateDeployPackagesJob.java (at line 182) for (Iterator it = Arrays.asList( ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 159. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/CreateDeployPackagesJob.java (at line 255) List errors = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 160. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/CreateDeployPackagesJob.java (at line 255) List errors = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 161. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/CreateDeployPackagesJob.java (at line 266) for (Iterator pkgIt = mRoot.getPackage().iterator(); pkgIt ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 162. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/CreateDeployPackagesJob.java (at line 273) for (Iterator trgIt = deployPackage ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 163. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/CreateDeployPackagesJob.java (at line 298) 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 ---------- 164. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/CreateDeployPackagesJob.java (at line 313) 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 ---------- 165. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/CreateDeployPackagesJob.java (at line 315) 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 ---------- 166. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/CreateDeployPackagesJob.java (at line 338) errors.add(status); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 167. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/CreateDeployPackagesJob.java (at line 353) for (Iterator trgIt = deployPackage ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 168. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/CreateDeployPackagesJob.java (at line 368) 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 ---------- 169. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/CreateDeployPackagesJob.java (at line 408) (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 ---------- 170. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/CreateDeployPackagesJob.java (at line 546) for (Iterator it = mRoot.getPackage().iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- ---------- 171. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteDeploymentJob.java (at line 55) protected Map mDeployConfigToDeployTargetMap = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 172. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteDeploymentJob.java (at line 55) protected Map mDeployConfigToDeployTargetMap = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 173. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteDeploymentJob.java (at line 56) private Map mDeployStatusMap = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 174. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteDeploymentJob.java (at line 56) private Map mDeployStatusMap = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 175. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteDeploymentJob.java (at line 90) Map packageDescriptors = createPackages(monitor); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 176. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteDeploymentJob.java (at line 132) public Map getDeployStatusMap() { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 177. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteDeploymentJob.java (at line 143) protected Map createPackages(IProgressMonitor monitor) throws CoreException, ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 178. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteDeploymentJob.java (at line 156) protected void preDeployCheck(Map packageDescriptors, ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 179. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteDeploymentJob.java (at line 160) Map deployCheckStatus = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 180. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteDeploymentJob.java (at line 160) Map deployCheckStatus = new HashMap(); ^^^^^^^^^^^^^^^^^ The local variable deployCheckStatus is never read ---------- 181. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteDeploymentJob.java (at line 160) Map deployCheckStatus = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 182. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteDeploymentJob.java (at line 161) int severity = 0; ^^^^^^^^ The local variable severity is never read ---------- 183. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteDeploymentJob.java (at line 163) for (Iterator it = packageDescriptors.entrySet().iterator(); it ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 184. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteDeploymentJob.java (at line 165) Map.Entry entry = (Map.Entry) it.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 185. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteDeploymentJob.java (at line 165) Map.Entry entry = (Map.Entry) it.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 186. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteDeploymentJob.java (at line 208) mDeployConfigToDeployTargetMap.put(config, server); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 187. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteDeploymentJob.java (at line 219) mDeployStatusMap.put(config, new Status[]{status}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 188. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteDeploymentJob.java (at line 231) private void deployPackages(Map packageDescriptors, IProgressMonitor monitor) ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 189. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteDeploymentJob.java (at line 235) for (Iterator it = packageDescriptors.entrySet().iterator(); it ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 190. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteDeploymentJob.java (at line 237) Map.Entry entry = (Map.Entry) it.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 191. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteDeploymentJob.java (at line 237) Map.Entry entry = (Map.Entry) it.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 192. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteDeploymentJob.java (at line 249) 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 ---------- 193. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteDeploymentJob.java (at line 270) 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 ---------- 194. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteDeploymentJob.java (at line 291) 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 .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 ---------- 195. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteDeploymentJob.java (at line 357) for (Iterator it = mRoot.getPackage().iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 196. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteDeploymentJob.java (at line 364) private int getRefreshTaskLength() { ^^^^^^^^^^^^^^^^^^^^^^ The method getRefreshTaskLength() from the type ExecuteDeploymentJob is never used locally ---------- 197. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteDeploymentJob.java (at line 369) Collection statuses = new ArrayList(); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 198. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteDeploymentJob.java (at line 369) Collection statuses = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 199. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteDeploymentJob.java (at line 370) for (Iterator it = mDeployStatusMap.values().iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 200. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteDeploymentJob.java (at line 371) 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 ---------- 201. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteDeploymentJob.java (at line 375) .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 ---------- ---------- 202. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteUndeploymentJob.java (at line 54) private Map mDeployConfigToServerMap = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 203. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteUndeploymentJob.java (at line 54) private Map mDeployConfigToServerMap = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 204. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteUndeploymentJob.java (at line 55) private Map mDeployStatusMap = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 205. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteUndeploymentJob.java (at line 55) private Map mDeployStatusMap = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 206. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteUndeploymentJob.java (at line 89) Map packageDescriptors = createPackages(monitor); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 207. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteUndeploymentJob.java (at line 130) public Map getDeployStatusMap() { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 208. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteUndeploymentJob.java (at line 141) private Map createPackages(IProgressMonitor monitor) throws CoreException, ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 209. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteUndeploymentJob.java (at line 154) private void preUndeployCheck(Map packageDescriptors, ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 210. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteUndeploymentJob.java (at line 158) Map deployCheckStatus = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 211. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteUndeploymentJob.java (at line 158) Map deployCheckStatus = new HashMap(); ^^^^^^^^^^^^^^^^^ The local variable deployCheckStatus is never read ---------- 212. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteUndeploymentJob.java (at line 158) Map deployCheckStatus = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 213. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteUndeploymentJob.java (at line 159) int severity = 0; ^^^^^^^^ The local variable severity is never read ---------- 214. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteUndeploymentJob.java (at line 161) for (Iterator it = packageDescriptors.entrySet().iterator(); it ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 215. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteUndeploymentJob.java (at line 163) Map.Entry entry = (Map.Entry) it.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 216. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteUndeploymentJob.java (at line 163) Map.Entry entry = (Map.Entry) it.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 217. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteUndeploymentJob.java (at line 208) mDeployConfigToServerMap.put(config, server); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 218. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteUndeploymentJob.java (at line 218) mDeployStatusMap.put(config, new Status[]{status}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 219. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteUndeploymentJob.java (at line 269) private void undeployPackages(Map packageDescriptors, IProgressMonitor monitor) ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 220. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteUndeploymentJob.java (at line 273) for (Iterator it = packageDescriptors.entrySet().iterator(); it ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 221. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteUndeploymentJob.java (at line 275) Map.Entry entry = (Map.Entry) it.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 222. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteUndeploymentJob.java (at line 275) Map.Entry entry = (Map.Entry) it.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 223. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteUndeploymentJob.java (at line 293) mDeployStatusMap.put(config, new IStatus[] { new Status( IStatus.ERROR, DeployCorePlugin.getDefault() .getBundle().getSymbolicName(), -1, DeployCorePlugin.getDefault().getResourceString( "Undeploy.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 ---------- 224. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteUndeploymentJob.java (at line 312) 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 ---------- 225. WARNING in /shared/stp/build/build-stp-R/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.ERROR, DeployCorePlugin.getDefault() .getBundle() .getSymbolicName(), -1, DeployCorePlugin .getDefault() .getResourceString( "Undeploy.ERROR.Generic", //$NON-NLS-1$ new Object[] { config .getSourcePackage() .getPackageFile(), server.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 ---------- 226. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteUndeploymentJob.java (at line 400) for (Iterator it = mRoot.getPackage().iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 227. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteUndeploymentJob.java (at line 407) private int getRefreshTaskLength() { ^^^^^^^^^^^^^^^^^^^^^^ The method getRefreshTaskLength() from the type ExecuteUndeploymentJob is never used locally ---------- 228. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteUndeploymentJob.java (at line 412) Collection statuses = new ArrayList(); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 229. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteUndeploymentJob.java (at line 412) Collection statuses = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 230. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteUndeploymentJob.java (at line 413) for (Iterator it = mDeployStatusMap.values().iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 231. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteUndeploymentJob.java (at line 414) 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 ---------- 232. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/operations/ExecuteUndeploymentJob.java (at line 418) .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 ---------- ---------- 233. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/ui/actions/BasePackageActionDelegate.java (at line 97) root.getServer().add(target); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 234. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/ui/actions/CreatePackageFileActionDelegate.java (at line 92) ArrayList constructors = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 235. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/ui/actions/CreatePackageFileActionDelegate.java (at line 92) ArrayList constructors = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 236. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/ui/actions/CreatePackageFileActionDelegate.java (at line 95) List definedConstructors = DeploymentExtensionManager.getInstance().getPackageConstructors(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 237. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/ui/actions/CreatePackageFileActionDelegate.java (at line 96) for(Iterator conIt = definedConstructors.iterator(); conIt.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 238. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/ui/actions/CreatePackageFileActionDelegate.java (at line 99) constructors.add(ipce); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- ---------- 239. WARNING in /shared/stp/build/build-stp-R/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 ---------- ---------- 240. WARNING in /shared/stp/build/build-stp-R/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 ---------- ---------- 241. WARNING in /shared/stp/build/build-stp-R/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 ---------- ---------- 242. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/utils/DeploymentUtil.java (at line 124) IProject[] projects = root.getProjects(); ^^^^^^^^ The local variable projects is never read ---------- 243. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/deploy/core/utils/DeploymentUtil.java (at line 183) IServer updatedSvr = workingCopy.save(false, null); ^^^^^^^^^^ The local variable updatedSvr is never read ---------- ---------- 244. WARNING in /shared/stp/build/build-stp-R/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 ---------- 245. WARNING in /shared/stp/build/build-stp-R/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 ---------- 246. WARNING in /shared/stp/build/build-stp-R/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 ---------- 247. WARNING in /shared/stp/build/build-stp-R/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 ---------- 248. WARNING in /shared/stp/build/build-stp-R/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 ---------- 249. WARNING in /shared/stp/build/build-stp-R/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 ---------- 250. WARNING in /shared/stp/build/build-stp-R/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 ---------- 251. WARNING in /shared/stp/build/build-stp-R/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 ---------- 252. WARNING in /shared/stp/build/build-stp-R/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 ---------- 253. WARNING in /shared/stp/build/build-stp-R/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 ---------- ---------- 254. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/PackageConstructorExtension.java (at line 129) List serverTypes = getSupportedServerType(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 255. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/PackageConstructorExtension.java (at line 130) for (Iterator it = serverTypes.iterator(); it ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Iterator needs unchecked conversion to conform to Iterator ---------- 256. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/PackageConstructorExtension.java (at line 349) if(runVersion.compareTo(mMinVersion) >= 0 && runVersion.compareTo(mMaxVersion) <= 0){ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method compareTo(Object) belongs to the raw type Comparable. References to generic type Comparable should be parameterized ---------- 257. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/PackageConstructorExtension.java (at line 349) if(runVersion.compareTo(mMinVersion) >= 0 && runVersion.compareTo(mMaxVersion) <= 0){ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method compareTo(Object) belongs to the raw type Comparable. References to generic type Comparable should be parameterized ---------- ---------- 258. WARNING in /shared/stp/build/build-stp-R/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 ---------- 259. WARNING in /shared/stp/build/build-stp-R/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 ---------- ---------- 260. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/RuntimeDefinition.java (at line 20) public class RuntimeDefinition implements IRuntimeDefinition, Comparable { ^^^^^^^^^^ Comparable is a raw type. References to generic type Comparable should be parameterized ---------- 261. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/RuntimeDefinition.java (at line 24) private IConfigurationElement mElement; ^^^^^^^^ The field RuntimeDefinition.mElement is never read locally ---------- 262. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/RuntimeDefinition.java (at line 26) private SortedMap mSupportingRuntimeVersionssByTechnologyDef; ^^^^^^^^^ SortedMap is a raw type. References to generic type SortedMap should be parameterized ---------- 263. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/RuntimeDefinition.java (at line 27) private SortedMap mTechnologyMapsByRuntimeVersion; ^^^^^^^^^ SortedMap is a raw type. References to generic type SortedMap should be parameterized ---------- 264. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/RuntimeDefinition.java (at line 33) mSupportingRuntimeVersionssByTechnologyDef = new TreeMap(); ^^^^^^^ TreeMap is a raw type. References to generic type TreeMap should be parameterized ---------- 265. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/RuntimeDefinition.java (at line 34) mTechnologyMapsByRuntimeVersion = new TreeMap( new DecendingVersionOrder()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor TreeMap(Comparator) belongs to the raw type TreeMap. References to generic type TreeMap should be parameterized ---------- 266. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/RuntimeDefinition.java (at line 34) mTechnologyMapsByRuntimeVersion = new TreeMap( ^^^^^^^ TreeMap is a raw type. References to generic type TreeMap should be parameterized ---------- 267. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/RuntimeDefinition.java (at line 49) return (ITechnologyMap[]) mTechnologyMapsByRuntimeVersion.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 ---------- 268. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/RuntimeDefinition.java (at line 58) Iterator it = mTechnologyMapsByRuntimeVersion.tailMap(runtimeVersion) ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 269. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/RuntimeDefinition.java (at line 58) Iterator it = mTechnologyMapsByRuntimeVersion.tailMap(runtimeVersion) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method tailMap(Object) belongs to the raw type SortedMap. References to generic type SortedMap should be parameterized ---------- 270. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/RuntimeDefinition.java (at line 74) return (IVersion[]) getSupportingRuntimeVersionsSet(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 ---------- 271. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/RuntimeDefinition.java (at line 98) mTechnologyMapsByRuntimeVersion.put(itm.getRuntimeVersion(), itm); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 272. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/RuntimeDefinition.java (at line 108) SortedSet runtimeVersions = getSupportingRuntimeVersionsSet(techDef); ^^^^^^^^^ SortedSet is a raw type. References to generic type SortedSet should be parameterized ---------- 273. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/RuntimeDefinition.java (at line 109) runtimeVersions.add(itm.getRuntimeVersion()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 274. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/RuntimeDefinition.java (at line 113) private SortedSet getSupportingRuntimeVersionsSet( ^^^^^^^^^ SortedSet is a raw type. References to generic type SortedSet should be parameterized ---------- 275. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/RuntimeDefinition.java (at line 115) SortedSet runtimeVersions = (SortedSet) mSupportingRuntimeVersionssByTechnologyDef ^^^^^^^^^ SortedSet is a raw type. References to generic type SortedSet should be parameterized ---------- 276. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/RuntimeDefinition.java (at line 115) SortedSet runtimeVersions = (SortedSet) mSupportingRuntimeVersionssByTechnologyDef ^^^^^^^^^ SortedSet is a raw type. References to generic type SortedSet should be parameterized ---------- 277. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/RuntimeDefinition.java (at line 118) runtimeVersions = new TreeSet(new DecendingVersionOrder()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor TreeSet(Comparator) belongs to the raw type TreeSet. References to generic type TreeSet should be parameterized ---------- 278. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/RuntimeDefinition.java (at line 118) runtimeVersions = new TreeSet(new DecendingVersionOrder()); ^^^^^^^ TreeSet is a raw type. References to generic type TreeSet should be parameterized ---------- 279. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/RuntimeDefinition.java (at line 119) mSupportingRuntimeVersionssByTechnologyDef.put(techDef, runtimeVersions); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 280. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/RuntimeDefinition.java (at line 174) private static class DecendingVersionOrder implements Comparator { ^^^^^^^^^^ Comparator is a raw type. References to generic type Comparator should be parameterized ---------- 281. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/RuntimeDefinition.java (at line 177) 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 ---------- 282. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/RuntimeDefinition.java (at line 177) return -(((Comparable) o1).compareTo(o2)); ^^^^^^^^^^ Comparable is a raw type. References to generic type Comparable should be parameterized ---------- ---------- 283. WARNING in /shared/stp/build/build-stp-R/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 ---------- 284. WARNING in /shared/stp/build/build-stp-R/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 ---------- 285. WARNING in /shared/stp/build/build-stp-R/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 ---------- 286. WARNING in /shared/stp/build/build-stp-R/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 ---------- 287. WARNING in /shared/stp/build/build-stp-R/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 ---------- 288. WARNING in /shared/stp/build/build-stp-R/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 ---------- 289. WARNING in /shared/stp/build/build-stp-R/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 ---------- 290. WARNING in /shared/stp/build/build-stp-R/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 ---------- 291. WARNING in /shared/stp/build/build-stp-R/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 ---------- 292. WARNING in /shared/stp/build/build-stp-R/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 ---------- 293. WARNING in /shared/stp/build/build-stp-R/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 ---------- 294. WARNING in /shared/stp/build/build-stp-R/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 ---------- 295. WARNING in /shared/stp/build/build-stp-R/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 ---------- 296. WARNING in /shared/stp/build/build-stp-R/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 ---------- 297. WARNING in /shared/stp/build/build-stp-R/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 ---------- 298. WARNING in /shared/stp/build/build-stp-R/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 ---------- 299. WARNING in /shared/stp/build/build-stp-R/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 ---------- 300. WARNING in /shared/stp/build/build-stp-R/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 ---------- 301. WARNING in /shared/stp/build/build-stp-R/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 ---------- 302. WARNING in /shared/stp/build/build-stp-R/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 ---------- 303. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/ServerDefinition.java (at line 190) private static class DecendingVersionOrder implements Comparator { ^^^^^^^^^^ Comparator is a raw type. References to generic type Comparator should be parameterized ---------- 304. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/ServerDefinition.java (at line 193) 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 ---------- 305. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/ServerDefinition.java (at line 193) return -(((Comparable) o1).compareTo(o2)); ^^^^^^^^^^ Comparable is a raw type. References to generic type Comparable should be parameterized ---------- ---------- 306. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/SupportedRuntimeType.java (at line 101) && typeVersion.compareTo(getMinVersion()) >= 0 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method compareTo(Object) belongs to the raw type Comparable. References to generic type Comparable should be parameterized ---------- 307. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/SupportedRuntimeType.java (at line 102) && (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 ---------- 308. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/SupportedRuntimeType.java (at line 196) 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 ---------- 309. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/SupportedRuntimeType.java (at line 207) 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 ---------- ---------- 310. WARNING in /shared/stp/build/build-stp-R/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 ---------- 311. WARNING in /shared/stp/build/build-stp-R/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 ---------- 312. WARNING in /shared/stp/build/build-stp-R/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 ---------- 313. WARNING in /shared/stp/build/build-stp-R/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 ---------- ---------- 314. WARNING in /shared/stp/build/build-stp-R/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 ---------- 315. WARNING in /shared/stp/build/build-stp-R/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 ---------- 316. WARNING in /shared/stp/build/build-stp-R/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 ---------- 317. WARNING in /shared/stp/build/build-stp-R/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 ---------- ---------- 318. WARNING in /shared/stp/build/build-stp-R/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 ---------- 319. WARNING in /shared/stp/build/build-stp-R/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 ---------- ---------- 320. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/TechnologyMap.java (at line 48) private SortedMap mSupportedTechnologiesByDef; ^^^^^^^^^ SortedMap is a raw type. References to generic type SortedMap should be parameterized ---------- 321. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/TechnologyMap.java (at line 60) 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 ---------- 322. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/TechnologyMap.java (at line 171) mSupportedTechnologiesByDef = new TreeMap(); ^^^^^^^ TreeMap is a raw type. References to generic type TreeMap should be parameterized ---------- 323. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/TechnologyMap.java (at line 181) 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 ---------- ---------- 324. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/wtpbridge/module/StpModule.java (at line 74) public Object getAdapter(Class adapter) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- ---------- 325. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/core/wtpbridge/module/WTPServiceModuleFactory.java (at line 43) private final static String FOLDER_EXT = "Deploy"; ^^^^^^^^^^ The field WTPServiceModuleFactory.FOLDER_EXT is never read locally ---------- ---------- 326. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/CreatePackageControl.java (at line 174) ArrayList constructors = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 327. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/CreatePackageControl.java (at line 174) ArrayList constructors = new ArrayList(); ^^^^^^^^^^^^ The local variable constructors is never read ---------- 328. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/CreatePackageControl.java (at line 174) ArrayList constructors = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- ---------- 329. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/TargetMapTableViewer.java (at line 128) List editors = new Vector(COLUMN_PROPERTIES.length); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 330. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/TargetMapTableViewer.java (at line 128) List editors = new Vector(COLUMN_PROPERTIES.length); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 331. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/TargetMapTableViewer.java (at line 130) editors.add(editor); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 332. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/TargetMapTableViewer.java (at line 133) editors.add(editor); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 333. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/TargetMapTableViewer.java (at line 135) 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 ---------- 334. WARNING in /shared/stp/build/build-stp-R/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 ---------- ---------- 335. WARNING in /shared/stp/build/build-stp-R/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 ---------- 336. WARNING in /shared/stp/build/build-stp-R/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 ---------- 337. WARNING in /shared/stp/build/build-stp-R/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 ---------- 338. WARNING in /shared/stp/build/build-stp-R/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 ---------- 339. WARNING in /shared/stp/build/build-stp-R/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 ---------- 340. WARNING in /shared/stp/build/build-stp-R/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 ---------- 341. WARNING in /shared/stp/build/build-stp-R/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 ---------- 342. WARNING in /shared/stp/build/build-stp-R/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 ---------- 343. WARNING in /shared/stp/build/build-stp-R/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 ---------- 344. WARNING in /shared/stp/build/build-stp-R/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 ---------- 345. WARNING in /shared/stp/build/build-stp-R/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 ---------- ---------- 346. WARNING in /shared/stp/build/build-stp-R/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, String title) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 347. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/dialogs/DeployStatusDialogPage.java (at line 31) for (Iterator it = problemsMap.values().iterator(); (mSeverity & IStatus.ERROR) == 0 ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- ---------- 348. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/dialogs/PackageSelectionDialogPage.java (at line 57) private IProject mSourceProject; ^^^^^^^^^^^^^^ The field PackageSelectionDialogPage.mSourceProject is never read locally ---------- 349. WARNING in /shared/stp/build/build-stp-R/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 ---------- 350. WARNING in /shared/stp/build/build-stp-R/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 ---------- 351. WARNING in /shared/stp/build/build-stp-R/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 ---------- 352. WARNING in /shared/stp/build/build-stp-R/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 ---------- 353. WARNING in /shared/stp/build/build-stp-R/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 ---------- 354. WARNING in /shared/stp/build/build-stp-R/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 ---------- 355. WARNING in /shared/stp/build/build-stp-R/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 ---------- 356. WARNING in /shared/stp/build/build-stp-R/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).getFullPath() .toString()) < 0; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation binarySearch(List, Object) of the generic method binarySearch(List>, T) of type Collections ---------- 357. WARNING in /shared/stp/build/build-stp-R/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> ---------- 358. WARNING in /shared/stp/build/build-stp-R/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 ---------- 359. WARNING in /shared/stp/build/build-stp-R/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 ---------- 360. WARNING in /shared/stp/build/build-stp-R/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 ---------- 361. WARNING in /shared/stp/build/build-stp-R/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 ---------- ---------- 362. WARNING in /shared/stp/build/build-stp-R/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 ---------- ---------- 363. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/dialogs/PreUndeployCheckDialogPage.java (at line 25) public PreUndeployCheckDialogPage(Map problemsMap, boolean allowOk) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- ---------- 364. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/dialogs/ServerSelectionDialogPage.java (at line 120) for (Iterator it = mRoot.getServer().iterator(); mSelectedServer == null ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 365. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/dialogs/ServerSelectionDialogPage.java (at line 177) for (Iterator it = mDeployPackage ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 366. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/dialogs/ServerSelectionDialogPage.java (at line 199) List packageExtensions = DeploymentExtensionManager ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 367. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/dialogs/ServerSelectionDialogPage.java (at line 202) final List packages = new ArrayList(packageExtensions.size()); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 368. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/dialogs/ServerSelectionDialogPage.java (at line 202) final List packages = new ArrayList(packageExtensions.size()); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 369. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/dialogs/ServerSelectionDialogPage.java (at line 203) for (Iterator it = packageExtensions.iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 370. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/dialogs/ServerSelectionDialogPage.java (at line 207) 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 ---------- 371. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/dialogs/ServerSelectionDialogPage.java (at line 239) private List getServerTypeIdByLogicalPackage(ILogicalPackage pkg){ ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 372. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/dialogs/ServerSelectionDialogPage.java (at line 239) private List getServerTypeIdByLogicalPackage(ILogicalPackage pkg){ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getServerTypeIdByLogicalPackage(ILogicalPackage) from the type ServerSelectionDialogPage is never used locally ---------- 373. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/dialogs/ServerSelectionDialogPage.java (at line 242) List constructors = DeploymentExtensionManager.getInstance().getPackageConstructor(pkg); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 374. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/dialogs/ServerSelectionDialogPage.java (at line 243) for(Iterator it = constructors.iterator(); it.hasNext();){ ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Iterator needs unchecked conversion to conform to Iterator ---------- ---------- 375. WARNING in /shared/stp/build/build-stp-R/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 ---------- 376. WARNING in /shared/stp/build/build-stp-R/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 ---------- 377. WARNING in /shared/stp/build/build-stp-R/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 ---------- 378. WARNING in /shared/stp/build/build-stp-R/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 ---------- 379. WARNING in /shared/stp/build/build-stp-R/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 ---------- 380. WARNING in /shared/stp/build/build-stp-R/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 ---------- 381. WARNING in /shared/stp/build/build-stp-R/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 ---------- ---------- 382. WARNING in /shared/stp/build/build-stp-R/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 ---------- 383. WARNING in /shared/stp/build/build-stp-R/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 ---------- 384. WARNING in /shared/stp/build/build-stp-R/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 ---------- 385. WARNING in /shared/stp/build/build-stp-R/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 ---------- ---------- 386. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/editors/ServersSection.java (at line 139) Set servers = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 387. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/editors/ServersSection.java (at line 139) Set servers = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 388. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/editors/ServersSection.java (at line 140) for (Iterator it = ((DeployPackage) obj) ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 389. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/editors/ServersSection.java (at line 142) 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 ---------- ---------- 390. WARNING in /shared/stp/build/build-stp-R/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 ---------- 391. WARNING in /shared/stp/build/build-stp-R/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 ---------- 392. WARNING in /shared/stp/build/build-stp-R/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 ---------- 393. WARNING in /shared/stp/build/build-stp-R/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].getFullPath() .toString())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 394. WARNING in /shared/stp/build/build-stp-R/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 ---------- 395. WARNING in /shared/stp/build/build-stp-R/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 ---------- 396. WARNING in /shared/stp/build/build-stp-R/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 ---------- 397. WARNING in /shared/stp/build/build-stp-R/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 ---------- 398. WARNING in /shared/stp/build/build-stp-R/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 ---------- 399. WARNING in /shared/stp/build/build-stp-R/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 ---------- 400. WARNING in /shared/stp/build/build-stp-R/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 ---------- 401. WARNING in /shared/stp/build/build-stp-R/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 ---------- 402. WARNING in /shared/stp/build/build-stp-R/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 ---------- 403. WARNING in /shared/stp/build/build-stp-R/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 ---------- 404. WARNING in /shared/stp/build/build-stp-R/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 ---------- 405. WARNING in /shared/stp/build/build-stp-R/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 ---------- 406. WARNING in /shared/stp/build/build-stp-R/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 ---------- 407. WARNING in /shared/stp/build/build-stp-R/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 ---------- 408. WARNING in /shared/stp/build/build-stp-R/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 ---------- 409. WARNING in /shared/stp/build/build-stp-R/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 ---------- 410. WARNING in /shared/stp/build/build-stp-R/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 ---------- 411. WARNING in /shared/stp/build/build-stp-R/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 ---------- 412. WARNING in /shared/stp/build/build-stp-R/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 ---------- 413. WARNING in /shared/stp/build/build-stp-R/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 ---------- 414. WARNING in /shared/stp/build/build-stp-R/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 ---------- 415. WARNING in /shared/stp/build/build-stp-R/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 ---------- 416. WARNING in /shared/stp/build/build-stp-R/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 ---------- 417. WARNING in /shared/stp/build/build-stp-R/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 ---------- 418. WARNING in /shared/stp/build/build-stp-R/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 ---------- 419. WARNING in /shared/stp/build/build-stp-R/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 ---------- 420. WARNING in /shared/stp/build/build-stp-R/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 ---------- 421. WARNING in /shared/stp/build/build-stp-R/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 ---------- 422. WARNING in /shared/stp/build/build-stp-R/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 ---------- 423. WARNING in /shared/stp/build/build-stp-R/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 ---------- 424. WARNING in /shared/stp/build/build-stp-R/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 ---------- 425. WARNING in /shared/stp/build/build-stp-R/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 ---------- ---------- 426. WARNING in /shared/stp/build/build-stp-R/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 ---------- 427. WARNING in /shared/stp/build/build-stp-R/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 ---------- 428. WARNING in /shared/stp/build/build-stp-R/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 ---------- 429. WARNING in /shared/stp/build/build-stp-R/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 ---------- 430. WARNING in /shared/stp/build/build-stp-R/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 ---------- ---------- 431. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/views/ServerContentProvider.java (at line 19) private boolean mShowCategories = true; ^^^^^^^^^^^^^^^ The field ServerContentProvider.mShowCategories is never read locally ---------- 432. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/views/ServerContentProvider.java (at line 21) private Viewer mViewer; ^^^^^^^ The field ServerContentProvider.mViewer is never read locally ---------- 433. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/views/ServerContentProvider.java (at line 23) private Object mInput; ^^^^^^ The field ServerContentProvider.mInput is never read locally ---------- ---------- 434. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/views/ServerLabelProvider.java (at line 107) String desc; ^^^^ The local variable desc is never read ---------- ---------- 435. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/DeployFileDescriptionWizardPage.java (at line 157) public List getSummaryData() { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 436. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/DeployFileDescriptionWizardPage.java (at line 158) List summaryData = new ArrayList(2); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 437. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/DeployFileDescriptionWizardPage.java (at line 158) List summaryData = new ArrayList(2); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 438. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/DeployFileDescriptionWizardPage.java (at line 160) 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 ---------- 439. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/DeployFileDescriptionWizardPage.java (at line 165) 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 ---------- ---------- 440. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/DeployFileNewWizard.java (at line 74) private final static String FILE_PAGE_TITLE; ^^^^^^^^^^^^^^^ The field DeployFileNewWizard.FILE_PAGE_TITLE is never read locally ---------- 441. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/DeployFileNewWizard.java (at line 75) private final static ImageDescriptor FILE_PAGE_IMAGE; ^^^^^^^^^^^^^^^ The field DeployFileNewWizard.FILE_PAGE_IMAGE is never read locally ---------- 442. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/DeployFileNewWizard.java (at line 99) private String mInitialFileName = new String(); ^^^^^^^^^^^^^^^^ The field DeployFileNewWizard.mInitialFileName is never read locally ---------- 443. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/DeployFileNewWizard.java (at line 100) private IContainer mInitialContainer; ^^^^^^^^^^^^^^^^^ The field DeployFileNewWizard.mInitialContainer is never read locally ---------- 444. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/DeployFileNewWizard.java (at line 238) public List getSummaryData() { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 445. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/DeployFileNewWizard.java (at line 239) List data = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 446. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/DeployFileNewWizard.java (at line 239) List data = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 447. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/DeployFileNewWizard.java (at line 243) data.addAll(((ISummaryDataSource) pages[i]).getSummaryData()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 448. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/DeployFileNewWizard.java (at line 319) List builders = new ArrayList(Arrays ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 449. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/DeployFileNewWizard.java (at line 319) 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 ---------- 450. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/DeployFileNewWizard.java (at line 319) List builders = new ArrayList(Arrays ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 451. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/DeployFileNewWizard.java (at line 321) for (Iterator it = builders.iterator(); !foundBuilder ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 452. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/DeployFileNewWizard.java (at line 330) builders.add(packageBuilder); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 453. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/DeployFileNewWizard.java (at line 331) 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 ---------- ---------- 454. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/PackageSelectionWizardPage.java (at line 143) Vector files = new Vector(selection.length); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 455. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/PackageSelectionWizardPage.java (at line 143) Vector files = new Vector(selection.length); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 456. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/PackageSelectionWizardPage.java (at line 148) files.add(res); ^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 457. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/PackageSelectionWizardPage.java (at line 151) 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 ---------- 458. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/PackageSelectionWizardPage.java (at line 157) public List getSummaryData() { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 459. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/PackageSelectionWizardPage.java (at line 159) List summaryData = new ArrayList(packages.length + 1); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 460. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/PackageSelectionWizardPage.java (at line 159) List summaryData = new ArrayList(packages.length + 1); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 461. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/PackageSelectionWizardPage.java (at line 161) 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 ---------- 462. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/PackageSelectionWizardPage.java (at line 167) 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 ---------- ---------- 463. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/PackageTargetWizardPage.java (at line 68) private Map mFileToPackageMap = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 464. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/PackageTargetWizardPage.java (at line 68) private Map mFileToPackageMap = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 465. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/PackageTargetWizardPage.java (at line 189) public List getSummaryData() { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 466. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/PackageTargetWizardPage.java (at line 190) List summaryData = new ArrayList(mRoot.getPackage().size() + 2); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 467. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/PackageTargetWizardPage.java (at line 190) List summaryData = new ArrayList(mRoot.getPackage().size() + 2); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 468. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/PackageTargetWizardPage.java (at line 192) 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 ---------- 469. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/PackageTargetWizardPage.java (at line 197) for (Iterator it = mRoot.getPackage().iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 470. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/PackageTargetWizardPage.java (at line 208) 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 ---------- 471. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/PackageTargetWizardPage.java (at line 212) 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 ---------- 472. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/PackageTargetWizardPage.java (at line 236) for (Iterator it = mRoot.getPackage().iterator(); mTargetsSpecified ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 473. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/PackageTargetWizardPage.java (at line 295) Vector unseen = new Vector(mFileToPackageMap.values()); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 474. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/PackageTargetWizardPage.java (at line 295) 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 ---------- 475. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/PackageTargetWizardPage.java (at line 295) Vector unseen = new Vector(mFileToPackageMap.values()); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 476. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/PackageTargetWizardPage.java (at line 302) 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 ---------- 477. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/PackageTargetWizardPage.java (at line 309) for (Iterator it = unseen.iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- ---------- 478. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.soas.deploy.core/src/org/eclipse/stp/soas/internal/deploy/ui/wizards/WorkspaceBasedDeployWizard.java (at line 28) String name = deployPage.getName(); ^^^^ The local variable name is never read ---------- 478 problems (478 warnings)[219 .class files generated]