OscarRodriguezPrieto / ProgQuery

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

Open OscarRodriguezPrieto opened 3 years ago

OscarRodriguezPrieto commented 3 years ago

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.