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
IndexOutOfBounds processing classes that do not exists before compilation #33
Fixing a bug that caused IndexOutOfBounds when progquery tries to get the line and column (from javac ) of certain syntactic constructs that are not in a source file (they belong to classes that are generated by other processes/frameworks).
Now, the line and column for these constructs are set to -1, the same as its position.
Fixing a bug that caused IndexOutOfBounds when progquery tries to get the line and column (from javac ) of certain syntactic constructs that are not in a source file (they belong to classes that are generated by other processes/frameworks). Now, the line and column for these constructs are set to -1, the same as its position.