mirror of
https://github.com/github/codeql.git
synced 2026-04-18 13:34:02 +02:00
Mass-rename MethodAccess -> MethodCall
This commit is contained in:
@@ -61,5 +61,5 @@ private Expr arrayReference(ArrayAccess arrayAccess) {
|
||||
result = arrayAccess.getArray().(VarAccess).getVariable().getAnAccess()
|
||||
or
|
||||
// Array is returned from a method.
|
||||
result.(MethodAccess).getMethod() = arrayAccess.getArray().(MethodAccess).getMethod()
|
||||
result.(MethodCall).getMethod() = arrayAccess.getArray().(MethodCall).getMethod()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user