# 01/02/07 10:56:30 GMT # Eclipse Java Compiler 0.642, 3.2.0 milestone-5, Copyright IBM Corp 2000, 2006. All rights reserved. ---------- 1. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/edit/parts/ActivityEditPart.java (at line 767) private void updateMessagesIndexes() { ^^^^^^^^^^^^^^^^^^^^^^^ The method updateMessagesIndexes() from the type ActivityEditPart is never used locally ---------- ---------- 2. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/edit/parts/MessagingEdgeEditPart.java (at line 125) private static final int DELTA_ANCHOR_SIZE = 10; ^^^^^^^^^^^^^^^^^ The field MessagingEdgeEditPart.ConnectionMessageFigure.DELTA_ANCHOR_SIZE is never read locally ---------- ---------- 3. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/edit/parts/PoolPoolCompartmentEditPart.java (at line 238) res.add(0, object); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(int, Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 4. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/edit/parts/PoolPoolCompartmentEditPart.java (at line 240) res.add(object); ^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 5. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/edit/parts/PoolPoolCompartmentEditPart.java (at line 344) private final String WIDTH = "width"; ^^^^^ The field PoolPoolCompartmentEditPart.WIDTH is never read locally ---------- 6. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/edit/parts/PoolPoolCompartmentEditPart.java (at line 383) view.getEAnnotations().add(annotation); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 7. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/edit/parts/SubProcessSubProcessBodyCompartmentEditPart.java (at line 297) view.getEAnnotations().add(annotation); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 8. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/edit/policies/BpmnDiagramCanonicalEditPolicy.java (at line 74) result.add(nextValue); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 9. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/edit/policies/BpmnDiagramCanonicalEditPolicy.java (at line 148) Collection existingLinks = new LinkedList(getDiagram().getEdges()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor LinkedList(Collection) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 10. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/edit/policies/BpmnDiagramCanonicalEditPolicy.java (at line 196) myEObject2ViewMap.put(modelElement, view); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 11. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/edit/policies/BpmnDiagramCanonicalEditPolicy.java (at line 288) myLinkDescriptors.add(new LinkDescriptor(src, dst, nextValue, linkVID)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 12. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/edit/policies/BpmnDiagramCanonicalEditPolicy.java (at line 311) myLinkDescriptors.add(new LinkDescriptor(src, dst, nextValue, linkVID)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- ---------- 13. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/edit/policies/BpmnExtNodeLabelHostLayoutEditPolicy.java (at line 71) editParts.add(editPart); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 14. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/edit/policies/BpmnExtNodeLabelHostLayoutEditPolicy.java (at line 90) List other = new ArrayList(editParts); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 15. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/edit/policies/BpmnExtNodeLabelHostLayoutEditPolicy.java (at line 91) other.removeAll(extLabels); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method removeAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 16. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/edit/policies/PoolPoolCompartmentCanonicalEditPolicy.java (at line 49) result.add(nextValue); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 17. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/edit/policies/PoolPoolCompartmentCanonicalEditPolicy.java (at line 53) result.add(nextValue); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 18. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/edit/policies/PoolPoolCompartmentCanonicalEditPolicy.java (at line 64) result.add(nextValue); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 19. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/edit/policies/SubProcessSubProcessBodyCompartmentCanonicalEditPolicy.java (at line 48) result.add(nextValue); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 20. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/edit/policies/SubProcessSubProcessBodyCompartmentCanonicalEditPolicy.java (at line 52) result.add(nextValue); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 21. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/edit/policies/SubProcessSubProcessBorderCompartmentCanonicalEditPolicy.java (at line 46) result.add(nextValue); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 22. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/part/BpmnDiagramEditorPlugin.java (at line 132) factories.add(new BpmnItemProviderAdapterFactory()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 23. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/part/BpmnDiagramEditorPlugin.java (at line 133) factories.add(new EcoreItemProviderAdapterFactory()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 24. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/part/BpmnDiagramEditorPlugin.java (at line 134) factories.add(new ResourceItemProviderAdapterFactory()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 25. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/part/BpmnDiagramEditorPlugin.java (at line 135) factories.add(new ReflectiveItemProviderAdapterFactory()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 26. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/part/BpmnDiagramEditorUtil.java (at line 113) affectedFiles.add(diagramFile); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 27. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/part/BpmnDiagramEditorUtil.java (at line 121) affectedFiles.add(modelFile); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 28. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/part/BpmnDiagramEditorUtil.java (at line 130) modelResource.getContents().add(createInitialRoot(model)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 29. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/part/BpmnDiagramEditorUtil.java (at line 135) diagramResource.getContents().add(diagram); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 30. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/part/BpmnDiagramEditorUtil.java (at line 141) options.put(XMIResource.OPTION_ENCODING, "UTF-8"); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 31. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/part/BpmnDiagramEditorUtil.java (at line 197) diagram.getPools().add(pool); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 32. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/part/BpmnDocumentProvider.java (at line 96) rules.add(computeSaveSchedulingRule(nextFile)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 33. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/part/BpmnDocumentProvider.java (at line 99) return new MultiRule((ISchedulingRule[]) rules .toArray(new ISchedulingRule[rules.size()])); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- ---------- 34. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/part/BpmnNewDiagramFileWizard.java (at line 162) affectedFiles.add(mySelectedModelFile); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 35. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/part/BpmnNewDiagramFileWizard.java (at line 163) affectedFiles.add(diagramFile); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 36. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/part/BpmnNewDiagramFileWizard.java (at line 179) diagramResource.getContents().add(diagram); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 37. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/part/BpmnPaletteFactory.java (at line 125) private PaletteContainer createEventShapes2GroupGen() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createEventShapes2GroupGen() from the type BpmnPaletteFactory is never used locally ---------- 38. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/part/BpmnPaletteFactory.java (at line 206) elementTypes.add(BpmnElementTypes.Activity_2001); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 39. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/part/BpmnPaletteFactory.java (at line 207) elementTypes.add(BpmnElementTypes.Activity_2003); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 40. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/part/BpmnPaletteFactory.java (at line 227) elementTypes.add(activity1); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 41. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/part/BpmnPaletteFactory.java (at line 228) elementTypes.add(activity2); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 42. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/part/BpmnPaletteFactory.java (at line 243) relationshipTypes.add(BpmnElementTypes.SequenceEdge_3001); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 43. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/part/BpmnPaletteFactory.java (at line 259) elementTypes.add(BpmnElementTypes.Pool_1001); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 44. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/part/BpmnPaletteFactory.java (at line 274) elementTypes.add(BpmnElementTypes.SubProcess_2002); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 45. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/part/BpmnPaletteFactory.java (at line 292) elementTypes.add(activity); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 46. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/part/BpmnPaletteFactory.java (at line 306) relationshipTypes.add(BpmnElementTypes.MessagingEdge_3002); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 47. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/part/BpmnPaletteFactory.java (at line 327) elementTypes.add(BpmnElementTypes.Lane_2004); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 48. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/part/BpmnPaletteFactory.java (at line 359) elementTypes.add(activity); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 49. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/part/BpmnPaletteFactory.java (at line 381) elementTypes.add(activity); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 50. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/part/BpmnPaletteFactory.java (at line 403) elementTypes.add(activity); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 51. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/part/BpmnPaletteFactory.java (at line 425) elementTypes.add(activity); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 52. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/part/BpmnPaletteFactory.java (at line 447) elementTypes.add(activity); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 53. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/part/BpmnPaletteFactory.java (at line 472) elementTypes.add(activity); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 54. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/part/BpmnPaletteFactory.java (at line 473) elementTypes.add(activity2); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 55. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/part/BpmnPaletteFactory.java (at line 499) elementTypes.add(activity); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 56. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/part/BpmnPaletteFactory.java (at line 500) elementTypes.add(activity2); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 57. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/part/BpmnPaletteFactory.java (at line 527) elementTypes.add(activity); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 58. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/part/BpmnPaletteFactory.java (at line 528) elementTypes.add(activity2); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 59. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/part/BpmnPaletteFactory.java (at line 551) elementTypes.add(activity); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 60. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/part/BpmnPaletteFactory.java (at line 572) elementTypes.add(activity); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 61. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/part/BpmnPaletteFactory.java (at line 594) elementTypes.add(activity); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 62. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/part/BpmnPaletteFactory.java (at line 615) elementTypes.add(activity); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 63. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/part/BpmnPaletteFactory.java (at line 637) elementTypes.add(activity); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 64. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/part/BpmnPaletteFactory.java (at line 658) elementTypes.add(activity); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 65. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/part/BpmnPaletteFactory.java (at line 679) elementTypes.add(activity); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 66. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/part/BpmnPaletteFactory.java (at line 703) elementTypes.add(activity); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 67. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/part/BpmnPaletteFactory.java (at line 724) elementTypes.add(activity); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 68. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/part/BpmnPaletteFactory.java (at line 746) elementTypes.add(activity); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 69. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/part/BpmnPaletteFactory.java (at line 758) private ToolEntry createCreateEmptyStartEvent7CreationTool() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createCreateEmptyStartEvent7CreationTool() from the type BpmnPaletteFactory is never used locally ---------- 70. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/part/BpmnPaletteFactory.java (at line 763) elementTypes.add(ElementTypeEx.wrap( (IHintedType) BpmnElementTypes.Activity_2001, ActivityType.EVENT_START_EMPTY_LITERAL.getLiteral())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 71. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/part/BpmnPaletteFactory.java (at line 766) final List aTypes = new ArrayList(); ^^^^^^ The local variable aTypes is never read ---------- 72. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/part/BpmnPaletteFactory.java (at line 891) final EditPart[] primaryEP = new EditPart[1]; ^^^^^^^^^ The local variable primaryEP is never read ---------- 73. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/part/BpmnPaletteFactory.java (at line 900) editparts.add(editPart); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 74. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/providers/BpmnDiagramActionProvider.java (at line 42) IWorkbenchPage workbenchPage = partDescriptor.getPartPage(); ^^^^^^^^^^^^^ The local variable workbenchPage is never read ---------- ---------- 75. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/providers/BpmnEditPartProvider.java (at line 146) cachedPart = new WeakReference(part); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor WeakReference(Object) belongs to the raw type WeakReference. References to generic type WeakReference should be parameterized ---------- 76. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/providers/BpmnEditPartProvider.java (at line 147) cachedView = new WeakReference(view); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor WeakReference(Object) belongs to the raw type WeakReference. References to generic type WeakReference should be parameterized ---------- ---------- 77. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/providers/BpmnElementTypes.java (at line 251) elements.put(BpmnDiagram_79.getId(), BpmnPackage.eINSTANCE .getBpmnDiagram()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 78. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/providers/BpmnElementTypes.java (at line 253) elements.put(Activity_2001.getId(), BpmnPackage.eINSTANCE .getActivity()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 79. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/providers/BpmnElementTypes.java (at line 255) elements.put(SubProcess_2002.getId(), BpmnPackage.eINSTANCE .getSubProcess()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 80. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/providers/BpmnElementTypes.java (at line 257) elements.put(Activity_2003.getId(), BpmnPackage.eINSTANCE .getActivity()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 81. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/providers/BpmnElementTypes.java (at line 259) elements.put(Lane_2004.getId(), BpmnPackage.eINSTANCE.getLane()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 82. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/providers/BpmnElementTypes.java (at line 260) elements.put(Pool_1001.getId(), BpmnPackage.eINSTANCE.getPool()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 83. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/providers/BpmnElementTypes.java (at line 261) elements.put(SequenceEdge_3001.getId(), BpmnPackage.eINSTANCE .getSequenceEdge()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 84. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/providers/BpmnElementTypes.java (at line 263) elements.put(MessagingEdge_3002.getId(), BpmnPackage.eINSTANCE .getMessagingEdge()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 85. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/providers/BpmnElementTypes.java (at line 324) private static Set KNOWN_ELEMENT_TYPES; ^^^^^^^^^^^^^^^^^^^ The field BpmnElementTypes.KNOWN_ELEMENT_TYPES is never read locally ---------- ---------- 86. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/providers/BpmnModelingAssistantProvider.java (at line 63) types.add(BpmnElementTypes.Activity_2003); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 87. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/providers/BpmnModelingAssistantProvider.java (at line 68) types.add(BpmnElementTypes.Activity_2001); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 88. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/providers/BpmnModelingAssistantProvider.java (at line 69) types.add(BpmnElementTypes.SubProcess_2002); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 89. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/providers/BpmnModelingAssistantProvider.java (at line 70) types.add(BpmnElementTypes.Lane_2004); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 90. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/providers/BpmnModelingAssistantProvider.java (at line 75) types.add(BpmnElementTypes.Activity_2001); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 91. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/providers/BpmnModelingAssistantProvider.java (at line 76) types.add(BpmnElementTypes.SubProcess_2002); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 92. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/providers/BpmnModelingAssistantProvider.java (at line 81) types.add(BpmnElementTypes.Pool_1001); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 93. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/providers/BpmnModelingAssistantProvider.java (at line 145) types.add(BpmnElementTypes.SequenceEdge_3001); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 94. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/providers/BpmnModelingAssistantProvider.java (at line 147) types.add(BpmnElementTypes.MessagingEdge_3002); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 95. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/providers/BpmnModelingAssistantProvider.java (at line 154) types.add(BpmnElementTypes.SequenceEdge_3001); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 96. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/providers/BpmnModelingAssistantProvider.java (at line 159) types.add(BpmnElementTypes.SequenceEdge_3001); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 97. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/providers/BpmnModelingAssistantProvider.java (at line 179) types.add(BpmnElementTypes.SequenceEdge_3001); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 98. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/providers/BpmnModelingAssistantProvider.java (at line 181) types.add(BpmnElementTypes.MessagingEdge_3002); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 99. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/providers/BpmnModelingAssistantProvider.java (at line 188) types.add(BpmnElementTypes.SequenceEdge_3001); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 100. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/providers/BpmnModelingAssistantProvider.java (at line 193) types.add(BpmnElementTypes.SequenceEdge_3001); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 101. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/providers/BpmnModelingAssistantProvider.java (at line 217) types.add(BpmnElementTypes.SequenceEdge_3001); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 102. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/providers/BpmnModelingAssistantProvider.java (at line 219) types.add(BpmnElementTypes.SequenceEdge_3001); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 103. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/providers/BpmnModelingAssistantProvider.java (at line 221) types.add(BpmnElementTypes.SequenceEdge_3001); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 104. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/providers/BpmnModelingAssistantProvider.java (at line 241) types.add(BpmnElementTypes.SequenceEdge_3001); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 105. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/providers/BpmnModelingAssistantProvider.java (at line 243) types.add(BpmnElementTypes.MessagingEdge_3002); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 106. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/providers/BpmnModelingAssistantProvider.java (at line 251) types.add(BpmnElementTypes.SequenceEdge_3001); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 107. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/providers/BpmnModelingAssistantProvider.java (at line 259) types.add(BpmnElementTypes.SequenceEdge_3001); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 108. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/providers/BpmnModelingAssistantProvider.java (at line 265) types.add(BpmnElementTypes.SequenceEdge_3001); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 109. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/providers/BpmnModelingAssistantProvider.java (at line 283) types.addAll(BPMNElementTypesActivities .getElementTypesForMessagingEdgeSource()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 110. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/providers/BpmnModelingAssistantProvider.java (at line 287) types.addAll(BPMNElementTypesActivities .getElementTypesForSequenceEdgeSource()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 111. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/providers/BpmnModelingAssistantProvider.java (at line 298) types.addAll(BPMNElementTypesActivities .getElementTypesForSequenceEdgeSource()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 112. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/providers/BpmnModelingAssistantProvider.java (at line 318) types.addAll(BPMNElementTypesActivities .getElementTypesForMessagingEdgeTarget()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 113. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/providers/BpmnModelingAssistantProvider.java (at line 322) types.addAll(BPMNElementTypesActivities .getElementTypesForSequenceEdgeTarget()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 114. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/providers/BpmnModelingAssistantProvider.java (at line 333) types.addAll(BPMNElementTypesActivities .getElementTypesForSequenceEdgeTarget()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 115. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/providers/BpmnModelingAssistantProvider.java (at line 341) types.addAll(BPMNElementTypesActivities .getElementTypesForSequenceEdgeTarget()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 116. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/providers/BpmnModelingAssistantProvider.java (at line 389) EditPart dep = editPart.getRoot().getContents(); ^^^ The local variable dep is never read ---------- 117. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/providers/BpmnModelingAssistantProvider.java (at line 397) elements.add(element); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 118. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/providers/BpmnModelingAssistantProvider.java (at line 403) return selectElement((EObject[]) elements.toArray(new EObject[elements .size()])); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- ---------- 119. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/providers/BpmnStructuralFeaturesParser.java (at line 61) values.add(value); ^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 120. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/providers/BpmnStructuralFeaturesParser.java (at line 63) return processor.format(values.toArray(new Object[values.size()]), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 121. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/providers/BpmnValidationDecoratorProvider.java (at line 375) list.add(decorator); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 122. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/providers/BpmnValidationDecoratorProvider.java (at line 376) mapOfIdsToDecorators.put(decoratorViewId, list); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized ---------- 123. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/providers/BpmnValidationDecoratorProvider.java (at line 378) list.add(decorator); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 124. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/providers/BpmnValidationProvider.java (at line 206) allStatuses.addAll(Arrays.asList(status.isMultiStatus() ? status .getChildren() : new IStatus[] { status })); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 125. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/providers/BpmnValidationProvider.java (at line 212) targets.add(getDiagnosticTarget((Diagnostic) it.next())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet should be parameterized ---------- 126. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/providers/BpmnValidationProvider.java (at line 218) targets.add(((IConstraintStatus) nextStatus).getTarget()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet should be parameterized ---------- 127. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/providers/BpmnValidationProvider.java (at line 280) path.add(container); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 128. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/providers/BpmnValidationProvider.java (at line 296) map.put(view.getElement(), view); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- ---------- 129. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/view/factories/Activity2ViewFactory.java (at line 38) styles.add(NotationFactory.eINSTANCE.createFontStyle()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 130. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/view/factories/Activity2ViewFactory.java (at line 39) styles.add(NotationFactory.eINSTANCE.createDescriptionStyle()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 131. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/view/factories/Activity2ViewFactory.java (at line 40) styles.add(NotationFactory.eINSTANCE.createFillStyle()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 132. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/view/factories/Activity2ViewFactory.java (at line 41) styles.add(NotationFactory.eINSTANCE.createLineStyle()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 133. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/view/factories/Activity2ViewFactory.java (at line 65) view.getEAnnotations().add(shortcutAnnotation); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 134. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/view/factories/ActivityViewFactory.java (at line 47) styles.add(NotationFactory.eINSTANCE.createFontStyle()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 135. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/view/factories/ActivityViewFactory.java (at line 48) styles.add(NotationFactory.eINSTANCE.createDescriptionStyle()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 136. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/view/factories/ActivityViewFactory.java (at line 49) styles.add(NotationFactory.eINSTANCE.createFillStyle()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 137. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/view/factories/ActivityViewFactory.java (at line 50) styles.add(NotationFactory.eINSTANCE.createLineStyle()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 138. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/view/factories/ActivityViewFactory.java (at line 74) view.getEAnnotations().add(shortcutAnnotation); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 139. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/view/factories/BpmnDiagramViewFactory.java (at line 33) styles.add(NotationFactory.eINSTANCE.createPageStyle()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 140. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/view/factories/BpmnDiagramViewFactory.java (at line 34) styles.add(NotationFactory.eINSTANCE.createGuideStyle()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 141. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/view/factories/BpmnDiagramViewFactory.java (at line 35) styles.add(NotationFactory.eINSTANCE.createDescriptionStyle()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 142. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/view/factories/LaneViewFactory.java (at line 40) styles.add(NotationFactory.eINSTANCE.createFontStyle()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 143. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/view/factories/LaneViewFactory.java (at line 41) styles.add(NotationFactory.eINSTANCE.createDescriptionStyle()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 144. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/view/factories/LaneViewFactory.java (at line 42) styles.add(NotationFactory.eINSTANCE.createFillStyle()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 145. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/view/factories/LaneViewFactory.java (at line 43) styles.add(NotationFactory.eINSTANCE.createLineStyle()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 146. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/view/factories/LaneViewFactory.java (at line 67) view.getEAnnotations().add(shortcutAnnotation); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 147. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/view/factories/MessagingEdgeViewFactory.java (at line 49) styles.add(NotationFactory.eINSTANCE.createRoutingStyle()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 148. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/view/factories/MessagingEdgeViewFactory.java (at line 50) styles.add(NotationFactory.eINSTANCE.createFontStyle()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 149. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/view/factories/MessagingEdgeViewFactory.java (at line 74) view.getEAnnotations().add(shortcutAnnotation); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 150. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/view/factories/PoolPoolCompartmentViewFactory.java (at line 39) styles.add(NotationFactory.eINSTANCE.createDrawerStyle()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 151. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/view/factories/PoolPoolCompartmentViewFactory.java (at line 40) styles.add(NotationFactory.eINSTANCE.createSortingStyle()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 152. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/view/factories/PoolPoolCompartmentViewFactory.java (at line 41) styles.add(NotationFactory.eINSTANCE.createFilteringStyle()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 153. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/view/factories/PoolPoolCompartmentViewFactory.java (at line 67) view.getEAnnotations().add(shortcutAnnotation); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 154. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/view/factories/PoolViewFactory.java (at line 45) styles.add(NotationFactory.eINSTANCE.createFontStyle()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 155. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/view/factories/PoolViewFactory.java (at line 46) styles.add(NotationFactory.eINSTANCE.createDescriptionStyle()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 156. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/view/factories/PoolViewFactory.java (at line 47) styles.add(NotationFactory.eINSTANCE.createFillStyle()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 157. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/view/factories/PoolViewFactory.java (at line 48) styles.add(NotationFactory.eINSTANCE.createLineStyle()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 158. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/view/factories/PoolViewFactory.java (at line 72) view.getEAnnotations().add(shortcutAnnotation); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 159. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/view/factories/SequenceEdgeViewFactory.java (at line 45) styles.add(NotationFactory.eINSTANCE.createRoutingStyle()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 160. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/view/factories/SequenceEdgeViewFactory.java (at line 46) styles.add(NotationFactory.eINSTANCE.createFontStyle()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 161. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/view/factories/SequenceEdgeViewFactory.java (at line 70) view.getEAnnotations().add(shortcutAnnotation); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 162. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/view/factories/SubProcessSubProcessBodyCompartmentViewFactory.java (at line 40) styles.add(NotationFactory.eINSTANCE.createDrawerStyle()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 163. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/view/factories/SubProcessSubProcessBodyCompartmentViewFactory.java (at line 41) styles.add(NotationFactory.eINSTANCE.createSortingStyle()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 164. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/view/factories/SubProcessSubProcessBodyCompartmentViewFactory.java (at line 42) styles.add(NotationFactory.eINSTANCE.createFilteringStyle()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 165. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/view/factories/SubProcessSubProcessBodyCompartmentViewFactory.java (at line 68) view.getEAnnotations().add(shortcutAnnotation); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 166. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/view/factories/SubProcessSubProcessBorderCompartmentViewFactory.java (at line 40) styles.add(NotationFactory.eINSTANCE.createSortingStyle()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 167. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/view/factories/SubProcessSubProcessBorderCompartmentViewFactory.java (at line 41) styles.add(NotationFactory.eINSTANCE.createFilteringStyle()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 168. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/view/factories/SubProcessSubProcessBorderCompartmentViewFactory.java (at line 67) view.getEAnnotations().add(shortcutAnnotation); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 169. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/view/factories/SubProcessViewFactory.java (at line 46) styles.add(NotationFactory.eINSTANCE.createFontStyle()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 170. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/view/factories/SubProcessViewFactory.java (at line 47) styles.add(NotationFactory.eINSTANCE.createDescriptionStyle()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 171. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/view/factories/SubProcessViewFactory.java (at line 48) styles.add(NotationFactory.eINSTANCE.createFillStyle()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 172. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/view/factories/SubProcessViewFactory.java (at line 49) styles.add(NotationFactory.eINSTANCE.createLineStyle()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 173. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/src/org/eclipse/stp/bpmn/diagram/view/factories/SubProcessViewFactory.java (at line 73) view.getEAnnotations().add(shortcutAnnotation); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 174. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/customsrc/org/eclipse/stp/bpmn/clipboard/BpmnClipboardSupport.java (at line 336) View copiedView = (View)o; ^^^^^^^^^^ The local variable copiedView is never read ---------- ---------- 175. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/customsrc/org/eclipse/stp/bpmn/clipboard/BpmnConnectorViewPostPasteChildOperation.java (at line 164) list.add(postPasteOperation); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 176. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/customsrc/org/eclipse/stp/bpmn/clipboard/BpmnConnectorViewPostPasteChildOperation.java (at line 182) postPasteOperations.add(postPasteOperation); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 177. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/customsrc/org/eclipse/stp/bpmn/clipboard/BpmnConnectorViewPostPasteChildOperation.java (at line 215) semanticElementPasteOperations.add(pasteOperation); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 178. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/customsrc/org/eclipse/stp/bpmn/commands/PromptForConnectionAndEndCommandEx.java (at line 60) l.add(lastElement); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 179. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/customsrc/org/eclipse/stp/bpmn/commands/PromptForConnectionAndEndCommandEx.java (at line 66) l.add(lastElement); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 180. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/customsrc/org/eclipse/stp/bpmn/diagram/actions/GroupAction.java (at line 100) action.setImageDescriptor(BpmnDiagramEditorPlugin.getInstance() .findImageDescriptor(ICON_PATH)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method findImageDescriptor(String) from the type BpmnDiagramEditorPlugin should be accessed in a static way ---------- 181. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/customsrc/org/eclipse/stp/bpmn/diagram/actions/GroupAction.java (at line 194) tmp.add(subProcessEditPart); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 182. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/customsrc/org/eclipse/stp/bpmn/diagram/actions/GroupAction.java (at line 195) tmp.add(containerEditPart); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 183. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/customsrc/org/eclipse/stp/bpmn/diagram/actions/GroupAction.java (at line 247) cc.compose(new CommandProxy(canonicalCmd .getToggleCanonicalModeCommand(canonicalCmd, true))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method getToggleCanonicalModeCommand(ToggleCanonicalModeCommand, boolean) from the type ToggleCanonicalModeCommand should be accessed in a static way ---------- 184. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/customsrc/org/eclipse/stp/bpmn/diagram/actions/GroupAction.java (at line 595) result.add(file); ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 185. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/customsrc/org/eclipse/stp/bpmn/diagram/actions/GroupActionManager.java (at line 44) setImageDescriptor(BpmnDiagramEditorPlugin.getInstance() .findImageDescriptor(GroupAction.ICON_PATH)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method findImageDescriptor(String) from the type BpmnDiagramEditorPlugin should be accessed in a static way ---------- ---------- 186. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/customsrc/org/eclipse/stp/bpmn/diagram/actions/ResetBendpointsAction.java (at line 107) res.add(o); ^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 187. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/customsrc/org/eclipse/stp/bpmn/diagram/actions/UngroupAction.java (at line 95) action.setImageDescriptor(BpmnDiagramEditorPlugin.getInstance() .findImageDescriptor(ICON_PATH)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method findImageDescriptor(String) from the type BpmnDiagramEditorPlugin should be accessed in a static way ---------- 188. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/customsrc/org/eclipse/stp/bpmn/diagram/actions/UngroupAction.java (at line 418) subProcesses = ToolUtilities .getSelectionWithoutDependants(subProcesses); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- ---------- 189. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/customsrc/org/eclipse/stp/bpmn/diagram/edit/helpers/EdgeEditHelperAdvice.java (at line 52) ConfigureRequest conf = (ConfigureRequest) request; ^^^^ The local variable conf is never read ---------- ---------- 190. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/customsrc/org/eclipse/stp/bpmn/diagram/ui/PopupBalloon.java (at line 64) static private double BALLOON_X_OFFSET_LHS = 0.25; ^^^^^^^^^^^^^^^^^^^^ The field PopupBalloon.BALLOON_X_OFFSET_LHS is never read locally ---------- 191. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/customsrc/org/eclipse/stp/bpmn/diagram/ui/PopupBalloon.java (at line 67) static private int BALLOON_Y_OFFSET = 10; ^^^^^^^^^^^^^^^^ The field PopupBalloon.BALLOON_Y_OFFSET is never read locally ---------- ---------- 192. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/customsrc/org/eclipse/stp/bpmn/figures/PoolPoolCompartmentFigure.java (at line 52) List figs = ((List)((List) ((List)((List) ((List)getChildren()).get(1)//animatablescrollpane .getChildren())).get(0)//freeformviewport .getChildren())).get(0)//freeformlayer .getChildren(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- 193. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/customsrc/org/eclipse/stp/bpmn/figures/PoolPoolCompartmentFigure.java (at line 52) List figs = ((List)((List) ((List)((List) ((List)getChildren()).get(1)//animatablescrollpane .getChildren())).get(0)//freeformviewport .getChildren())).get(0)//freeformlayer ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The cast from List to List is actually checking against the erased type List ---------- 194. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/customsrc/org/eclipse/stp/bpmn/figures/PoolPoolCompartmentFigure.java (at line 53) ((List)((List) ((List)getChildren()).get(1)//animatablescrollpane .getChildren())).get(0)//freeformviewport ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The cast from List to List is actually checking against the erased type List ---------- 195. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/customsrc/org/eclipse/stp/bpmn/figures/PoolPoolCompartmentFigure.java (at line 54) ((List)getChildren()).get(1)//animatablescrollpane ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The cast from List to List is actually checking against the erased type List ---------- ---------- 196. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/customsrc/org/eclipse/stp/bpmn/policies/NonResizableCollapsibleCompartmentEditPolicy.java (at line 51) collapseHandles.add(new CompartmentCollapseHandleForPool( (PoolEditPart)part.getParent(), (PoolPoolCompartmentEditPart)part)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 197. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/customsrc/org/eclipse/stp/bpmn/policies/PoolPoolCompartmentXYLayoutEditPolicy.java (at line 236) boolean foundTheFirst = false; ^^^^^^^^^^^^^ The local variable foundTheFirst is never read ---------- 198. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/customsrc/org/eclipse/stp/bpmn/policies/PoolPoolCompartmentXYLayoutEditPolicy.java (at line 237) int beforeChangeTopY = -1; ^^^^^^^^^^^^^^^^ The local variable beforeChangeTopY is never read ---------- 199. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/customsrc/org/eclipse/stp/bpmn/policies/PoolPoolCompartmentXYLayoutEditPolicy.java (at line 238) int beforeChangeBottomY = -1; ^^^^^^^^^^^^^^^^^^^ The local variable beforeChangeBottomY is never read ---------- ---------- 200. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/customsrc/org/eclipse/stp/bpmn/policies/PoolResizeTracker.java (at line 130) part.add(siblings.get(i)); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 201. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/customsrc/org/eclipse/stp/bpmn/policies/PopupBarEditPolicyEx.java (at line 198) imagesToBeDisposed.add(myDisabledImage); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 202. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/customsrc/org/eclipse/stp/bpmn/policies/PopupBarEditPolicyEx.java (at line 740) myPopupBarDescriptors.add(desc); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 203. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/customsrc/org/eclipse/stp/bpmn/policies/PopupBarEditPolicyEx.java (at line 789) myPopupBarDescriptors.add(desc); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 204. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/customsrc/org/eclipse/stp/bpmn/policies/PopupBarEditPolicyEx.java (at line 935) String getPreferenceName() { ^^^^^^^^^^^^^^^^^^^ The method PopupBarEditPolicyEx.getPreferenceName() does not override the inherited method from DiagramAssistantEditPolicy since it is private to a different package. ---------- ---------- 205. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/customsrc/org/eclipse/stp/bpmn/policies/ResizableCompartmentEditPolicyEx.java (at line 45) collapseHandles.add(new CompartmentCollapseHandleEx(part)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 206. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/customsrc/org/eclipse/stp/bpmn/policies/VerticalLabelNonResizableEditPolicy.java (at line 65) handles.add(moveHandle); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 207. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/customsrc/org/eclipse/stp/bpmn/tools/ConnectionHandleToolEx.java (at line 52) final EditPart[] primaryEP = new EditPart[1]; ^^^^^^^^^ The local variable primaryEP is never read ---------- 208. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/customsrc/org/eclipse/stp/bpmn/tools/ConnectionHandleToolEx.java (at line 61) editparts.add(editPart); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 209. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/customsrc/org/eclipse/stp/bpmn/tools/PoolResizeTracker.java (at line 99) part.add(siblings.get(i)); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 210. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/customsrc/org/eclipse/stp/bpmn/tools/TaskDragEditPartsTrackerEx.java (at line 70) selectedObjects, selectionBounds, ^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- ---------- 211. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/customsrc/org/eclipse/stp/bpmn/tools/TaskDragHelper.java (at line 57) private static final String CONTAINER_BOUNDSCOMMAND_RESIZE_LABEL = "Container resize"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field TaskDragHelper.CONTAINER_BOUNDSCOMMAND_RESIZE_LABEL is never read locally ---------- ---------- 212. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.diagram/customsrc/org/eclipse/stp/bpmn/tools/UnspecifiedActivityTypeCreationToolEx.java (at line 102) editparts.add(editPart); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 212 problems (212 warnings)