We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d65d897 commit c0616caCopy full SHA for c0616ca
jacodb-core/src/main/kotlin/org/jacodb/impl/cfg/MethodNodeBuilder.kt
@@ -539,7 +539,7 @@ class MethodNodeBuilder(
539
540
override fun visitJcRawInstanceOfExpr(expr: JcRawInstanceOfExpr) {
541
expr.operand.accept(this)
542
- currentInsnList.add(TypeInsnNode(Opcodes.INSTANCEOF, expr.typeName.internalDesc))
+ currentInsnList.add(TypeInsnNode(Opcodes.INSTANCEOF, expr.targetType.internalDesc))
543
}
544
545
0 commit comments