mirror of
https://github.com/github/codeql.git
synced 2026-05-01 19:55:15 +02:00
renamed "hasAssertsKeyword" to "has_asserts_keyword"
This commit is contained in:
@@ -1866,7 +1866,7 @@ public class ASTExtractor {
|
||||
visit(nd.getExpression(), key, 0, IdContext.varInTypeBind);
|
||||
visit(nd.getTypeExpr(), key, 1, IdContext.typeBind);
|
||||
if (nd.hasAssertsKeyword()) {
|
||||
trapwriter.addTuple("hasAssertsKeyword", key);
|
||||
trapwriter.addTuple("has_asserts_keyword", key);
|
||||
}
|
||||
return key;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user