Skip to content

Commit c7e564c

Browse files
committed
Drop unused imports and property
1 parent 1e0302b commit c7e564c

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

utbot-framework/src/main/kotlin/org/utbot/framework/codegen/model/constructor/context/CgContext.kt

-7
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ import org.utbot.framework.codegen.model.constructor.builtin.UtilClassFileMethod
3333
import org.utbot.framework.codegen.model.constructor.builtin.UtilMethodProvider
3434
import org.utbot.framework.codegen.model.constructor.TestClassContext
3535
import org.utbot.framework.codegen.model.constructor.TestClassModel
36-
import org.utbot.framework.codegen.model.constructor.builtin.streamsDeepEqualsMethodId
3736
import org.utbot.framework.codegen.model.tree.CgParameterKind
3837
import org.utbot.framework.plugin.api.BuiltinClassId
3938
import org.utbot.framework.plugin.api.ClassId
@@ -330,12 +329,6 @@ internal interface CgContextOwner {
330329
val utilsClassId: ClassId
331330
get() = utilMethodProvider.utilClassId
332331

333-
/**
334-
* Check whether a method is an util method of the current class
335-
*/
336-
val MethodId.isUtil: Boolean
337-
get() = this in outerMostTestClass.possibleUtilMethodIds
338-
339332
/**
340333
* Checks is it our util reflection field getter method.
341334
* When this method is used with type cast in Kotlin, this type cast have to be safety

utbot-framework/src/main/kotlin/org/utbot/framework/codegen/model/constructor/tree/TestFrameworkManager.kt

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ import org.utbot.framework.codegen.Junit4
44
import org.utbot.framework.codegen.Junit5
55
import org.utbot.framework.codegen.TestNg
66
import org.utbot.framework.codegen.model.constructor.TestClassContext
7-
import org.utbot.framework.codegen.model.constructor.builtin.arraysDeepEqualsMethodId
8-
import org.utbot.framework.codegen.model.constructor.builtin.deepEqualsMethodId
97
import org.utbot.framework.codegen.model.constructor.builtin.forName
108
import org.utbot.framework.codegen.model.constructor.context.CgContext
119
import org.utbot.framework.codegen.model.constructor.context.CgContextOwner

0 commit comments

Comments
 (0)