@@ -5,6 +5,10 @@ import java.lang.reflect.Constructor
5
5
import java.lang.reflect.Method
6
6
import java.lang.reflect.Modifier
7
7
import java.util.concurrent.ConcurrentHashMap
8
+ import kotlin.reflect.KFunction
9
+ import kotlin.reflect.KProperty
10
+ import kotlin.reflect.jvm.javaConstructor
11
+ import kotlin.reflect.jvm.javaMethod
8
12
import kotlinx.collections.immutable.PersistentMap
9
13
import kotlinx.collections.immutable.persistentHashMapOf
10
14
import org.utbot.api.mock.UtMock
@@ -38,7 +42,6 @@ import org.utbot.engine.pc.mkShort
38
42
import org.utbot.engine.pc.mkString
39
43
import org.utbot.engine.pc.select
40
44
import org.utbot.engine.pc.toSort
41
- import org.utbot.framework.UtSettings.checkNpeForFinalFields
42
45
import org.utbot.framework.UtSettings.checkNpeInNestedMethods
43
46
import org.utbot.framework.UtSettings.checkNpeInNestedNotPrivateMethods
44
47
import org.utbot.framework.plugin.api.ClassId
@@ -73,10 +76,6 @@ import soot.jimple.internal.JVirtualInvokeExpr
73
76
import soot.jimple.internal.JimpleLocal
74
77
import soot.tagkit.ArtificialEntityTag
75
78
import sun.reflect.generics.reflectiveObjects.ParameterizedTypeImpl
76
- import kotlin.reflect.KFunction
77
- import kotlin.reflect.KProperty
78
- import kotlin.reflect.jvm.javaConstructor
79
- import kotlin.reflect.jvm.javaMethod
80
79
81
80
val JIdentityStmt .lines: String
82
81
get() = tags.joinToString { " $it " }
0 commit comments