# 10/16/07 7:11:09 AM EDT # Eclipse Java Compiler 0.770, 3.3.0, Copyright IBM Corp 2000, 2007. All rights reserved. ---------- 1. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/builder/BatchValidationBuilder.java (at line 147) protected IProject[] build(int kind, Map args, IProgressMonitor monitor) ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 2. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/builder/BatchValidationBuilder.java (at line 305) resBpmnDiag.load(RESOURCE_FACTORY.getDefaultLoadOptions()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method getDefaultLoadOptions() from the type GMFResourceFactory should be accessed in a static way ---------- 3. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/builder/BatchValidationBuilder.java (at line 306) resBpmn.load(RESOURCE_FACTORY.getDefaultLoadOptions()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method getDefaultLoadOptions() from the type GMFResourceFactory should be accessed in a static way ---------- ---------- 4. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/providers/BpmnMarkerNavigationProvider.java (at line 51) Map epartRegistry = editor.getDiagramGraphicalViewer() ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 5. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/providers/BpmnMarkerNavigationProvider.java (at line 54) for (Iterator it = epartRegistry.entrySet().iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 6. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/providers/BpmnMarkerNavigationProvider.java (at line 55) Map.Entry entry = (Map.Entry) it.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 7. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/providers/BpmnMarkerNavigationProvider.java (at line 55) Map.Entry entry = (Map.Entry) it.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 8. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/providers/BpmnMarkerNavigationProvider.java (at line 70) for (Iterator it = epartRegistry.entrySet().iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 9. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/providers/BpmnMarkerNavigationProvider.java (at line 71) Map.Entry entry = (Map.Entry) it.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 10. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/providers/BpmnMarkerNavigationProvider.java (at line 71) Map.Entry entry = (Map.Entry) it.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- ---------- 11. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/providers/BpmnValidationProvider.java (at line 227) List allStatuses = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 12. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/providers/BpmnValidationProvider.java (at line 227) List allStatuses = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 13. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/providers/BpmnValidationProvider.java (at line 228) 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 ---------- 14. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/providers/BpmnValidationProvider.java (at line 231) HashSet targets = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 15. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/providers/BpmnValidationProvider.java (at line 231) HashSet targets = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 16. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/providers/BpmnValidationProvider.java (at line 232) for (Iterator it = diagnostic.getChildren().iterator(); it ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 17. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/providers/BpmnValidationProvider.java (at line 234) 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 ---------- 18. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/providers/BpmnValidationProvider.java (at line 237) for (Iterator it = allStatuses.iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 19. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/providers/BpmnValidationProvider.java (at line 240) 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 ---------- 20. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/providers/BpmnValidationProvider.java (at line 244) Map viewMap = buildElement2ViewMap(target, targets); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 21. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/providers/BpmnValidationProvider.java (at line 245) for (Iterator it = diagnostic.getChildren().iterator(); it ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 22. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/providers/BpmnValidationProvider.java (at line 248) List data = nextDiagnostic.getData(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 23. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/providers/BpmnValidationProvider.java (at line 261) for (Iterator it = allStatuses.iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 24. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/providers/BpmnValidationProvider.java (at line 279) private static View findTargetView(EObject targetElement, Map viewMap) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 25. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/providers/BpmnValidationProvider.java (at line 294) private static Map buildElement2ViewMap(View view, Set targets) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 26. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/providers/BpmnValidationProvider.java (at line 294) private static Map buildElement2ViewMap(View view, Set targets) { ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 27. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/providers/BpmnValidationProvider.java (at line 295) HashMap map = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 28. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/providers/BpmnValidationProvider.java (at line 295) HashMap map = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 29. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/providers/BpmnValidationProvider.java (at line 298) Set path = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 30. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/providers/BpmnValidationProvider.java (at line 298) Set path = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 31. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/providers/BpmnValidationProvider.java (at line 299) for (Iterator it = targets.iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 32. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/providers/BpmnValidationProvider.java (at line 304) path.add(container); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 33. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/providers/BpmnValidationProvider.java (at line 317) private static void getElement2ViewMap(View view, Map map, Set targets) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 34. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/providers/BpmnValidationProvider.java (at line 317) private static void getElement2ViewMap(View view, Map map, Set targets) { ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 35. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/providers/BpmnValidationProvider.java (at line 320) 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 ---------- 36. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/providers/BpmnValidationProvider.java (at line 322) for (Iterator it = view.getChildren().iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 37. WARNING in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/providers/BpmnValidationProvider.java (at line 326) for (Iterator it = ((Diagram) view).getEdges().iterator(); it ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 37 problems (37 warnings)[26 .class files generated]