# 5/27/07 11:44:37 PM EDT # Eclipse Java Compiler 0.745, 3.3.0 milestone-6, Copyright IBM Corp 2000, 2007. All rights reserved. ---------- 1. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/BpmnValidationPlugin.java (at line 51) private static WeakHashMap> CACHE = ^^^ The type Map is not generic; it cannot be parameterized with arguments ---------- 2. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/BpmnValidationPlugin.java (at line 52) new WeakHashMap>(); ^^^ The type Map is not generic; it cannot be parameterized with arguments ---------- 3. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/BpmnValidationPlugin.java (at line 85) Map importIndexes = ^^^ The type Map is not generic; it cannot be parameterized with arguments ---------- 4. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/BpmnValidationPlugin.java (at line 86) CACHE.get(context.getProject()); ^^^^^ CACHE cannot be resolved ---------- 5. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/BpmnValidationPlugin.java (at line 89) for (Entry entry : ^^^^^ The type Map.Entry is not generic; it cannot be parameterized with arguments ---------- 6. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/BpmnValidationPlugin.java (at line 129) CACHE = null; ^^^^^ CACHE cannot be resolved ---------- 7. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/BpmnValidationPlugin.java (at line 153) Map importIndexes = CACHE.get(project); ^^^ The type Map is not generic; it cannot be parameterized with arguments ---------- 8. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/BpmnValidationPlugin.java (at line 153) Map importIndexes = CACHE.get(project); ^^^^^ CACHE cannot be resolved ---------- 9. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/BpmnValidationPlugin.java (at line 156) importIndexes = new HashMap(); ^^^^^^^ The type HashMap is not generic; it cannot be parameterized with arguments ---------- 10. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.bpmn.validation/src/org/eclipse/stp/bpmn/validation/BpmnValidationPlugin.java (at line 157) CACHE.put(project, importIndexes); ^^^^^ CACHE cannot be resolved ---------- ---------- 11. ERROR in /shared/stp/build-stp-S/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 ---------- 12. ERROR in /shared/stp/build-stp-S/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 ---------- 13. ERROR in /shared/stp/build-stp-S/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 ---------- 14. ERROR in /shared/stp/build-stp-S/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 ---------- 15. ERROR in /shared/stp/build-stp-S/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 ---------- 16. ERROR in /shared/stp/build-stp-S/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 ---------- ---------- 17. ERROR in /shared/stp/build-stp-S/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 ---------- 18. ERROR in /shared/stp/build-stp-S/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 ---------- 19. ERROR in /shared/stp/build-stp-S/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 ---------- 20. ERROR in /shared/stp/build-stp-S/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 ---------- 21. ERROR in /shared/stp/build-stp-S/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 ---------- 22. ERROR in /shared/stp/build-stp-S/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 ---------- 23. ERROR in /shared/stp/build-stp-S/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 ---------- 24. ERROR in /shared/stp/build-stp-S/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 ---------- 25. ERROR in /shared/stp/build-stp-S/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 ---------- 26. ERROR in /shared/stp/build-stp-S/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 ---------- 27. ERROR in /shared/stp/build-stp-S/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 ---------- 28. ERROR in /shared/stp/build-stp-S/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 ---------- 29. ERROR in /shared/stp/build-stp-S/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 ---------- 30. ERROR in /shared/stp/build-stp-S/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 ---------- 31. ERROR in /shared/stp/build-stp-S/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 ---------- 32. ERROR in /shared/stp/build-stp-S/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 ---------- 33. ERROR in /shared/stp/build-stp-S/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 ---------- 34. ERROR in /shared/stp/build-stp-S/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 ---------- 35. ERROR in /shared/stp/build-stp-S/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 ---------- 35 problems (35 errors)[6 .class files generated]