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
35
35
import org.utbot.framework.plugin.api.util.utContext
36
36
import org.utbot.framework.plugin.api.util.withUtContext
37
37
import 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.*
42
39
import org.utbot.greyboxfuzzer.util.CoverageCollector
43
40
import org.utbot.greyboxfuzzer.util.GreyBoxFuzzingStatisticPrinter
44
41
import org.utbot.instrumentation.ConcreteExecutor
@@ -162,7 +159,7 @@ open class TestCaseGenerator(
162
159
for ((method, controller) in method2controller) {
163
160
controller.job = launch(currentUtContext) {
164
161
if (! isActive) return @launch
165
-
162
+ if ( ! method.sootMethodExists) return @launch
166
163
try {
167
164
// yield one to
168
165
yield ()
You can’t perform that action at this time.
0 commit comments