# 5/27/07 11:38:40 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.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-stp-S/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-stp-S/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-stp-S/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-stp-S/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-stp-S/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-stp-S/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-stp-S/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-stp-S/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-stp-S/workdir/plugins/org.eclipse.stp.sc.annvalidator/src/org/eclipse/stp/sc/annvalidator/anntree/AnnXMLTreeBuilder.java (at line 352) sourceUnit = JDTUtils.getDomRootCompilationUnit(javaUnit); ^^^^^^^^ JDTUtils cannot be resolved ---------- 11. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.sc.annvalidator/src/org/eclipse/stp/sc/annvalidator/anntree/AnnXMLTreeBuilder.java (at line 360) + XMLUtils.getXMLAsString(document)); ^^^^^^^^ XMLUtils cannot be resolved ---------- ---------- 12. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.sc.annvalidator/src/org/eclipse/stp/sc/annvalidator/builder/AnnValidator.java (at line 16) import org.eclipse.stp.sc.xmlvalidator.builder.XmlValidator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.sc.xmlvalidator.builder.XmlValidator cannot be resolved ---------- 13. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.sc.annvalidator/src/org/eclipse/stp/sc/annvalidator/builder/AnnValidator.java (at line 24) public class AnnValidator extends XmlValidator { ^^^^^^^^^^^^ XmlValidator cannot be resolved to a type ---------- ---------- 14. ERROR in /shared/stp/build-stp-S/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 ---------- 15. ERROR in /shared/stp/build-stp-S/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 ---------- 15 problems (15 errors)[5 .class files generated]