javalang
javalang copied to clipboard
Fixed a problem with the begin and end position of a MultiTypeParameter
There was a problem in the begin and end position of a MultiTypeParameter. Their values were the same as in the CathClause.
Thanks :) ! But notice that the build is failing because of a compilation issue
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