# 6/25/07 10:19:39 PM EDT # Eclipse Java Compiler 0.745, 3.3.0 milestone-6, Copyright IBM Corp 2000, 2007. All rights reserved. ---------- 1. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/BindingDeletionDataModelProvider.java (at line 44) public Set getPropertyNames() { ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 2. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/BindingDeletionDataModelProvider.java (at line 45) Set propertyNames = super.getPropertyNames(); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 3. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/BindingDeletionDataModelProvider.java (at line 47) propertyNames.add(SCAOBJECT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 4. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/BindingDeletionDataModelProvider.java (at line 48) propertyNames.add(BINDING_TYPE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 5. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/BindingDeletionDataModelProvider.java (at line 49) propertyNames.add(REMOVE_ALL); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- ---------- 6. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/BindingDeletionOperation.java (at line 35) private List oldBindings = null; ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 7. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/BindingDeletionOperation.java (at line 57) List bindings = null; ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 8. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/BindingDeletionOperation.java (at line 63) bindings.addAll(oldBindings); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 9. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/BindingDeletionOperation.java (at line 78) oldBindings = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 10. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/BindingDeletionOperation.java (at line 79) List bindings = null; ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 11. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/BindingDeletionOperation.java (at line 86) oldBindings.addAll(bindings); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 12. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/BindingDeletionOperation.java (at line 89) for (Iterator iter = bindings.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 13. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/BindingDeletionOperation.java (at line 92) oldBindings.add(b); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 14. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/BindingDeletionOperation.java (at line 95) bindings.removeAll(oldBindings); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method removeAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 15. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/ComponentTypingDataModelProvider.java (at line 57) public Set getPropertyNames() { ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 16. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/ComponentTypingDataModelProvider.java (at line 58) Set propertyNames = super.getPropertyNames(); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 17. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/ComponentTypingDataModelProvider.java (at line 60) propertyNames.add(SET_TYPE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 18. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/ComponentTypingDataModelProvider.java (at line 61) propertyNames.add(TYPE); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 19. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/ComponentTypingDataModelProvider.java (at line 62) propertyNames.add(COMPONENT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- ---------- 20. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 192) private List kinds = null; ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 21. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 201) this.kinds = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 22. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 223) kinds.add(kind); ^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 23. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 229) public List getKinds(){ ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 24. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 236) private List contextKeys; ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 25. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 247) public ContextParserOutput(List contextKeys, KindConstraint compKindConstraint, KindConstraint epKindConstraint, KindConstraint esKindConstraint){ ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 26. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 263) public List getContextKeys() { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 27. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 285) private Hashtable componentHandlers = null; ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 28. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 286) private Hashtable externalServiceHandlers = null; ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 29. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 287) private Hashtable entryPointHandlers = null; ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 30. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 288) private Hashtable interfaceHandlers = null; ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 31. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 290) private Hashtable componentKindFilters = null; ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 32. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 291) private Hashtable externalServiceKindFilters = null; ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 33. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 292) private Hashtable entryPointKindFilters = null; ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 34. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 296) componentHandlers = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 35. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 297) externalServiceHandlers = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 36. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 298) entryPointHandlers = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 37. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 299) interfaceHandlers = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 38. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 436) Hashtable stagingComponentConstraints = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 39. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 436) Hashtable stagingComponentConstraints = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 40. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 437) Hashtable stagingEntryPointConstraints = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 41. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 437) Hashtable stagingEntryPointConstraints = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 42. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 438) Hashtable stagingExternalServiceConstraints = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 43. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 438) Hashtable stagingExternalServiceConstraints = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 44. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 465) List contextKeys = parserOutput.getContextKeys(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 45. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 472) for (Iterator iter = contextKeys.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 46. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 480) stagingComponentConstraints.put(key, componentConstraint); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized ---------- 47. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 488) stagingEntryPointConstraints.put(key, entryPointConstraint); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized ---------- 48. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 496) stagingExternalServiceConstraints.put(key, externalServiceConstraint); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized ---------- 49. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 520) List contextKeys = parserOutput.getContextKeys(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 50. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 527) for (Iterator iter = contextKeys.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 51. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 561) private void mergeContextExtensions(String contextExtensionKey, KindConstraint extConstraint, Hashtable stagingConstraintMap, IExtension extension, String contextConstraintInvalid_msg, String contextExtensionConflict_msg) { ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 52. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 586) for (Iterator iter = extConstraint.getKinds().iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 53. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 589) contextConstraint.getKinds().add(constraint); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 54. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 607) List contextKeys = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 55. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 607) List contextKeys = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 56. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 638) contextKeys.add(createFilterKey(namespace, rootType, subType)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 57. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 674) List kindsList = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 58. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 674) List kindsList = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 59. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 678) kindsList.add(tokenizer.nextToken()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 60. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 695) componentConstraint.getKinds().addAll(componentHandlers.keySet()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 61. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 700) entryPointConstraint.getKinds().addAll(entryPointHandlers.keySet()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 62. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 705) externalServiceConstraint.getKinds().addAll(externalServiceHandlers.keySet()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 63. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 712) private KindConstraint expandKindsList(boolean isExtensible, boolean kindsInc, List kindsList, Hashtable handlersMap) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 64. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 712) private KindConstraint expandKindsList(boolean isExtensible, boolean kindsInc, List kindsList, Hashtable handlersMap) { ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 65. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 719) result.getKinds().addAll(Arrays.asList(handlersMap.keySet().toArray())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 66. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 723) for (Iterator iterator = handlersMap.keySet().iterator(); iterator ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 67. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 726) for (Iterator iter = kindsList.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 68. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 738) private Hashtable generateKindsList(Hashtable stagedMap, Hashtable handlersMap) { ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 69. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 738) private Hashtable generateKindsList(Hashtable stagedMap, Hashtable handlersMap) { ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 70. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 738) private Hashtable generateKindsList(Hashtable stagedMap, Hashtable handlersMap) { ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 71. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 740) Hashtable result = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 72. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 740) Hashtable result = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 73. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 742) for (Iterator iter = stagedMap.entrySet().iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 74. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 743) Map.Entry stagedEntry = (Map.Entry) iter.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 75. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 743) Map.Entry stagedEntry = (Map.Entry) iter.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 76. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 745) Hashtable handlers = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 77. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 745) Hashtable handlers = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 78. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 750) for (Iterator iterator = handlersMap.entrySet().iterator(); iterator.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 79. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 751) Map.Entry handlersEntry = (Map.Entry) iterator.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 80. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 751) Map.Entry handlersEntry = (Map.Entry) iterator.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 81. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 757) handlers.put(handlersEntry.getKey(), handlersEntry.getValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized ---------- 82. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 760) result.put(stagedEntry.getKey(), handlers); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized ---------- 83. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 765) private Collection getFilteredKinds(Context context, Hashtable handlers, Hashtable filters){ ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 84. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 765) private Collection getFilteredKinds(Context context, Hashtable handlers, Hashtable filters){ ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 85. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 765) private Collection getFilteredKinds(Context context, Hashtable handlers, Hashtable filters){ ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 86. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 767) Hashtable map = null; ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 87. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 770) map = (Hashtable)filters.get(key); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 88. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 801) IConfigurationElement element, Hashtable handlerMap, ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 89. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 802) Class handlerClass, IExtension extension, ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 90. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 821) handlerMap.put(kind, handler); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized ---------- 91. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 829) Collection handlers = getFilteredKinds(context, componentHandlers, componentKindFilters); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 92. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 830) return (IComponentHandler[])handlers.toArray(new IComponentHandler[handlers.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 93. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 838) Collection handlers = getFilteredKinds(context, externalServiceHandlers, externalServiceKindFilters); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 94. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 839) return (IExternalServiceHandler[])handlers.toArray(new IExternalServiceHandler[handlers.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 95. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 847) Collection handlers = getFilteredKinds(context, entryPointHandlers, entryPointKindFilters); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 96. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 848) return (IEntryPointHandler[])handlers.toArray(new IEntryPointHandler[handlers.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 97. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 856) Collection handlers = getFilteredKinds(null, interfaceHandlers, null); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 98. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 857) return (IInterfaceHandler[])handlers.toArray(new IInterfaceHandler[handlers.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 99. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 870) ArrayList result = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 100. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 870) ArrayList result = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 101. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 871) Collection handlers = getFilteredKinds(context, componentHandlers, componentKindFilters); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 102. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 872) for (Iterator iter = handlers.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 103. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 876) result.add(handler); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 104. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 883) return (IComponentHandler[])result.toArray(new IComponentHandler[result.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 105. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 936) ArrayList result = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 106. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 936) ArrayList result = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 107. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 937) Collection handlers = getFilteredKinds(context, externalServiceHandlers, externalServiceKindFilters); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 108. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 938) for (Iterator iter = handlers.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 109. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 942) result.add(handler); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 110. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 949) return (IExternalServiceHandler[])result.toArray(new IExternalServiceHandler[result.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 111. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 958) private List getExternalServiceKindOf(ExternalService theExternalService) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 112. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 960) List kinds = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 113. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 960) List kinds = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 114. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 965) List bindings = theExternalService.getBindings(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 115. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 967) for (Iterator iter = bindings.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 116. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 969) kinds.add(SAFManagerUtils.getSubstitutionGroupName(binding)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 117. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 985) List descriptors = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 118. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 985) List descriptors = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 119. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 986) List bindingTypes = getExternalServiceKindOf(theExternalService); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- ---------- 120. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/saf/handler/AbstractComponentHandler.java (at line 140) for (Iterator iter = compType.getServices().iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 120 problems (120 warnings)[29 .class files generated]