# 1/9/08 4:26:11 AM EST # Eclipse Java Compiler 0.770, 3.3.0, Copyright IBM Corp 2000, 2007. All rights reserved. ---------- 1. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/create/operations/ComponentCreationDataModelProvider.java (at line 39) public Set getPropertyNames() { ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 2. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/create/operations/ComponentCreationDataModelProvider.java (at line 40) Set propertyNames = super.getPropertyNames(); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 3. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/create/operations/ComponentCreationDataModelProvider.java (at line 41) propertyNames.add(NAME); ^^^^^^^^^^^^^^^^^^^^^^^ 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/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/create/operations/ComponentCreationDataModelProvider.java (at line 42) propertyNames.add(COMPOSITE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/create/operations/ComponentCreationOperation.java (at line 43) composite.getComponents().add(createdComponent); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 6. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/create/operations/ComponentTypeCreationDataModelProvider.java (at line 44) public Set getPropertyNames() { ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 7. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/create/operations/ComponentTypeCreationDataModelProvider.java (at line 45) Set propertyNames = super.getPropertyNames(); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 8. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/create/operations/ComponentTypeCreationDataModelProvider.java (at line 46) propertyNames.add(NAME); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 9. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/create/operations/ComponentTypeCreationDataModelProvider.java (at line 47) propertyNames.add(CONTAINER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 10. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/create/operations/ComponentTypeCreationDataModelProvider.java (at line 48) propertyNames.add(REFERENCES); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 11. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/create/operations/ComponentTypeCreationDataModelProvider.java (at line 49) propertyNames.add(PROPERTIES); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 12. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/create/operations/ComponentTypeCreationDataModelProvider.java (at line 50) propertyNames.add(SERVICES); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- ---------- 13. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/create/operations/ComponentTypeCreationOperation.java (at line 56) List services = (List) model ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 14. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/create/operations/ComponentTypeCreationOperation.java (at line 56) List services = (List) model ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 15. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/create/operations/ComponentTypeCreationOperation.java (at line 73) componentType.getServices().add(newService); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 16. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/create/operations/ComponentTypeCreationOperation.java (at line 79) List references = (List) model ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 17. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/create/operations/ComponentTypeCreationOperation.java (at line 79) List references = (List) model ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 18. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/create/operations/ComponentTypeCreationOperation.java (at line 98) componentType.getReferences().add(newReference); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 19. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/create/operations/ComponentTypeCreationOperation.java (at line 104) List properties = (List) model ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 20. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/create/operations/ComponentTypeCreationOperation.java (at line 104) List properties = (List) model ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 21. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/create/operations/ComponentTypeCreationOperation.java (at line 116) componentType.getProperties().add(newProperty); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 22. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/create/operations/CompositeCreationDataModelProvider.java (at line 35) public Set getPropertyNames() { ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 23. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/create/operations/CompositeCreationDataModelProvider.java (at line 36) Set propertyNames = super.getPropertyNames(); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 24. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/create/operations/CompositeCreationDataModelProvider.java (at line 37) propertyNames.add(NAME); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 25. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/create/operations/CompositeCreationDataModelProvider.java (at line 38) propertyNames.add(CONTAINER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- ---------- 26. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/create/operations/ModuleCreationDataModelProvider.java (at line 35) public Set getPropertyNames() { ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 27. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/create/operations/ModuleCreationDataModelProvider.java (at line 36) Set propertyNames = super.getPropertyNames(); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 28. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/create/operations/ModuleCreationDataModelProvider.java (at line 37) propertyNames.add(NAME); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 29. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/create/operations/ModuleCreationDataModelProvider.java (at line 38) propertyNames.add(CONTAINER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- ---------- 30. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/create/operations/PropertyCreationDataModelProvider.java (at line 40) public Set getPropertyNames() { ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 31. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/create/operations/PropertyCreationDataModelProvider.java (at line 41) Set propertyNames = super.getPropertyNames(); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 32. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/create/operations/PropertyCreationDataModelProvider.java (at line 43) propertyNames.add(COMPONENT_TYPE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 33. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/create/operations/PropertyCreationDataModelProvider.java (at line 44) propertyNames.add(NAME); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 34. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/create/operations/PropertyCreationDataModelProvider.java (at line 45) propertyNames.add(DEFAULT_VALUE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 35. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/create/operations/PropertyCreationDataModelProvider.java (at line 46) propertyNames.add(TYPE); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 36. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/create/operations/PropertyCreationDataModelProvider.java (at line 47) propertyNames.add(REQUIRED); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 37. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/create/operations/PropertyCreationDataModelProvider.java (at line 48) propertyNames.add(MANY); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- ---------- 38. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/create/operations/PropertyCreationOperation.java (at line 47) componentType.getProperties().add(createdProperty); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 39. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/create/operations/ReferenceCreationDataModelProvider.java (at line 33) public Set getPropertyNames() { ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 40. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/create/operations/ReferenceCreationDataModelProvider.java (at line 34) Set propertyNames = super.getPropertyNames(); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 41. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/create/operations/ReferenceCreationDataModelProvider.java (at line 35) propertyNames.add(COMPONENT_TYPE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 42. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/create/operations/ReferenceCreationDataModelProvider.java (at line 37) propertyNames.add(NAME); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 43. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/create/operations/ReferenceCreationDataModelProvider.java (at line 38) propertyNames.add(INTERFACE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 44. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/create/operations/ReferenceCreationDataModelProvider.java (at line 39) propertyNames.add(INTERFACE_TYPE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 45. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/create/operations/ReferenceCreationDataModelProvider.java (at line 40) propertyNames.add(MULTIPLICITY); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- ---------- 46. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/create/operations/ReferenceCreationOperation.java (at line 65) componentType.getReferences().add(reference); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 47. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/create/operations/ServiceCreationDataModelProvider.java (at line 30) public Set getPropertyNames() { ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 48. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/create/operations/ServiceCreationDataModelProvider.java (at line 31) Set propertyNames = super.getPropertyNames(); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 49. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/create/operations/ServiceCreationDataModelProvider.java (at line 33) propertyNames.add(NAME); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 50. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/create/operations/ServiceCreationDataModelProvider.java (at line 34) propertyNames.add(INTERFACE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 51. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/create/operations/ServiceCreationDataModelProvider.java (at line 35) propertyNames.add(INTERFACE_TYPE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 52. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/create/operations/ServiceCreationDataModelProvider.java (at line 36) propertyNames.add(COMPONENT_TYPE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- ---------- 53. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/create/operations/ServiceCreationOperation.java (at line 57) componentType.getServices().add(service); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/delete/operations/DeletePropertyDataModelProvider.java (at line 34) public Set getPropertyNames() { ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 55. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/delete/operations/DeletePropertyDataModelProvider.java (at line 35) Set propertyNames = super.getPropertyNames(); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 56. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/delete/operations/DeletePropertyDataModelProvider.java (at line 36) propertyNames.add(COMPONENT_TYPE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 57. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/delete/operations/DeletePropertyDataModelProvider.java (at line 37) propertyNames.add(PROPERTY_NAMES); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 58. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/delete/operations/DeletePropertyDataModelProvider.java (at line 68) List properties = componentType.getProperties(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- ---------- 59. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/delete/operations/DeletePropertyOperation.java (at line 39) List properties = cType.getProperties(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- ---------- 60. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/delete/operations/DeleteReferenceDataModelProvider.java (at line 31) public Set getPropertyNames() { ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 61. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/delete/operations/DeleteReferenceDataModelProvider.java (at line 32) Set propertyNames = super.getPropertyNames(); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 62. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/delete/operations/DeleteReferenceDataModelProvider.java (at line 33) propertyNames.add(COMPONENT_TYPE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 63. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/delete/operations/DeleteReferenceDataModelProvider.java (at line 34) propertyNames.add(REFERENCE_NAMES); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 64. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/delete/operations/DeleteReferenceDataModelProvider.java (at line 65) List references = componentType.getReferences(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- ---------- 65. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/delete/operations/DeleteReferenceOperation.java (at line 39) List references = cType.getReferences(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- ---------- 66. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/delete/operations/DeleteRootSCAModelDataModelProvider.java (at line 43) public Set getPropertyNames() { ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 67. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/delete/operations/DeleteRootSCAModelDataModelProvider.java (at line 44) Set propertyNames = super.getPropertyNames(); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 68. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/delete/operations/DeleteRootSCAModelDataModelProvider.java (at line 45) propertyNames.add(SCAOBJECT_TO_DELETE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- ---------- 69. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/delete/operations/DeleteServiceDataModelProvider.java (at line 34) public Set getPropertyNames() { ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 70. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/delete/operations/DeleteServiceDataModelProvider.java (at line 35) Set propertyNames = super.getPropertyNames(); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 71. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/delete/operations/DeleteServiceDataModelProvider.java (at line 36) propertyNames.add(COMPONENT_TYPE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 72. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/delete/operations/DeleteServiceDataModelProvider.java (at line 37) propertyNames.add(SERVICE_NAMES); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 73. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/delete/operations/DeleteServiceDataModelProvider.java (at line 68) List services = componentType.getServices(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- ---------- 74. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/delete/operations/DeleteServiceOperation.java (at line 34) List services = cType.getServices(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- ---------- 75. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/edit/operations/ChangePropertyDataModelProvider.java (at line 32) public Set getPropertyNames() { ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 76. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/edit/operations/ChangePropertyDataModelProvider.java (at line 33) Set propertyNames = super.getPropertyNames(); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 77. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/edit/operations/ChangePropertyDataModelProvider.java (at line 34) propertyNames.add(PROPERTY); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 78. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/edit/operations/ChangePropertyDataModelProvider.java (at line 35) propertyNames.add(NEW_NAME); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 79. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/edit/operations/ChangePropertyDataModelProvider.java (at line 36) propertyNames.add(NEW_TYPE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 80. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/edit/operations/ChangePropertyDataModelProvider.java (at line 37) propertyNames.add(NEW_DEFAULT_VALUE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 81. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/edit/operations/ChangePropertyDataModelProvider.java (at line 38) propertyNames.add(NEW_MANY); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 82. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/edit/operations/ChangePropertyDataModelProvider.java (at line 39) propertyNames.add(NEW_REQUIRED); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- ---------- 83. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/edit/operations/ChangeSCAObjectNameDataModelProvider.java (at line 31) public Set getPropertyNames() { ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 84. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/edit/operations/ChangeSCAObjectNameDataModelProvider.java (at line 32) Set propertyNames = super.getPropertyNames(); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 85. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/edit/operations/ChangeSCAObjectNameDataModelProvider.java (at line 33) propertyNames.add(SCAOBJECT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 86. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/edit/operations/ChangeSCAObjectNameDataModelProvider.java (at line 34) propertyNames.add(NEW_NAME); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 87. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/edit/operations/ChangeSCAObjectNameDataModelProvider.java (at line 35) propertyNames.add(EXISTING_SCAOBJECTS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 88. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/edit/operations/ChangeSCAObjectNameDataModelProvider.java (at line 63) List list = (List) getProperty(IChangeSCAObjectNameDataModelProperties.EXISTING_SCAOBJECTS); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 89. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/edit/operations/ChangeSCAObjectNameDataModelProvider.java (at line 63) List list = (List) getProperty(IChangeSCAObjectNameDataModelProperties.EXISTING_SCAOBJECTS); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- ---------- 90. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/RegistryReader.java (at line 119) Comparator comparer = new Comparator() { ^^^^^^^^^^ Comparator is a raw type. References to generic type Comparator should be parameterized ---------- 91. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/RegistryReader.java (at line 119) Comparator comparer = new Comparator() { ^^^^^^^^^^ Comparator is a raw type. References to generic type Comparator should be parameterized ---------- 92. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/RegistryReader.java (at line 126) Collections.sort(Arrays.asList(sortedExtension), comparer); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation sort(List, Comparator) of the generic method sort(List, Comparator) of type Collections ---------- 93. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/RegistryReader.java (at line 126) Collections.sort(Arrays.asList(sortedExtension), comparer); ^^^^^^^^ Type safety: The expression of type Comparator needs unchecked conversion to conform to Comparator ---------- ---------- 94. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/AbstractComponentTypeResource.java (at line 42) public void load(Map options) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 95. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/AbstractComponentTypeResource.java (at line 52) public void save(Map options) throws IOException { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- ---------- 96. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/AttributeSet.java (at line 34) private Map attributeValues = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 97. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/AttributeSet.java (at line 34) private Map attributeValues = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 98. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/AttributeSet.java (at line 36) private Map attributeUniqueness = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 99. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/AttributeSet.java (at line 36) private Map attributeUniqueness = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 100. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/AttributeSet.java (at line 38) public Iterator iterator() { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 101. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/AttributeSet.java (at line 43) List uniqueKeys = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 102. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/AttributeSet.java (at line 43) List uniqueKeys = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 103. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/AttributeSet.java (at line 45) for (Iterator attrItr = attributeUniqueness.keySet().iterator(); attrItr ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 104. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/AttributeSet.java (at line 49) uniqueKeys.add(attribute); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 105. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/AttributeSet.java (at line 55) return (EAttribute[]) uniqueKeys.toArray(new EAttribute[uniqueKeys .size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized ---------- 106. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/AttributeSet.java (at line 60) attributeValues.put(attribute, value); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 107. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/AttributeSet.java (at line 61) attributeUniqueness.put(attribute, isUniqueKey ? Boolean.TRUE : Boolean.FALSE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/AttributeSetStack.java (at line 25) private final List stack = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 109. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/AttributeSetStack.java (at line 25) private final List stack = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 110. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/AttributeSetStack.java (at line 28) stack.add(anAttributeSet); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 111. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/ComponentTypeIntrospectorRegistry.java (at line 66) private final Map introspectionExtensions = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 112. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/ComponentTypeIntrospectorRegistry.java (at line 66) private final Map introspectionExtensions = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 113. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/ComponentTypeIntrospectorRegistry.java (at line 68) private final Map substitutionGroups = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 114. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/ComponentTypeIntrospectorRegistry.java (at line 68) private final Map substitutionGroups = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 115. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/ComponentTypeIntrospectorRegistry.java (at line 70) private final Map shareableFactories = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 116. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/ComponentTypeIntrospectorRegistry.java (at line 70) private final Map shareableFactories = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 117. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/ComponentTypeIntrospectorRegistry.java (at line 195) introspectionExtensions.put(element.getAttribute(ATT_EXTENSION), element); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 118. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/ComponentTypeIntrospectorRegistry.java (at line 198) substitutionGroups.put(element.getAttribute(ATT_IMPLEMENTATION_TYPE), element); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 119. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/ComponentTypeIntrospectorRegistry.java (at line 239) shareableFactories.put(serializedElement, factory); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/ModelDeltaStack.java (at line 27) private final List stack = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 121. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/ModelDeltaStack.java (at line 27) private final List stack = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 122. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/ModelDeltaStack.java (at line 30) stack.add(aFeature); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 123. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/module/ModuleComponentTypeIntrospector.java (at line 63) protected IStatus doIntrospection(int theFieldType, List theCurrentValues) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 124. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/module/ModuleComponentTypeIntrospector.java (at line 76) List entryPoints = module.getEntryPoints(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 125. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/module/ModuleComponentTypeIntrospector.java (at line 79) List services = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 126. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/module/ModuleComponentTypeIntrospector.java (at line 79) List services = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 127. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/module/ModuleComponentTypeIntrospector.java (at line 84) services.add(moduleService); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 128. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/module/ModuleComponentTypeIntrospector.java (at line 86) theCurrentValues.addAll(services); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 129. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/module/ModuleComponentTypeIntrospector.java (at line 90) List externalServices = module.getExternalServices(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 130. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/module/ModuleComponentTypeIntrospector.java (at line 93) List references = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 131. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/module/ModuleComponentTypeIntrospector.java (at line 93) List references = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 132. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/module/ModuleComponentTypeIntrospector.java (at line 101) references.add(moduleReference); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 133. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/module/ModuleComponentTypeIntrospector.java (at line 103) theCurrentValues.addAll(references); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/module/ModuleComponentTypeIntrospector.java (at line 140) module.getEntryPoints().add(epoint); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/module/ModuleComponentTypeIntrospector.java (at line 150) module.getEntryPoints().add(epoint); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 136. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/module/ModuleComponentTypeIntrospector.java (at line 159) module.getEntryPoints().add(epoint); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 137. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/module/ModuleComponentTypeIntrospector.java (at line 202) module.getExternalServices().add(eservice); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 138. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/module/ModuleComponentTypeIntrospector.java (at line 212) module.getExternalServices().add(eservice); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 139. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/module/ModuleComponentTypeIntrospector.java (at line 221) module.getExternalServices().add(eservice); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 140. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/query/AttributesExpression.java (at line 41) for (Iterator attrItr = expectedAttributes.iterator(); attrItr.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 141. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/query/AttributesExpression.java (at line 59) for (Iterator attrItr = expectedAttributes.iterator(); attrItr.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- ---------- 142. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/query/CombinedQuery.java (at line 31) private final Set children = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 143. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/query/CombinedQuery.java (at line 31) private final Set children = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 144. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/query/CombinedQuery.java (at line 33) private Map untouchedElements = null; ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 145. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/query/CombinedQuery.java (at line 56) children.add(moreSpecificQuery); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 146. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/query/CombinedQuery.java (at line 61) public Set getChildren() { ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 147. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/query/CombinedQuery.java (at line 62) return Collections.unmodifiableSet(children); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation unmodifiableSet(Set) of the generic method unmodifiableSet(Set) of type Collections ---------- 148. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/query/CombinedQuery.java (at line 62) return Collections.unmodifiableSet(children); ^^^^^^^^ Type safety: The expression of type Set needs unchecked conversion to conform to Set ---------- 149. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/query/CombinedQuery.java (at line 65) public List matches(List theSearchSet) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 150. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/query/CombinedQuery.java (at line 65) public List matches(List theSearchSet) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 151. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/query/CombinedQuery.java (at line 70) List result = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 152. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/query/CombinedQuery.java (at line 70) List result = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 153. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/query/CombinedQuery.java (at line 74) result.add(currentObject); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 154. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/query/CombinedQuery.java (at line 83) for (Iterator childrenItr = children.iterator(); childrenItr.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 155. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/query/CombinedQuery.java (at line 103) for (Iterator childrenItr = children.iterator(); childrenItr.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 156. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/query/CombinedQuery.java (at line 114) for (Iterator childrenItr = children.iterator(); childrenItr.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 157. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/query/CombinedQuery.java (at line 121) protected final Map getUntouchedElements(EObject anObject) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 158. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/query/CombinedQuery.java (at line 132) untouchedElements = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 159. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/query/CombinedQuery.java (at line 133) List contents = anObject.eContents(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 160. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/query/CombinedQuery.java (at line 142) List list = (List) untouchedElements.get(feature.getName()); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 161. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/query/CombinedQuery.java (at line 142) List list = (List) untouchedElements.get(feature.getName()); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 162. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/query/CombinedQuery.java (at line 144) list = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 163. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/query/CombinedQuery.java (at line 145) untouchedElements.put(feature.getName(), list); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/query/CombinedQuery.java (at line 147) list.add(eObj); ^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 165. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/query/CombinedQuery.java (at line 152) protected final List getUntouchedElements(EObject anObject, ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 166. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/query/CombinedQuery.java (at line 158) return (List) getUntouchedElements(anObject).get(aFeature.getName()); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 167. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/query/CombinedQuery.java (at line 161) protected final List getParentUntouchedElements(EObject anObject, ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 168. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/query/CombinedQuery.java (at line 169) List untouched = getUntouchedElements(anObject.getEObject(), feature); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- ---------- 169. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/query/IModelQuery.java (at line 24) Set getChildren(); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 170. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/query/IModelQuery.java (at line 26) List matches(List theSearchSet); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 171. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/query/IModelQuery.java (at line 26) List matches(List theSearchSet); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- ---------- 172. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/query/StructuralFeatureExpression.java (at line 47) List elements = (List) anObject.eGet(expectedFeature); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 173. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/query/StructuralFeatureExpression.java (at line 47) List elements = (List) anObject.eGet(expectedFeature); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 174. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/query/StructuralFeatureExpression.java (at line 70) List elements = (List) anObject.eGet(expectedFeature); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 175. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/query/StructuralFeatureExpression.java (at line 70) List elements = (List) anObject.eGet(expectedFeature); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 176. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/query/StructuralFeatureExpression.java (at line 77) List untouchedElements = getParentUntouchedElements( ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 177. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/query/StructuralFeatureExpression.java (at line 89) elements.add(eChild); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 178. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/query/StructuralFeatureExpression.java (at line 99) List untouchedElements = getParentUntouchedElements(anObject, ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 179. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/query/StructuralFeatureExpression.java (at line 115) List elements = (List) anObject.eGet(expectedFeature); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 180. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/query/StructuralFeatureExpression.java (at line 115) List elements = (List) anObject.eGet(expectedFeature); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 181. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/query/StructuralFeatureExpression.java (at line 119) elements.add(eChild); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 182. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/query/StructuralFeatureExpression.java (at line 135) List elements = (List) anObject.eGet(expectedFeature); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 183. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/query/StructuralFeatureExpression.java (at line 135) List elements = (List) anObject.eGet(expectedFeature); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 184. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/query/StructuralFeatureExpression.java (at line 155) List elements = (List) anObject.eGet(expectedFeature); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 185. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/internal/introspection/query/StructuralFeatureExpression.java (at line 155) List elements = (List) anObject.eGet(expectedFeature); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- ---------- 186. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/introspection/AbstractComponentTypeIntrospector.java (at line 106) List services = (List) notification.getNewValue(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 187. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/introspection/AbstractComponentTypeIntrospector.java (at line 106) List services = (List) notification.getNewValue(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 188. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/introspection/AbstractComponentTypeIntrospector.java (at line 121) List services = (List) notification.getOldValue(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 189. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/introspection/AbstractComponentTypeIntrospector.java (at line 121) List services = (List) notification.getOldValue(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 190. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/introspection/AbstractComponentTypeIntrospector.java (at line 142) List references = (List) notification.getNewValue(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 191. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/introspection/AbstractComponentTypeIntrospector.java (at line 142) List references = (List) notification.getNewValue(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 192. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/introspection/AbstractComponentTypeIntrospector.java (at line 157) List references = (List) notification.getOldValue(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 193. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/introspection/AbstractComponentTypeIntrospector.java (at line 157) List references = (List) notification.getOldValue(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 194. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/introspection/AbstractComponentTypeIntrospector.java (at line 177) List properties = (List) notification.getNewValue(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 195. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/introspection/AbstractComponentTypeIntrospector.java (at line 177) List properties = (List) notification.getNewValue(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 196. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/introspection/AbstractComponentTypeIntrospector.java (at line 192) List properties = (List) notification.getOldValue(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 197. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/introspection/AbstractComponentTypeIntrospector.java (at line 192) List properties = (List) notification.getOldValue(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 198. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/introspection/AbstractComponentTypeIntrospector.java (at line 208) public final IStatus introspect(int theFieldType, List theCurrentValues) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 199. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/introspection/AbstractComponentTypeIntrospector.java (at line 321) List theCurrentValues); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 200. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/introspection/AbstractComponentTypeIntrospector.java (at line 324) List theValues) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 201. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/introspection/AbstractComponentTypeIntrospector.java (at line 335) getComponentType().getServices().add(service); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 202. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/introspection/AbstractComponentTypeIntrospector.java (at line 345) getComponentType().getProperties().add(property); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 203. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/introspection/AbstractComponentTypeIntrospector.java (at line 355) getComponentType().getReferences().add(reference); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 204. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/introspection/FeatureAdapter.java (at line 54) private static final Map featureAdapters = new WeakHashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 205. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/introspection/FeatureAdapter.java (at line 54) private static final Map featureAdapters = new WeakHashMap(); ^^^^^^^^^^^ WeakHashMap is a raw type. References to generic type WeakHashMap should be parameterized ---------- 206. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/introspection/FeatureAdapter.java (at line 119) featureAdapters.put(aFeature, (adapter = new FeatureAdapter( aFeature))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- ---------- 207. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/introspection/IComponentTypeIntrospector.java (at line 146) IStatus introspect(int theFieldType, List theCurrentValues); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- ---------- 208. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/resources/CompositeScribblerDomain.java (at line 73) List components = composite.getComponents(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- ---------- 209. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/Component.java (at line 276) List getReferenceValues(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 210. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/Component.java (at line 284) List getReferenceValues(Reference reference); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 211. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/Component.java (at line 292) List getReferenceValues(String referenceName); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 212. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/Component.java (at line 348) Collection getWireSourcesWiredToTarget(WireTarget wireTarget); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- ---------- 213. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/ComponentType.java (at line 67) List getServices(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 214. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/ComponentType.java (at line 87) List getReferences(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 215. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/ComponentType.java (at line 107) List getProperties(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- ---------- 216. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/Composite.java (at line 81) List getEntryPoints(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 217. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/Composite.java (at line 102) List getExternalServices(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 218. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/Composite.java (at line 121) List getComponents(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 219. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/Composite.java (at line 159) List getAllMatchingTargets(WireSource wireSource); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 220. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/Composite.java (at line 168) List getAllMatchingSources(WireTarget wireTarget); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 221. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/Composite.java (at line 179) Collection getAllWiredSources(WireTarget wireTarget); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- ---------- 222. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/EntryPoint.java (at line 69) List getReferenceTargets(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 223. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/EntryPoint.java (at line 250) public List getBindings(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- ---------- 224. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/ExternalService.java (at line 225) public List getBindings(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- ---------- 225. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/ModuleFragment.java (at line 63) List getWires(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- ---------- 226. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/OverrideOptions.java (at line 128) public static final List VALUES = Collections ^^^^ List is a raw type. References to generic type List should be parameterized ---------- ---------- 227. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/PropertyValues.java (at line 62) List getProperty(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- ---------- 228. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/PropertyValuesSet.java (at line 64) List getPropertyValues(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- ---------- 229. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/ReferenceValuesSet.java (at line 70) List getReferenceValues(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- ---------- 230. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/SCACoreRoot.java (at line 109) Map getXMLNSPrefixMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 231. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/SCACoreRoot.java (at line 129) Map getXSISchemaLocation(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- ---------- 232. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/Subsystem.java (at line 64) List getWires(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- ---------- 233. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/WireSource.java (at line 95) List getWiredTargets(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- ---------- 234. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/AbstractImplementationImpl.java (at line 174) int featureID, Class baseClass, NotificationChain msgs) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- ---------- 235. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentImpl.java (at line 109) private Map sourceWireHandles; ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 236. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentImpl.java (at line 111) private Map targetWireHandles; ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 237. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentImpl.java (at line 113) private static class ReferenceValuesListDelegate implements List { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 238. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentImpl.java (at line 141) public Iterator iterator() { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 239. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentImpl.java (at line 150) public Object[] toArray(Object[] a) { ^^^^^^^^ Type safety: The return type Object[] for toArray(Object[]) from the type ComponentImpl.ReferenceValuesListDelegate needs unchecked conversion to conform to T[] from the type Collection ---------- 240. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentImpl.java (at line 150) public Object[] toArray(Object[] a) { ^^^^^^^^ Type safety: The return type Object[] for toArray(Object[]) from the type ComponentImpl.ReferenceValuesListDelegate needs unchecked conversion to conform to T[] from the type List ---------- 241. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentImpl.java (at line 151) return set == null ? new Object[0] : set.getReferenceValues().toArray( a); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized ---------- 242. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentImpl.java (at line 158) return set.getReferenceValues().add(o); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 243. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentImpl.java (at line 165) public boolean containsAll(Collection c) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 244. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentImpl.java (at line 166) return set == null ? false : set.getReferenceValues().containsAll(c); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method containsAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 245. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentImpl.java (at line 169) public boolean addAll(Collection c) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 246. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentImpl.java (at line 172) return set.getReferenceValues().addAll(c); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 247. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentImpl.java (at line 175) public boolean addAll(int index, Collection c) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 248. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentImpl.java (at line 178) return set.getReferenceValues().addAll(index, c); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(int, Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 249. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentImpl.java (at line 181) public boolean removeAll(Collection c) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 250. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentImpl.java (at line 182) return set == null ? false : set.getReferenceValues().removeAll(c); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method removeAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 251. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentImpl.java (at line 185) public boolean retainAll(Collection c) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 252. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentImpl.java (at line 186) return set == null ? false : set.getReferenceValues().retainAll(c); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method retainAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 253. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentImpl.java (at line 199) return set == null ? null : set.getReferenceValues().set(index, element); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method set(int, Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 254. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentImpl.java (at line 206) set.getReferenceValues().add(index, element); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(int, Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 255. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentImpl.java (at line 221) public ListIterator listIterator() { ^^^^^^^^^^^^ ListIterator is a raw type. References to generic type ListIterator should be parameterized ---------- 256. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentImpl.java (at line 225) public ListIterator listIterator(int index) { ^^^^^^^^^^^^ ListIterator is a raw type. References to generic type ListIterator should be parameterized ---------- 257. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentImpl.java (at line 230) public List subList(int fromIndex, int toIndex) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 258. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentImpl.java (at line 394) int featureID, Class baseClass, NotificationChain msgs) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 259. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentImpl.java (at line 420) int featureID, Class baseClass, NotificationChain msgs) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 260. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentImpl.java (at line 537) getReferenceValues().add(wire); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 261. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentImpl.java (at line 540) public List getReferenceValues() { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 262. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentImpl.java (at line 546) public List getReferenceValues(String referenceName) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 263. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentImpl.java (at line 548) List refValues = getReferenceValues(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 264. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentImpl.java (at line 552) List multipleRefValues = null; ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 265. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentImpl.java (at line 560) multipleRefValues = new ArrayList(refValues.size()); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 266. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentImpl.java (at line 561) multipleRefValues.add(singleRefValue); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 267. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentImpl.java (at line 563) multipleRefValues.add(refValue); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 268. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentImpl.java (at line 568) return Collections.unmodifiableList(multipleRefValues); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation unmodifiableList(List) of the generic method unmodifiableList(List) of type Collections ---------- 269. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentImpl.java (at line 568) return Collections.unmodifiableList(multipleRefValues); ^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- 270. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentImpl.java (at line 574) public List getReferenceValues(Reference reference) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 271. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentImpl.java (at line 576) List refValues = getReferenceValues(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 272. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentImpl.java (at line 580) List multipleRefValues = null; ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 273. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentImpl.java (at line 588) multipleRefValues = new ArrayList(refValues.size()); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 274. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentImpl.java (at line 589) multipleRefValues.add(singleRefValue); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 275. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentImpl.java (at line 591) multipleRefValues.add(refValue); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 276. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentImpl.java (at line 596) return Collections.unmodifiableList(multipleRefValues); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation unmodifiableList(List) of the generic method unmodifiableList(List) of type Collections ---------- 277. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentImpl.java (at line 596) return Collections.unmodifiableList(multipleRefValues); ^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- 278. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentImpl.java (at line 609) List services = type.getServices(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 279. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentImpl.java (at line 631) List references = type.getReferences(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 280. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentImpl.java (at line 653) List references = type.getReferences(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 281. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentImpl.java (at line 670) List references = type.getReferences(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 282. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentImpl.java (at line 684) public Collection getWireSourcesWiredToTarget(WireTarget wireTarget) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 283. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentImpl.java (at line 685) Collection result = null; ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 284. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentImpl.java (at line 687) Iterator it = getReferenceValues().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 285. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentImpl.java (at line 692) result = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 286. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentImpl.java (at line 693) result.add(getWireSource(refValue.getReference())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 287. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentImpl.java (at line 724) List services = type.getServices(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 288. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentImpl.java (at line 749) targetWireHandles = new WeakHashMap(); ^^^^^^^^^^^ WeakHashMap is a raw type. References to generic type WeakHashMap should be parameterized ---------- 289. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentImpl.java (at line 750) targetWireHandles.put(key, handle); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 290. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentImpl.java (at line 782) private ComponentWireHandle getExistingWireHandle(Map map, String key) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 291. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentImpl.java (at line 789) sourceWireHandles = new WeakHashMap(); ^^^^^^^^^^^ WeakHashMap is a raw type. References to generic type WeakHashMap should be parameterized ---------- 292. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentImpl.java (at line 790) sourceWireHandles.put(referenceName, handle); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 293. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentImpl.java (at line 796) targetWireHandles = new WeakHashMap(); ^^^^^^^^^^^ WeakHashMap is a raw type. References to generic type WeakHashMap should be parameterized ---------- 294. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentImpl.java (at line 797) targetWireHandles.put(serviceName, handle); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentTypeImpl.java (at line 66) protected EList services = null; ^^^^^ EList is a raw type. References to generic type EList should be parameterized ---------- 296. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentTypeImpl.java (at line 76) protected EList references = null; ^^^^^ EList is a raw type. References to generic type EList should be parameterized ---------- 297. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentTypeImpl.java (at line 86) protected EList properties = null; ^^^^^ EList is a raw type. References to generic type EList should be parameterized ---------- 298. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentTypeImpl.java (at line 135) public List getServices() { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 299. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentTypeImpl.java (at line 163) public List getServicesGen() { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 300. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentTypeImpl.java (at line 165) services = new EObjectContainmentEList(Service.class, this, SCAPackage.COMPONENT_TYPE__SERVICES); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor EObjectContainmentEList(Class, InternalEObject, int) belongs to the raw type EObjectContainmentEList. References to generic type EObjectContainmentEList should be parameterized ---------- 301. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentTypeImpl.java (at line 165) services = new EObjectContainmentEList(Service.class, this, ^^^^^^^^^^^^^^^^^^^^^^^ EObjectContainmentEList is a raw type. References to generic type EObjectContainmentEList should be parameterized ---------- 302. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentTypeImpl.java (at line 174) public List getReferences() { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 303. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentTypeImpl.java (at line 203) public List getReferencesGen() { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 304. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentTypeImpl.java (at line 205) references = new EObjectContainmentEList(Reference.class, this, SCAPackage.COMPONENT_TYPE__REFERENCES); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor EObjectContainmentEList(Class, InternalEObject, int) belongs to the raw type EObjectContainmentEList. References to generic type EObjectContainmentEList should be parameterized ---------- 305. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentTypeImpl.java (at line 205) references = new EObjectContainmentEList(Reference.class, this, ^^^^^^^^^^^^^^^^^^^^^^^ EObjectContainmentEList is a raw type. References to generic type EObjectContainmentEList should be parameterized ---------- 306. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentTypeImpl.java (at line 214) public List getProperties() { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 307. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentTypeImpl.java (at line 243) public List getPropertiesGen() { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 308. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentTypeImpl.java (at line 245) properties = new EObjectContainmentEList(Property.class, this, SCAPackage.COMPONENT_TYPE__PROPERTIES); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor EObjectContainmentEList(Class, InternalEObject, int) belongs to the raw type EObjectContainmentEList. References to generic type EObjectContainmentEList should be parameterized ---------- 309. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentTypeImpl.java (at line 245) properties = new EObjectContainmentEList(Property.class, this, ^^^^^^^^^^^^^^^^^^^^^^^ EObjectContainmentEList is a raw type. References to generic type EObjectContainmentEList should be parameterized ---------- 310. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentTypeImpl.java (at line 282) int featureID, Class baseClass, NotificationChain msgs) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 311. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentTypeImpl.java (at line 286) return ((InternalEList) getServices()).basicRemove(otherEnd, ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 312. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentTypeImpl.java (at line 289) return ((InternalEList) getReferences()).basicRemove(otherEnd, ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 313. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentTypeImpl.java (at line 292) return ((InternalEList) getProperties()).basicRemove(otherEnd, ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 314. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentTypeImpl.java (at line 295) return ((InternalEList) getAny()).basicRemove(otherEnd, msgs); ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 315. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentTypeImpl.java (at line 297) return ((InternalEList) getAnyAttribute()).basicRemove(otherEnd, ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 316. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentTypeImpl.java (at line 337) getServices().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 317. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentTypeImpl.java (at line 337) getServices().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 318. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentTypeImpl.java (at line 341) getReferences().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 319. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentTypeImpl.java (at line 341) getReferences().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 320. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentTypeImpl.java (at line 345) getProperties().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 321. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentTypeImpl.java (at line 345) getProperties().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 322. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentTypeImpl.java (at line 349) getAny().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 323. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentTypeImpl.java (at line 349) getAny().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 324. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentTypeImpl.java (at line 353) getAnyAttribute().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 325. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentTypeImpl.java (at line 353) getAnyAttribute().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 326. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentTypeImpl.java (at line 451) List references = getReferences(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 327. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentTypeImpl.java (at line 464) List services = getServices(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 328. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentTypeImpl.java (at line 477) List services = getServices(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 329. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentTypeImpl.java (at line 490) List properties = getProperties(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- ---------- 330. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentWireSourceHandle.java (at line 96) public List getWiredTargets() { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 331. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentWireSourceHandle.java (at line 97) List values = getOwningComponent().getReferenceValues(getReferenceName()); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 332. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentWireSourceHandle.java (at line 105) List targets = new ArrayList(values.size()); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 333. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentWireSourceHandle.java (at line 105) List targets = new ArrayList(values.size()); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 334. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentWireSourceHandle.java (at line 107) targets.add(((ReferenceValue) values.get(i)).getTarget()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 335. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentWireSourceHandle.java (at line 109) return Collections.unmodifiableList(targets); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation unmodifiableList(List) of the generic method unmodifiableList(List) of type Collections ---------- 336. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentWireSourceHandle.java (at line 109) return Collections.unmodifiableList(targets); ^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- 337. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ComponentWireSourceHandle.java (at line 134) List wires = getOwningComponent().getReferenceValues(referenceName); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- ---------- 338. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/CompositeImpl.java (at line 68) protected EList entryPoints = null; ^^^^^ EList is a raw type. References to generic type EList should be parameterized ---------- 339. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/CompositeImpl.java (at line 88) protected EList externalServices = null; ^^^^^ EList is a raw type. References to generic type EList should be parameterized ---------- 340. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/CompositeImpl.java (at line 135) public List getEntryPoints() { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 341. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/CompositeImpl.java (at line 137) entryPoints = new EObjectContainmentEList(EntryPoint.class, this, SCAPackage.COMPOSITE__ENTRY_POINTS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor EObjectContainmentEList(Class, InternalEObject, int) belongs to the raw type EObjectContainmentEList. References to generic type EObjectContainmentEList should be parameterized ---------- 342. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/CompositeImpl.java (at line 137) entryPoints = new EObjectContainmentEList(EntryPoint.class, this, ^^^^^^^^^^^^^^^^^^^^^^^ EObjectContainmentEList is a raw type. References to generic type EObjectContainmentEList should be parameterized ---------- 343. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/CompositeImpl.java (at line 161) public List getExternalServices() { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 344. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/CompositeImpl.java (at line 163) externalServices = new EObjectContainmentEList(ExternalService.class, this, SCAPackage.COMPOSITE__EXTERNAL_SERVICES); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor EObjectContainmentEList(Class, InternalEObject, int) belongs to the raw type EObjectContainmentEList. References to generic type EObjectContainmentEList should be parameterized ---------- 345. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/CompositeImpl.java (at line 163) externalServices = new EObjectContainmentEList(ExternalService.class, ^^^^^^^^^^^^^^^^^^^^^^^ EObjectContainmentEList is a raw type. References to generic type EObjectContainmentEList should be parameterized ---------- 346. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/CompositeImpl.java (at line 174) public List getComponentsGen() { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 347. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/CompositeImpl.java (at line 207) int featureID, Class baseClass, NotificationChain msgs) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 348. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/CompositeImpl.java (at line 211) return ((InternalEList) getEntryPoints()).basicRemove(otherEnd, ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 349. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/CompositeImpl.java (at line 214) return ((InternalEList) getComponentsGroup()).basicRemove( ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 350. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/CompositeImpl.java (at line 217) return ((InternalEList) getComponents()).basicRemove(otherEnd, ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 351. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/CompositeImpl.java (at line 220) return ((InternalEList) getExternalServices()).basicRemove( ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 352. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/CompositeImpl.java (at line 260) getEntryPoints().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 353. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/CompositeImpl.java (at line 260) getEntryPoints().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 354. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/CompositeImpl.java (at line 264) getComponentsGroup().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 355. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/CompositeImpl.java (at line 264) getComponentsGroup().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 356. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/CompositeImpl.java (at line 268) getComponents().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 357. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/CompositeImpl.java (at line 268) getComponents().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 358. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/CompositeImpl.java (at line 272) getExternalServices().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 359. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/CompositeImpl.java (at line 272) getExternalServices().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 360. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/CompositeImpl.java (at line 353) List comps = getComponents(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 361. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/CompositeImpl.java (at line 368) public List getAllMatchingTargets(WireSource wireSource) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 362. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/CompositeImpl.java (at line 373) public List getAllMatchingSources(WireTarget wireTarget) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 363. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/CompositeImpl.java (at line 382) List extServices = getExternalServices(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 364. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/CompositeImpl.java (at line 520) List entPoints = getEntryPoints(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 365. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/CompositeImpl.java (at line 533) public Collection getAllWiredSources(WireTarget wireTarget) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 366. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/CompositeImpl.java (at line 536) Collection sources = null; ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 367. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/CompositeImpl.java (at line 538) List entries = getEntryPoints(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 368. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/CompositeImpl.java (at line 540) Iterator it = entries.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 369. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/CompositeImpl.java (at line 545) sources = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 370. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/CompositeImpl.java (at line 546) sources.add(ep); ^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 371. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/CompositeImpl.java (at line 551) List components = getComponents(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 372. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/CompositeImpl.java (at line 553) Iterator it = components.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 373. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/CompositeImpl.java (at line 556) Collection componentSources = component ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 374. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/CompositeImpl.java (at line 560) sources = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 375. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/CompositeImpl.java (at line 561) sources.addAll(componentSources); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 376. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/CompositeImpl.java (at line 570) public List getComponents() { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- ---------- 377. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/EObjectContainmentIntrospectingEList.java (at line 19) EObjectContainmentEList { ^^^^^^^^^^^^^^^^^^^^^^^ EObjectContainmentEList is a raw type. References to generic type EObjectContainmentEList should be parameterized ---------- 378. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/EObjectContainmentIntrospectingEList.java (at line 28) public EObjectContainmentIntrospectingEList(Class dataClass, ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 379. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/EObjectContainmentIntrospectingEList.java (at line 30) super(dataClass, owner, featureID); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor EObjectContainmentEList(Class, InternalEObject, int) belongs to the raw type EObjectContainmentEList. References to generic type EObjectContainmentEList should be parameterized ---------- ---------- 380. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/EntryPointImpl.java (at line 91) protected EList referenceTargets = null; ^^^^^ EList is a raw type. References to generic type EList should be parameterized ---------- 381. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/EntryPointImpl.java (at line 162) private List wiredTargets; ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 382. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/EntryPointImpl.java (at line 170) private List bindings; ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 383. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/EntryPointImpl.java (at line 263) public List getBindings() { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 384. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/EntryPointImpl.java (at line 277) public List getBindingsGen() { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 385. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/EntryPointImpl.java (at line 286) public List getReferenceTargets() { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 386. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/EntryPointImpl.java (at line 292) private List getReferenceTargetURIsFromWireTargets() { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 387. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/EntryPointImpl.java (at line 295) List uris = new ArrayList(wiredTargets.size()); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 388. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/EntryPointImpl.java (at line 295) List uris = new ArrayList(wiredTargets.size()); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 389. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/EntryPointImpl.java (at line 297) uris.add(((WireTarget) wiredTargets.get(i)).getName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 390. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/EntryPointImpl.java (at line 306) public List getReferenceTargetsGen() { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 391. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/EntryPointImpl.java (at line 308) referenceTargets = new EDataTypeEList(String.class, this, SCAPackage.ENTRY_POINT__REFERENCE_TARGETS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor EDataTypeEList(Class, InternalEObject, int) belongs to the raw type EDataTypeEList. References to generic type EDataTypeEList should be parameterized ---------- 392. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/EntryPointImpl.java (at line 308) referenceTargets = new EDataTypeEList(String.class, this, ^^^^^^^^^^^^^^ EDataTypeEList is a raw type. References to generic type EDataTypeEList should be parameterized ---------- 393. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/EntryPointImpl.java (at line 417) int featureID, Class baseClass, NotificationChain msgs) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 394. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/EntryPointImpl.java (at line 421) return ((InternalEList) getInterfaceGroup()).basicRemove( ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 395. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/EntryPointImpl.java (at line 426) return ((InternalEList) getBindingGroup()).basicRemove(otherEnd, ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 396. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/EntryPointImpl.java (at line 429) return ((InternalEList) getBindings()).basicRemove(otherEnd, ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 397. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/EntryPointImpl.java (at line 432) return ((InternalEList) getAny()).basicRemove(otherEnd, msgs); ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 398. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/EntryPointImpl.java (at line 434) return ((InternalEList) getAnyAttribute()).basicRemove(otherEnd, ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 399. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/EntryPointImpl.java (at line 482) getInterfaceGroup().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 400. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/EntryPointImpl.java (at line 482) getInterfaceGroup().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 401. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/EntryPointImpl.java (at line 489) getBindingGroup().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 402. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/EntryPointImpl.java (at line 489) getBindingGroup().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 403. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/EntryPointImpl.java (at line 493) getBindings().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/EntryPointImpl.java (at line 493) getBindings().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 405. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/EntryPointImpl.java (at line 497) getReferenceTargets().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 406. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/EntryPointImpl.java (at line 497) getReferenceTargets().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 407. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/EntryPointImpl.java (at line 501) getAny().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 408. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/EntryPointImpl.java (at line 501) getAny().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 409. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/EntryPointImpl.java (at line 511) getAnyAttribute().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 410. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/EntryPointImpl.java (at line 511) getAnyAttribute().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 411. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/EntryPointImpl.java (at line 633) getWiredTargetsGen().add(wireTarget); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/EntryPointImpl.java (at line 641) getReferenceTargetsGen().add(wireTarget.getName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/EntryPointImpl.java (at line 644) public List getWiredTargets() { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 414. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/EntryPointImpl.java (at line 648) wiredTargets = new ArrayList(getReferenceTargetsGen().size()); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 415. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/EntryPointImpl.java (at line 654) private List getWiredTargetsGen() { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 416. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/EntryPointImpl.java (at line 656) wiredTargets = new ArrayList(getReferenceTargetsGen().size() + 1); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 417. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/EntryPointImpl.java (at line 676) wiredTargets.add(target); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 418. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/EntryPointImpl.java (at line 710) List references = getReferenceTargetsGen(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- ---------- 419. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ExternalServiceImpl.java (at line 152) private List bindings; ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 420. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ExternalServiceImpl.java (at line 233) public List getBindings() { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 421. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ExternalServiceImpl.java (at line 247) public List getBindingsGen() { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 422. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ExternalServiceImpl.java (at line 369) int featureID, Class baseClass, NotificationChain msgs) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 423. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ExternalServiceImpl.java (at line 373) return ((InternalEList) getBindingGroup()).basicRemove(otherEnd, ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 424. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ExternalServiceImpl.java (at line 376) return ((InternalEList) getBindings()).basicRemove(otherEnd, ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 425. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ExternalServiceImpl.java (at line 379) return ((InternalEList) getInterfaceGroup()).basicRemove( ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 426. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ExternalServiceImpl.java (at line 384) return ((InternalEList) getAny()).basicRemove(otherEnd, msgs); ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 427. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ExternalServiceImpl.java (at line 386) return ((InternalEList) getAnyAttribute()).basicRemove(otherEnd, ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 428. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ExternalServiceImpl.java (at line 432) getBindingGroup().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 429. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ExternalServiceImpl.java (at line 432) getBindingGroup().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 430. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ExternalServiceImpl.java (at line 436) getBindings().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 431. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ExternalServiceImpl.java (at line 436) getBindings().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 432. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ExternalServiceImpl.java (at line 440) getInterfaceGroup().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 433. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ExternalServiceImpl.java (at line 440) getInterfaceGroup().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 434. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ExternalServiceImpl.java (at line 447) getAny().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 435. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ExternalServiceImpl.java (at line 447) getAny().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 436. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ExternalServiceImpl.java (at line 457) getAnyAttribute().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 437. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ExternalServiceImpl.java (at line 457) getAnyAttribute().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- ---------- 438. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/FeatureAwareList.java (at line 26) public class FeatureAwareList implements EList { ^^^^^ EList is a raw type. References to generic type EList should be parameterized ---------- 439. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/FeatureAwareList.java (at line 32) private final EList modelList; ^^^^^ EList is a raw type. References to generic type EList should be parameterized ---------- 440. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/FeatureAwareList.java (at line 62) public boolean addAll(Collection c) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 441. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/FeatureAwareList.java (at line 66) public boolean addAll(int index, Collection c) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 442. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/FeatureAwareList.java (at line 69) for (Iterator itr = c.iterator(); itr.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 443. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/FeatureAwareList.java (at line 91) public boolean containsAll(Collection c) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 444. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/FeatureAwareList.java (at line 92) return modelList.containsAll(c); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method containsAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 445. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/FeatureAwareList.java (at line 115) public Iterator iterator() { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 446. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/FeatureAwareList.java (at line 123) public ListIterator listIterator() { ^^^^^^^^^^^^ ListIterator is a raw type. References to generic type ListIterator should be parameterized ---------- 447. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/FeatureAwareList.java (at line 127) public ListIterator listIterator(int index) { ^^^^^^^^^^^^ ListIterator is a raw type. References to generic type ListIterator should be parameterized ---------- 448. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/FeatureAwareList.java (at line 139) public boolean removeAll(Collection c) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 449. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/FeatureAwareList.java (at line 140) return modelList.removeAll(c); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method removeAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 450. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/FeatureAwareList.java (at line 143) public boolean retainAll(Collection c) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 451. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/FeatureAwareList.java (at line 144) return modelList.retainAll(c); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method retainAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 452. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/FeatureAwareList.java (at line 148) return modelList.set(index, element); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method set(int, Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 453. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/FeatureAwareList.java (at line 155) public List subList(int fromIndex, int toIndex) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 454. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/FeatureAwareList.java (at line 163) public Object[] toArray(Object[] a) { ^^^^^^^^ Type safety: The return type Object[] for toArray(Object[]) from the type FeatureAwareList needs unchecked conversion to conform to T[] from the type Collection ---------- 455. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/FeatureAwareList.java (at line 163) public Object[] toArray(Object[] a) { ^^^^^^^^ Type safety: The return type Object[] for toArray(Object[]) from the type FeatureAwareList needs unchecked conversion to conform to T[] from the type List ---------- 456. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/FeatureAwareList.java (at line 164) return modelList.toArray(a); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized ---------- 457. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/FeatureAwareList.java (at line 168) modelList.move(newPosition, object); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method move(int, Object) belongs to the raw type EList. References to generic type EList should be parameterized ---------- ---------- 458. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ImplementationComponentImpl.java (at line 190) int featureID, Class baseClass, NotificationChain msgs) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 459. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ImplementationComponentImpl.java (at line 218) int featureID, Class baseClass, NotificationChain msgs) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 460. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ImplementationComponentImpl.java (at line 226) return ((InternalEList) getImplementationGroup()).basicRemove( ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 461. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ImplementationComponentImpl.java (at line 231) return ((InternalEList) getAny()).basicRemove(otherEnd, msgs); ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 462. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ImplementationComponentImpl.java (at line 233) return ((InternalEList) getAnyAttribute()).basicRemove(otherEnd, ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 463. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ImplementationComponentImpl.java (at line 286) getImplementationGroup().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 464. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ImplementationComponentImpl.java (at line 286) getImplementationGroup().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 465. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ImplementationComponentImpl.java (at line 293) getAny().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 466. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ImplementationComponentImpl.java (at line 293) getAny().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 467. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ImplementationComponentImpl.java (at line 297) getAnyAttribute().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 468. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ImplementationComponentImpl.java (at line 297) getAnyAttribute().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- ---------- 469. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/JavaImplementationImpl.java (at line 156) int featureID, Class baseClass, NotificationChain msgs) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 470. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/JavaImplementationImpl.java (at line 160) return ((InternalEList) getAny()).basicRemove(otherEnd, msgs); ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 471. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/JavaImplementationImpl.java (at line 162) return ((InternalEList) getAnyAttribute()).basicRemove(otherEnd, ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 472. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/JavaImplementationImpl.java (at line 198) getAny().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 473. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/JavaImplementationImpl.java (at line 198) getAny().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 474. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/JavaImplementationImpl.java (at line 205) getAnyAttribute().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 475. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/JavaImplementationImpl.java (at line 205) getAnyAttribute().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- ---------- 476. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/JavaInterfaceImpl.java (at line 199) int featureID, Class baseClass, NotificationChain msgs) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 477. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/JavaInterfaceImpl.java (at line 203) return ((InternalEList) getAny()).basicRemove(otherEnd, msgs); ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 478. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/JavaInterfaceImpl.java (at line 205) return ((InternalEList) getAnyAttribute()).basicRemove(otherEnd, ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 479. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/JavaInterfaceImpl.java (at line 243) getAny().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 480. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/JavaInterfaceImpl.java (at line 243) getAny().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 481. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/JavaInterfaceImpl.java (at line 253) getAnyAttribute().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 482. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/JavaInterfaceImpl.java (at line 253) getAnyAttribute().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- ---------- 483. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleComponentImpl.java (at line 251) int featureID, Class baseClass, NotificationChain msgs) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 484. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleComponentImpl.java (at line 279) int featureID, Class baseClass, NotificationChain msgs) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 485. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleComponentImpl.java (at line 287) return ((InternalEList) getAny()).basicRemove(otherEnd, msgs); ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 486. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleComponentImpl.java (at line 289) return ((InternalEList) getAnyAttribute()).basicRemove(otherEnd, ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 487. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleComponentImpl.java (at line 342) getAny().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 488. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleComponentImpl.java (at line 342) getAny().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 489. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleComponentImpl.java (at line 352) getAnyAttribute().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 490. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleComponentImpl.java (at line 352) getAnyAttribute().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- ---------- 491. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleFragmentImpl.java (at line 54) protected EList wires = null; ^^^^^ EList is a raw type. References to generic type EList should be parameterized ---------- 492. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleFragmentImpl.java (at line 99) public List getWires() { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 493. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleFragmentImpl.java (at line 101) wires = new EObjectContainmentEList(ModuleWire.class, this, SCAPackage.MODULE_FRAGMENT__WIRES); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor EObjectContainmentEList(Class, InternalEObject, int) belongs to the raw type EObjectContainmentEList. References to generic type EObjectContainmentEList should be parameterized ---------- 494. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleFragmentImpl.java (at line 101) wires = new EObjectContainmentEList(ModuleWire.class, this, ^^^^^^^^^^^^^^^^^^^^^^^ EObjectContainmentEList is a raw type. References to generic type EObjectContainmentEList should be parameterized ---------- 495. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleFragmentImpl.java (at line 138) int featureID, Class baseClass, NotificationChain msgs) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 496. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleFragmentImpl.java (at line 142) return ((InternalEList) getEntryPoints()).basicRemove(otherEnd, ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 497. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleFragmentImpl.java (at line 145) return ((InternalEList) getComponentsGroup()).basicRemove( ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 498. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleFragmentImpl.java (at line 148) return ((InternalEList) getComponents()).basicRemove(otherEnd, ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 499. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleFragmentImpl.java (at line 151) return ((InternalEList) getExternalServices()).basicRemove( ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 500. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleFragmentImpl.java (at line 154) return ((InternalEList) getWires()).basicRemove(otherEnd, msgs); ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 501. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleFragmentImpl.java (at line 156) return ((InternalEList) getAny()).basicRemove(otherEnd, msgs); ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 502. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleFragmentImpl.java (at line 158) return ((InternalEList) getAnyAttribute()).basicRemove(otherEnd, ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 503. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleFragmentImpl.java (at line 204) getEntryPoints().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 504. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleFragmentImpl.java (at line 204) getEntryPoints().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 505. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleFragmentImpl.java (at line 208) getComponentsGroup().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 506. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleFragmentImpl.java (at line 208) getComponentsGroup().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 507. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleFragmentImpl.java (at line 212) getComponents().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 508. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleFragmentImpl.java (at line 212) getComponents().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 509. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleFragmentImpl.java (at line 216) getExternalServices().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 510. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleFragmentImpl.java (at line 216) getExternalServices().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 511. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleFragmentImpl.java (at line 223) getWires().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 512. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleFragmentImpl.java (at line 223) getWires().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 513. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleFragmentImpl.java (at line 227) getAny().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 514. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleFragmentImpl.java (at line 227) getAny().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 515. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleFragmentImpl.java (at line 231) getAnyAttribute().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 516. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleFragmentImpl.java (at line 231) getAnyAttribute().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- ---------- 517. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleImpl.java (at line 59) int featureID, Class baseClass, NotificationChain msgs) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 518. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleImpl.java (at line 63) return ((InternalEList) getEntryPoints()).basicRemove(otherEnd, ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 519. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleImpl.java (at line 66) return ((InternalEList) getComponentsGroup()).basicRemove( ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 520. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleImpl.java (at line 69) return ((InternalEList) getComponents()).basicRemove(otherEnd, ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 521. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleImpl.java (at line 72) return ((InternalEList) getExternalServices()).basicRemove( ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 522. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleImpl.java (at line 75) return ((InternalEList) getWires()).basicRemove(otherEnd, msgs); ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 523. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleImpl.java (at line 77) return ((InternalEList) getAny()).basicRemove(otherEnd, msgs); ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 524. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleImpl.java (at line 79) return ((InternalEList) getAnyAttribute()).basicRemove(otherEnd, ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 525. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleImpl.java (at line 125) getEntryPoints().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 526. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleImpl.java (at line 125) getEntryPoints().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 527. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleImpl.java (at line 129) getComponentsGroup().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 528. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleImpl.java (at line 129) getComponentsGroup().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 529. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleImpl.java (at line 133) getComponents().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 530. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleImpl.java (at line 133) getComponents().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 531. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleImpl.java (at line 137) getExternalServices().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 532. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleImpl.java (at line 137) getExternalServices().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 533. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleImpl.java (at line 144) getWires().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 534. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleImpl.java (at line 144) getWires().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 535. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleImpl.java (at line 148) getAny().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 536. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleImpl.java (at line 148) getAny().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 537. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleImpl.java (at line 152) getAnyAttribute().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 538. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleImpl.java (at line 152) getAnyAttribute().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 539. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleImpl.java (at line 221) public List getComponents() { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- ---------- 540. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleReferenceImpl.java (at line 121) int featureID, Class baseClass, NotificationChain msgs) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 541. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleReferenceImpl.java (at line 125) return ((InternalEList) getInterfaceGroup()).basicRemove( ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 542. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleReferenceImpl.java (at line 130) return ((InternalEList) getAny()).basicRemove(otherEnd, msgs); ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 543. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleReferenceImpl.java (at line 132) return ((InternalEList) getAnyAttribute()).basicRemove(otherEnd, ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 544. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleReferenceImpl.java (at line 178) getInterfaceGroup().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 545. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleReferenceImpl.java (at line 178) getInterfaceGroup().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 546. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleReferenceImpl.java (at line 185) getAny().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 547. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleReferenceImpl.java (at line 185) getAny().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 548. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleReferenceImpl.java (at line 195) getAnyAttribute().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 549. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleReferenceImpl.java (at line 195) getAnyAttribute().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- ---------- 550. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleServiceImpl.java (at line 120) int featureID, Class baseClass, NotificationChain msgs) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 551. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleServiceImpl.java (at line 124) return ((InternalEList) getInterfaceGroup()).basicRemove( ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 552. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleServiceImpl.java (at line 129) return ((InternalEList) getAny()).basicRemove(otherEnd, msgs); ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 553. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleServiceImpl.java (at line 131) return ((InternalEList) getAnyAttribute()).basicRemove(otherEnd, ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 554. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleServiceImpl.java (at line 175) getInterfaceGroup().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 555. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleServiceImpl.java (at line 175) getInterfaceGroup().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 556. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleServiceImpl.java (at line 182) getAny().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 557. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleServiceImpl.java (at line 182) getAny().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 558. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleServiceImpl.java (at line 189) getAnyAttribute().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 559. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleServiceImpl.java (at line 189) getAnyAttribute().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- ---------- 560. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleWireImpl.java (at line 199) int featureID, Class baseClass, NotificationChain msgs) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 561. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleWireImpl.java (at line 203) return ((InternalEList) getAny()).basicRemove(otherEnd, msgs); ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 562. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleWireImpl.java (at line 205) return ((InternalEList) getAnyAttribute()).basicRemove(otherEnd, ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 563. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleWireImpl.java (at line 249) getAny().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 564. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleWireImpl.java (at line 249) getAny().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 565. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleWireImpl.java (at line 253) getAnyAttribute().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 566. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ModuleWireImpl.java (at line 253) getAnyAttribute().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- ---------- 567. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/PropertyImpl.java (at line 408) int featureID, Class baseClass, NotificationChain msgs) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 568. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/PropertyImpl.java (at line 412) return ((InternalEList) getAny()).basicRemove(otherEnd, msgs); ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 569. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/PropertyImpl.java (at line 414) return ((InternalEList) getAnyAttribute()).basicRemove(otherEnd, ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 570. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/PropertyImpl.java (at line 458) getAny().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 571. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/PropertyImpl.java (at line 458) getAny().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 572. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/PropertyImpl.java (at line 477) getAnyAttribute().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 573. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/PropertyImpl.java (at line 477) getAnyAttribute().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- ---------- 574. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/PropertyValuesSetImpl.java (at line 55) protected EList propertyValues = null; ^^^^^ EList is a raw type. References to generic type EList should be parameterized ---------- 575. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/PropertyValuesSetImpl.java (at line 90) public List getPropertyValues() { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 576. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/PropertyValuesSetImpl.java (at line 92) propertyValues = new EObjectContainmentEList(PropertyValue.class, this, SCAPackage.PROPERTY_VALUES_SET__PROPERTY_VALUES); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor EObjectContainmentEList(Class, InternalEObject, int) belongs to the raw type EObjectContainmentEList. References to generic type EObjectContainmentEList should be parameterized ---------- 577. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/PropertyValuesSetImpl.java (at line 92) propertyValues = new EObjectContainmentEList(PropertyValue.class, ^^^^^^^^^^^^^^^^^^^^^^^ EObjectContainmentEList is a raw type. References to generic type EObjectContainmentEList should be parameterized ---------- 578. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/PropertyValuesSetImpl.java (at line 117) int featureID, Class baseClass, NotificationChain msgs) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 579. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/PropertyValuesSetImpl.java (at line 121) return ((InternalEList) getPropertyValues()).basicRemove( ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 580. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/PropertyValuesSetImpl.java (at line 124) return ((InternalEList) getAnyAttribute()).basicRemove(otherEnd, ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 581. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/PropertyValuesSetImpl.java (at line 158) getPropertyValues().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 582. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/PropertyValuesSetImpl.java (at line 158) getPropertyValues().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 583. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/PropertyValuesSetImpl.java (at line 162) getAnyAttribute().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 584. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/PropertyValuesSetImpl.java (at line 162) getAnyAttribute().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- ---------- 585. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ReferenceImpl.java (at line 315) int featureID, Class baseClass, NotificationChain msgs) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 586. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ReferenceImpl.java (at line 319) return ((InternalEList) getInterfaceGroup()).basicRemove( ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 587. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ReferenceImpl.java (at line 324) return ((InternalEList) getAny()).basicRemove(otherEnd, msgs); ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 588. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ReferenceImpl.java (at line 326) return ((InternalEList) getAnyAttribute()).basicRemove(otherEnd, ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 589. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ReferenceImpl.java (at line 368) getInterfaceGroup().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 590. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ReferenceImpl.java (at line 368) getInterfaceGroup().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 591. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ReferenceImpl.java (at line 375) getAny().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 592. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ReferenceImpl.java (at line 375) getAny().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 593. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ReferenceImpl.java (at line 385) getAnyAttribute().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 594. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ReferenceImpl.java (at line 385) getAnyAttribute().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- ---------- 595. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ReferenceValueImpl.java (at line 285) int featureID, Class baseClass, NotificationChain msgs) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 596. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ReferenceValueImpl.java (at line 308) int featureID, Class baseClass, NotificationChain msgs) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 597. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ReferenceValueImpl.java (at line 312) return ((InternalEList) getAnyAttribute()).basicRemove(otherEnd, ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 598. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ReferenceValueImpl.java (at line 379) getAnyAttribute().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 599. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ReferenceValueImpl.java (at line 379) getAnyAttribute().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- ---------- 600. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ReferenceValuesSetImpl.java (at line 61) protected EList referenceValues = null; ^^^^^ EList is a raw type. References to generic type EList should be parameterized ---------- 601. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ReferenceValuesSetImpl.java (at line 96) public List getReferenceValues() { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 602. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ReferenceValuesSetImpl.java (at line 98) referenceValues = new EObjectContainmentWithInverseEList( ReferenceValue.class, this, SCAPackage.REFERENCE_VALUES_SET__REFERENCE_VALUES, SCAPackage.REFERENCE_VALUE__REFERENCE_VALUE_SET); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor EObjectContainmentWithInverseEList(Class, InternalEObject, int, int) belongs to the raw type EObjectContainmentWithInverseEList. References to generic type EObjectContainmentWithInverseEList should be parameterized ---------- 603. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ReferenceValuesSetImpl.java (at line 98) referenceValues = new EObjectContainmentWithInverseEList( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ EObjectContainmentWithInverseEList is a raw type. References to generic type EObjectContainmentWithInverseEList should be parameterized ---------- 604. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ReferenceValuesSetImpl.java (at line 164) int featureID, Class baseClass, NotificationChain msgs) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 605. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ReferenceValuesSetImpl.java (at line 168) return ((InternalEList) getReferenceValues()).basicAdd(otherEnd, msgs); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method basicAdd(Object, NotificationChain) belongs to the raw type InternalEList. References to generic type InternalEList should be parameterized ---------- 606. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ReferenceValuesSetImpl.java (at line 168) return ((InternalEList) getReferenceValues()).basicAdd(otherEnd, ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 607. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ReferenceValuesSetImpl.java (at line 190) int featureID, Class baseClass, NotificationChain msgs) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 608. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ReferenceValuesSetImpl.java (at line 194) return ((InternalEList) getReferenceValues()).basicRemove( ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 609. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ReferenceValuesSetImpl.java (at line 197) return ((InternalEList) getAnyAttribute()).basicRemove(otherEnd, ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 610. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ReferenceValuesSetImpl.java (at line 256) getReferenceValues().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 611. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ReferenceValuesSetImpl.java (at line 256) getReferenceValues().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 612. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ReferenceValuesSetImpl.java (at line 260) getAnyAttribute().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 613. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ReferenceValuesSetImpl.java (at line 260) getAnyAttribute().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- ---------- 614. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/SCABindingImpl.java (at line 110) int featureID, Class baseClass, NotificationChain msgs) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 615. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/SCABindingImpl.java (at line 114) return ((InternalEList) getAny()).basicRemove(otherEnd, msgs); ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 616. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/SCABindingImpl.java (at line 116) return ((InternalEList) getAnyAttribute()).basicRemove(otherEnd, ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 617. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/SCABindingImpl.java (at line 155) getAny().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 618. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/SCABindingImpl.java (at line 155) getAny().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 619. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/SCABindingImpl.java (at line 159) getAnyAttribute().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 620. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/SCABindingImpl.java (at line 159) getAnyAttribute().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- ---------- 621. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/SCACoreRootImpl.java (at line 112) protected EMap xMLNSPrefixMap = null; ^^^^ EMap is a raw type. References to generic type EMap should be parameterized ---------- 622. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/SCACoreRootImpl.java (at line 122) protected EMap xSISchemaLocation = null; ^^^^ EMap is a raw type. References to generic type EMap should be parameterized ---------- 623. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/SCACoreRootImpl.java (at line 179) public Map getXMLNSPrefixMap() { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 624. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/SCACoreRootImpl.java (at line 181) xMLNSPrefixMap = new EcoreEMap(EcorePackage.eINSTANCE .getEStringToStringMapEntry(), EStringToStringMapEntryImpl.class, this, SCAPackage.SCA_CORE_ROOT__XMLNS_PREFIX_MAP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor EcoreEMap(EClass, Class, InternalEObject, int) belongs to the raw type EcoreEMap. References to generic type EcoreEMap should be parameterized ---------- 625. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/SCACoreRootImpl.java (at line 181) xMLNSPrefixMap = new EcoreEMap(EcorePackage.eINSTANCE ^^^^^^^^^ EcoreEMap is a raw type. References to generic type EcoreEMap should be parameterized ---------- 626. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/SCACoreRootImpl.java (at line 194) public Map getXSISchemaLocation() { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 627. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/SCACoreRootImpl.java (at line 196) xSISchemaLocation = new EcoreEMap(EcorePackage.eINSTANCE .getEStringToStringMapEntry(), EStringToStringMapEntryImpl.class, this, SCAPackage.SCA_CORE_ROOT__XSI_SCHEMA_LOCATION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor EcoreEMap(EClass, Class, InternalEObject, int) belongs to the raw type EcoreEMap. References to generic type EcoreEMap should be parameterized ---------- 628. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/SCACoreRootImpl.java (at line 196) xSISchemaLocation = new EcoreEMap(EcorePackage.eINSTANCE ^^^^^^^^^ EcoreEMap is a raw type. References to generic type EcoreEMap should be parameterized ---------- 629. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/SCACoreRootImpl.java (at line 990) int featureID, Class baseClass, NotificationChain msgs) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 630. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/SCACoreRootImpl.java (at line 994) return ((InternalEList) getMixed()).basicRemove(otherEnd, msgs); ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 631. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/SCACoreRootImpl.java (at line 996) return ((InternalEList) ((EMap.InternalMapView) getXMLNSPrefixMap()) ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 632. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/SCACoreRootImpl.java (at line 996) return ((InternalEList) ((EMap.InternalMapView) getXMLNSPrefixMap()) ^^^^^^^^^^^^^^^^^^^^ EMap.InternalMapView is a raw type. References to generic type EMap.InternalMapView should be parameterized ---------- 633. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/SCACoreRootImpl.java (at line 999) return ((InternalEList) ((EMap.InternalMapView) getXSISchemaLocation()) ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 634. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/SCACoreRootImpl.java (at line 999) return ((InternalEList) ((EMap.InternalMapView) getXSISchemaLocation()) ^^^^^^^^^^^^^^^^^^^^ EMap.InternalMapView is a raw type. References to generic type EMap.InternalMapView should be parameterized ---------- 635. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/SCACoreRootImpl.java (at line 1065) return ((EMap.InternalMapView) getXMLNSPrefixMap()).eMap(); ^^^^^^^^^^^^^^^^^^^^ EMap.InternalMapView is a raw type. References to generic type EMap.InternalMapView should be parameterized ---------- 636. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/SCACoreRootImpl.java (at line 1067) return ((EMap.InternalMapView) getXSISchemaLocation()).eMap(); ^^^^^^^^^^^^^^^^^^^^ EMap.InternalMapView is a raw type. References to generic type EMap.InternalMapView should be parameterized ---------- 637. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/SCACoreRootImpl.java (at line 1131) getMixed().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 638. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/SCACoreRootImpl.java (at line 1131) getMixed().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 639. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/SCACoreRootImpl.java (at line 1135) ((EMap.InternalMapView) getXMLNSPrefixMap()).eMap().addAll( (Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 640. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/SCACoreRootImpl.java (at line 1135) ((EMap.InternalMapView) getXMLNSPrefixMap()).eMap().addAll( ^^^^^^^^^^^^^^^^^^^^ EMap.InternalMapView is a raw type. References to generic type EMap.InternalMapView should be parameterized ---------- 641. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/SCACoreRootImpl.java (at line 1136) (Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 642. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/SCACoreRootImpl.java (at line 1140) ((EMap.InternalMapView) getXSISchemaLocation()).eMap().addAll( (Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 643. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/SCACoreRootImpl.java (at line 1140) ((EMap.InternalMapView) getXSISchemaLocation()).eMap().addAll( ^^^^^^^^^^^^^^^^^^^^ EMap.InternalMapView is a raw type. References to generic type EMap.InternalMapView should be parameterized ---------- 644. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/SCACoreRootImpl.java (at line 1141) (Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- ---------- 645. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ServiceImpl.java (at line 226) int featureID, Class baseClass, NotificationChain msgs) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 646. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ServiceImpl.java (at line 230) return ((InternalEList) getInterfaceGroup()).basicRemove( ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 647. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ServiceImpl.java (at line 235) return ((InternalEList) getAny()).basicRemove(otherEnd, msgs); ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 648. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ServiceImpl.java (at line 237) return ((InternalEList) getAnyAttribute()).basicRemove(otherEnd, ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 649. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ServiceImpl.java (at line 277) getInterfaceGroup().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 650. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ServiceImpl.java (at line 277) getInterfaceGroup().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 651. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ServiceImpl.java (at line 284) getAny().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 652. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ServiceImpl.java (at line 284) getAny().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 653. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ServiceImpl.java (at line 291) getAnyAttribute().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 654. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/ServiceImpl.java (at line 291) getAnyAttribute().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- ---------- 655. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/SubsystemImpl.java (at line 57) protected EList wires = null; ^^^^^ EList is a raw type. References to generic type EList should be parameterized ---------- 656. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/SubsystemImpl.java (at line 122) public List getWires() { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 657. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/SubsystemImpl.java (at line 124) wires = new EObjectContainmentEList(SystemWire.class, this, SCAPackage.SUBSYSTEM__WIRES); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor EObjectContainmentEList(Class, InternalEObject, int) belongs to the raw type EObjectContainmentEList. References to generic type EObjectContainmentEList should be parameterized ---------- 658. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/SubsystemImpl.java (at line 124) wires = new EObjectContainmentEList(SystemWire.class, this, ^^^^^^^^^^^^^^^^^^^^^^^ EObjectContainmentEList is a raw type. References to generic type EObjectContainmentEList should be parameterized ---------- 659. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/SubsystemImpl.java (at line 183) int featureID, Class baseClass, NotificationChain msgs) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 660. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/SubsystemImpl.java (at line 187) return ((InternalEList) getEntryPoints()).basicRemove(otherEnd, ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 661. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/SubsystemImpl.java (at line 190) return ((InternalEList) getComponentsGroup()).basicRemove( ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 662. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/SubsystemImpl.java (at line 193) return ((InternalEList) getComponents()).basicRemove(otherEnd, ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 663. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/SubsystemImpl.java (at line 196) return ((InternalEList) getExternalServices()).basicRemove( ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 664. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/SubsystemImpl.java (at line 199) return ((InternalEList) getWires()).basicRemove(otherEnd, msgs); ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 665. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/SubsystemImpl.java (at line 201) return ((InternalEList) getAny()).basicRemove(otherEnd, msgs); ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 666. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/SubsystemImpl.java (at line 203) return ((InternalEList) getAnyAttribute()).basicRemove(otherEnd, ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 667. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/SubsystemImpl.java (at line 251) getEntryPoints().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 668. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/SubsystemImpl.java (at line 251) getEntryPoints().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 669. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/SubsystemImpl.java (at line 255) getComponentsGroup().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 670. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/SubsystemImpl.java (at line 255) getComponentsGroup().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 671. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/SubsystemImpl.java (at line 259) getComponents().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 672. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/SubsystemImpl.java (at line 259) getComponents().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 673. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/SubsystemImpl.java (at line 263) getExternalServices().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 674. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/SubsystemImpl.java (at line 263) getExternalServices().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 675. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/SubsystemImpl.java (at line 270) getWires().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 676. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/SubsystemImpl.java (at line 270) getWires().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 677. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/SubsystemImpl.java (at line 274) getAny().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 678. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/SubsystemImpl.java (at line 274) getAny().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 679. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/SubsystemImpl.java (at line 281) getAnyAttribute().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 680. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/SubsystemImpl.java (at line 281) getAnyAttribute().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 681. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/SubsystemImpl.java (at line 376) public List getComponents() { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- ---------- 682. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/SystemWireImpl.java (at line 200) int featureID, Class baseClass, NotificationChain msgs) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 683. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/SystemWireImpl.java (at line 204) return ((InternalEList) getSourceGroup()).basicRemove(otherEnd, ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 684. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/SystemWireImpl.java (at line 209) return ((InternalEList) getTargetGroup()).basicRemove(otherEnd, ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 685. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/SystemWireImpl.java (at line 214) return ((InternalEList) getAny()).basicRemove(otherEnd, msgs); ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 686. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/SystemWireImpl.java (at line 253) getSourceGroup().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 687. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/SystemWireImpl.java (at line 253) getSourceGroup().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 688. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/SystemWireImpl.java (at line 260) getTargetGroup().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 689. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/SystemWireImpl.java (at line 260) getTargetGroup().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 690. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/SystemWireImpl.java (at line 267) getAny().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 691. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/SystemWireImpl.java (at line 267) getAny().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- ---------- 692. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/UnresolvedWireHandle.java (at line 75) public List getWiredTargets() { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- ---------- 693. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/WSDLPortTypeImpl.java (at line 199) int featureID, Class baseClass, NotificationChain msgs) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 694. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/WSDLPortTypeImpl.java (at line 203) return ((InternalEList) getAny()).basicRemove(otherEnd, msgs); ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 695. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/WSDLPortTypeImpl.java (at line 205) return ((InternalEList) getAnyAttribute()).basicRemove(otherEnd, ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 696. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/WSDLPortTypeImpl.java (at line 243) getAny().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 697. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/WSDLPortTypeImpl.java (at line 243) getAny().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 698. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/WSDLPortTypeImpl.java (at line 253) getAnyAttribute().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 699. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/WSDLPortTypeImpl.java (at line 253) getAnyAttribute().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- ---------- 700. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/WebServiceBindingImpl.java (at line 156) int featureID, Class baseClass, NotificationChain msgs) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 701. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/WebServiceBindingImpl.java (at line 160) return ((InternalEList) getAny()).basicRemove(otherEnd, msgs); ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 702. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/WebServiceBindingImpl.java (at line 162) return ((InternalEList) getAnyAttribute()).basicRemove(otherEnd, ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 703. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/WebServiceBindingImpl.java (at line 203) getAny().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 704. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/WebServiceBindingImpl.java (at line 203) getAny().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 705. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/WebServiceBindingImpl.java (at line 210) getAnyAttribute().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 706. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/impl/WebServiceBindingImpl.java (at line 210) getAnyAttribute().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- ---------- 707. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/AbstractImplementationItemProvider.java (at line 61) public List getPropertyDescriptors(Object object) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 708. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/AbstractImplementationItemProvider.java (at line 61) public List getPropertyDescriptors(Object object) { ^^^^ Type safety: The return type List for getPropertyDescriptors(Object) from the type AbstractImplementationItemProvider needs unchecked conversion to conform to List from the type IItemPropertySource ---------- 709. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/AbstractImplementationItemProvider.java (at line 99) public Collection getChildrenFeatures(Object object) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 710. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/AbstractImplementationItemProvider.java (at line 99) public Collection getChildrenFeatures(Object object) { ^^^^^^^^^^ Type safety: The return type Collection for getChildrenFeatures(Object) from the type AbstractImplementationItemProvider needs unchecked conversion to conform to Collection from the type ItemProviderAdapter ---------- 711. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/AbstractImplementationItemProvider.java (at line 162) protected void collectNewChildDescriptors(Collection newChildDescriptors, ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 712. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/AbstractImplementationItemProvider.java (at line 166) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getAbstractImplementation_ComponentType(), SCAFactory.eINSTANCE .createComponentType())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- ---------- 713. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/BindingItemProvider.java (at line 60) public List getPropertyDescriptors(Object object) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 714. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/BindingItemProvider.java (at line 60) public List getPropertyDescriptors(Object object) { ^^^^ Type safety: The return type List for getPropertyDescriptors(Object) from the type BindingItemProvider needs unchecked conversion to conform to List from the type IItemPropertySource ---------- 715. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/BindingItemProvider.java (at line 60) public List getPropertyDescriptors(Object object) { ^^^^ Type safety: The return type List for getPropertyDescriptors(Object) from the type BindingItemProvider needs unchecked conversion to conform to List from the type ItemProviderAdapter ---------- 716. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/BindingItemProvider.java (at line 137) protected void collectNewChildDescriptors(Collection newChildDescriptors, ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 717. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/BindingItemProvider.java (at line 139) super.collectNewChildDescriptors(newChildDescriptors, object); ^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- ---------- 718. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ComponentItemProvider.java (at line 62) public List getPropertyDescriptors(Object object) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 719. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ComponentItemProvider.java (at line 62) public List getPropertyDescriptors(Object object) { ^^^^ Type safety: The return type List for getPropertyDescriptors(Object) from the type ComponentItemProvider needs unchecked conversion to conform to List from the type IItemPropertySource ---------- 720. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ComponentItemProvider.java (at line 62) public List getPropertyDescriptors(Object object) { ^^^^ Type safety: The return type List for getPropertyDescriptors(Object) from the type ComponentItemProvider needs unchecked conversion to conform to List from the type ItemProviderAdapter ---------- 721. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ComponentItemProvider.java (at line 100) public Collection getChildrenFeatures(Object object) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 722. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ComponentItemProvider.java (at line 100) public Collection getChildrenFeatures(Object object) { ^^^^^^^^^^ Type safety: The return type Collection for getChildrenFeatures(Object) from the type ComponentItemProvider needs unchecked conversion to conform to Collection from the type ItemProviderAdapter ---------- 723. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ComponentItemProvider.java (at line 178) protected void collectNewChildDescriptors(Collection newChildDescriptors, ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 724. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ComponentItemProvider.java (at line 180) super.collectNewChildDescriptors(newChildDescriptors, object); ^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 725. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ComponentItemProvider.java (at line 182) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getComponent_PropertyValuesSet(), SCAFactory.eINSTANCE .createPropertyValuesSet())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 726. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ComponentItemProvider.java (at line 186) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getComponent_ReferenceValuesSet(), SCAFactory.eINSTANCE .createReferenceValuesSet())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- ---------- 727. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ComponentTypeItemProvider.java (at line 60) public List getPropertyDescriptors(Object object) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 728. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ComponentTypeItemProvider.java (at line 60) public List getPropertyDescriptors(Object object) { ^^^^ Type safety: The return type List for getPropertyDescriptors(Object) from the type ComponentTypeItemProvider needs unchecked conversion to conform to List from the type IItemPropertySource ---------- 729. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ComponentTypeItemProvider.java (at line 60) public List getPropertyDescriptors(Object object) { ^^^^ Type safety: The return type List for getPropertyDescriptors(Object) from the type ComponentTypeItemProvider needs unchecked conversion to conform to List from the type ItemProviderAdapter ---------- 730. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ComponentTypeItemProvider.java (at line 78) public Collection getChildrenFeatures(Object object) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 731. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ComponentTypeItemProvider.java (at line 78) public Collection getChildrenFeatures(Object object) { ^^^^^^^^^^ Type safety: The return type Collection for getChildrenFeatures(Object) from the type ComponentTypeItemProvider needs unchecked conversion to conform to Collection from the type ItemProviderAdapter ---------- 732. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ComponentTypeItemProvider.java (at line 158) protected void collectNewChildDescriptors(Collection newChildDescriptors, ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 733. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ComponentTypeItemProvider.java (at line 160) super.collectNewChildDescriptors(newChildDescriptors, object); ^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 734. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ComponentTypeItemProvider.java (at line 162) newChildDescriptors .add(createChildParameter(SCAPackage.eINSTANCE .getComponentType_Services(), SCAFactory.eINSTANCE .createService())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 735. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ComponentTypeItemProvider.java (at line 167) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getComponentType_Services(), SCAFactory.eINSTANCE .createModuleService())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 736. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ComponentTypeItemProvider.java (at line 171) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getComponentType_References(), SCAFactory.eINSTANCE .createReference())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 737. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ComponentTypeItemProvider.java (at line 175) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getComponentType_References(), SCAFactory.eINSTANCE .createModuleReference())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 738. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ComponentTypeItemProvider.java (at line 179) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getComponentType_Properties(), SCAFactory.eINSTANCE .createProperty())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- ---------- 739. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/CompositeItemProvider.java (at line 65) public List getPropertyDescriptors(Object object) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 740. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/CompositeItemProvider.java (at line 65) public List getPropertyDescriptors(Object object) { ^^^^ Type safety: The return type List for getPropertyDescriptors(Object) from the type CompositeItemProvider needs unchecked conversion to conform to List from the type IItemPropertySource ---------- 741. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/CompositeItemProvider.java (at line 65) public List getPropertyDescriptors(Object object) { ^^^^ Type safety: The return type List for getPropertyDescriptors(Object) from the type CompositeItemProvider needs unchecked conversion to conform to List from the type ItemProviderAdapter ---------- 742. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/CompositeItemProvider.java (at line 103) public Collection getChildrenFeatures(Object object) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 743. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/CompositeItemProvider.java (at line 103) public Collection getChildrenFeatures(Object object) { ^^^^^^^^^^ Type safety: The return type Collection for getChildrenFeatures(Object) from the type CompositeItemProvider needs unchecked conversion to conform to Collection from the type ItemProviderAdapter ---------- 744. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/CompositeItemProvider.java (at line 185) protected void collectNewChildDescriptors(Collection newChildDescriptors, ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 745. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/CompositeItemProvider.java (at line 187) super.collectNewChildDescriptors(newChildDescriptors, object); ^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 746. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/CompositeItemProvider.java (at line 189) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getComposite_EntryPoints(), SCAFactory.eINSTANCE .createEntryPoint())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 747. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/CompositeItemProvider.java (at line 193) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getComposite_ComponentsGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getComposite_Components(), SCAFactory.eINSTANCE.createImplementationComponent()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 748. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/CompositeItemProvider.java (at line 198) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getComposite_ComponentsGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getComposite_Components(), SCAFactory.eINSTANCE.createModuleComponent()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 749. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/CompositeItemProvider.java (at line 203) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getComposite_ComponentsGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_Component(), SCAFactory.eINSTANCE.createImplementationComponent()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 750. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/CompositeItemProvider.java (at line 208) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getComposite_ComponentsGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_ModuleComponent(), SCAFactory.eINSTANCE.createModuleComponent()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 751. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/CompositeItemProvider.java (at line 213) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getComposite_Components(), SCAFactory.eINSTANCE .createImplementationComponent())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 752. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/CompositeItemProvider.java (at line 217) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getComposite_Components(), SCAFactory.eINSTANCE .createModuleComponent())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 753. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/CompositeItemProvider.java (at line 221) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getComposite_ExternalServices(), SCAFactory.eINSTANCE .createExternalService())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 754. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/CompositeItemProvider.java (at line 234) Collection selection) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- ---------- 755. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/EntryPointItemProvider.java (at line 64) public List getPropertyDescriptors(Object object) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 756. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/EntryPointItemProvider.java (at line 64) public List getPropertyDescriptors(Object object) { ^^^^ Type safety: The return type List for getPropertyDescriptors(Object) from the type EntryPointItemProvider needs unchecked conversion to conform to List from the type IItemPropertySource ---------- 757. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/EntryPointItemProvider.java (at line 64) public List getPropertyDescriptors(Object object) { ^^^^ Type safety: The return type List for getPropertyDescriptors(Object) from the type EntryPointItemProvider needs unchecked conversion to conform to List from the type ItemProviderAdapter ---------- 758. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/EntryPointItemProvider.java (at line 122) public Collection getChildrenFeatures(Object object) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 759. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/EntryPointItemProvider.java (at line 122) public Collection getChildrenFeatures(Object object) { ^^^^^^^^^^ Type safety: The return type Collection for getChildrenFeatures(Object) from the type EntryPointItemProvider needs unchecked conversion to conform to Collection from the type ItemProviderAdapter ---------- 760. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/EntryPointItemProvider.java (at line 211) protected void collectNewChildDescriptors(Collection newChildDescriptors, ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 761. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/EntryPointItemProvider.java (at line 213) super.collectNewChildDescriptors(newChildDescriptors, object); ^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 762. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/EntryPointItemProvider.java (at line 215) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getEntryPoint_InterfaceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getEntryPoint_Interface(), SCAFactory.eINSTANCE.createInterface()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 763. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/EntryPointItemProvider.java (at line 220) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getEntryPoint_InterfaceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getEntryPoint_Interface(), SCAFactory.eINSTANCE.createJavaInterface()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 764. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/EntryPointItemProvider.java (at line 225) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getEntryPoint_InterfaceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getEntryPoint_Interface(), SCAFactory.eINSTANCE.createWSDLPortType()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 765. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/EntryPointItemProvider.java (at line 230) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getEntryPoint_InterfaceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_InterfaceWsdl(), SCAFactory.eINSTANCE.createWSDLPortType()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 766. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/EntryPointItemProvider.java (at line 235) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getEntryPoint_InterfaceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_InterfaceJava(), SCAFactory.eINSTANCE.createJavaInterface()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 767. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/EntryPointItemProvider.java (at line 240) newChildDescriptors .add(createChildParameter(SCAPackage.eINSTANCE .getEntryPoint_Interface(), SCAFactory.eINSTANCE .createInterface())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 768. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/EntryPointItemProvider.java (at line 245) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getEntryPoint_Interface(), SCAFactory.eINSTANCE .createJavaInterface())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 769. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/EntryPointItemProvider.java (at line 249) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getEntryPoint_Interface(), SCAFactory.eINSTANCE .createWSDLPortType())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 770. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/EntryPointItemProvider.java (at line 253) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getEntryPoint_BindingGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getEntryPoint_Bindings(), SCAFactory.eINSTANCE .createBinding()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 771. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/EntryPointItemProvider.java (at line 258) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getEntryPoint_BindingGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getEntryPoint_Bindings(), SCAFactory.eINSTANCE .createSCABinding()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 772. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/EntryPointItemProvider.java (at line 263) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getEntryPoint_BindingGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getEntryPoint_Bindings(), SCAFactory.eINSTANCE .createSLSBBinding()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 773. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/EntryPointItemProvider.java (at line 268) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getEntryPoint_BindingGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getEntryPoint_Bindings(), SCAFactory.eINSTANCE .createWebServiceBinding()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 774. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/EntryPointItemProvider.java (at line 273) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getEntryPoint_BindingGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_BindingSca(), SCAFactory.eINSTANCE.createSCABinding()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 775. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/EntryPointItemProvider.java (at line 278) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getEntryPoint_BindingGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_BindingWs(), SCAFactory.eINSTANCE.createWebServiceBinding()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 776. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/EntryPointItemProvider.java (at line 283) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getEntryPoint_BindingGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_BindingEjb(), SCAFactory.eINSTANCE.createSLSBBinding()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 777. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/EntryPointItemProvider.java (at line 288) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getEntryPoint_ReferenceTargets(), "")); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 778. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/EntryPointItemProvider.java (at line 300) Collection selection) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- ---------- 779. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ExternalServiceItemProvider.java (at line 64) public List getPropertyDescriptors(Object object) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 780. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ExternalServiceItemProvider.java (at line 64) public List getPropertyDescriptors(Object object) { ^^^^ Type safety: The return type List for getPropertyDescriptors(Object) from the type ExternalServiceItemProvider needs unchecked conversion to conform to List from the type IItemPropertySource ---------- 781. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ExternalServiceItemProvider.java (at line 64) public List getPropertyDescriptors(Object object) { ^^^^ Type safety: The return type List for getPropertyDescriptors(Object) from the type ExternalServiceItemProvider needs unchecked conversion to conform to List from the type ItemProviderAdapter ---------- 782. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ExternalServiceItemProvider.java (at line 122) public Collection getChildrenFeatures(Object object) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 783. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ExternalServiceItemProvider.java (at line 122) public Collection getChildrenFeatures(Object object) { ^^^^^^^^^^ Type safety: The return type Collection for getChildrenFeatures(Object) from the type ExternalServiceItemProvider needs unchecked conversion to conform to Collection from the type ItemProviderAdapter ---------- 784. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ExternalServiceItemProvider.java (at line 210) protected void collectNewChildDescriptors(Collection newChildDescriptors, ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 785. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ExternalServiceItemProvider.java (at line 212) super.collectNewChildDescriptors(newChildDescriptors, object); ^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 786. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ExternalServiceItemProvider.java (at line 214) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getExternalService_BindingGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getExternalService_Bindings(), SCAFactory.eINSTANCE.createBinding()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 787. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ExternalServiceItemProvider.java (at line 219) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getExternalService_BindingGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getExternalService_Bindings(), SCAFactory.eINSTANCE.createSCABinding()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 788. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ExternalServiceItemProvider.java (at line 224) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getExternalService_BindingGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getExternalService_Bindings(), SCAFactory.eINSTANCE.createSLSBBinding()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 789. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ExternalServiceItemProvider.java (at line 229) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getExternalService_BindingGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getExternalService_Bindings(), SCAFactory.eINSTANCE.createWebServiceBinding()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 790. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ExternalServiceItemProvider.java (at line 234) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getExternalService_BindingGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_BindingSca(), SCAFactory.eINSTANCE.createSCABinding()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 791. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ExternalServiceItemProvider.java (at line 239) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getExternalService_BindingGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_BindingWs(), SCAFactory.eINSTANCE.createWebServiceBinding()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 792. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ExternalServiceItemProvider.java (at line 244) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getExternalService_BindingGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_BindingEjb(), SCAFactory.eINSTANCE.createSLSBBinding()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 793. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ExternalServiceItemProvider.java (at line 249) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getExternalService_InterfaceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getExternalService_Interface(), SCAFactory.eINSTANCE.createInterface()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 794. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ExternalServiceItemProvider.java (at line 254) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getExternalService_InterfaceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getExternalService_Interface(), SCAFactory.eINSTANCE.createJavaInterface()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 795. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ExternalServiceItemProvider.java (at line 259) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getExternalService_InterfaceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getExternalService_Interface(), SCAFactory.eINSTANCE.createWSDLPortType()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 796. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ExternalServiceItemProvider.java (at line 264) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getExternalService_InterfaceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_InterfaceWsdl(), SCAFactory.eINSTANCE.createWSDLPortType()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 797. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ExternalServiceItemProvider.java (at line 269) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getExternalService_InterfaceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_InterfaceJava(), SCAFactory.eINSTANCE.createJavaInterface()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 798. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ExternalServiceItemProvider.java (at line 274) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getExternalService_Interface(), SCAFactory.eINSTANCE .createInterface())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 799. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ExternalServiceItemProvider.java (at line 278) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getExternalService_Interface(), SCAFactory.eINSTANCE .createJavaInterface())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 800. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ExternalServiceItemProvider.java (at line 282) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getExternalService_Interface(), SCAFactory.eINSTANCE .createWSDLPortType())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 801. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ExternalServiceItemProvider.java (at line 295) Collection selection) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- ---------- 802. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ImplementationComponentItemProvider.java (at line 61) public List getPropertyDescriptors(Object object) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 803. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ImplementationComponentItemProvider.java (at line 61) public List getPropertyDescriptors(Object object) { ^^^^ Type safety: The return type List for getPropertyDescriptors(Object) from the type ImplementationComponentItemProvider needs unchecked conversion to conform to List from the type IItemPropertySource ---------- 804. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ImplementationComponentItemProvider.java (at line 79) public Collection getChildrenFeatures(Object object) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 805. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ImplementationComponentItemProvider.java (at line 158) protected void collectNewChildDescriptors(Collection newChildDescriptors, ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 806. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ImplementationComponentItemProvider.java (at line 162) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getImplementationComponent_ImplementationGroup(), FeatureMapUtil .createEntry(SCAPackage.eINSTANCE .getImplementationComponent_Implementation(), SCAFactory.eINSTANCE.createAbstractImplementation()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 807. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ImplementationComponentItemProvider.java (at line 168) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getImplementationComponent_ImplementationGroup(), FeatureMapUtil .createEntry(SCAPackage.eINSTANCE .getImplementationComponent_Implementation(), SCAFactory.eINSTANCE.createJavaImplementation()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 808. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ImplementationComponentItemProvider.java (at line 174) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getImplementationComponent_ImplementationGroup(), FeatureMapUtil .createEntry(SCAPackage.eINSTANCE .getImplementationComponent_Implementation(), SCAFactory.eINSTANCE.createUnknownImplementation()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 809. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ImplementationComponentItemProvider.java (at line 180) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getImplementationComponent_ImplementationGroup(), FeatureMapUtil .createEntry(SCAPackage.eINSTANCE .getSCACoreRoot_ImplementationAbstract(), SCAFactory.eINSTANCE.createAbstractImplementation()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 810. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ImplementationComponentItemProvider.java (at line 186) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getImplementationComponent_ImplementationGroup(), FeatureMapUtil .createEntry(SCAPackage.eINSTANCE .getSCACoreRoot_ImplementationUnknown(), SCAFactory.eINSTANCE .createUnknownImplementation()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 811. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ImplementationComponentItemProvider.java (at line 192) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getImplementationComponent_ImplementationGroup(), FeatureMapUtil .createEntry(SCAPackage.eINSTANCE .getSCACoreRoot_ImplementationJava(), SCAFactory.eINSTANCE .createJavaImplementation()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 812. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ImplementationComponentItemProvider.java (at line 207) Collection selection) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- ---------- 813. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ImplementationItemProvider.java (at line 55) public List getPropertyDescriptors(Object object) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 814. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ImplementationItemProvider.java (at line 55) public List getPropertyDescriptors(Object object) { ^^^^ Type safety: The return type List for getPropertyDescriptors(Object) from the type ImplementationItemProvider needs unchecked conversion to conform to List from the type IItemPropertySource ---------- 815. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ImplementationItemProvider.java (at line 55) public List getPropertyDescriptors(Object object) { ^^^^ Type safety: The return type List for getPropertyDescriptors(Object) from the type ImplementationItemProvider needs unchecked conversion to conform to List from the type ItemProviderAdapter ---------- 816. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ImplementationItemProvider.java (at line 104) protected void collectNewChildDescriptors(Collection newChildDescriptors, ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 817. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ImplementationItemProvider.java (at line 106) super.collectNewChildDescriptors(newChildDescriptors, object); ^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- ---------- 818. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/InterfaceItemProvider.java (at line 55) public List getPropertyDescriptors(Object object) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 819. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/InterfaceItemProvider.java (at line 55) public List getPropertyDescriptors(Object object) { ^^^^ Type safety: The return type List for getPropertyDescriptors(Object) from the type InterfaceItemProvider needs unchecked conversion to conform to List from the type IItemPropertySource ---------- 820. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/InterfaceItemProvider.java (at line 55) public List getPropertyDescriptors(Object object) { ^^^^ Type safety: The return type List for getPropertyDescriptors(Object) from the type InterfaceItemProvider needs unchecked conversion to conform to List from the type ItemProviderAdapter ---------- 821. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/InterfaceItemProvider.java (at line 103) protected void collectNewChildDescriptors(Collection newChildDescriptors, ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 822. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/InterfaceItemProvider.java (at line 105) super.collectNewChildDescriptors(newChildDescriptors, object); ^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- ---------- 823. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/JavaImplementationItemProvider.java (at line 60) public List getPropertyDescriptors(Object object) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 824. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/JavaImplementationItemProvider.java (at line 60) public List getPropertyDescriptors(Object object) { ^^^^ Type safety: The return type List for getPropertyDescriptors(Object) from the type JavaImplementationItemProvider needs unchecked conversion to conform to List from the type IItemPropertySource ---------- 825. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/JavaImplementationItemProvider.java (at line 98) public Collection getChildrenFeatures(Object object) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 826. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/JavaImplementationItemProvider.java (at line 98) public Collection getChildrenFeatures(Object object) { ^^^^^^^^^^ Type safety: The return type Collection for getChildrenFeatures(Object) from the type JavaImplementationItemProvider needs unchecked conversion to conform to Collection from the type ItemProviderAdapter ---------- 827. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/JavaImplementationItemProvider.java (at line 176) protected void collectNewChildDescriptors(Collection newChildDescriptors, ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- ---------- 828. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/JavaInterfaceItemProvider.java (at line 60) public List getPropertyDescriptors(Object object) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 829. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/JavaInterfaceItemProvider.java (at line 60) public List getPropertyDescriptors(Object object) { ^^^^ Type safety: The return type List for getPropertyDescriptors(Object) from the type JavaInterfaceItemProvider needs unchecked conversion to conform to List from the type IItemPropertySource ---------- 830. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/JavaInterfaceItemProvider.java (at line 118) public Collection getChildrenFeatures(Object object) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 831. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/JavaInterfaceItemProvider.java (at line 118) public Collection getChildrenFeatures(Object object) { ^^^^^^^^^^ Type safety: The return type Collection for getChildrenFeatures(Object) from the type JavaInterfaceItemProvider needs unchecked conversion to conform to Collection from the type ItemProviderAdapter ---------- 832. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/JavaInterfaceItemProvider.java (at line 197) protected void collectNewChildDescriptors(Collection newChildDescriptors, ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- ---------- 833. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ModuleComponentItemProvider.java (at line 60) public List getPropertyDescriptors(Object object) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 834. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ModuleComponentItemProvider.java (at line 60) public List getPropertyDescriptors(Object object) { ^^^^ Type safety: The return type List for getPropertyDescriptors(Object) from the type ModuleComponentItemProvider needs unchecked conversion to conform to List from the type IItemPropertySource ---------- 835. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ModuleComponentItemProvider.java (at line 118) public Collection getChildrenFeatures(Object object) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 836. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ModuleComponentItemProvider.java (at line 197) protected void collectNewChildDescriptors(Collection newChildDescriptors, ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- ---------- 837. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ModuleFragmentItemProvider.java (at line 63) public List getPropertyDescriptors(Object object) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 838. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ModuleFragmentItemProvider.java (at line 63) public List getPropertyDescriptors(Object object) { ^^^^ Type safety: The return type List for getPropertyDescriptors(Object) from the type ModuleFragmentItemProvider needs unchecked conversion to conform to List from the type IItemPropertySource ---------- 839. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ModuleFragmentItemProvider.java (at line 81) public Collection getChildrenFeatures(Object object) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 840. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ModuleFragmentItemProvider.java (at line 157) protected void collectNewChildDescriptors(Collection newChildDescriptors, ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 841. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ModuleFragmentItemProvider.java (at line 161) newChildDescriptors .add(createChildParameter(SCAPackage.eINSTANCE .getModuleFragment_Wires(), SCAFactory.eINSTANCE .createModuleWire())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 842. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ModuleFragmentItemProvider.java (at line 175) Collection selection) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- ---------- 843. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ModuleItemProvider.java (at line 61) public List getPropertyDescriptors(Object object) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 844. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ModuleItemProvider.java (at line 61) public List getPropertyDescriptors(Object object) { ^^^^ Type safety: The return type List for getPropertyDescriptors(Object) from the type ModuleItemProvider needs unchecked conversion to conform to List from the type IItemPropertySource ---------- 845. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ModuleItemProvider.java (at line 111) protected void collectNewChildDescriptors(Collection newChildDescriptors, ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 846. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ModuleItemProvider.java (at line 124) Collection selection) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- ---------- 847. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ModuleReferenceItemProvider.java (at line 61) public List getPropertyDescriptors(Object object) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 848. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ModuleReferenceItemProvider.java (at line 61) public List getPropertyDescriptors(Object object) { ^^^^ Type safety: The return type List for getPropertyDescriptors(Object) from the type ModuleReferenceItemProvider needs unchecked conversion to conform to List from the type IItemPropertySource ---------- 849. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ModuleReferenceItemProvider.java (at line 79) public Collection getChildrenFeatures(Object object) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 850. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ModuleReferenceItemProvider.java (at line 138) protected void collectNewChildDescriptors(Collection newChildDescriptors, ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 851. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ModuleReferenceItemProvider.java (at line 142) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getModuleReference_ExternalService(), SCAFactory.eINSTANCE .createExternalService())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 852. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ModuleReferenceItemProvider.java (at line 155) Collection selection) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- ---------- 853. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ModuleServiceItemProvider.java (at line 61) public List getPropertyDescriptors(Object object) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 854. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ModuleServiceItemProvider.java (at line 61) public List getPropertyDescriptors(Object object) { ^^^^ Type safety: The return type List for getPropertyDescriptors(Object) from the type ModuleServiceItemProvider needs unchecked conversion to conform to List from the type IItemPropertySource ---------- 855. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ModuleServiceItemProvider.java (at line 79) public Collection getChildrenFeatures(Object object) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 856. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ModuleServiceItemProvider.java (at line 138) protected void collectNewChildDescriptors(Collection newChildDescriptors, ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 857. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ModuleServiceItemProvider.java (at line 142) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getModuleService_EntryPoint(), SCAFactory.eINSTANCE .createEntryPoint())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 858. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ModuleServiceItemProvider.java (at line 155) Collection selection) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- ---------- 859. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ModuleWireItemProvider.java (at line 61) public List getPropertyDescriptors(Object object) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 860. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ModuleWireItemProvider.java (at line 61) public List getPropertyDescriptors(Object object) { ^^^^ Type safety: The return type List for getPropertyDescriptors(Object) from the type ModuleWireItemProvider needs unchecked conversion to conform to List from the type IItemPropertySource ---------- 861. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ModuleWireItemProvider.java (at line 61) public List getPropertyDescriptors(Object object) { ^^^^ Type safety: The return type List for getPropertyDescriptors(Object) from the type ModuleWireItemProvider needs unchecked conversion to conform to List from the type ItemProviderAdapter ---------- 862. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ModuleWireItemProvider.java (at line 119) public Collection getChildrenFeatures(Object object) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 863. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ModuleWireItemProvider.java (at line 119) public Collection getChildrenFeatures(Object object) { ^^^^^^^^^^ Type safety: The return type Collection for getChildrenFeatures(Object) from the type ModuleWireItemProvider needs unchecked conversion to conform to Collection from the type ItemProviderAdapter ---------- 864. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ModuleWireItemProvider.java (at line 197) protected void collectNewChildDescriptors(Collection newChildDescriptors, ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 865. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ModuleWireItemProvider.java (at line 199) super.collectNewChildDescriptors(newChildDescriptors, object); ^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- ---------- 866. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/PropertyItemProvider.java (at line 61) public List getPropertyDescriptors(Object object) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 867. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/PropertyItemProvider.java (at line 61) public List getPropertyDescriptors(Object object) { ^^^^ Type safety: The return type List for getPropertyDescriptors(Object) from the type PropertyItemProvider needs unchecked conversion to conform to List from the type IItemPropertySource ---------- 868. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/PropertyItemProvider.java (at line 61) public List getPropertyDescriptors(Object object) { ^^^^ Type safety: The return type List for getPropertyDescriptors(Object) from the type PropertyItemProvider needs unchecked conversion to conform to List from the type ItemProviderAdapter ---------- 869. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/PropertyItemProvider.java (at line 179) public Collection getChildrenFeatures(Object object) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 870. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/PropertyItemProvider.java (at line 179) public Collection getChildrenFeatures(Object object) { ^^^^^^^^^^ Type safety: The return type Collection for getChildrenFeatures(Object) from the type PropertyItemProvider needs unchecked conversion to conform to Collection from the type ItemProviderAdapter ---------- 871. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/PropertyItemProvider.java (at line 250) protected void collectNewChildDescriptors(Collection newChildDescriptors, ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 872. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/PropertyItemProvider.java (at line 252) super.collectNewChildDescriptors(newChildDescriptors, object); ^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- ---------- 873. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/PropertyValueItemProvider.java (at line 60) public List getPropertyDescriptors(Object object) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 874. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/PropertyValueItemProvider.java (at line 60) public List getPropertyDescriptors(Object object) { ^^^^ Type safety: The return type List for getPropertyDescriptors(Object) from the type PropertyValueItemProvider needs unchecked conversion to conform to List from the type IItemPropertySource ---------- 875. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/PropertyValueItemProvider.java (at line 60) public List getPropertyDescriptors(Object object) { ^^^^ Type safety: The return type List for getPropertyDescriptors(Object) from the type PropertyValueItemProvider needs unchecked conversion to conform to List from the type ItemProviderAdapter ---------- 876. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/PropertyValueItemProvider.java (at line 159) protected void collectNewChildDescriptors(Collection newChildDescriptors, ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 877. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/PropertyValueItemProvider.java (at line 161) super.collectNewChildDescriptors(newChildDescriptors, object); ^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- ---------- 878. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/PropertyValuesSetItemProvider.java (at line 60) public List getPropertyDescriptors(Object object) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 879. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/PropertyValuesSetItemProvider.java (at line 60) public List getPropertyDescriptors(Object object) { ^^^^ Type safety: The return type List for getPropertyDescriptors(Object) from the type PropertyValuesSetItemProvider needs unchecked conversion to conform to List from the type IItemPropertySource ---------- 880. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/PropertyValuesSetItemProvider.java (at line 60) public List getPropertyDescriptors(Object object) { ^^^^ Type safety: The return type List for getPropertyDescriptors(Object) from the type PropertyValuesSetItemProvider needs unchecked conversion to conform to List from the type ItemProviderAdapter ---------- 881. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/PropertyValuesSetItemProvider.java (at line 78) public Collection getChildrenFeatures(Object object) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 882. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/PropertyValuesSetItemProvider.java (at line 78) public Collection getChildrenFeatures(Object object) { ^^^^^^^^^^ Type safety: The return type Collection for getChildrenFeatures(Object) from the type PropertyValuesSetItemProvider needs unchecked conversion to conform to Collection from the type ItemProviderAdapter ---------- 883. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/PropertyValuesSetItemProvider.java (at line 151) protected void collectNewChildDescriptors(Collection newChildDescriptors, ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 884. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/PropertyValuesSetItemProvider.java (at line 153) super.collectNewChildDescriptors(newChildDescriptors, object); ^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 885. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/PropertyValuesSetItemProvider.java (at line 155) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getPropertyValuesSet_PropertyValues(), SCAFactory.eINSTANCE .createPropertyValue())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- ---------- 886. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ReferenceItemProvider.java (at line 64) public List getPropertyDescriptors(Object object) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 887. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ReferenceItemProvider.java (at line 64) public List getPropertyDescriptors(Object object) { ^^^^ Type safety: The return type List for getPropertyDescriptors(Object) from the type ReferenceItemProvider needs unchecked conversion to conform to List from the type IItemPropertySource ---------- 888. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ReferenceItemProvider.java (at line 64) public List getPropertyDescriptors(Object object) { ^^^^ Type safety: The return type List for getPropertyDescriptors(Object) from the type ReferenceItemProvider needs unchecked conversion to conform to List from the type ItemProviderAdapter ---------- 889. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ReferenceItemProvider.java (at line 122) public Collection getChildrenFeatures(Object object) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 890. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ReferenceItemProvider.java (at line 122) public Collection getChildrenFeatures(Object object) { ^^^^^^^^^^ Type safety: The return type Collection for getChildrenFeatures(Object) from the type ReferenceItemProvider needs unchecked conversion to conform to Collection from the type ItemProviderAdapter ---------- 891. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ReferenceItemProvider.java (at line 204) protected void collectNewChildDescriptors(Collection newChildDescriptors, ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 892. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ReferenceItemProvider.java (at line 206) super.collectNewChildDescriptors(newChildDescriptors, object); ^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 893. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ReferenceItemProvider.java (at line 208) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getReference_InterfaceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getReference_Interface(), SCAFactory.eINSTANCE .createInterface()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 894. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ReferenceItemProvider.java (at line 213) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getReference_InterfaceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getReference_Interface(), SCAFactory.eINSTANCE .createJavaInterface()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 895. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ReferenceItemProvider.java (at line 218) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getReference_InterfaceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getReference_Interface(), SCAFactory.eINSTANCE .createWSDLPortType()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 896. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ReferenceItemProvider.java (at line 223) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getReference_InterfaceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_InterfaceWsdl(), SCAFactory.eINSTANCE.createWSDLPortType()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 897. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ReferenceItemProvider.java (at line 228) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getReference_InterfaceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_InterfaceJava(), SCAFactory.eINSTANCE.createJavaInterface()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 898. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ReferenceItemProvider.java (at line 233) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getReference_Interface(), SCAFactory.eINSTANCE.createInterface())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 899. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ReferenceItemProvider.java (at line 236) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getReference_Interface(), SCAFactory.eINSTANCE .createJavaInterface())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 900. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ReferenceItemProvider.java (at line 240) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getReference_Interface(), SCAFactory.eINSTANCE .createWSDLPortType())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 901. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ReferenceItemProvider.java (at line 253) Collection selection) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- ---------- 902. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ReferenceValueItemProvider.java (at line 60) public List getPropertyDescriptors(Object object) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 903. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ReferenceValueItemProvider.java (at line 60) public List getPropertyDescriptors(Object object) { ^^^^ Type safety: The return type List for getPropertyDescriptors(Object) from the type ReferenceValueItemProvider needs unchecked conversion to conform to List from the type IItemPropertySource ---------- 904. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ReferenceValueItemProvider.java (at line 60) public List getPropertyDescriptors(Object object) { ^^^^ Type safety: The return type List for getPropertyDescriptors(Object) from the type ReferenceValueItemProvider needs unchecked conversion to conform to List from the type ItemProviderAdapter ---------- 905. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ReferenceValueItemProvider.java (at line 118) public Collection getChildrenFeatures(Object object) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 906. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ReferenceValueItemProvider.java (at line 118) public Collection getChildrenFeatures(Object object) { ^^^^^^^^^^ Type safety: The return type Collection for getChildrenFeatures(Object) from the type ReferenceValueItemProvider needs unchecked conversion to conform to Collection from the type ItemProviderAdapter ---------- 907. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ReferenceValueItemProvider.java (at line 182) protected void collectNewChildDescriptors(Collection newChildDescriptors, ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 908. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ReferenceValueItemProvider.java (at line 184) super.collectNewChildDescriptors(newChildDescriptors, object); ^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- ---------- 909. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ReferenceValuesSetItemProvider.java (at line 60) public List getPropertyDescriptors(Object object) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 910. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ReferenceValuesSetItemProvider.java (at line 60) public List getPropertyDescriptors(Object object) { ^^^^ Type safety: The return type List for getPropertyDescriptors(Object) from the type ReferenceValuesSetItemProvider needs unchecked conversion to conform to List from the type IItemPropertySource ---------- 911. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ReferenceValuesSetItemProvider.java (at line 60) public List getPropertyDescriptors(Object object) { ^^^^ Type safety: The return type List for getPropertyDescriptors(Object) from the type ReferenceValuesSetItemProvider needs unchecked conversion to conform to List from the type ItemProviderAdapter ---------- 912. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ReferenceValuesSetItemProvider.java (at line 78) public Collection getChildrenFeatures(Object object) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 913. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ReferenceValuesSetItemProvider.java (at line 78) public Collection getChildrenFeatures(Object object) { ^^^^^^^^^^ Type safety: The return type Collection for getChildrenFeatures(Object) from the type ReferenceValuesSetItemProvider needs unchecked conversion to conform to Collection from the type ItemProviderAdapter ---------- 914. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ReferenceValuesSetItemProvider.java (at line 151) protected void collectNewChildDescriptors(Collection newChildDescriptors, ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 915. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ReferenceValuesSetItemProvider.java (at line 153) super.collectNewChildDescriptors(newChildDescriptors, object); ^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 916. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ReferenceValuesSetItemProvider.java (at line 155) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getReferenceValuesSet_ReferenceValues(), SCAFactory.eINSTANCE .createReferenceValue())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- ---------- 917. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCABindingItemProvider.java (at line 58) public List getPropertyDescriptors(Object object) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 918. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCABindingItemProvider.java (at line 58) public List getPropertyDescriptors(Object object) { ^^^^ Type safety: The return type List for getPropertyDescriptors(Object) from the type SCABindingItemProvider needs unchecked conversion to conform to List from the type IItemPropertySource ---------- 919. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCABindingItemProvider.java (at line 76) public Collection getChildrenFeatures(Object object) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 920. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCABindingItemProvider.java (at line 76) public Collection getChildrenFeatures(Object object) { ^^^^^^^^^^ Type safety: The return type Collection for getChildrenFeatures(Object) from the type SCABindingItemProvider needs unchecked conversion to conform to Collection from the type ItemProviderAdapter ---------- 921. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCABindingItemProvider.java (at line 149) protected void collectNewChildDescriptors(Collection newChildDescriptors, ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- ---------- 922. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 65) public List getPropertyDescriptors(Object object) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 923. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 65) public List getPropertyDescriptors(Object object) { ^^^^ Type safety: The return type List for getPropertyDescriptors(Object) from the type SCACoreRootItemProvider needs unchecked conversion to conform to List from the type IItemPropertySource ---------- 924. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 65) public List getPropertyDescriptors(Object object) { ^^^^ Type safety: The return type List for getPropertyDescriptors(Object) from the type SCACoreRootItemProvider needs unchecked conversion to conform to List from the type ItemProviderAdapter ---------- 925. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 123) public Collection getChildrenFeatures(Object object) { ^^^^^^^^^^ Type safety: The return type Collection for getChildrenFeatures(Object) from the type SCACoreRootItemProvider needs unchecked conversion to conform to Collection from the type ItemProviderAdapter ---------- 926. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 123) public Collection getChildrenFeatures(Object object) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 927. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 186) protected void collectNewChildDescriptors(Collection newChildDescriptors, ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 928. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 188) super.collectNewChildDescriptors(newChildDescriptors, object); ^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 929. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 190) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( XMLTypePackage.eINSTANCE.getXMLTypeDocumentRoot_Comment(), ""))); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 930. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 194) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( XMLTypePackage.eINSTANCE.getXMLTypeDocumentRoot_Text(), ""))); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 931. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 198) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_AbstractComponent(), SCAFactory.eINSTANCE.createImplementationComponent()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 932. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 203) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_AbstractComponent(), SCAFactory.eINSTANCE.createModuleComponent()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 933. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 208) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_Binding(), SCAFactory.eINSTANCE .createBinding()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 934. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 213) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_Binding(), SCAFactory.eINSTANCE .createSCABinding()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 935. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 218) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_Binding(), SCAFactory.eINSTANCE .createSLSBBinding()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 936. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 223) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_Binding(), SCAFactory.eINSTANCE .createWebServiceBinding()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 937. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 228) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_BindingSca(), SCAFactory.eINSTANCE.createSCABinding()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 938. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 233) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_Component(), SCAFactory.eINSTANCE.createImplementationComponent()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 939. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 238) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_ComponentType(), SCAFactory.eINSTANCE.createComponentType()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 940. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 243) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_Composite(), SCAFactory.eINSTANCE.createComposite()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 941. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 248) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_Composite(), SCAFactory.eINSTANCE.createModuleFragment()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 942. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 253) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_Composite(), SCAFactory.eINSTANCE.createModule()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 943. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 258) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_Composite(), SCAFactory.eINSTANCE.createSubsystem()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 944. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 263) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_Implementation(), SCAFactory.eINSTANCE.createAbstractImplementation()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 945. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 268) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_Implementation(), SCAFactory.eINSTANCE.createJavaImplementation()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 946. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 273) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_Implementation(), SCAFactory.eINSTANCE.createUnknownImplementation()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 947. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 278) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_ImplementationAbstract(), SCAFactory.eINSTANCE.createAbstractImplementation()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 948. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 283) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_ImplementationUnknown(), SCAFactory.eINSTANCE.createUnknownImplementation()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 949. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 288) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_Interface(), SCAFactory.eINSTANCE.createInterface()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 950. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 293) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_Interface(), SCAFactory.eINSTANCE.createJavaInterface()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 951. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 298) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_Interface(), SCAFactory.eINSTANCE.createWSDLPortType()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 952. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 303) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_Module(), SCAFactory.eINSTANCE .createModule()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 953. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 308) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_ModuleComponent(), SCAFactory.eINSTANCE.createModuleComponent()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 954. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 313) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_ModuleFragment(), SCAFactory.eINSTANCE.createModuleFragment()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 955. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 318) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_ModuleFragment(), SCAFactory.eINSTANCE.createModule()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 956. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 323) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_Source(), SCAFactory.eINSTANCE .createAbstractImplementation()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 957. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 328) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_Source(), SCAFactory.eINSTANCE .createBinding()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 958. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 333) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_Source(), SCAFactory.eINSTANCE .createComponentType()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 959. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 338) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_Source(), SCAFactory.eINSTANCE .createComposite()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 960. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 343) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_Source(), SCAFactory.eINSTANCE .createEntryPoint()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 961. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 348) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_Source(), SCAFactory.eINSTANCE .createExternalService()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 962. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 353) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_Source(), SCAFactory.eINSTANCE .createImplementationComponent()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 963. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 358) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_Source(), SCAFactory.eINSTANCE .createInterface()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 964. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 363) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_Source(), SCAFactory.eINSTANCE .createJavaImplementation()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 965. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 368) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_Source(), SCAFactory.eINSTANCE .createJavaInterface()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 966. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 373) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_Source(), SCAFactory.eINSTANCE .createModuleFragment()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 967. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 378) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_Source(), SCAFactory.eINSTANCE .createModule()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 968. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 383) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_Source(), SCAFactory.eINSTANCE .createModuleComponent()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 969. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 388) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_Source(), SCAFactory.eINSTANCE .createReference()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 970. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 393) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_Source(), SCAFactory.eINSTANCE .createModuleReference()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 971. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 398) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_Source(), SCAFactory.eINSTANCE .createService()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 972. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 403) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_Source(), SCAFactory.eINSTANCE .createModuleService()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 973. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 408) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_Source(), SCAFactory.eINSTANCE .createModuleWire()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 974. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 413) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_Source(), SCAFactory.eINSTANCE .createProperty()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 975. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 418) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_Source(), SCAFactory.eINSTANCE .createPropertyValue()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 976. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 423) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_Source(), SCAFactory.eINSTANCE .createPropertyValuesSet()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 977. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 428) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_Source(), SCAFactory.eINSTANCE .createReferenceValue()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 978. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 433) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_Source(), SCAFactory.eINSTANCE .createReferenceValuesSet()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 979. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 438) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_Source(), SCAFactory.eINSTANCE .createSCABinding()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 980. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 443) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_Source(), SCAFactory.eINSTANCE .createSLSBBinding()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 981. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 448) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_Source(), SCAFactory.eINSTANCE .createSubsystem()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 982. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 453) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_Source(), SCAFactory.eINSTANCE .createSystemWire()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 983. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 458) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_Source(), SCAFactory.eINSTANCE .createUnknownImplementation()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 984. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 463) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_Source(), SCAFactory.eINSTANCE .createWebServiceBinding()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 985. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 468) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_Source(), SCAFactory.eINSTANCE .createWSDLPortType()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 986. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 473) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_SourceEpr(), SCAFactory.eINSTANCE.createAbstractImplementation()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 987. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 478) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_SourceEpr(), SCAFactory.eINSTANCE.createBinding()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 988. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 483) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_SourceEpr(), SCAFactory.eINSTANCE.createComponentType()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 989. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 488) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_SourceEpr(), SCAFactory.eINSTANCE.createComposite()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 990. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 493) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_SourceEpr(), SCAFactory.eINSTANCE.createEntryPoint()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 991. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 498) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_SourceEpr(), SCAFactory.eINSTANCE.createExternalService()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 992. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 503) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_SourceEpr(), SCAFactory.eINSTANCE.createImplementationComponent()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 993. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 508) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_SourceEpr(), SCAFactory.eINSTANCE.createInterface()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 994. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 513) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_SourceEpr(), SCAFactory.eINSTANCE.createJavaImplementation()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 995. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 518) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_SourceEpr(), SCAFactory.eINSTANCE.createJavaInterface()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 996. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 523) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_SourceEpr(), SCAFactory.eINSTANCE.createModuleFragment()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 997. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 528) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_SourceEpr(), SCAFactory.eINSTANCE.createModule()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 998. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 533) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_SourceEpr(), SCAFactory.eINSTANCE.createModuleComponent()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 999. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 538) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_SourceEpr(), SCAFactory.eINSTANCE.createReference()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1000. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 543) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_SourceEpr(), SCAFactory.eINSTANCE.createModuleReference()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1001. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 548) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_SourceEpr(), SCAFactory.eINSTANCE.createService()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1002. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 553) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_SourceEpr(), SCAFactory.eINSTANCE.createModuleService()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1003. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 558) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_SourceEpr(), SCAFactory.eINSTANCE.createModuleWire()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1004. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 563) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_SourceEpr(), SCAFactory.eINSTANCE.createProperty()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1005. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 568) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_SourceEpr(), SCAFactory.eINSTANCE.createPropertyValue()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1006. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 573) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_SourceEpr(), SCAFactory.eINSTANCE.createPropertyValuesSet()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1007. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 578) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_SourceEpr(), SCAFactory.eINSTANCE.createReferenceValue()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1008. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 583) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_SourceEpr(), SCAFactory.eINSTANCE.createReferenceValuesSet()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1009. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 588) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_SourceEpr(), SCAFactory.eINSTANCE.createSCABinding()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1010. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 593) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_SourceEpr(), SCAFactory.eINSTANCE.createSLSBBinding()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1011. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 598) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_SourceEpr(), SCAFactory.eINSTANCE.createSubsystem()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1012. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 603) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_SourceEpr(), SCAFactory.eINSTANCE.createSystemWire()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1013. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 608) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_SourceEpr(), SCAFactory.eINSTANCE.createUnknownImplementation()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1014. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 613) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_SourceEpr(), SCAFactory.eINSTANCE.createWebServiceBinding()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1015. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 618) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_SourceEpr(), SCAFactory.eINSTANCE.createWSDLPortType()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1016. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 623) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_SourceUri(), ""))); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1017. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 627) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_Subsystem(), SCAFactory.eINSTANCE.createSubsystem()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1018. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 632) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_Target(), SCAFactory.eINSTANCE .createAbstractImplementation()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1019. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 637) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_Target(), SCAFactory.eINSTANCE .createBinding()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1020. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 642) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_Target(), SCAFactory.eINSTANCE .createComponentType()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1021. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCACoreRootItemProvider.java (at line 647) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSCACoreRoot_Mixed(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_Target(), SCAFactory.eINSTANCE .createComposite()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- ---------- 1022. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCAItemProviderAdapterFactory.java (at line 70) protected Collection supportedTypes = new ArrayList(); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 1023. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCAItemProviderAdapterFactory.java (at line 70) protected Collection supportedTypes = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 1024. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCAItemProviderAdapterFactory.java (at line 78) supportedTypes.add(IEditingDomainItemProvider.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1025. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCAItemProviderAdapterFactory.java (at line 79) supportedTypes.add(IStructuredItemContentProvider.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1026. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCAItemProviderAdapterFactory.java (at line 80) supportedTypes.add(ITreeItemContentProvider.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1027. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCAItemProviderAdapterFactory.java (at line 81) supportedTypes.add(IItemLabelProvider.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1028. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCAItemProviderAdapterFactory.java (at line 82) supportedTypes.add(IItemPropertySource.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1029. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SCAItemProviderAdapterFactory.java (at line 869) if (!(type instanceof Class) || (((Class) type).isInstance(adapter))) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- ---------- 1030. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SLSBBindingItemProvider.java (at line 59) public List getPropertyDescriptors(Object object) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 1031. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SLSBBindingItemProvider.java (at line 59) public List getPropertyDescriptors(Object object) { ^^^^ Type safety: The return type List for getPropertyDescriptors(Object) from the type SLSBBindingItemProvider needs unchecked conversion to conform to List from the type IItemPropertySource ---------- 1032. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SLSBBindingItemProvider.java (at line 137) protected void collectNewChildDescriptors(Collection newChildDescriptors, ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- ---------- 1033. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ServiceItemProvider.java (at line 64) public List getPropertyDescriptors(Object object) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 1034. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ServiceItemProvider.java (at line 64) public List getPropertyDescriptors(Object object) { ^^^^ Type safety: The return type List for getPropertyDescriptors(Object) from the type ServiceItemProvider needs unchecked conversion to conform to List from the type IItemPropertySource ---------- 1035. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ServiceItemProvider.java (at line 64) public List getPropertyDescriptors(Object object) { ^^^^ Type safety: The return type List for getPropertyDescriptors(Object) from the type ServiceItemProvider needs unchecked conversion to conform to List from the type ItemProviderAdapter ---------- 1036. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ServiceItemProvider.java (at line 102) public Collection getChildrenFeatures(Object object) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 1037. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ServiceItemProvider.java (at line 102) public Collection getChildrenFeatures(Object object) { ^^^^^^^^^^ Type safety: The return type Collection for getChildrenFeatures(Object) from the type ServiceItemProvider needs unchecked conversion to conform to Collection from the type ItemProviderAdapter ---------- 1038. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ServiceItemProvider.java (at line 182) protected void collectNewChildDescriptors(Collection newChildDescriptors, ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 1039. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ServiceItemProvider.java (at line 184) super.collectNewChildDescriptors(newChildDescriptors, object); ^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 1040. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ServiceItemProvider.java (at line 186) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getService_InterfaceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getService_Interface(), SCAFactory.eINSTANCE .createInterface()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1041. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ServiceItemProvider.java (at line 191) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getService_InterfaceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getService_Interface(), SCAFactory.eINSTANCE .createJavaInterface()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1042. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ServiceItemProvider.java (at line 196) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getService_InterfaceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getService_Interface(), SCAFactory.eINSTANCE .createWSDLPortType()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1043. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ServiceItemProvider.java (at line 201) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getService_InterfaceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_InterfaceWsdl(), SCAFactory.eINSTANCE.createWSDLPortType()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1044. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ServiceItemProvider.java (at line 206) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getService_InterfaceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_InterfaceJava(), SCAFactory.eINSTANCE.createJavaInterface()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1045. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ServiceItemProvider.java (at line 211) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getService_Interface(), SCAFactory.eINSTANCE.createInterface())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1046. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ServiceItemProvider.java (at line 214) newChildDescriptors .add(createChildParameter(SCAPackage.eINSTANCE .getService_Interface(), SCAFactory.eINSTANCE .createJavaInterface())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1047. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ServiceItemProvider.java (at line 219) newChildDescriptors .add(createChildParameter(SCAPackage.eINSTANCE .getService_Interface(), SCAFactory.eINSTANCE .createWSDLPortType())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1048. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/ServiceItemProvider.java (at line 233) Collection selection) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- ---------- 1049. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SubsystemItemProvider.java (at line 63) public List getPropertyDescriptors(Object object) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 1050. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SubsystemItemProvider.java (at line 63) public List getPropertyDescriptors(Object object) { ^^^^ Type safety: The return type List for getPropertyDescriptors(Object) from the type SubsystemItemProvider needs unchecked conversion to conform to List from the type IItemPropertySource ---------- 1051. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SubsystemItemProvider.java (at line 101) public Collection getChildrenFeatures(Object object) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 1052. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SubsystemItemProvider.java (at line 179) protected void collectNewChildDescriptors(Collection newChildDescriptors, ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 1053. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SubsystemItemProvider.java (at line 183) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSubsystem_Wires(), SCAFactory.eINSTANCE.createSystemWire())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1054. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SubsystemItemProvider.java (at line 195) Collection selection) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- ---------- 1055. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 62) public List getPropertyDescriptors(Object object) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 1056. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 62) public List getPropertyDescriptors(Object object) { ^^^^ Type safety: The return type List for getPropertyDescriptors(Object) from the type SystemWireItemProvider needs unchecked conversion to conform to List from the type IItemPropertySource ---------- 1057. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 62) public List getPropertyDescriptors(Object object) { ^^^^ Type safety: The return type List for getPropertyDescriptors(Object) from the type SystemWireItemProvider needs unchecked conversion to conform to List from the type ItemProviderAdapter ---------- 1058. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 80) public Collection getChildrenFeatures(Object object) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 1059. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 80) public Collection getChildrenFeatures(Object object) { ^^^^^^^^^^ Type safety: The return type Collection for getChildrenFeatures(Object) from the type SystemWireItemProvider needs unchecked conversion to conform to Collection from the type ItemProviderAdapter ---------- 1060. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 152) protected void collectNewChildDescriptors(Collection newChildDescriptors, ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 1061. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 154) super.collectNewChildDescriptors(newChildDescriptors, object); ^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 1062. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 156) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_SourceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSystemWire_Source(), SCAFactory.eINSTANCE .createAbstractImplementation()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1063. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 161) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_SourceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSystemWire_Source(), SCAFactory.eINSTANCE .createBinding()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1064. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 166) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_SourceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSystemWire_Source(), SCAFactory.eINSTANCE .createComponentType()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1065. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 171) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_SourceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSystemWire_Source(), SCAFactory.eINSTANCE .createComposite()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1066. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 176) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_SourceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSystemWire_Source(), SCAFactory.eINSTANCE .createEntryPoint()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1067. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 181) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_SourceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSystemWire_Source(), SCAFactory.eINSTANCE .createExternalService()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1068. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 186) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_SourceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSystemWire_Source(), SCAFactory.eINSTANCE .createImplementationComponent()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1069. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 191) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_SourceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSystemWire_Source(), SCAFactory.eINSTANCE .createInterface()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1070. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 196) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_SourceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSystemWire_Source(), SCAFactory.eINSTANCE .createJavaImplementation()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1071. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 201) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_SourceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSystemWire_Source(), SCAFactory.eINSTANCE .createJavaInterface()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1072. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 206) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_SourceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSystemWire_Source(), SCAFactory.eINSTANCE .createModuleFragment()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1073. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 211) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_SourceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSystemWire_Source(), SCAFactory.eINSTANCE .createModule()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1074. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 216) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_SourceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSystemWire_Source(), SCAFactory.eINSTANCE .createModuleComponent()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1075. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 221) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_SourceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSystemWire_Source(), SCAFactory.eINSTANCE .createReference()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1076. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 226) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_SourceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSystemWire_Source(), SCAFactory.eINSTANCE .createModuleReference()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1077. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 231) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_SourceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSystemWire_Source(), SCAFactory.eINSTANCE .createService()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1078. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 236) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_SourceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSystemWire_Source(), SCAFactory.eINSTANCE .createModuleService()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1079. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 241) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_SourceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSystemWire_Source(), SCAFactory.eINSTANCE .createModuleWire()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1080. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 246) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_SourceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSystemWire_Source(), SCAFactory.eINSTANCE .createProperty()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1081. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 251) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_SourceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSystemWire_Source(), SCAFactory.eINSTANCE .createPropertyValue()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1082. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 256) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_SourceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSystemWire_Source(), SCAFactory.eINSTANCE .createPropertyValuesSet()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1083. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 261) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_SourceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSystemWire_Source(), SCAFactory.eINSTANCE .createReferenceValue()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1084. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 266) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_SourceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSystemWire_Source(), SCAFactory.eINSTANCE .createReferenceValuesSet()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1085. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 271) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_SourceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSystemWire_Source(), SCAFactory.eINSTANCE .createSCABinding()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1086. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 276) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_SourceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSystemWire_Source(), SCAFactory.eINSTANCE .createSLSBBinding()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1087. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 281) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_SourceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSystemWire_Source(), SCAFactory.eINSTANCE .createSubsystem()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1088. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 286) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_SourceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSystemWire_Source(), SCAFactory.eINSTANCE .createSystemWire()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1089. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 291) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_SourceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSystemWire_Source(), SCAFactory.eINSTANCE .createUnknownImplementation()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1090. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 296) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_SourceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSystemWire_Source(), SCAFactory.eINSTANCE .createWebServiceBinding()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1091. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 301) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_SourceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSystemWire_Source(), SCAFactory.eINSTANCE .createWSDLPortType()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1092. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 306) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_SourceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_SourceEpr(), SCAFactory.eINSTANCE.createAbstractImplementation()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1093. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 311) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_SourceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_SourceEpr(), SCAFactory.eINSTANCE.createBinding()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1094. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 316) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_SourceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_SourceEpr(), SCAFactory.eINSTANCE.createComponentType()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1095. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 321) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_SourceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_SourceEpr(), SCAFactory.eINSTANCE.createComposite()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1096. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 326) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_SourceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_SourceEpr(), SCAFactory.eINSTANCE.createEntryPoint()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1097. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 331) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_SourceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_SourceEpr(), SCAFactory.eINSTANCE.createExternalService()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1098. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 336) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_SourceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_SourceEpr(), SCAFactory.eINSTANCE.createImplementationComponent()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1099. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 341) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_SourceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_SourceEpr(), SCAFactory.eINSTANCE.createInterface()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1100. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 346) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_SourceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_SourceEpr(), SCAFactory.eINSTANCE.createJavaImplementation()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1101. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 351) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_SourceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_SourceEpr(), SCAFactory.eINSTANCE.createJavaInterface()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1102. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 356) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_SourceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_SourceEpr(), SCAFactory.eINSTANCE.createModuleFragment()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1103. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 361) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_SourceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_SourceEpr(), SCAFactory.eINSTANCE.createModule()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1104. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 366) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_SourceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_SourceEpr(), SCAFactory.eINSTANCE.createModuleComponent()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1105. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 371) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_SourceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_SourceEpr(), SCAFactory.eINSTANCE.createReference()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1106. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 376) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_SourceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_SourceEpr(), SCAFactory.eINSTANCE.createModuleReference()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1107. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 381) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_SourceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_SourceEpr(), SCAFactory.eINSTANCE.createService()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1108. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 386) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_SourceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_SourceEpr(), SCAFactory.eINSTANCE.createModuleService()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1109. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 391) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_SourceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_SourceEpr(), SCAFactory.eINSTANCE.createModuleWire()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1110. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 396) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_SourceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_SourceEpr(), SCAFactory.eINSTANCE.createProperty()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1111. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 401) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_SourceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_SourceEpr(), SCAFactory.eINSTANCE.createPropertyValue()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1112. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 406) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_SourceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_SourceEpr(), SCAFactory.eINSTANCE.createPropertyValuesSet()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1113. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 411) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_SourceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_SourceEpr(), SCAFactory.eINSTANCE.createReferenceValue()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1114. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 416) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_SourceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_SourceEpr(), SCAFactory.eINSTANCE.createReferenceValuesSet()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1115. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 421) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_SourceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_SourceEpr(), SCAFactory.eINSTANCE.createSCABinding()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1116. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 426) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_SourceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_SourceEpr(), SCAFactory.eINSTANCE.createSLSBBinding()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1117. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 431) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_SourceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_SourceEpr(), SCAFactory.eINSTANCE.createSubsystem()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1118. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 436) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_SourceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_SourceEpr(), SCAFactory.eINSTANCE.createSystemWire()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1119. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 441) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_SourceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_SourceEpr(), SCAFactory.eINSTANCE.createUnknownImplementation()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1120. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 446) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_SourceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_SourceEpr(), SCAFactory.eINSTANCE.createWebServiceBinding()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1121. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 451) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_SourceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_SourceEpr(), SCAFactory.eINSTANCE.createWSDLPortType()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1122. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 456) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_SourceGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_SourceUri(), ""))); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1123. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 460) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_TargetGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSystemWire_Target(), SCAFactory.eINSTANCE .createAbstractImplementation()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1124. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 465) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_TargetGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSystemWire_Target(), SCAFactory.eINSTANCE .createBinding()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1125. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 470) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_TargetGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSystemWire_Target(), SCAFactory.eINSTANCE .createComponentType()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1126. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 475) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_TargetGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSystemWire_Target(), SCAFactory.eINSTANCE .createComposite()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1127. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 480) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_TargetGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSystemWire_Target(), SCAFactory.eINSTANCE .createEntryPoint()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1128. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 485) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_TargetGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSystemWire_Target(), SCAFactory.eINSTANCE .createExternalService()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1129. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 490) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_TargetGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSystemWire_Target(), SCAFactory.eINSTANCE .createImplementationComponent()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1130. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 495) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_TargetGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSystemWire_Target(), SCAFactory.eINSTANCE .createInterface()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1131. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 500) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_TargetGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSystemWire_Target(), SCAFactory.eINSTANCE .createJavaImplementation()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1132. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 505) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_TargetGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSystemWire_Target(), SCAFactory.eINSTANCE .createJavaInterface()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1133. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 510) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_TargetGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSystemWire_Target(), SCAFactory.eINSTANCE .createModuleFragment()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1134. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 515) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_TargetGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSystemWire_Target(), SCAFactory.eINSTANCE .createModule()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1135. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 520) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_TargetGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSystemWire_Target(), SCAFactory.eINSTANCE .createModuleComponent()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1136. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 525) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_TargetGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSystemWire_Target(), SCAFactory.eINSTANCE .createReference()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1137. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 530) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_TargetGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSystemWire_Target(), SCAFactory.eINSTANCE .createModuleReference()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1138. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 535) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_TargetGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSystemWire_Target(), SCAFactory.eINSTANCE .createService()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1139. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 540) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_TargetGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSystemWire_Target(), SCAFactory.eINSTANCE .createModuleService()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1140. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 545) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_TargetGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSystemWire_Target(), SCAFactory.eINSTANCE .createModuleWire()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1141. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 550) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_TargetGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSystemWire_Target(), SCAFactory.eINSTANCE .createProperty()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1142. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 555) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_TargetGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSystemWire_Target(), SCAFactory.eINSTANCE .createPropertyValue()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1143. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 560) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_TargetGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSystemWire_Target(), SCAFactory.eINSTANCE .createPropertyValuesSet()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1144. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 565) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_TargetGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSystemWire_Target(), SCAFactory.eINSTANCE .createReferenceValue()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1145. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 570) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_TargetGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSystemWire_Target(), SCAFactory.eINSTANCE .createReferenceValuesSet()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1146. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 575) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_TargetGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSystemWire_Target(), SCAFactory.eINSTANCE .createSCABinding()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1147. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 580) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_TargetGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSystemWire_Target(), SCAFactory.eINSTANCE .createSLSBBinding()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1148. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 585) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_TargetGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSystemWire_Target(), SCAFactory.eINSTANCE .createSubsystem()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1149. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 590) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_TargetGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSystemWire_Target(), SCAFactory.eINSTANCE .createSystemWire()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1150. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 595) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_TargetGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSystemWire_Target(), SCAFactory.eINSTANCE .createUnknownImplementation()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1151. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 600) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_TargetGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSystemWire_Target(), SCAFactory.eINSTANCE .createWebServiceBinding()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1152. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 605) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_TargetGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSystemWire_Target(), SCAFactory.eINSTANCE .createWSDLPortType()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1153. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 610) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_TargetGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_TargetEpr(), SCAFactory.eINSTANCE.createAbstractImplementation()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 1154. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/SystemWireItemProvider.java (at line 615) newChildDescriptors.add(createChildParameter(SCAPackage.eINSTANCE .getSystemWire_TargetGroup(), FeatureMapUtil.createEntry( SCAPackage.eINSTANCE.getSCACoreRoot_TargetEpr(), SCAFactory.eINSTANCE.createBinding()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- ---------- 1155. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/UnknownImplementationItemProvider.java (at line 60) public List getPropertyDescriptors(Object object) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 1156. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/UnknownImplementationItemProvider.java (at line 60) public List getPropertyDescriptors(Object object) { ^^^^ Type safety: The return type List for getPropertyDescriptors(Object) from the type UnknownImplementationItemProvider needs unchecked conversion to conform to List from the type IItemPropertySource ---------- 1157. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/UnknownImplementationItemProvider.java (at line 138) protected void collectNewChildDescriptors(Collection newChildDescriptors, ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- ---------- 1158. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/WSDLPortTypeItemProvider.java (at line 60) public List getPropertyDescriptors(Object object) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 1159. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/WSDLPortTypeItemProvider.java (at line 60) public List getPropertyDescriptors(Object object) { ^^^^ Type safety: The return type List for getPropertyDescriptors(Object) from the type WSDLPortTypeItemProvider needs unchecked conversion to conform to List from the type IItemPropertySource ---------- 1160. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/WSDLPortTypeItemProvider.java (at line 118) public Collection getChildrenFeatures(Object object) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 1161. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/WSDLPortTypeItemProvider.java (at line 118) public Collection getChildrenFeatures(Object object) { ^^^^^^^^^^ Type safety: The return type Collection for getChildrenFeatures(Object) from the type WSDLPortTypeItemProvider needs unchecked conversion to conform to Collection from the type ItemProviderAdapter ---------- 1162. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/WSDLPortTypeItemProvider.java (at line 197) protected void collectNewChildDescriptors(Collection newChildDescriptors, ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- ---------- 1163. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/WebServiceBindingItemProvider.java (at line 60) public List getPropertyDescriptors(Object object) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 1164. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/WebServiceBindingItemProvider.java (at line 60) public List getPropertyDescriptors(Object object) { ^^^^ Type safety: The return type List for getPropertyDescriptors(Object) from the type WebServiceBindingItemProvider needs unchecked conversion to conform to List from the type IItemPropertySource ---------- 1165. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/WebServiceBindingItemProvider.java (at line 98) public Collection getChildrenFeatures(Object object) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 1166. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/WebServiceBindingItemProvider.java (at line 98) public Collection getChildrenFeatures(Object object) { ^^^^^^^^^^ Type safety: The return type Collection for getChildrenFeatures(Object) from the type WebServiceBindingItemProvider needs unchecked conversion to conform to Collection from the type ItemProviderAdapter ---------- 1167. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/provider/WebServiceBindingItemProvider.java (at line 176) protected void collectNewChildDescriptors(Collection newChildDescriptors, ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- ---------- 1168. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/ModelFileIndex.java (at line 39) private final Set composites = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 1169. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/ModelFileIndex.java (at line 39) private final Set composites = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 1170. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/ModelFileIndex.java (at line 41) private final Set componentTypes = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 1171. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/ModelFileIndex.java (at line 41) private final Set componentTypes = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 1172. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/ModelFileIndex.java (at line 43) private final Set modules = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 1173. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/ModelFileIndex.java (at line 43) private final Set modules = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 1174. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/ModelFileIndex.java (at line 45) private final Set subsystems = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 1175. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/ModelFileIndex.java (at line 45) private final Set subsystems = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 1176. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/ModelFileIndex.java (at line 64) composites.add(file); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 1177. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/ModelFileIndex.java (at line 66) componentTypes.add(file); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 1178. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/ModelFileIndex.java (at line 68) modules.add(file); ^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 1179. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/ModelFileIndex.java (at line 70) subsystems.add(file); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 1180. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/ModelFileIndex.java (at line 78) Set models = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 1181. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/ModelFileIndex.java (at line 78) Set models = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 1182. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/ModelFileIndex.java (at line 83) for (Iterator compositesIterator = composites.iterator(); compositesIterator ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 1183. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/ModelFileIndex.java (at line 90) models.add(root.getComposite()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 1184. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/ModelFileIndex.java (at line 93) for (Iterator componentTypeIterator = componentTypes.iterator(); componentTypeIterator ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 1185. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/ModelFileIndex.java (at line 100) models.add(root.getComponentType()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 1186. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/ModelFileIndex.java (at line 103) for (Iterator modulesIterator = modules.iterator(); modulesIterator ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 1187. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/ModelFileIndex.java (at line 110) models.add(root.getModule()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 1188. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/ModelFileIndex.java (at line 113) for (Iterator subsystemsIterator = subsystems.iterator(); subsystemsIterator ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 1189. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/ModelFileIndex.java (at line 120) models.add(root.getSubsystem()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 1190. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/ModelFileIndex.java (at line 123) return (SCAObject[]) models.toArray(new SCAObject[models.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type Set. References to generic type Set should be parameterized ---------- ---------- 1191. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/ModelFileIndexer.java (at line 39) private static final Set interestingExtensions = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 1192. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/ModelFileIndexer.java (at line 39) private static final Set interestingExtensions = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 1193. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/ModelFileIndexer.java (at line 42) interestingExtensions.add(COMPOSITE_EXT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 1194. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/ModelFileIndexer.java (at line 43) interestingExtensions.add(COMPONENT_TYPE_EXT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 1195. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/ModelFileIndexer.java (at line 44) interestingExtensions.add(SUBSYSTEM_EXT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 1196. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/ModelFileIndexer.java (at line 45) interestingExtensions.add(MODULE_EXT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 1197. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/ModelFileIndexer.java (at line 65) private final Map indices = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 1198. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/ModelFileIndexer.java (at line 65) private final Map indices = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 1199. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/ModelFileIndexer.java (at line 90) indices.put(project, (index = new ModelFileIndex(project))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- ---------- 1200. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCASwitch.java (at line 111) List eSuperTypes = theEClass.getESuperTypes(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- ---------- 1201. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 140) DiagnosticChain diagnostics, Map context) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 1202. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 247) DiagnosticChain diagnostics, Map context) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 1203. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 249) diagnostics, context); ^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map ---------- 1204. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 258) Map context) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 1205. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 260) context); ^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map ---------- 1206. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 269) DiagnosticChain diagnostics, Map context) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 1207. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 271) context); ^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map ---------- 1208. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 280) DiagnosticChain diagnostics, Map context) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 1209. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 282) diagnostics, context); ^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map ---------- 1210. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 291) DiagnosticChain diagnostics, Map context) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 1211. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 293) context); ^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map ---------- 1212. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 302) DiagnosticChain diagnostics, Map context) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 1213. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 304) context); ^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map ---------- 1214. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 313) DiagnosticChain diagnostics, Map context) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 1215. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 315) diagnostics, context); ^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map ---------- 1216. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 324) DiagnosticChain diagnostics, Map context) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 1217. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 326) diagnostics, context); ^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map ---------- 1218. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 336) DiagnosticChain diagnostics, Map context) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 1219. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 338) diagnostics, context); ^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map ---------- 1220. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 347) DiagnosticChain diagnostics, Map context) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 1221. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 349) context); ^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map ---------- 1222. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 359) Map context) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 1223. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 361) diagnostics, context); ^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map ---------- 1224. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 370) DiagnosticChain diagnostics, Map context) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 1225. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 372) diagnostics, context); ^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map ---------- 1226. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 381) Map context) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 1227. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 383) context); ^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map ---------- 1228. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 392) DiagnosticChain diagnostics, Map context) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 1229. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 394) diagnostics, context); ^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map ---------- 1230. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 403) DiagnosticChain diagnostics, Map context) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 1231. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 405) diagnostics, context); ^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map ---------- 1232. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 414) DiagnosticChain diagnostics, Map context) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 1233. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 416) diagnostics, context); ^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map ---------- 1234. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 425) DiagnosticChain diagnostics, Map context) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 1235. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 427) diagnostics, context); ^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map ---------- 1236. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 436) DiagnosticChain diagnostics, Map context) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 1237. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 438) context); ^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map ---------- 1238. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 447) DiagnosticChain diagnostics, Map context) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 1239. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 449) context); ^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map ---------- 1240. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 458) DiagnosticChain diagnostics, Map context) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 1241. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 460) diagnostics, context); ^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map ---------- 1242. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 470) Map context) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 1243. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 472) diagnostics, context); ^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map ---------- 1244. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 481) DiagnosticChain diagnostics, Map context) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 1245. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 483) context); ^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map ---------- 1246. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 492) DiagnosticChain diagnostics, Map context) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 1247. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 494) diagnostics, context); ^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map ---------- 1248. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 504) Map context) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 1249. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 506) diagnostics, context); ^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map ---------- 1250. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 515) DiagnosticChain diagnostics, Map context) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 1251. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 517) context); ^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map ---------- 1252. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 526) DiagnosticChain diagnostics, Map context) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 1253. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 528) diagnostics, context); ^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map ---------- 1254. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 537) Map context) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 1255. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 539) context); ^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map ---------- 1256. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 548) DiagnosticChain diagnostics, Map context) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 1257. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 550) diagnostics, context); ^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map ---------- 1258. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 559) DiagnosticChain diagnostics, Map context) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 1259. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 561) context); ^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map ---------- 1260. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 570) DiagnosticChain diagnostics, Map context) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 1261. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 572) context); ^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map ---------- 1262. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 582) DiagnosticChain diagnostics, Map context) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 1263. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 584) diagnostics, context); ^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map ---------- 1264. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 594) Map context) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 1265. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 596) diagnostics, context); ^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map ---------- 1266. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 605) DiagnosticChain diagnostics, Map context) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 1267. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 607) diagnostics, context); ^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map ---------- 1268. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 616) DiagnosticChain diagnostics, Map context) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 1269. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 626) DiagnosticChain diagnostics, Map context) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 1270. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 637) public static final Collection MULTIPLICITY__ENUMERATION__VALUES = wrapEnumerationValues(new Object[] { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 1271. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 651) DiagnosticChain diagnostics, Map context) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 1272. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 656) context); ^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map ---------- 1273. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/sca/util/SCAValidator.java (at line 667) Map context) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- ---------- 1274. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/util/SCAArtifactEdit.java (at line 208) Class dataModelClass = null; ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 1275. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/util/SCAArtifactEdit.java (at line 295) for (Iterator iter = resource.getAllContents(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- ---------- 1276. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/util/SOACoreUtils.java (at line 41) public List getAllJavaInterfaces(List services) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 1277. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/util/SOACoreUtils.java (at line 41) public List getAllJavaInterfaces(List services) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 1278. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/util/SOACoreUtils.java (at line 45) List allJavaInterfaces = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 1279. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/util/SOACoreUtils.java (at line 45) List allJavaInterfaces = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 1280. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/util/SOACoreUtils.java (at line 47) for (Iterator iter = services.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 1281. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/util/SOACoreUtils.java (at line 51) allJavaInterfaces.add(intf); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 1282. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/util/SOACoreUtils.java (at line 65) public List getAllWSDLInterfaces(List services) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 1283. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/util/SOACoreUtils.java (at line 65) public List getAllWSDLInterfaces(List services) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 1284. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/util/SOACoreUtils.java (at line 69) List allWSDLInterfaces = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 1285. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/util/SOACoreUtils.java (at line 69) List allWSDLInterfaces = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 1286. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/util/SOACoreUtils.java (at line 70) for (Iterator iter = services.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 1287. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/util/SOACoreUtils.java (at line 74) allWSDLInterfaces.add(intf); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 1288. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/util/SOACoreUtils.java (at line 87) public List getAllJavaReferenceInterfaces(List references) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 1289. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/util/SOACoreUtils.java (at line 87) public List getAllJavaReferenceInterfaces(List references) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 1290. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/util/SOACoreUtils.java (at line 91) List allJavaReferenceInterfaces = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 1291. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/util/SOACoreUtils.java (at line 91) List allJavaReferenceInterfaces = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 1292. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/util/SOACoreUtils.java (at line 92) Iterator referenceListItr = references.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 1293. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/util/SOACoreUtils.java (at line 98) allJavaReferenceInterfaces.add(intf); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 1294. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/util/SOACoreUtils.java (at line 111) public List getAllWSDLReferences(List references) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 1295. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/util/SOACoreUtils.java (at line 111) public List getAllWSDLReferences(List references) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 1296. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/util/SOACoreUtils.java (at line 115) List allWSDLReferences = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 1297. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/util/SOACoreUtils.java (at line 115) List allWSDLReferences = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 1298. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/util/SOACoreUtils.java (at line 117) Iterator referenceListItr = references.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 1299. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/util/SOACoreUtils.java (at line 123) allWSDLReferences.add(reference); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 1300. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/util/SOACoreUtils.java (at line 135) public List getAllWSDLReferenceInterfaces(List references) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 1301. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/util/SOACoreUtils.java (at line 135) public List getAllWSDLReferenceInterfaces(List references) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 1302. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/util/SOACoreUtils.java (at line 139) List allWSDLReferenceInterfaces = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 1303. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/util/SOACoreUtils.java (at line 139) List allWSDLReferenceInterfaces = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 1304. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/util/SOACoreUtils.java (at line 140) Iterator referenceListItr = references.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 1305. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/util/SOACoreUtils.java (at line 146) allWSDLReferenceInterfaces.add(intf); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 1306. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/util/SOACoreUtils.java (at line 153) ComponentType componentType, Class type) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 1307. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.core/src/org/eclipse/stp/core/util/SOACoreUtils.java (at line 156) List candidates = null; ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 1307 problems (1307 warnings)[223 .class files generated]