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

TaskListener fails when javac analyzes a file during another analysis #19

Closed OscarRodriguezPrieto closed 3 years ago

OscarRodriguezPrieto commented 3 years ago

The TaskListener fails when javac starts analyzing one file before finishing analyzing another one. Now it was enhanced to support this scenario.