Java: Use don't care expression for kind and provenance

This commit is contained in:
Koen Vlaswinkel
2023-09-13 14:45:47 +02:00
parent 7db082f3fd
commit 95296f1518

View File

@@ -94,9 +94,9 @@ class CallableMethod extends Callable {
pragma[nomagic]
predicate isNeutral() {
exists(
string namespace, string type, string name, string signature, string kind, string provenance
string namespace, string type, string name, string signature
|
neutralModel(namespace, type, name, signature, kind, provenance) and
neutralModel(namespace, type, name, signature, _, _) and
this = interpretElement(namespace, type, false, name, signature, "")
)
}