javalang icon indicating copy to clipboard operation
javalang copied to clipboard

Fixed a problem with the begin and end position of a MultiTypeParameter

Open jfrchicanog opened this issue 6 years ago • 2 comments

There was a problem in the begin and end position of a MultiTypeParameter. Their values were the same as in the CathClause.

jfrchicanog avatar Dec 09 '18 21:12 jfrchicanog

Thanks :) ! But notice that the build is failing because of a compilation issue

rpau avatar Dec 09 '18 22:12 rpau

I had the same problem, but it was solved after deleting ASTParser.java in src/main/java/org/walkmod/javalang . Javacc should generate ASTParser.java in target/generated-sources/javacc/org/walkmod/javalang . This will be added to the classpath by maven and the rest of the compilation will work properly. I'll update my pull request with the elimination of ASTParser.java

jfrchicanog avatar Dec 09 '18 22:12 jfrchicanog