# 01/02/07 10:56:28 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.validation/src/org/eclipse/stp/bpmn/validation/builder/BatchValidationBuilder.java (at line 145) resourceSet.getResourceFactoryRegistry() .getExtensionToFactoryMap().put("bpmn", RESOURCE_FACTORY); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 2. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/builder/BatchValidationBuilder.java (at line 147) resourceSet.getResourceFactoryRegistry() .getExtensionToFactoryMap().put("bpmn_diagram", RESOURCE_FACTORY); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 3. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/builder/BatchValidationBuilder.java (at line 149) resourceSet.getPackageRegistry().put(NotationPackage.eNS_URI, NotationPackage.eINSTANCE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 4. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/builder/BatchValidationBuilder.java (at line 151) resourceSet.getPackageRegistry().put(BpmnPackage.eNS_URI, BpmnPackage.eINSTANCE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 5. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/builder/BatchValidationBuilder.java (at line 180) resBpmnDiag.load(RESOURCE_FACTORY.getDefaultLoadOptions()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method getDefaultLoadOptions() from the type GMFResourceFactory should be accessed in a static way ---------- 6. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/builder/BatchValidationBuilder.java (at line 181) resBpmn.load(RESOURCE_FACTORY.getDefaultLoadOptions()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method getDefaultLoadOptions() from the type GMFResourceFactory should be accessed in a static way ---------- 7. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/builder/BatchValidationBuilder.java (at line 183) Collection selectedEObjects = resBpmnDiag.getContents(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type EList needs unchecked conversion to conform to Collection ---------- ---------- 8. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/providers/BpmnValidationProvider.java (at line 223) 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 ---------- 9. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/providers/BpmnValidationProvider.java (at line 229) 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 ---------- 10. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/providers/BpmnValidationProvider.java (at line 235) 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 ---------- 11. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/providers/BpmnValidationProvider.java (at line 297) path.add(container); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 12. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/providers/BpmnValidationProvider.java (at line 313) 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 ---------- 13. WARNING in /shared/cvs/stp-build/build/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/providers/BpmnValidationProvider.java (at line 418) Collection selectedEObjects = bpmnResource.getContents(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type EList needs unchecked conversion to conform to Collection ---------- 13 problems (13 warnings)