mirror of
https://github.com/github/codeql.git
synced 2026-04-23 15:55:18 +02:00
Mass-rename MethodAccess -> MethodCall
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
import java
|
||||
|
||||
from MethodAccess ma, Method m
|
||||
from MethodCall ma, Method m
|
||||
where
|
||||
m = ma.getMethod() and
|
||||
m instanceof CloneMethod and
|
||||
|
||||
Reference in New Issue
Block a user