# 10/4/07 11:14:55 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.validation/src/org/eclipse/stp/bpmn/validation/BpmnValidationPlugin.java (at line 51) private static WeakHashMap> CACHE = null; ^^^ The type Map is not generic; it cannot be parameterized with arguments ---------- 2. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/BpmnValidationPlugin.java (at line 72) CACHE = new WeakHashMap>(); ^^^^^ CACHE cannot be resolved ---------- 3. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/BpmnValidationPlugin.java (at line 72) CACHE = new WeakHashMap>(); ^^^ The type Map is not generic; it cannot be parameterized with arguments ---------- 4. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/BpmnValidationPlugin.java (at line 87) Map importIndexes = ^^^ The type Map is not generic; it cannot be parameterized with arguments ---------- 5. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/BpmnValidationPlugin.java (at line 88) CACHE.get(context.getProject()); ^^^^^ CACHE cannot be resolved ---------- 6. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/BpmnValidationPlugin.java (at line 91) for (Entry entry : ^^^^^ The type Map.Entry is not generic; it cannot be parameterized with arguments ---------- 7. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/BpmnValidationPlugin.java (at line 131) CACHE = null; ^^^^^ CACHE cannot be resolved ---------- 8. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/BpmnValidationPlugin.java (at line 155) if (CACHE == null) { // the bundle is now stopped. ^^^^^ CACHE cannot be resolved ---------- 9. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/BpmnValidationPlugin.java (at line 158) Map importIndexes = CACHE.get(project); ^^^ The type Map is not generic; it cannot be parameterized with arguments ---------- 10. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/BpmnValidationPlugin.java (at line 158) Map importIndexes = CACHE.get(project); ^^^^^ CACHE cannot be resolved ---------- 11. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/BpmnValidationPlugin.java (at line 161) importIndexes = new HashMap(); ^^^^^^^ The type HashMap is not generic; it cannot be parameterized with arguments ---------- 12. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/BpmnValidationPlugin.java (at line 162) CACHE.put(project, importIndexes); ^^^^^ CACHE cannot be resolved ---------- ---------- 13. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/IResourceImportersRegistry.java (at line 44) public Set getImports(IResource importer); ^^^ 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.validation/src/org/eclipse/stp/bpmn/validation/IResourceImportersRegistry.java (at line 50) public Set getAllImporters(); ^^^ The type Set 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.validation/src/org/eclipse/stp/bpmn/validation/IResourceImportersRegistry.java (at line 56) public Set getImporters(IResource imported); ^^^ 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.validation/src/org/eclipse/stp/bpmn/validation/IResourceImportersRegistry.java (at line 135) Set getTransitiveImporters(); ^^^ The type Set 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.validation/src/org/eclipse/stp/bpmn/validation/IResourceImportersRegistry.java (at line 136) Set getCycleIntroducers(); ^^^ The type Set is not generic; it cannot be parameterized with arguments ---------- 18. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/IResourceImportersRegistry.java (at line 173) public void importsCleared(IResource importer, Set imported); ^^^ The type Set is not generic; it cannot be parameterized with arguments ---------- ---------- 19. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/builder/BatchValidationBuilder.java (at line 40) import org.eclipse.stp.bpmn.BpmnPackage; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.bpmn.BpmnPackage cannot be resolved ---------- 20. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/builder/BatchValidationBuilder.java (at line 74) Set _extraResourcesToBuild = new HashSet(); ^^^ The type Set is not generic; it cannot be parameterized with arguments ---------- 21. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/builder/BatchValidationBuilder.java (at line 74) Set _extraResourcesToBuild = new HashSet(); ^^^^^^^ The type HashSet is not generic; it cannot be parameterized with arguments ---------- 22. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/builder/BatchValidationBuilder.java (at line 75) Set _alreadyBuilt = new HashSet(); ^^^ The type Set is not generic; it cannot be parameterized with arguments ---------- 23. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/builder/BatchValidationBuilder.java (at line 75) Set _alreadyBuilt = new HashSet(); ^^^^^^^ The type HashSet is not generic; it cannot be parameterized with arguments ---------- 24. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/builder/BatchValidationBuilder.java (at line 85) public Set getExtraFilesToBuild() { ^^^ The type Set is not generic; it cannot be parameterized with arguments ---------- 25. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/builder/BatchValidationBuilder.java (at line 86) _extraResourcesToBuild.removeAll(_alreadyBuilt); ^^^^^^^^^^^^^^^^^^^^^^ _extraResourcesToBuild cannot be resolved ---------- 26. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/builder/BatchValidationBuilder.java (at line 86) _extraResourcesToBuild.removeAll(_alreadyBuilt); ^^^^^^^^^^^^^ _alreadyBuilt cannot be resolved ---------- 27. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/builder/BatchValidationBuilder.java (at line 87) return _extraResourcesToBuild; ^^^^^^^^^^^^^^^^^^^^^^ _extraResourcesToBuild cannot be resolved ---------- 28. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/builder/BatchValidationBuilder.java (at line 91) return _alreadyBuilt != null && !_alreadyBuilt.contains(tobuild); ^^^^^^^^^^^^^ _alreadyBuilt cannot be resolved ---------- 29. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/builder/BatchValidationBuilder.java (at line 91) return _alreadyBuilt != null && !_alreadyBuilt.contains(tobuild); ^^^^^^^^^^^^^ _alreadyBuilt cannot be resolved ---------- 30. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/builder/BatchValidationBuilder.java (at line 109) _alreadyBuilt.add(resource); ^^^^^^^^^^^^^ _alreadyBuilt cannot be resolved ---------- 31. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/builder/BatchValidationBuilder.java (at line 115) checkBpmnResource(resource, _extraResourcesToBuild, _monitor); ^^^^^^^^^^^^^^^^^^^^^^ _extraResourcesToBuild cannot be resolved ---------- 32. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/builder/BatchValidationBuilder.java (at line 132) checkBpmnResource(resource, null, _monitor); ^^^^^^^^^^^^^^^^^ The method checkBpmnResource(IResource, null, IProgressMonitor) is undefined for the type BatchValidationBuilder.BpmnDiagramResourceVisitor ---------- 33. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/builder/BatchValidationBuilder.java (at line 179) Set collectExtraFilesToBuild, ^^^ The type Set is not generic; it cannot be parameterized with arguments ---------- 34. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/builder/BatchValidationBuilder.java (at line 202) Set importers = ^^^ The type Set is not generic; it cannot be parameterized with arguments ---------- 35. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/builder/BatchValidationBuilder.java (at line 226) for (IResource r : visitor.getExtraFilesToBuild()) { ^^^^^^^^^^^^^^^^^^^^ The method getExtraFilesToBuild() is undefined for the type BatchValidationBuilder.BpmnDiagramResourceDeltaVisitor ---------- 36. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/builder/BatchValidationBuilder.java (at line 242) checkBpmnResource(r, null, monitor); ^^^^^^^^^^^^^^^^^ The method checkBpmnResource(IResource, null, IProgressMonitor) is undefined for the type BatchValidationBuilder ---------- 37. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/builder/BatchValidationBuilder.java (at line 248) @Override ^^^^^^^^ Override cannot be resolved to a type ---------- 38. ERROR in /shared/stp/askehill/stp_build/build-stp-I/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/builder/BatchValidationBuilder.java (at line 270) resourceSet.getResourceFactoryRegistry() .getExtensionToFactoryMap().put("bpmn", RESOURCE_FACTORY); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type Map is not generic; it cannot be parameterized with arguments ---------- 38 problems (38 errors)[6 .class files generated]