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 3e156db commit 01b060dCopy full SHA for 01b060d
utbot-framework/src/main/kotlin/org/utbot/engine/Traverser.kt
@@ -1388,7 +1388,7 @@ class Traverser(
1388
}
1389
1390
replacedClassId?.let {
1391
- val sootType = Scene.v().getSootClass(it.canonicalName).type
+ val sootType = Scene.v().getRefType(it.canonicalName)
1392
val typeStorage = typeResolver.constructTypeStorage(sootType, useConcreteType = false)
1393
1394
val typeHardConstraint = typeRegistry.typeConstraint(addr, typeStorage).all().asHardConstraint()
0 commit comments