File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
utbot-framework/src/main/kotlin/org/utbot/framework/plugin/api Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -35,10 +35,7 @@ import org.utbot.framework.plugin.api.util.intArrayClassId
3535import org.utbot.framework.plugin.api.util.utContext
3636import org.utbot.framework.plugin.api.util.withUtContext
3737import org.utbot.framework.plugin.services.JdkInfo
38- import org.utbot.framework.util.SootUtils
39- import org.utbot.framework.util.jimpleBody
40- import org.utbot.framework.util.toModel
41- import org.utbot.framework.util.sootMethodExists
38+ import org.utbot.framework.util.*
4239import org.utbot.greyboxfuzzer.util.CoverageCollector
4340import org.utbot.greyboxfuzzer.util.GreyBoxFuzzingStatisticPrinter
4441import org.utbot.instrumentation.ConcreteExecutor
@@ -162,7 +159,7 @@ open class TestCaseGenerator(
162159 for ((method, controller) in method2controller) {
163160 controller.job = launch(currentUtContext) {
164161 if (! isActive) return @launch
165-
162+ if ( ! method.sootMethodExists) return @launch
166163 try {
167164 // yield one to
168165 yield ()
You can’t perform that action at this time.
0 commit comments