ProgQuery is a system to extract useful syntactic and semantic information from source code programs and store it in a graph database for posterior querying.
MIT License
15
stars
4
forks
source link
Implicit primitive types of lambda parameters cause IndexOutOfBoundsException #17
Some implicit types in lambda expression parameters cause errors when the ASTVisitor tried to retrieve the line and column from javac. Now, -1 is the value for these lines and column attributes.
Some implicit types in lambda expression parameters cause errors when the ASTVisitor tried to retrieve the line and column from javac. Now, -1 is the value for these lines and column attributes.