We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8071809 commit 774d39bCopy full SHA for 774d39b
utbot-ui-commons/src/main/kotlin/org/utbot/intellij/plugin/models/BaseTestModel.kt
@@ -100,7 +100,7 @@ open class BaseTestsModel(
100
"org.springframework.boot.test.context.TestConfiguration",
101
"org.springframework.context.annotation.Configuration"
102
).mapNotNull {
103
- JavaPsiFacade.getInstance(project).findClass(it, project.allScope())
+ JavaPsiFacade.getInstance(project).findClass(it, GlobalSearchScope.allScope(project))
104
}
105
106
return annotationClasses.flatMap { annotation ->
0 commit comments