0 Replies Latest reply on Sep 23, 2004 8:02 AM by nthx

    QDox bug: semicolon at the end of class source

      Hi everyone,

      public class Pojo
      {
      
      
      }; <- because of this semicolon ...
      


      we got exception:

       [javac] Compiling 2 source files to /home/nthx/tmp/JBossAOPTests/build/classes
      [annotationc] Working directory ignored when same JVM is used.
      [annotationc] com.thoughtworks.qdox.parser.ParseException: syntax error @[7,2]
      [annotationc] at com.thoughtworks.qdox.parser.impl.Parser.yyerror(Parser.java:464)
      [annotationc] at com.thoughtworks.qdox.parser.impl.Parser.yyparse(Parser.java:570)
      [annotationc] at com.thoughtworks.qdox.parser.impl.Parser.parse(Parser.java:448)
      [annotationc] at com.thoughtworks.qdox.JavaDocBuilder.addSource(JavaDocBuilder.java:276)
      [annotationc] at org.jboss.aop.annotation.compiler.ByteCodeAnnotationCompiler.compile(ByteCodeAnnotationCompiler.java:68)
      [annotationc] at org.jboss.aop.annotation.compiler.AnnotationCompiler.compile(AnnotationCompiler.java:46)
      [annotationc] at org.jboss.aop.annotation.compiler.AnnotationCompiler.main(AnnotationCompiler.java:23)
      


      Just wanted you to know. Don't know about QDox so I put it here.

      Regards,
      Tomasz