# 9/27/07 1:04:53 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/build-stp-R/workdir/plugins/org.eclipse.stp.sc.annvalidator/src/org/eclipse/stp/sc/annvalidator/anntree/AnnXMLTreeBuilder.java (at line 50) import org.eclipse.stp.sc.common.utils.JDTUtils; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.sc.common.utils.JDTUtils cannot be resolved ---------- 2. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.sc.annvalidator/src/org/eclipse/stp/sc/annvalidator/anntree/AnnXMLTreeBuilder.java (at line 51) import org.eclipse.stp.sc.common.validator.XMLUtils; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.sc.common.validator.XMLUtils cannot be resolved ---------- 3. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.sc.annvalidator/src/org/eclipse/stp/sc/annvalidator/anntree/AnnXMLTreeBuilder.java (at line 150) List annList = JDTUtils.getAnnotations(type); ^^^^ The type List is not generic; it cannot be parameterized with arguments ---------- 4. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.sc.annvalidator/src/org/eclipse/stp/sc/annvalidator/anntree/AnnXMLTreeBuilder.java (at line 150) List annList = JDTUtils.getAnnotations(type); ^^^^^^^^ JDTUtils cannot be resolved ---------- 5. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.sc.annvalidator/src/org/eclipse/stp/sc/annvalidator/anntree/AnnXMLTreeBuilder.java (at line 154) private int addAnnotationNodes(Document document, List annList, Element parent) { ^^^^ The type List is not generic; it cannot be parameterized with arguments ---------- 6. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.sc.annvalidator/src/org/eclipse/stp/sc/annvalidator/anntree/AnnXMLTreeBuilder.java (at line 237) SingleVariableDeclaration methodParam = JDTUtils.getMethodParamDeclaration(sourceUnit, ^^^^^^^^ JDTUtils cannot be resolved ---------- 7. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.sc.annvalidator/src/org/eclipse/stp/sc/annvalidator/anntree/AnnXMLTreeBuilder.java (at line 242) List annList = JDTUtils.getAnnotationsFromParamDecl(methodParam); ^^^^ The type List is not generic; it cannot be parameterized with arguments ---------- 8. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.sc.annvalidator/src/org/eclipse/stp/sc/annvalidator/anntree/AnnXMLTreeBuilder.java (at line 242) List annList = JDTUtils.getAnnotationsFromParamDecl(methodParam); ^^^^^^^^ JDTUtils cannot be resolved ---------- 9. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.sc.annvalidator/src/org/eclipse/stp/sc/annvalidator/anntree/AnnXMLTreeBuilder.java (at line 351) javaUnit = JDTUtils.getJavaUnitFromFile(file); ^^^^^^^^ JDTUtils cannot be resolved ---------- 10. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.sc.annvalidator/src/org/eclipse/stp/sc/annvalidator/anntree/AnnXMLTreeBuilder.java (at line 355) sourceUnit = JDTUtils.getDomRootCompilationUnit(javaUnit); ^^^^^^^^ JDTUtils cannot be resolved ---------- 11. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.sc.annvalidator/src/org/eclipse/stp/sc/annvalidator/anntree/AnnXMLTreeBuilder.java (at line 363) + XMLUtils.getXMLAsString(document)); ^^^^^^^^ XMLUtils cannot be resolved ---------- ---------- 12. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.sc.annvalidator/src/org/eclipse/stp/sc/annvalidator/builder/AnnValidator.java (at line 23) import org.eclipse.stp.sc.common.utils.ExtensionRegUtils; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.sc.common.utils.ExtensionRegUtils cannot be resolved ---------- 13. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.sc.annvalidator/src/org/eclipse/stp/sc/annvalidator/builder/AnnValidator.java (at line 24) import org.eclipse.stp.sc.xmlvalidator.builder.XmlValidator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.sc.xmlvalidator.builder.XmlValidator cannot be resolved ---------- 14. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.sc.annvalidator/src/org/eclipse/stp/sc/annvalidator/builder/AnnValidator.java (at line 32) public class AnnValidator extends XmlValidator { ^^^^^^^^^^^^ XmlValidator cannot be resolved to a type ---------- 15. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.sc.annvalidator/src/org/eclipse/stp/sc/annvalidator/builder/AnnValidator.java (at line 49) ArrayList filters = null; ^^^^^^^^^ The type ArrayList is not generic; it cannot be parameterized with arguments ---------- 16. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.sc.annvalidator/src/org/eclipse/stp/sc/annvalidator/builder/AnnValidator.java (at line 65) filters = new ArrayList(); ^^^^^^^ filters cannot be resolved ---------- 17. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.sc.annvalidator/src/org/eclipse/stp/sc/annvalidator/builder/AnnValidator.java (at line 65) filters = new ArrayList(); ^^^^^^^^^ The type ArrayList is not generic; it cannot be parameterized with arguments ---------- 18. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.sc.annvalidator/src/org/eclipse/stp/sc/annvalidator/builder/AnnValidator.java (at line 67) IExtensionPoint extPoint = ExtensionRegUtils ^^^^^^^^^^^^^^^^^ ExtensionRegUtils cannot be resolved ---------- 19. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.sc.annvalidator/src/org/eclipse/stp/sc/annvalidator/builder/AnnValidator.java (at line 71) IConfigurationElement cfg = ExtensionRegUtils.getConfigElem( ^^^^^^^^^^^^^^^^^ ExtensionRegUtils cannot be resolved ---------- 20. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.sc.annvalidator/src/org/eclipse/stp/sc/annvalidator/builder/AnnValidator.java (at line 74) filters.add((IAnnFileFilter) cfg ^^^^^^^ filters cannot be resolved ---------- 21. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.sc.annvalidator/src/org/eclipse/stp/sc/annvalidator/builder/AnnValidator.java (at line 85) for (IAnnFileFilter filter : filters) { ^^^^^^^ filters cannot be resolved ---------- ---------- 22. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.sc.annvalidator/src/org/eclipse/stp/sc/annvalidator/nature/AnnValidatorNature.java (at line 79) ArrayList newCommands = new ArrayList(); ^^^^^^^^^ The type ArrayList is not generic; it cannot be parameterized with arguments ---------- 23. ERROR in /shared/stp/build/build-stp-R/workdir/plugins/org.eclipse.stp.sc.annvalidator/src/org/eclipse/stp/sc/annvalidator/nature/AnnValidatorNature.java (at line 79) ArrayList newCommands = new ArrayList(); ^^^^^^^^^ The type ArrayList is not generic; it cannot be parameterized with arguments ---------- 23 problems (23 errors)[6 .class files generated]