mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
Mass-rename MethodAccess -> MethodCall
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import java
|
||||
import semmle.code.java.dispatch.VirtualDispatch
|
||||
|
||||
from MethodAccess ma, Method m
|
||||
from MethodCall ma, Method m
|
||||
where
|
||||
ma.getFile().toString().matches("ViableCallable%") and
|
||||
ma.getMethod().getSourceDeclaration().fromSource() and
|
||||
|
||||
Reference in New Issue
Block a user