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
Static constructors with vars being modified cause NullPointerException #28
The attribute parametersPreviouslyModified in PDGProcessing was null because visitNewMethod is not called when entering in a static constructor. VisitNewMethod is responsible of initializing parametersPreviouslyModified.
The attribute parametersPreviouslyModified in PDGProcessing was null because visitNewMethod is not called when entering in a static constructor. VisitNewMethod is responsible of initializing parametersPreviouslyModified.