mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-25332 spring: also recognize classes with scope != compile
This commit is contained in:
@@ -63,6 +63,6 @@ public abstract class ClassValueConverter extends Converter<PsiClass> implements
|
||||
}
|
||||
final boolean inTests = ProjectRootManager.getInstance(project).getFileIndex().isInTestSourceContent(file);
|
||||
|
||||
return module.getModuleWithDependenciesAndLibrariesScope(inTests);
|
||||
return module.getModuleRuntimeScope(inTests);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user