mirror of
https://github.com/github/codeql.git
synced 2026-01-07 19:50:22 +01:00
renamed "stmtContainers" to "stmt_containers"
This commit is contained in:
@@ -416,7 +416,7 @@ public class ASTExtractor {
|
||||
String tostring = lexicalExtractor.mkToString(nd);
|
||||
trapwriter.addTuple("stmts", lbl, kind, c.parent, c.childIndex, tostring);
|
||||
locationManager.emitNodeLocation(nd, lbl);
|
||||
trapwriter.addTuple("stmtContainers", lbl, contextManager.getCurrentContainerKey());
|
||||
trapwriter.addTuple("stmt_containers", lbl, contextManager.getCurrentContainerKey());
|
||||
contextManager.setCurrentStatement(nd);
|
||||
return lbl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user