# 10/4/07 11:15:32 AM EDT # Eclipse Java Compiler 0.745, 3.3.0 milestone-6, Copyright IBM Corp 2000, 2007. All rights reserved. ---------- 1. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPEL2BPMNAdapterFactory.java (at line 18) import org.eclipse.stp.bpmn.dnd.IDnDHandler; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.bpmn.dnd.IDnDHandler cannot be resolved ---------- 2. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPEL2BPMNAdapterFactory.java (at line 32) if (adapterType.equals(IDnDHandler.class)) { ^^^^^^^^^^^ IDnDHandler cannot be resolved to a type ---------- 3. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPEL2BPMNAdapterFactory.java (at line 46) return new Class[] { IDnDHandler.class }; ^^^^^^^^^^^ IDnDHandler cannot be resolved to a type ---------- ---------- 4. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPEL2BPMNGenerator.java (at line 35) import org.eclipse.stp.bpmn.Activity; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.bpmn.Activity cannot be resolved ---------- 5. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPEL2BPMNGenerator.java (at line 36) import org.eclipse.stp.bpmn.ActivityType; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.bpmn.ActivityType cannot be resolved ---------- 6. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPEL2BPMNGenerator.java (at line 37) import org.eclipse.stp.bpmn.Graph; ^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.bpmn.Graph cannot be resolved ---------- 7. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPEL2BPMNGenerator.java (at line 38) import org.eclipse.stp.bpmn.Pool; ^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.bpmn.Pool cannot be resolved ---------- 8. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPEL2BPMNGenerator.java (at line 39) import org.eclipse.stp.bpmn.SequenceEdge; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.bpmn.SequenceEdge cannot be resolved ---------- 9. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPEL2BPMNGenerator.java (at line 40) import org.eclipse.stp.bpmn.Vertex; ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.bpmn.Vertex cannot be resolved ---------- 10. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPEL2BPMNGenerator.java (at line 41) import org.eclipse.stp.bpmn.diagram.generation.impl.BPMNVisual2ProcessGenerator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.bpmn.diagram.generation.impl.BPMNVisual2ProcessGenerator cannot be resolved ---------- 11. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPEL2BPMNGenerator.java (at line 42) import org.eclipse.stp.bpmn.dnd.file.FileDnDConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.bpmn.dnd.file.FileDnDConstants cannot be resolved ---------- 12. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPEL2BPMNGenerator.java (at line 68) public class BPEL2BPMNGenerator extends BPMNVisual2ProcessGenerator { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ BPMNVisual2ProcessGenerator cannot be resolved to a type ---------- 13. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPEL2BPMNGenerator.java (at line 70) private static Set PARSED_BPEL_LOCAL_NAME = new HashSet(); ^^^ The type Set is not generic; it cannot be parameterized with arguments ---------- 14. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPEL2BPMNGenerator.java (at line 70) private static Set PARSED_BPEL_LOCAL_NAME = new HashSet(); ^^^^^^^ The type HashSet is not generic; it cannot be parameterized with arguments ---------- 15. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPEL2BPMNGenerator.java (at line 71) private static Set CONTAINERS_LOCAL_NAME = new HashSet(); ^^^ The type Set is not generic; it cannot be parameterized with arguments ---------- 16. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPEL2BPMNGenerator.java (at line 71) private static Set CONTAINERS_LOCAL_NAME = new HashSet(); ^^^^^^^ The type HashSet is not generic; it cannot be parameterized with arguments ---------- 17. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPEL2BPMNGenerator.java (at line 74) CONTAINERS_LOCAL_NAME.add("scope"); ^^^^^^^^^^^^^^^^^^^^^ CONTAINERS_LOCAL_NAME cannot be resolved ---------- 18. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPEL2BPMNGenerator.java (at line 75) CONTAINERS_LOCAL_NAME.add("flow"); ^^^^^^^^^^^^^^^^^^^^^ CONTAINERS_LOCAL_NAME cannot be resolved ---------- 19. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPEL2BPMNGenerator.java (at line 78) PARSED_BPEL_LOCAL_NAME.add("assign"); ^^^^^^^^^^^^^^^^^^^^^^ PARSED_BPEL_LOCAL_NAME cannot be resolved ---------- 20. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPEL2BPMNGenerator.java (at line 79) PARSED_BPEL_LOCAL_NAME.add("receive"); ^^^^^^^^^^^^^^^^^^^^^^ PARSED_BPEL_LOCAL_NAME cannot be resolved ---------- 21. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPEL2BPMNGenerator.java (at line 80) PARSED_BPEL_LOCAL_NAME.add("reply"); ^^^^^^^^^^^^^^^^^^^^^^ PARSED_BPEL_LOCAL_NAME cannot be resolved ---------- 22. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPEL2BPMNGenerator.java (at line 81) PARSED_BPEL_LOCAL_NAME.add("invoke"); ^^^^^^^^^^^^^^^^^^^^^^ PARSED_BPEL_LOCAL_NAME cannot be resolved ---------- 23. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPEL2BPMNGenerator.java (at line 82) PARSED_BPEL_LOCAL_NAME.addAll(CONTAINERS_LOCAL_NAME); ^^^^^^^^^^^^^^^^^^^^^^ PARSED_BPEL_LOCAL_NAME cannot be resolved ---------- 24. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPEL2BPMNGenerator.java (at line 82) PARSED_BPEL_LOCAL_NAME.addAll(CONTAINERS_LOCAL_NAME); ^^^^^^^^^^^^^^^^^^^^^ CONTAINERS_LOCAL_NAME cannot be resolved ---------- 25. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPEL2BPMNGenerator.java (at line 89) private Pool _virtualPool; ^^^^ Pool cannot be resolved to a type ---------- 26. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPEL2BPMNGenerator.java (at line 108) public List parseAndGenerateFromFile() { ^^^^ The type List is not generic; it cannot be parameterized with arguments ---------- 27. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPEL2BPMNGenerator.java (at line 111) _virtualPool = addPool("nonCopiedPool"); ^^^^^^^^^^^^ _virtualPool cannot be resolved ---------- 28. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPEL2BPMNGenerator.java (at line 111) _virtualPool = addPool("nonCopiedPool"); ^^^^^^^ The method addPool(String) is undefined for the type BPEL2BPMNGenerator ---------- 29. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPEL2BPMNGenerator.java (at line 119) generateViews(); ^^^^^^^^^^^^^ The method generateViews() is undefined for the type BPEL2BPMNGenerator ---------- 30. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPEL2BPMNGenerator.java (at line 121) List res = new ArrayList(); ^^^^ The type List is not generic; it cannot be parameterized with arguments ---------- 31. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPEL2BPMNGenerator.java (at line 121) List res = new ArrayList(); ^^^^^^^^^ The type ArrayList is not generic; it cannot be parameterized with arguments ---------- 32. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPEL2BPMNGenerator.java (at line 122) Map sem2views = getSemantic2notationMap(); ^^^ The type Map is not generic; it cannot be parameterized with arguments ---------- 33. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPEL2BPMNGenerator.java (at line 122) Map sem2views = getSemantic2notationMap(); ^^^^^^^^^^^^^^^^^^^^^^^ The method getSemantic2notationMap() is undefined for the type BPEL2BPMNGenerator ---------- 34. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPEL2BPMNGenerator.java (at line 123) for (Object overtex : _virtualPool.getVertices()) { ^^^^^^^^^^^^ _virtualPool cannot be resolved ---------- 35. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPEL2BPMNGenerator.java (at line 126) for (Object overtex : _virtualPool.getSequenceEdges()) { ^^^^^^^^^^^^ _virtualPool cannot be resolved ---------- 36. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPEL2BPMNGenerator.java (at line 156) private Graph getParentNode(String currentLocalName, String name) ^^^^^ Graph cannot be resolved to a type ---------- 37. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPEL2BPMNGenerator.java (at line 159) return _virtualPool; ^^^^^^^^^^^^ _virtualPool cannot be resolved ---------- 38. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPEL2BPMNGenerator.java (at line 160) } else if (_currentSemanticElement instanceof Graph) { ^^^^^ Graph cannot be resolved to a type ---------- 39. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPEL2BPMNGenerator.java (at line 161) return (Graph) _currentSemanticElement; ^^^^^ Graph cannot be resolved to a type ---------- 40. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPEL2BPMNGenerator.java (at line 162) } else if (_currentSemanticElement instanceof Activity) { ^^^^^^^^ Activity cannot be resolved to a type ---------- 41. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPEL2BPMNGenerator.java (at line 163) Activity cu = ((Activity)_currentSemanticElement); ^^^^^^^^ Activity cannot be resolved to a type ---------- 42. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPEL2BPMNGenerator.java (at line 163) Activity cu = ((Activity)_currentSemanticElement); ^^^^^^^^ Activity cannot be resolved to a type ---------- 43. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPEL2BPMNGenerator.java (at line 164) if (cu.getActivityType().getValue() == ActivityType.GATEWAY_PARALLEL) { ^^^^^^^^^^^^ ActivityType cannot be resolved ---------- 44. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPEL2BPMNGenerator.java (at line 182) private void connectPredecessor(Graph parentNode, Vertex newlyCreatedChild) ^^^^^ Graph cannot be resolved to a type ---------- 45. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPEL2BPMNGenerator.java (at line 182) private void connectPredecessor(Graph parentNode, Vertex newlyCreatedChild) ^^^^^^ Vertex cannot be resolved to a type ---------- 46. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPEL2BPMNGenerator.java (at line 184) Vertex predecessor = null; ^^^^^^ Vertex cannot be resolved to a type ---------- 47. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPEL2BPMNGenerator.java (at line 186) Vertex currentChild = (Vertex) v; ^^^^^^ Vertex cannot be resolved to a type ---------- 48. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPEL2BPMNGenerator.java (at line 186) Vertex currentChild = (Vertex) v; ^^^^^^ Vertex cannot be resolved to a type ---------- 49. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPEL2BPMNGenerator.java (at line 189) SequenceEdge seqEdge = ^^^^^^^^^^^^ SequenceEdge cannot be resolved to a type ---------- 50. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPEL2BPMNGenerator.java (at line 194) if (currentChild instanceof Vertex) { ^^^^^^ Vertex cannot be resolved to a type ---------- 51. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPEL2BPMNGenerator.java (at line 195) predecessor = (Vertex) currentChild; ^^^^^^ Vertex cannot be resolved to a type ---------- 52. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPEL2BPMNGenerator.java (at line 200) private Activity addActivity(String bpelLocalName, String name, int type) ^^^^^^^^ Activity cannot be resolved to a type ---------- 53. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPEL2BPMNGenerator.java (at line 202) Graph parentNode = getParentNode(bpelLocalName, name); ^^^^^ Graph cannot be resolved to a type ---------- 54. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPEL2BPMNGenerator.java (at line 203) Activity newActivity = addActivity(parentNode, name, type); ^^^^^^^^ Activity cannot be resolved to a type ---------- 55. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPEL2BPMNGenerator.java (at line 232) if (!PARSED_BPEL_LOCAL_NAME.contains(localName)) { ^^^^^^^^^^^^^^^^^^^^^^ PARSED_BPEL_LOCAL_NAME cannot be resolved ---------- 56. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPEL2BPMNGenerator.java (at line 267) if (!PARSED_BPEL_LOCAL_NAME.contains(localName)) { ^^^^^^^^^^^^^^^^^^^^^^ PARSED_BPEL_LOCAL_NAME cannot be resolved ---------- 57. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPEL2BPMNGenerator.java (at line 274) addActivity(localName, bpelName, ActivityType.SUB_PROCESS); ^^^^^^^^^^^^ ActivityType cannot be resolved ---------- 58. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPEL2BPMNGenerator.java (at line 276) addActivity(localName, bpelName, ActivityType.GATEWAY_PARALLEL); ^^^^^^^^^^^^ ActivityType cannot be resolved ---------- 59. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPEL2BPMNGenerator.java (at line 278) addActivity("assign", bpelName, ActivityType.TASK); ^^^^^^^^^^^^ ActivityType cannot be resolved ---------- 60. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPEL2BPMNGenerator.java (at line 285) addActivity(localName, name, ActivityType.EVENT_INTERMEDIATE_MESSAGE); ^^^^^^^^^^^^ ActivityType cannot be resolved ---------- 61. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPEL2BPMNGenerator.java (at line 292) addActivity(localName, bpelName, ActivityType.EVENT_INTERMEDIATE_MESSAGE); ^^^^^^^^^^^^ ActivityType cannot be resolved ---------- 62. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPEL2BPMNGenerator.java (at line 299) addActivity(localName, bpelName, ActivityType.TASK); ^^^^^^^^^^^^ ActivityType cannot be resolved ---------- 63. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPEL2BPMNGenerator.java (at line 313) Map details = new HashMap(); ^^^ The type Map is not generic; it cannot be parameterized with arguments ---------- 64. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPEL2BPMNGenerator.java (at line 313) Map details = new HashMap(); ^^^^^^^ The type HashMap is not generic; it cannot be parameterized with arguments ---------- 65. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPEL2BPMNGenerator.java (at line 314) details.put(FileDnDConstants.PROJECT_RELATIVE_PATH, ^^^^^^^^^^^^^^^^ FileDnDConstants cannot be resolved ---------- 66. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPEL2BPMNGenerator.java (at line 316) details.put(FileDnDConstants.LINE_NUMBER, String.valueOf(locator.getLineNumber())); ^^^^^^^^^^^^^^^^ FileDnDConstants cannot be resolved ---------- 67. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPEL2BPMNGenerator.java (at line 318) semanticElement, FileDnDConstants.ANNOTATION_SOURCE, details); ^^^^^^^^^^^^^^^^ FileDnDConstants cannot be resolved ---------- ---------- 68. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPELGenerationDnDHandler.java (at line 24) import org.eclipse.stp.bpmn.Graph; ^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.bpmn.Graph cannot be resolved ---------- 69. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPELGenerationDnDHandler.java (at line 25) import org.eclipse.stp.bpmn.dnd.AbstractViewDnDHandler; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.bpmn.dnd.AbstractViewDnDHandler cannot be resolved ---------- 70. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPELGenerationDnDHandler.java (at line 37) public class BPELGenerationDnDHandler extends AbstractViewDnDHandler { ^^^^^^^^^^^^^^^^^^^^^^ AbstractViewDnDHandler cannot be resolved to a type ---------- 71. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPELGenerationDnDHandler.java (at line 50) List result = generator.parseAndGenerateFromFile(); ^^^^ The type List is not generic; it cannot be parameterized with arguments ---------- 72. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPELGenerationDnDHandler.java (at line 50) List result = generator.parseAndGenerateFromFile(); ^^^^^^^^^^^^^^^^^^^^^^^^ The method parseAndGenerateFromFile() is undefined for the type BPEL2BPMNGenerator ---------- 73. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.samples/src/org/eclipse/stp/bpmn/samples/bpel2bpmn/BPELGenerationDnDHandler.java (at line 88) return eobject instanceof Graph; ^^^^^ Graph cannot be resolved to a type ---------- 73 problems (73 errors)[6 .class files generated]