зеркало из https://github.com/github/codeql.git
Java: Fix formatting of AutomodelVsCode.qll file
This commit is contained in:
Родитель
95296f1518
Коммит
0434cce4c3
|
@ -93,9 +93,7 @@ class CallableMethod extends Callable {
|
|||
/** Holds if this API is a known neutral. */
|
||||
pragma[nomagic]
|
||||
predicate isNeutral() {
|
||||
exists(
|
||||
string namespace, string type, string name, string signature
|
||||
|
|
||||
exists(string namespace, string type, string name, string signature |
|
||||
neutralModel(namespace, type, name, signature, _, _) and
|
||||
this = interpretElement(namespace, type, false, name, signature, "")
|
||||
)
|
||||
|
|
Загрузка…
Ссылка в новой задаче