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
Error when the CFGVisitor visits a method with a type definition included between statements #23
Error in the CFGVisitor when a type definition is included in between method statements. The flow from the previous statement jump to the statements inside the class. This is incorrect since the real execution flows directly from the statement before the type declaration to the statement next to it. Furthermore, this causes errors when the first statement of the class was an attribute.
Error in the CFGVisitor when a type definition is included in between method statements. The flow from the previous statement jump to the statements inside the class. This is incorrect since the real execution flows directly from the statement before the type declaration to the statement next to it. Furthermore, this causes errors when the first statement of the class was an attribute.