Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem when using qdox on java 8 default interface #5

Open
entehah opened this issue Jan 21, 2016 · 0 comments
Open

Problem when using qdox on java 8 default interface #5

entehah opened this issue Jan 21, 2016 · 0 comments

Comments

@entehah
Copy link

entehah commented Jan 21, 2016

Issue is similar to Jira one

com.thoughtworks.qdox.parser.ParseException: syntax error @[42,1] in file:/<OMITTED>/JenkinsSlave/workspace/<OMITTED>/src/test/java/<OMITTED>/eds/feature/ContextAware.java
    at com.thoughtworks.qdox.parser.impl.Parser.yyerror(Parser.java:1594)
    at com.thoughtworks.qdox.parser.impl.Parser.yyparse(Parser.java:1716)
    at com.thoughtworks.qdox.parser.impl.Parser.parse(Parser.java:1575)
    at com.thoughtworks.qdox.library.SourceLibrary.parse(SourceLibrary.java:205)
    at com.thoughtworks.qdox.library.SourceLibrary.parse(SourceLibrary.java:181)
    at com.thoughtworks.qdox.library.SourceLibrary.addSource(SourceLibrary.java:138)
    at com.thoughtworks.qdox.library.SortedClassLibraryBuilder.addSource(SortedClassLibraryBuilder.java:173)
    at com.thoughtworks.qdox.JavaProjectBuilder.addSource(JavaProjectBuilder.java:150)
    at com.thoughtworks.qdox.JavaProjectBuilder$2.visitFile(JavaProjectBuilder.java:222)
    at com.thoughtworks.qdox.directorywalker.DirectoryScanner.walk(DirectoryScanner.java:103)
    at com.thoughtworks.qdox.directorywalker.DirectoryScanner.walk(DirectoryScanner.java:91)
...

You should update qdox:

       <dependency>
            <groupId>com.thoughtworks.qdox</groupId>
            <artifactId>qdox</artifactId>
            <version>2.0-M3</version>
        </dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant