# 6/25/07 10:26:09 PM EDT # Eclipse Java Compiler 0.745, 3.3.0 milestone-6, Copyright IBM Corp 2000, 2007. All rights reserved. ---------- 1. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.emf/src/org/eclipse/stp/soas/internal/deploy/emf/editors/EMFFormEditor.java (at line 201) for (Iterator resIt = getEditingDomain().getResourceSet() ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 2. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.emf/src/org/eclipse/stp/soas/internal/deploy/emf/editors/EMFFormEditor.java (at line 312) protected Map getLoadOptions() { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 3. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.emf/src/org/eclipse/stp/soas/internal/deploy/emf/editors/EMFFormEditor.java (at line 316) protected Map getSaveOptions() { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- ---------- 4. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.emf/src/org/eclipse/stp/soas/internal/deploy/emf/editors/EMFFormPage.java (at line 90) for (Iterator it = Arrays.asList(mForm.getParts()).iterator(); it ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- ---------- 5. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.emf/src/org/eclipse/stp/soas/internal/deploy/emf/refactoring/ProjectRelativeNameChangeExtension.java (at line 89) List list = (List) object.eGet(mFeature); ^^^^ 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.soas.deploy.emf/src/org/eclipse/stp/soas/internal/deploy/emf/refactoring/ProjectRelativeNameChangeExtension.java (at line 89) List list = (List) object.eGet(mFeature); ^^^^ 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.soas.deploy.emf/src/org/eclipse/stp/soas/internal/deploy/emf/refactoring/ProjectRelativeNameChangeExtension.java (at line 97) list.set(index, newFile.getProjectRelativePath().toString()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method set(int, Object) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 8. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.emf/src/org/eclipse/stp/soas/internal/deploy/emf/refactoring/ResourceNameChangeAdapter.java (at line 49) private Map mIResourceToObjectListMap = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 9. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.emf/src/org/eclipse/stp/soas/internal/deploy/emf/refactoring/ResourceNameChangeAdapter.java (at line 49) private Map mIResourceToObjectListMap = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 10. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.emf/src/org/eclipse/stp/soas/internal/deploy/emf/refactoring/ResourceNameChangeAdapter.java (at line 50) private Map mEReferenceToExtension = new HashMap(); ^^^ 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.soas.deploy.emf/src/org/eclipse/stp/soas/internal/deploy/emf/refactoring/ResourceNameChangeAdapter.java (at line 50) private Map mEReferenceToExtension = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 12. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.emf/src/org/eclipse/stp/soas/internal/deploy/emf/refactoring/ResourceNameChangeAdapter.java (at line 74) public ResourceNameChangeAdapter(List extensions) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 13. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.emf/src/org/eclipse/stp/soas/internal/deploy/emf/refactoring/ResourceNameChangeAdapter.java (at line 80) mEReferenceToExtension.put(extension.getFeature(), extension); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 14. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.emf/src/org/eclipse/stp/soas/internal/deploy/emf/refactoring/ResourceNameChangeAdapter.java (at line 83) public void addReferenceExtensions(List extensions) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 15. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.emf/src/org/eclipse/stp/soas/internal/deploy/emf/refactoring/ResourceNameChangeAdapter.java (at line 85) for (Iterator it = extensions.iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 16. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.emf/src/org/eclipse/stp/soas/internal/deploy/emf/refactoring/ResourceNameChangeAdapter.java (at line 130) for (Iterator it = ((List) msg.getNewValue()) ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 17. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.emf/src/org/eclipse/stp/soas/internal/deploy/emf/refactoring/ResourceNameChangeAdapter.java (at line 130) for (Iterator it = ((List) msg.getNewValue()) ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 18. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.emf/src/org/eclipse/stp/soas/internal/deploy/emf/refactoring/ResourceNameChangeAdapter.java (at line 145) for (Iterator it = ((List) msg.getOldValue()) ^^^^^^^^ 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.soas.deploy.emf/src/org/eclipse/stp/soas/internal/deploy/emf/refactoring/ResourceNameChangeAdapter.java (at line 145) for (Iterator it = ((List) msg.getOldValue()) ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 20. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.emf/src/org/eclipse/stp/soas/internal/deploy/emf/refactoring/ResourceNameChangeAdapter.java (at line 165) for (Iterator it = mIResourceToObjectListMap.values().iterator(); it ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 21. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.emf/src/org/eclipse/stp/soas/internal/deploy/emf/refactoring/ResourceNameChangeAdapter.java (at line 167) ((List) it.next()).clear(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 22. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.emf/src/org/eclipse/stp/soas/internal/deploy/emf/refactoring/ResourceNameChangeAdapter.java (at line 178) for (Iterator it = ((List) msg.getNewValue()).iterator(); it ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 23. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.emf/src/org/eclipse/stp/soas/internal/deploy/emf/refactoring/ResourceNameChangeAdapter.java (at line 178) for (Iterator it = ((List) msg.getNewValue()).iterator(); it ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 24. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.emf/src/org/eclipse/stp/soas/internal/deploy/emf/refactoring/ResourceNameChangeAdapter.java (at line 187) for (Iterator it = ((List) msg.getOldValue()).iterator(); it ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 25. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.emf/src/org/eclipse/stp/soas/internal/deploy/emf/refactoring/ResourceNameChangeAdapter.java (at line 187) for (Iterator it = ((List) msg.getOldValue()).iterator(); it ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 26. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.emf/src/org/eclipse/stp/soas/internal/deploy/emf/refactoring/ResourceNameChangeAdapter.java (at line 214) for (Iterator it = ((List) msg.getNewValue()).iterator(); it ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 27. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.emf/src/org/eclipse/stp/soas/internal/deploy/emf/refactoring/ResourceNameChangeAdapter.java (at line 214) for (Iterator it = ((List) msg.getNewValue()).iterator(); it ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 28. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.emf/src/org/eclipse/stp/soas/internal/deploy/emf/refactoring/ResourceNameChangeAdapter.java (at line 225) for (Iterator it = ((List) msg.getOldValue()).iterator(); it ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 29. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.emf/src/org/eclipse/stp/soas/internal/deploy/emf/refactoring/ResourceNameChangeAdapter.java (at line 225) for (Iterator it = ((List) msg.getOldValue()).iterator(); it ^^^^ 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.soas.deploy.emf/src/org/eclipse/stp/soas/internal/deploy/emf/refactoring/ResourceNameChangeAdapter.java (at line 267) for (Iterator it = object.eClass().getEAllStructuralFeatures() ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 31. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.emf/src/org/eclipse/stp/soas/internal/deploy/emf/refactoring/ResourceNameChangeAdapter.java (at line 279) for (Iterator it = object.eClass().getEAllStructuralFeatures() ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 32. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.emf/src/org/eclipse/stp/soas/internal/deploy/emf/refactoring/ResourceNameChangeAdapter.java (at line 291) List references = (List) mIResourceToObjectListMap.get(file); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 33. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.emf/src/org/eclipse/stp/soas/internal/deploy/emf/refactoring/ResourceNameChangeAdapter.java (at line 291) List references = (List) mIResourceToObjectListMap.get(file); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 34. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.emf/src/org/eclipse/stp/soas/internal/deploy/emf/refactoring/ResourceNameChangeAdapter.java (at line 293) references = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 35. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.emf/src/org/eclipse/stp/soas/internal/deploy/emf/refactoring/ResourceNameChangeAdapter.java (at line 294) mIResourceToObjectListMap.put(file, references); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 36. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.emf/src/org/eclipse/stp/soas/internal/deploy/emf/refactoring/ResourceNameChangeAdapter.java (at line 296) references.add(object); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 37. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.emf/src/org/eclipse/stp/soas/internal/deploy/emf/refactoring/ResourceNameChangeAdapter.java (at line 300) List references = (List) mIResourceToObjectListMap.get(file); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 38. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.emf/src/org/eclipse/stp/soas/internal/deploy/emf/refactoring/ResourceNameChangeAdapter.java (at line 300) List references = (List) mIResourceToObjectListMap.get(file); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 39. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.emf/src/org/eclipse/stp/soas/internal/deploy/emf/refactoring/ResourceNameChangeAdapter.java (at line 327) List references = (List) mIResourceToObjectListMap ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 40. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.emf/src/org/eclipse/stp/soas/internal/deploy/emf/refactoring/ResourceNameChangeAdapter.java (at line 327) List references = (List) mIResourceToObjectListMap ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 41. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.emf/src/org/eclipse/stp/soas/internal/deploy/emf/refactoring/ResourceNameChangeAdapter.java (at line 330) for (Iterator it = references.iterator(); it ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 42. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.emf/src/org/eclipse/stp/soas/internal/deploy/emf/refactoring/ResourceNameChangeAdapter.java (at line 343) mIResourceToObjectListMap.put(ResourcesPlugin .getWorkspace().getRoot().getFile( delta.getMovedToPath()), references); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- ---------- 43. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.emf/src/org/eclipse/stp/soas/internal/deploy/emf/refactoring/WorkspaceRelativeNameChangeExtension.java (at line 60) List list = (List) object.eGet(mFeature); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 44. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.emf/src/org/eclipse/stp/soas/internal/deploy/emf/refactoring/WorkspaceRelativeNameChangeExtension.java (at line 60) List list = (List) object.eGet(mFeature); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 45. WARNING in /shared/stp/build/build-stp-I/workdir/plugins/org.eclipse.stp.soas.deploy.emf/src/org/eclipse/stp/soas/internal/deploy/emf/refactoring/WorkspaceRelativeNameChangeExtension.java (at line 67) list.set(index, delta.getMovedToPath().toString()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method set(int, Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 45 problems (45 warnings)[29 .class files generated]