mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
Mass-rename MethodAccess -> MethodCall
This commit is contained in:
@@ -13,6 +13,6 @@
|
||||
import java
|
||||
import semmle.code.java.frameworks.android.WebView
|
||||
|
||||
from MethodAccess ma
|
||||
from MethodCall ma
|
||||
where ma.getMethod() instanceof WebViewAddJavascriptInterfaceMethod
|
||||
select ma, "JavaScript interface to Java object added in Android WebView."
|
||||
|
||||
Reference in New Issue
Block a user