We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2731977 commit b161f6fCopy full SHA for b161f6f
cpg-core/src/main/kotlin/de/fraunhofer/aisec/cpg/passes/DFGPass.kt
@@ -401,7 +401,7 @@ class DFGPass(ctx: TranslationContext) : ComponentPass(ctx) {
401
} else if (call.invokes.isNotEmpty()) {
402
call.invokes.forEach {
403
if (it.isInferred && inferDfgForUnresolvedSymbols) {
404
- handleUnresolvedCalls(call, it)
+ handleUnresolvedCalls(call, call)
405
} else {
406
Util.attachCallParameters(it, call.arguments)
407
}
0 commit comments