mirror of
https://github.com/github/codeql.git
synced 2026-01-10 21:20:22 +01:00
renamed "exprContainers" to "expr_containers"
This commit is contained in:
@@ -405,7 +405,7 @@ public class ASTExtractor {
|
||||
Statement enclosingStmt = contextManager.getCurrentStatement();
|
||||
if (enclosingStmt != null)
|
||||
trapwriter.addTuple("enclosing_stmt", lbl, trapwriter.localID(enclosingStmt));
|
||||
trapwriter.addTuple("exprContainers", lbl, contextManager.getCurrentContainerKey());
|
||||
trapwriter.addTuple("expr_containers", lbl, contextManager.getCurrentContainerKey());
|
||||
return lbl;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user