# 6/25/07 10:19:30 PM EDT # Eclipse Java Compiler 0.745, 3.3.0 milestone-6, Copyright IBM Corp 2000, 2007. All rights reserved. ---------- 1. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/emf/DefaultScribblerDomain.java (at line 33) private final Map lifecycles = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 2. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/emf/DefaultScribblerDomain.java (at line 33) private final Map lifecycles = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 3. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/emf/DefaultScribblerDomain.java (at line 62) lifecycles.put(flavorManager.getId(), flavorManager); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 4. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/emf/DefaultScribblerDomain.java (at line 75) return (ITechnologyFlavorLifecycle[]) lifecycles.values().toArray( new ITechnologyFlavorLifecycle[lifecycles.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- ---------- 5. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/emf/EditModelEvent.java (at line 52) private final List changedResources; ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 6. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/emf/EditModelEvent.java (at line 63) public EditModelEvent(int anEventCode, List theChangedResources) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 7. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/emf/EditModelEvent.java (at line 65) changedResources = Collections.unmodifiableList(theChangedResources); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation unmodifiableList(List) of the generic method unmodifiableList(List) of type Collections ---------- 8. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/emf/EditModelEvent.java (at line 65) changedResources = Collections.unmodifiableList(theChangedResources); ^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- 9. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/emf/EditModelEvent.java (at line 72) public List getChangedResources() { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- ---------- 10. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/emf/FeatureAdapter.java (at line 44) private static final Map featureAdapters = new WeakHashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 11. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/emf/FeatureAdapter.java (at line 44) private static final Map featureAdapters = new WeakHashMap(); ^^^^^^^^^^^ WeakHashMap is a raw type. References to generic type WeakHashMap should be parameterized ---------- 12. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/emf/FeatureAdapter.java (at line 109) 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 ---------- ---------- 13. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/emf/FeatureAwareList.java (at line 26) public class FeatureAwareList implements InternalEList { ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 14. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/emf/FeatureAwareList.java (at line 32) private final InternalEList modelList; ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 15. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/emf/FeatureAwareList.java (at line 49) modelList = (InternalEList) featureMap.list(abstractFeature); ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 16. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/emf/FeatureAwareList.java (at line 73) public boolean addAll(Collection c) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 17. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/emf/FeatureAwareList.java (at line 77) public boolean addAll(int index, Collection c) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 18. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/emf/FeatureAwareList.java (at line 80) for (Iterator itr = c.iterator(); itr.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 19. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/emf/FeatureAwareList.java (at line 102) public boolean containsAll(Collection c) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 20. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/emf/FeatureAwareList.java (at line 103) return modelList.containsAll(c); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method containsAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 21. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/emf/FeatureAwareList.java (at line 126) public Iterator iterator() { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 22. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/emf/FeatureAwareList.java (at line 134) public ListIterator listIterator() { ^^^^^^^^^^^^ ListIterator is a raw type. References to generic type ListIterator should be parameterized ---------- 23. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/emf/FeatureAwareList.java (at line 138) public ListIterator listIterator(int index) { ^^^^^^^^^^^^ ListIterator is a raw type. References to generic type ListIterator should be parameterized ---------- 24. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/emf/FeatureAwareList.java (at line 150) public boolean removeAll(Collection c) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 25. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/emf/FeatureAwareList.java (at line 151) return modelList.removeAll(c); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method removeAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 26. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/emf/FeatureAwareList.java (at line 154) public boolean retainAll(Collection c) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 27. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/emf/FeatureAwareList.java (at line 155) return modelList.retainAll(c); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method retainAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 28. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/emf/FeatureAwareList.java (at line 159) 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 ---------- 29. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/emf/FeatureAwareList.java (at line 166) public List subList(int fromIndex, int toIndex) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 30. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/emf/FeatureAwareList.java (at line 174) 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 ---------- 31. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/emf/FeatureAwareList.java (at line 174) 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 ---------- 32. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/emf/FeatureAwareList.java (at line 175) return modelList.toArray(a); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized ---------- 33. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/emf/FeatureAwareList.java (at line 179) 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 ---------- 34. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/emf/FeatureAwareList.java (at line 190) public List basicList() { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 35. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/emf/FeatureAwareList.java (at line 194) public Iterator basicIterator() { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 36. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/emf/FeatureAwareList.java (at line 198) public ListIterator basicListIterator() { ^^^^^^^^^^^^ ListIterator is a raw type. References to generic type ListIterator should be parameterized ---------- 37. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/emf/FeatureAwareList.java (at line 202) public ListIterator basicListIterator(int index) { ^^^^^^^^^^^^ ListIterator is a raw type. References to generic type ListIterator should be parameterized ---------- 38. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/emf/FeatureAwareList.java (at line 213) return modelList.basicAdd(object, notifications); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method basicAdd(Object, NotificationChain) belongs to the raw type InternalEList. References to generic type InternalEList should be parameterized ---------- 39. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/emf/FeatureAwareList.java (at line 217) modelList.addUnique(object); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addUnique(Object) belongs to the raw type InternalEList. References to generic type InternalEList should be parameterized ---------- 40. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/emf/FeatureAwareList.java (at line 221) modelList.addUnique(index, object); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addUnique(int, Object) belongs to the raw type InternalEList. References to generic type InternalEList should be parameterized ---------- 41. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/emf/FeatureAwareList.java (at line 225) return modelList.setUnique(index, object); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setUnique(int, Object) belongs to the raw type InternalEList. References to generic type InternalEList should be parameterized ---------- ---------- 42. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/emf/IEditModelScribbler.java (at line 74) Set getScribblerDomains(); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- ---------- 43. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/emf/WorkbenchResourceHelper.java (at line 49) protected static Class REFERENCED_RES_CLASS = ReferencedResource.class; ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 44. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/emf/WorkbenchResourceHelper.java (at line 404) Map saveOptions) throws Exception { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- ---------- 45. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/operations/AbstractScribblerDataModelProvider.java (at line 69) public Set getPropertyNames() { ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 46. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/operations/AbstractScribblerDataModelProvider.java (at line 70) Set propertyNames = super.getPropertyNames(); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 47. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/operations/AbstractScribblerDataModelProvider.java (at line 71) propertyNames.add(SCRIBBLER_DOMAINS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 48. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/operations/AbstractScribblerDataModelProvider.java (at line 72) propertyNames.add(EDIT_MODEL_LABEL); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 49. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/operations/AbstractScribblerDataModelProvider.java (at line 73) propertyNames.add(PROJECT_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/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/operations/AbstractScribblerDataModelProvider.java (at line 74) propertyNames.add(RESULT); ^^^^^^^^^^^^^^^^^^^^^^^^^ 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/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/validateedit/ResourceStateInputProvider.java (at line 31) List getResources(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 52. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/validateedit/ResourceStateInputProvider.java (at line 39) List getNonResourceFiles(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 53. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/validateedit/ResourceStateInputProvider.java (at line 48) List getNonResourceInconsistentFiles(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 54. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/validateedit/ResourceStateInputProvider.java (at line 59) void cacheNonResourceValidateState(List roNonResourceFiles); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- ---------- 55. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/validateedit/ResourceStateValidatorImpl.java (at line 32) protected Map lastNonRefreshStateMap; ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 56. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/validateedit/ResourceStateValidatorImpl.java (at line 39) List files; ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 57. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/validateedit/ResourceStateValidatorImpl.java (at line 41) List resources; ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 58. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/validateedit/ResourceStateValidatorImpl.java (at line 43) RefreshRunnable(List someFiles, List inconsistentResources) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 59. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/validateedit/ResourceStateValidatorImpl.java (at line 43) RefreshRunnable(List someFiles, List inconsistentResources) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 60. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/validateedit/ResourceStateValidatorImpl.java (at line 93) List inconsistentResources = getInconsistentResources(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 61. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/validateedit/ResourceStateValidatorImpl.java (at line 94) List inconsistentFiles = getFiles(inconsistentResources); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 62. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/validateedit/ResourceStateValidatorImpl.java (at line 117) List files = provider.getNonResourceFiles(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 63. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/validateedit/ResourceStateValidatorImpl.java (at line 136) List resources = provider.getResources(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 64. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/validateedit/ResourceStateValidatorImpl.java (at line 157) List inconsistentResources = getInconsistentResources(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 65. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/validateedit/ResourceStateValidatorImpl.java (at line 158) List inconsistentFiles = getFiles(inconsistentResources); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 66. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/validateedit/ResourceStateValidatorImpl.java (at line 184) private void cacheLastNonRefreshFileStamps(List inconsistentFiles) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 67. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/validateedit/ResourceStateValidatorImpl.java (at line 186) Map map = getLastNonRefreshStateMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 68. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/validateedit/ResourceStateValidatorImpl.java (at line 192) map.put(file, new Long(stamp)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 69. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/validateedit/ResourceStateValidatorImpl.java (at line 202) private void cacheValidateState(IStatus aStatus, List readOnlyResources, ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 70. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/validateedit/ResourceStateValidatorImpl.java (at line 203) List roNonResourceFiles) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 71. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/validateedit/ResourceStateValidatorImpl.java (at line 228) private boolean anyFileChangedSinceLastRefreshPrompt(List inconsistentFiles) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 72. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/validateedit/ResourceStateValidatorImpl.java (at line 247) protected List addOtherInconsistentFiles(List inconsistentFiles) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 73. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/validateedit/ResourceStateValidatorImpl.java (at line 247) protected List addOtherInconsistentFiles(List inconsistentFiles) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 74. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/validateedit/ResourceStateValidatorImpl.java (at line 250) List nonResFiles = getNonResourceInconsistentFiles(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 75. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/validateedit/ResourceStateValidatorImpl.java (at line 252) inconsistentFiles.addAll(nonResFiles); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 76. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/validateedit/ResourceStateValidatorImpl.java (at line 261) private List getNonResourceInconsistentFiles() { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 77. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/validateedit/ResourceStateValidatorImpl.java (at line 262) List files = provider.getNonResourceInconsistentFiles(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 78. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/validateedit/ResourceStateValidatorImpl.java (at line 269) List inconsistent = null; ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 79. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/validateedit/ResourceStateValidatorImpl.java (at line 276) inconsistent = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 80. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/validateedit/ResourceStateValidatorImpl.java (at line 277) inconsistent.add(file); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 81. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/validateedit/ResourceStateValidatorImpl.java (at line 285) protected List getInconsistentResources() { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 82. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/validateedit/ResourceStateValidatorImpl.java (at line 286) List mofResources = provider.getResources(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 83. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/validateedit/ResourceStateValidatorImpl.java (at line 287) List inconsistent = null; ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 84. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/validateedit/ResourceStateValidatorImpl.java (at line 297) inconsistent = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 85. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/validateedit/ResourceStateValidatorImpl.java (at line 298) inconsistent.add(refRes); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 86. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/validateedit/ResourceStateValidatorImpl.java (at line 307) protected List getFiles(List refResources) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 87. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/validateedit/ResourceStateValidatorImpl.java (at line 307) protected List getFiles(List refResources) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 88. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/validateedit/ResourceStateValidatorImpl.java (at line 308) List files = new ArrayList(refResources.size()); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 89. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/validateedit/ResourceStateValidatorImpl.java (at line 308) List files = new ArrayList(refResources.size()); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 90. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/validateedit/ResourceStateValidatorImpl.java (at line 315) files.add(file); ^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 91. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/validateedit/ResourceStateValidatorImpl.java (at line 328) List roResources, nonResROFiles, roFiles = null; ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 92. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/validateedit/ResourceStateValidatorImpl.java (at line 329) List[] readOnly = selectReadOnlyResources(provider.getResources()); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 93. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/validateedit/ResourceStateValidatorImpl.java (at line 337) roFiles.addAll(nonResROFiles); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 94. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/validateedit/ResourceStateValidatorImpl.java (at line 342) roFiles.toArray(files); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized ---------- 95. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/validateedit/ResourceStateValidatorImpl.java (at line 358) private List selectReadOnlyFiles(List files) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 96. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/validateedit/ResourceStateValidatorImpl.java (at line 358) private List selectReadOnlyFiles(List files) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 97. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/validateedit/ResourceStateValidatorImpl.java (at line 362) List readOnly = null; ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 98. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/validateedit/ResourceStateValidatorImpl.java (at line 368) readOnly = new ArrayList(size); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 99. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/validateedit/ResourceStateValidatorImpl.java (at line 369) readOnly.add(file); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 100. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/validateedit/ResourceStateValidatorImpl.java (at line 382) private List[] selectReadOnlyResources(List resources) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 101. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/validateedit/ResourceStateValidatorImpl.java (at line 382) private List[] selectReadOnlyResources(List resources) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 102. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/validateedit/ResourceStateValidatorImpl.java (at line 388) List readOnly = null; ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 103. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/validateedit/ResourceStateValidatorImpl.java (at line 389) List roFiles = null; ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 104. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/validateedit/ResourceStateValidatorImpl.java (at line 395) readOnly = new ArrayList(size); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 105. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/validateedit/ResourceStateValidatorImpl.java (at line 396) readOnly.add(res); ^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 106. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/validateedit/ResourceStateValidatorImpl.java (at line 398) roFiles = new ArrayList(size); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 107. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/validateedit/ResourceStateValidatorImpl.java (at line 399) roFiles.add(file); ^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 108. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/validateedit/ResourceStateValidatorImpl.java (at line 409) protected void refreshFiles(List someFiles, List inconsitentResources) ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 109. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/validateedit/ResourceStateValidatorImpl.java (at line 409) protected void refreshFiles(List someFiles, List inconsitentResources) ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 110. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/validateedit/ResourceStateValidatorImpl.java (at line 418) protected void primRefreshFiles(List someFiles) throws CoreException { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 111. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/validateedit/ResourceStateValidatorImpl.java (at line 444) protected void prepareResourcesForRefresh(List refResources) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 112. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/validateedit/ResourceStateValidatorImpl.java (at line 457) protected Map getLastNonRefreshStateMap() { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 113. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/validateedit/ResourceStateValidatorImpl.java (at line 459) lastNonRefreshStateMap = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- ---------- 114. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/validateedit/ResourceStateValidatorPresenter.java (at line 24) boolean promptForInconsistentFileRefresh(List inconsistentFiles); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 115. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/validateedit/ResourceStateValidatorPresenter.java (at line 44) boolean promptForInconsistentFileOverwrite(List inconsistentFiles); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- ---------- 116. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/validateedit/ValidateEditHeadlessContext.java (at line 56) public boolean promptForInconsistentFileOverwrite(List inconsistentFiles) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 117. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/infrastructure/validateedit/ValidateEditHeadlessContext.java (at line 66) public boolean promptForInconsistentFileRefresh(List inconsistentFiles) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- ---------- 118. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/AdapterFactoryDescriptor.java (at line 24) public class AdapterFactoryDescriptor implements Comparable { ^^^^^^^^^^ Comparable is a raw type. References to generic type Comparable should be parameterized ---------- 119. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/AdapterFactoryDescriptor.java (at line 30) private Set viewIDs = null; ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 120. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/AdapterFactoryDescriptor.java (at line 96) Iterator iter = viewIDs.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 121. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/AdapterFactoryDescriptor.java (at line 109) viewIDs = new HashSet(3); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 122. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/AdapterFactoryDescriptor.java (at line 119) viewIDs.add(viewID); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 123. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/AdapterFactoryDescriptor.java (at line 142) public Set getViewIDs() { ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- ---------- 124. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/AdapterFactoryRegistry.java (at line 39) private Map descriptorMap = null; ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 125. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/AdapterFactoryRegistry.java (at line 48) public List getDescriptors(EPackage pkg, String viewID) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 126. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/AdapterFactoryRegistry.java (at line 49) Collection all = getDescriptors(pkg); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 127. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/AdapterFactoryRegistry.java (at line 53) Iterator iter = all.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 128. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/AdapterFactoryRegistry.java (at line 55) List result = new ArrayList(all.size()); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 129. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/AdapterFactoryRegistry.java (at line 55) List result = new ArrayList(all.size()); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 130. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/AdapterFactoryRegistry.java (at line 59) result.add(desc); ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 131. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/AdapterFactoryRegistry.java (at line 64) public Collection getDescriptors(EPackage registeredPackage) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 132. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/AdapterFactoryRegistry.java (at line 65) return (Collection) getDescriptorMap().get(registeredPackage.getNsURI()); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 133. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/AdapterFactoryRegistry.java (at line 68) private Map getDescriptorMap() { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 134. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/AdapterFactoryRegistry.java (at line 70) descriptorMap = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 135. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/AdapterFactoryRegistry.java (at line 95) Collection descriptors = (Collection) getDescriptorMap().get(uri); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 136. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/AdapterFactoryRegistry.java (at line 95) Collection descriptors = (Collection) getDescriptorMap().get(uri); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 137. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/AdapterFactoryRegistry.java (at line 97) descriptors = new TreeSet(); ^^^^^^^ TreeSet is a raw type. References to generic type TreeSet should be parameterized ---------- 138. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/AdapterFactoryRegistry.java (at line 98) getDescriptorMap().put(uri, descriptors); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 139. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/AdapterFactoryRegistry.java (at line 100) descriptors.add(descriptor); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- ---------- 140. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/DynamicAdapterFactory.java (at line 53) private Map adapterFactoriesByPackage; ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 141. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/DynamicAdapterFactory.java (at line 55) private Map adapterFactoriesByType; ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 142. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/DynamicAdapterFactory.java (at line 57) private Set allFactories; ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 143. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/DynamicAdapterFactory.java (at line 81) adapterFactoriesByPackage = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 144. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/DynamicAdapterFactory.java (at line 82) adapterFactoriesByType = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 145. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/DynamicAdapterFactory.java (at line 83) allFactories = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 146. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/DynamicAdapterFactory.java (at line 118) Map aMap = (Map) adapterFactoriesByType.get(p); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 147. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/DynamicAdapterFactory.java (at line 118) Map aMap = (Map) adapterFactoriesByType.get(p); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 148. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/DynamicAdapterFactory.java (at line 131) Map aMap = (Map) adapterFactoriesByPackage.get(project); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 149. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/DynamicAdapterFactory.java (at line 131) Map aMap = (Map) adapterFactoriesByPackage.get(project); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 150. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/DynamicAdapterFactory.java (at line 134) Iterator iter = aMap.values().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 151. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/DynamicAdapterFactory.java (at line 160) Set failedPackageSet = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 152. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/DynamicAdapterFactory.java (at line 160) Set failedPackageSet = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 153. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/DynamicAdapterFactory.java (at line 161) failedPackageSet.add(ePackage); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 154. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/DynamicAdapterFactory.java (at line 162) Iterator supertypes = eClass.getEAllSuperTypes().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 155. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/DynamicAdapterFactory.java (at line 167) if (failedPackageSet.add(ePackage)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 156. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/DynamicAdapterFactory.java (at line 200) private AdapterFactory getFactoryForTypes(Object p, List types) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 157. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/DynamicAdapterFactory.java (at line 201) Map aMap = (Map) adapterFactoriesByPackage.get(p); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 158. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/DynamicAdapterFactory.java (at line 201) Map aMap = (Map) adapterFactoriesByPackage.get(p); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 159. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/DynamicAdapterFactory.java (at line 205) Iterator factories = aMap.values().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 160. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/DynamicAdapterFactory.java (at line 217) private AdapterFactory adaptResourceTypes(List types) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 161. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/DynamicAdapterFactory.java (at line 224) private void removeFactoryForTypes(Object p, List types) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 162. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/DynamicAdapterFactory.java (at line 225) Map aMap = (Map) adapterFactoriesByPackage.get(p); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 163. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/DynamicAdapterFactory.java (at line 225) Map aMap = (Map) adapterFactoriesByPackage.get(p); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 164. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/DynamicAdapterFactory.java (at line 228) Iterator factories = aMap.values().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 165. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/DynamicAdapterFactory.java (at line 239) private boolean isFactoryForAllTypes(AdapterFactory factory, List types) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 166. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/DynamicAdapterFactory.java (at line 253) Map aMap = (Map) adapterFactoriesByPackage.get(p); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 167. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/DynamicAdapterFactory.java (at line 253) Map aMap = (Map) adapterFactoriesByPackage.get(p); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 168. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/DynamicAdapterFactory.java (at line 261) Map aMap = getOrCreateMap(p, adapterFactoriesByPackage); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 169. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/DynamicAdapterFactory.java (at line 263) aMap.put(aPackage, adapterFactory); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 170. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/DynamicAdapterFactory.java (at line 271) allFactories.add(adapterFactory); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 171. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/DynamicAdapterFactory.java (at line 274) private Map getOrCreateMap(Object p, Map container) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 172. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/DynamicAdapterFactory.java (at line 274) private Map getOrCreateMap(Object p, Map container) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 173. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/DynamicAdapterFactory.java (at line 275) Map aMap = (Map) container.get(p); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 174. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/DynamicAdapterFactory.java (at line 275) Map aMap = (Map) container.get(p); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 175. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/DynamicAdapterFactory.java (at line 277) aMap = new HashMap(10); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 176. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/DynamicAdapterFactory.java (at line 278) container.put(p, aMap); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 177. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/DynamicAdapterFactory.java (at line 285) Map aMap = getOrCreateMap(p, adapterFactoriesByType); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 178. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/DynamicAdapterFactory.java (at line 286) aMap.put(type, adapterFactory); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 179. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/DynamicAdapterFactory.java (at line 294) allFactories.add(adapterFactory); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 180. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/DynamicAdapterFactory.java (at line 303) if (!(type instanceof Class) || (((Class) type).isInstance(adapter))) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 181. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/DynamicAdapterFactory.java (at line 319) result = adapt(p, target, type, new HashSet(), target.getClass()); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 182. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/DynamicAdapterFactory.java (at line 336) Set failedPackageSet = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 183. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/DynamicAdapterFactory.java (at line 336) Set failedPackageSet = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 184. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/DynamicAdapterFactory.java (at line 337) failedPackageSet.add(ePackage); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 185. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/DynamicAdapterFactory.java (at line 338) Iterator supertypes = eClass.getEAllSuperTypes().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 186. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/DynamicAdapterFactory.java (at line 343) if (failedPackageSet.add(ePackage)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 187. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/DynamicAdapterFactory.java (at line 371) Collection failedPackages, Class javaClass) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 188. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/DynamicAdapterFactory.java (at line 371) Collection failedPackages, Class javaClass) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 189. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/DynamicAdapterFactory.java (at line 378) if (failedPackages.add(javaPackage)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 190. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/DynamicAdapterFactory.java (at line 379) List types = new ArrayList(2); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 191. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/DynamicAdapterFactory.java (at line 379) List types = new ArrayList(2); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 192. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/DynamicAdapterFactory.java (at line 380) types.add(javaPackage); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 193. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/DynamicAdapterFactory.java (at line 382) types.add(type); ^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 194. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/DynamicAdapterFactory.java (at line 404) Class superclass = javaClass.getSuperclass(); ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 195. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/DynamicAdapterFactory.java (at line 410) Class[] interfaces = javaClass.getInterfaces(); ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 196. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/DynamicAdapterFactory.java (at line 457) Iterator iter = allFactories.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 197. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/DynamicAdapterFactory.java (at line 497) private AdapterFactory createAdapterFactory(Object project, List descriptors) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 198. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/DynamicAdapterFactory.java (at line 515) List factories = new ArrayList(descriptors.size()); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 199. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/DynamicAdapterFactory.java (at line 515) List factories = new ArrayList(descriptors.size()); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 200. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/DynamicAdapterFactory.java (at line 526) factories.add(fact); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 201. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/DynamicAdapterFactory.java (at line 538) protected Set getEnablementIdentifiers() { ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 202. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/DynamicAdapterFactory.java (at line 540) enablementIdentifiers = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 203. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/DynamicAdapterFactory.java (at line 544) private Set enablementIdentifiers; ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- ---------- 204. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/EditModel.java (at line 69) private final Set resources = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 205. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/EditModel.java (at line 69) private final Set resources = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 206. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/EditModel.java (at line 278) List changedResources; ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 207. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/EditModel.java (at line 310) List loaded = sets[setIndx].getResources(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 208. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/EditModel.java (at line 347) resources.add(aResource); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 209. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/EditModel.java (at line 368) IEditModelScribbler[] scribblers = (IEditModelScribbler[]) scribblerTracker .getScribblers().toArray( new IEditModelScribbler[scribblerTracker.getScribblers() .size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 210. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/EditModel.java (at line 384) public Set getResources() { ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 211. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/EditModel.java (at line 415) for (Iterator resourcesItr = resources.iterator(); resourcesItr ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 212. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/EditModel.java (at line 429) List loadedResources = sets[i].getResources(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 213. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/EditModel.java (at line 430) for (Iterator loadedResourcesItr = loadedResources ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- ---------- 214. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/EditModelScribbler.java (at line 66) private static final Class EMF_COMMAND_STACK_CLASS = CommandStack.class; ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 215. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/EditModelScribbler.java (at line 68) private static final Class IEDITMODELSCRIBBLER_CLASS = IEditModelScribbler.class; ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 216. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/EditModelScribbler.java (at line 71) private final Set scribblerDomains; ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 217. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/EditModelScribbler.java (at line 104) private WeakReference scribblerReference; ^^^^^^^^^^^^^ WeakReference is a raw type. References to generic type WeakReference should be parameterized ---------- 218. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/EditModelScribbler.java (at line 110) protected final Set resources = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 219. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/EditModelScribbler.java (at line 110) protected final Set resources = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 220. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/EditModelScribbler.java (at line 119) protected final Set deletedResources = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 221. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/EditModelScribbler.java (at line 119) protected final Set deletedResources = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 222. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/EditModelScribbler.java (at line 126) scribblerReference = new WeakReference(aScribbler); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor WeakReference(Object) belongs to the raw type WeakReference. References to generic type WeakReference should be parameterized ---------- 223. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/EditModelScribbler.java (at line 126) scribblerReference = new WeakReference(aScribbler); ^^^^^^^^^^^^^ WeakReference is a raw type. References to generic type WeakReference should be parameterized ---------- 224. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/EditModelScribbler.java (at line 153) Iterator itr = scribbler.scribblerDomains.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 225. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/EditModelScribbler.java (at line 155) List changedResources = anEvent.getChangedResources(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 226. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/EditModelScribbler.java (at line 184) Set modifiedResources = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 227. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/EditModelScribbler.java (at line 184) Set modifiedResources = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 228. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/EditModelScribbler.java (at line 185) Set readOnlyResources = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 229. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/EditModelScribbler.java (at line 185) Set readOnlyResources = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 230. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/EditModelScribbler.java (at line 191) Set allDeletedResources = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 231. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/EditModelScribbler.java (at line 191) Set allDeletedResources = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 232. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/EditModelScribbler.java (at line 193) for (Iterator iter = resources.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 233. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/EditModelScribbler.java (at line 196) readOnlyResources.add(resource); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 234. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/EditModelScribbler.java (at line 200) modifiedResources.add(resource); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 235. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/EditModelScribbler.java (at line 202) allDeletedResources.add(resource); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 236. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/EditModelScribbler.java (at line 208) modifiedArray = (Resource[]) modifiedResources .toArray(new Resource[modifiedResources.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 237. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/EditModelScribbler.java (at line 213) readOnlyArray = (Resource[]) readOnlyResources .toArray(new Resource[readOnlyResources.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 238. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/EditModelScribbler.java (at line 221) allDeletedResources.addAll(deletedResources); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 239. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/EditModelScribbler.java (at line 225) deletedArray = (Resource[]) allDeletedResources .toArray(new Resource[allDeletedResources.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 240. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/EditModelScribbler.java (at line 232) public final Set getResources() { ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 241. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/EditModelScribbler.java (at line 233) return Collections.unmodifiableSet(resources); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation unmodifiableSet(Set) of the generic method unmodifiableSet(Set) of type Collections ---------- 242. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/EditModelScribbler.java (at line 233) return Collections.unmodifiableSet(resources); ^^^^^^^^^ Type safety: The expression of type Set needs unchecked conversion to conform to Set ---------- 243. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/EditModelScribbler.java (at line 256) deletedResources.add(aResource); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 244. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/EditModelScribbler.java (at line 308) Resource[] managedResources = (Resource[]) resources .toArray(new Resource[resources.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 245. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/EditModelScribbler.java (at line 347) resources.add(aResource); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 246. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/EditModelScribbler.java (at line 413) scribblerDomains = new HashSet(Arrays.asList(theDomains)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor HashSet(Collection) belongs to the raw type HashSet. References to generic type HashSet should be parameterized ---------- 247. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/EditModelScribbler.java (at line 413) scribblerDomains = new HashSet(Arrays.asList(theDomains)); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 248. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/EditModelScribbler.java (at line 420) for (Iterator scribblerIter = scribblerDomains.iterator(); scribblerIter ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 249. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/EditModelScribbler.java (at line 521) for (Iterator resourcesItr = internalState.resources.iterator(); resourcesItr ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 250. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/EditModelScribbler.java (at line 616) return (Resource[]) internalState.getResources().toArray( new Resource[internalState.getResources().size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 251. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/EditModelScribbler.java (at line 660) Set domains = scribbler.getScribblerDomains(); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 252. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/EditModelScribbler.java (at line 661) return (IScribblerDomain[]) domains.toArray(new IScribblerDomain[domains .size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 253. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/EditModelScribbler.java (at line 892) public List getResources() { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 254. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/EditModelScribbler.java (at line 893) return Collections.unmodifiableList(new ArrayList(internalState .getResources())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation unmodifiableList(List) of the generic method unmodifiableList(List) of type Collections ---------- 255. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/EditModelScribbler.java (at line 893) return Collections.unmodifiableList(new ArrayList(internalState .getResources())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 256. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/EditModelScribbler.java (at line 893) return Collections.unmodifiableList(new ArrayList(internalState .getResources())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type ArrayList needs unchecked conversion to conform to List ---------- 257. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/EditModelScribbler.java (at line 893) return Collections.unmodifiableList(new ArrayList(internalState ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 258. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/EditModelScribbler.java (at line 897) public List getNonResourceFiles() { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 259. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/EditModelScribbler.java (at line 903) public List getNonResourceInconsistentFiles() { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 260. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/EditModelScribbler.java (at line 909) public void cacheNonResourceValidateState(List roNonResourceFiles) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 261. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/EditModelScribbler.java (at line 930) public Set getScribblerDomains() { ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 262. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/EditModelScribbler.java (at line 931) return Collections.unmodifiableSet(scribblerDomains); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation unmodifiableSet(Set) of the generic method unmodifiableSet(Set) of type Collections ---------- 263. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/EditModelScribbler.java (at line 931) return Collections.unmodifiableSet(scribblerDomains); ^^^^^^^^^^^^^^^^ Type safety: The expression of type Set needs unchecked conversion to conform to Set ---------- 264. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/EditModelScribbler.java (at line 934) public Object getAdapter(Class adapter) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- ---------- 265. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/ExtendedComposedAdapterFactory.java (at line 55) public ExtendedComposedAdapterFactory(Collection adapterFactories) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 266. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/ExtendedComposedAdapterFactory.java (at line 56) super(adapterFactories); ^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection ---------- 267. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/ExtendedComposedAdapterFactory.java (at line 74) Collection types = new ArrayList(); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 268. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/ExtendedComposedAdapterFactory.java (at line 74) Collection types = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 269. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/ExtendedComposedAdapterFactory.java (at line 75) types.add(ePackage); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 270. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/ExtendedComposedAdapterFactory.java (at line 77) types.add(type); ^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 271. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/ExtendedComposedAdapterFactory.java (at line 96) result = adapt(target, type, new HashSet(), target.getClass()); ^^^^^^^^^^^^^ Type safety: The expression of type HashSet needs unchecked conversion to conform to Collection ---------- 272. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/ExtendedComposedAdapterFactory.java (at line 96) result = adapt(target, type, new HashSet(), target.getClass()); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- ---------- 273. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/ProjectResourceSetEditImpl.java (at line 46) private final List resourceHandlers = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 274. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/ProjectResourceSetEditImpl.java (at line 46) private final List resourceHandlers = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 275. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/ProjectResourceSetEditImpl.java (at line 77) setURIResourceMap(new HashMap(10)); // Tell it to cache uri->resource ^^^^^^^^^^^^^^^ Type safety: The expression of type HashMap needs unchecked conversion to conform to Map ---------- 276. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/ProjectResourceSetEditImpl.java (at line 77) setURIResourceMap(new HashMap(10)); // Tell it to cache uri->resource ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 277. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/ProjectResourceSetEditImpl.java (at line 137) return resourceHandlers.add(resourceHandler); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 278. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/ProjectResourceSetEditImpl.java (at line 142) resourceHandlers.add(0, resourceHandler); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(int, Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 279. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/ProjectResourceSetEditImpl.java (at line 210) public int getFeatureID(Class expectedClass) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 280. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/ProjectResourceSetEditImpl.java (at line 326) protected void preserveEntries(Map map1, Map map2) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 281. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/ProjectResourceSetEditImpl.java (at line 326) protected void preserveEntries(Map map1, Map map2) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 282. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/ProjectResourceSetEditImpl.java (at line 329) Iterator it = map2.entrySet().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 283. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/ProjectResourceSetEditImpl.java (at line 330) Map.Entry entry; ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 284. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/ProjectResourceSetEditImpl.java (at line 332) entry = (Map.Entry) it.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 285. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/ProjectResourceSetEditImpl.java (at line 334) map1.put(entry.getKey(), entry.getValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- ---------- 286. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/ScribblerTracker.java (at line 31) private final WeakHashMap scribblerRegistry = new WeakHashMap(); ^^^^^^^^^^^ WeakHashMap is a raw type. References to generic type WeakHashMap should be parameterized ---------- 287. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/ScribblerTracker.java (at line 31) private final WeakHashMap scribblerRegistry = new WeakHashMap(); ^^^^^^^^^^^ WeakHashMap is a raw type. References to generic type WeakHashMap should be parameterized ---------- 288. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/ScribblerTracker.java (at line 33) protected final Set accessedScribblers = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 289. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/ScribblerTracker.java (at line 33) protected final Set accessedScribblers = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 290. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/ScribblerTracker.java (at line 35) private final Set scribblerDomains = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 291. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/ScribblerTracker.java (at line 35) private final Set scribblerDomains = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 292. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/ScribblerTracker.java (at line 37) private final Set resourceDescriptors = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 293. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/ScribblerTracker.java (at line 37) private final Set resourceDescriptors = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 294. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/ScribblerTracker.java (at line 43) private final Map referenceCounts = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 295. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/ScribblerTracker.java (at line 43) private final Map referenceCounts = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 296. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/ScribblerTracker.java (at line 56) scribblerRegistry.put(scribbler, exception); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type WeakHashMap. References to generic type WeakHashMap should be parameterized ---------- 297. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/ScribblerTracker.java (at line 57) accessedScribblers.add(exception); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 298. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/ScribblerTracker.java (at line 74) Set results = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 299. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/ScribblerTracker.java (at line 74) Set results = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 300. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/ScribblerTracker.java (at line 75) UnreleasedScribblerException[] goodScribblers = (UnreleasedScribblerException[]) scribblerRegistry .values().toArray(new UnreleasedScribblerException[results.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 301. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/ScribblerTracker.java (at line 77) UnreleasedScribblerException[] badScribblers = (UnreleasedScribblerException[]) accessedScribblers .toArray(new UnreleasedScribblerException[results.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 302. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/ScribblerTracker.java (at line 90) results.add(badScribblers[j]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 303. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/ScribblerTracker.java (at line 97) return (UnreleasedScribblerException[]) results .toArray(new UnreleasedScribblerException[results.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 304. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/ScribblerTracker.java (at line 107) public synchronized Set getScribblers() { ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 305. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/ScribblerTracker.java (at line 108) return Collections.unmodifiableSet(scribblerRegistry.keySet()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation unmodifiableSet(Set) of the generic method unmodifiableSet(Set) of type Collections ---------- 306. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/ScribblerTracker.java (at line 108) return Collections.unmodifiableSet(scribblerRegistry.keySet()); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Set needs unchecked conversion to conform to Set ---------- 307. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/ScribblerTracker.java (at line 128) domainsArray = (IScribblerDomain[]) scribblerDomains .toArray(new IScribblerDomain[scribblerDomains.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 308. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/ScribblerTracker.java (at line 138) descriptorsArray = (IResourceDescriptor[]) resourceDescriptors .toArray(new IResourceDescriptor[resourceDescriptors.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 309. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/ScribblerTracker.java (at line 157) private synchronized void updateDomainSet(Set scribblers) { ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 310. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/ScribblerTracker.java (at line 178) Iterator itr = scribblers.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 311. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/ScribblerTracker.java (at line 182) for (Iterator iter = scribbler.getScribblerDomains() ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 312. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/ScribblerTracker.java (at line 190) referenceCounts.put(element, new int[] { 1 }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 313. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/ScribblerTracker.java (at line 193) scribblerDomains.addAll(scribbler.getScribblerDomains()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 314. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/ScribblerTracker.java (at line 195) for (Iterator iter = scribblerDomains.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 315. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/ScribblerTracker.java (at line 199) resourceDescriptors.addAll(Arrays.asList(descriptors)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type Set. References to generic type Set should be parameterized ---------- ---------- 316. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/UnreleasedScribblerException.java (at line 19) public static Set exceptions; ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 317. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emf/UnreleasedScribblerException.java (at line 29) exceptions.add(this); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- ---------- 318. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emfworkbench/EMFAdapterFactory.java (at line 29) protected static final Class IPROJECT_CLASS = IProject.class; ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 319. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emfworkbench/EMFAdapterFactory.java (at line 31) protected static final Class IRESOURCE_CLASS = IResource.class; ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 320. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emfworkbench/EMFAdapterFactory.java (at line 33) protected static final Class IFILE_CLASS = IFile.class; ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 321. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emfworkbench/EMFAdapterFactory.java (at line 35) protected static final Class EOBJECT_CLASS = EObject.class; ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 322. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emfworkbench/EMFAdapterFactory.java (at line 50) public Object getAdapter(Object adaptableObject, Class adapterType) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 323. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emfworkbench/EMFAdapterFactory.java (at line 65) public Class[] getAdapterList() { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- ---------- 324. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emfworkbench/EMFWorkbenchContext.java (at line 55) private Map editableModels = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 325. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emfworkbench/EMFWorkbenchContext.java (at line 55) private Map editableModels = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 326. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emfworkbench/EMFWorkbenchContext.java (at line 59) private final Set managedResourceSets = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 327. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emfworkbench/EMFWorkbenchContext.java (at line 59) private final Set managedResourceSets = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 328. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emfworkbench/EMFWorkbenchContext.java (at line 61) private final Set assistants = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 329. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emfworkbench/EMFWorkbenchContext.java (at line 61) private final Set assistants = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 330. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emfworkbench/EMFWorkbenchContext.java (at line 82) managedResourceSets.add(aResourceSet); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 331. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emfworkbench/EMFWorkbenchContext.java (at line 121) assistants.add(anAssistant); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 332. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emfworkbench/EMFWorkbenchContext.java (at line 147) return (ResourceSet[]) managedResourceSets .toArray(new ResourceSet[managedResourceSets.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 333. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emfworkbench/EMFWorkbenchContext.java (at line 220) editableModels.put(editModel.getEditModelLabel(), editModel); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 334. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emfworkbench/EMFWorkbenchContext.java (at line 227) private void discardModels(Collection editModels) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 335. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emfworkbench/EMFWorkbenchContext.java (at line 230) Iterator it = new ArrayList(editModels).iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 336. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emfworkbench/EMFWorkbenchContext.java (at line 230) Iterator it = new ArrayList(editModels).iterator(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 337. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emfworkbench/EMFWorkbenchContext.java (at line 230) Iterator it = new ArrayList(editModels).iterator(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 338. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emfworkbench/EMFWorkbenchContext.java (at line 249) List editModelsToNotify = new ArrayList((editableModels.values())); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 339. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emfworkbench/EMFWorkbenchContext.java (at line 249) List editModelsToNotify = new ArrayList((editableModels.values())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 340. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emfworkbench/EMFWorkbenchContext.java (at line 249) List editModelsToNotify = new ArrayList((editableModels.values())); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 341. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emfworkbench/EMFWorkbenchContext.java (at line 296) removedResources((List) notification.getOldValue()); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 342. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emfworkbench/EMFWorkbenchContext.java (at line 329) private void removedResources(List removedResources) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- ---------- 343. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emfworkbench/EMFWorkbenchEditContextFactory.java (at line 36) private final Set resourceAssistants = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 344. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emfworkbench/EMFWorkbenchEditContextFactory.java (at line 36) private final Set resourceAssistants = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 345. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emfworkbench/EMFWorkbenchEditContextFactory.java (at line 60) for (Iterator assistantItr = resourceAssistants.iterator(); assistantItr ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 346. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emfworkbench/EMFWorkbenchEditContextFactory.java (at line 74) resourceAssistants.add(aResourceAssistantFactory); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- ---------- 347. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emfworkbench/ResourceIsLoadingAdapter.java (at line 20) private static final Class RESOURCE_IS_LOADING_ADAPTER_CLASS = ResourceIsLoadingAdapter.class; ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- ---------- 348. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emfworkbench/ResourceSetWorkbenchEditSynchronizer.java (at line 53) private Set recentlySavedFiles = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 349. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emfworkbench/ResourceSetWorkbenchEditSynchronizer.java (at line 53) private Set recentlySavedFiles = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 350. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emfworkbench/ResourceSetWorkbenchEditSynchronizer.java (at line 55) private Map ignoredFilesCache = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 351. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emfworkbench/ResourceSetWorkbenchEditSynchronizer.java (at line 55) private Map ignoredFilesCache = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 352. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emfworkbench/ResourceSetWorkbenchEditSynchronizer.java (at line 61) protected List deferredRemoveResources = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 353. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emfworkbench/ResourceSetWorkbenchEditSynchronizer.java (at line 61) protected List deferredRemoveResources = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 354. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emfworkbench/ResourceSetWorkbenchEditSynchronizer.java (at line 63) protected List deferredUnloadResources = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 355. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emfworkbench/ResourceSetWorkbenchEditSynchronizer.java (at line 63) protected List deferredUnloadResources = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 356. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emfworkbench/ResourceSetWorkbenchEditSynchronizer.java (at line 65) protected List deferredLoadResources = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 357. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emfworkbench/ResourceSetWorkbenchEditSynchronizer.java (at line 65) protected List deferredLoadResources = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 358. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emfworkbench/ResourceSetWorkbenchEditSynchronizer.java (at line 67) protected List autoloadResourcesURIs = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 359. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emfworkbench/ResourceSetWorkbenchEditSynchronizer.java (at line 67) protected List autoloadResourcesURIs = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 360. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emfworkbench/ResourceSetWorkbenchEditSynchronizer.java (at line 238) deferredRemoveResources.add(resource); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 361. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emfworkbench/ResourceSetWorkbenchEditSynchronizer.java (at line 240) deferredUnloadResources.add(resource); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 362. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emfworkbench/ResourceSetWorkbenchEditSynchronizer.java (at line 242) deferredLoadResources.add(resource.getURI()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 363. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emfworkbench/ResourceSetWorkbenchEditSynchronizer.java (at line 283) recentlySavedFiles.add(aFile); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 364. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emfworkbench/ResourceSetWorkbenchEditSynchronizer.java (at line 353) ignoredFilesCache.put(file, new Long(stamp)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 365. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.core.infrastructure.emf/soainfrastructure-src/org/eclipse/stp/core/internal/infrastructure/emfworkbench/ResourceSetWorkbenchEditSynchronizer.java (at line 358) autoloadResourcesURIs.add(normalized); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 365 problems (365 warnings)[78 .class files generated]