Skip to content

Commit 6dd562d

Browse files
committed
Rephrase TODO regarding SpringApplicationContext
1 parent bf190ab commit 6dd562d

File tree

1 file changed

+2
-2
lines changed
  • utbot-framework-api/src/main/kotlin/org/utbot/framework/plugin/api

1 file changed

+2
-2
lines changed

utbot-framework-api/src/main/kotlin/org/utbot/framework/plugin/api/Api.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1292,14 +1292,14 @@ sealed class TypeReplacementApproach {
12921292
* @param beanDefinitions describes bean definitions (bean name, type, some optional additional data)
12931293
* @param shouldUseImplementors describes it we want to replace interfaces with injected types or not
12941294
*/
1295-
// TODO move it to utbot-framework so we can get use it as abstract factory
1295+
// TODO move this class to utbot-framework so we can get use it as abstract factory
12961296
// to get rid of numerous `when`s and polymorphically create things like:
12971297
// - Instrumentation<UtConcreteExecutionResult>
12981298
// - FuzzedType (to get rid of thisInstanceFuzzedTypeWrapper)
12991299
// - JavaValueProvider
13001300
// - CgVariableConstructor
13011301
// - CodeGeneratorResult (generateForSpringClass)
1302-
// Right now this refactoring is block because interface need to be extracted and moved to utbot-framework-api
1302+
// Right now this refactoring is blocked because some interfaces need to get extracted and moved to utbot-framework-api
13031303
// As an alternative we can just move ApplicationContext itself to utbot-framework
13041304
class SpringApplicationContext(
13051305
mockInstalled: Boolean,

0 commit comments

Comments
 (0)