mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
SOE
This commit is contained in:
@@ -71,9 +71,6 @@ public class JavaTestFinder implements TestFinder {
|
||||
}
|
||||
|
||||
protected GlobalSearchScope getSearchScope(PsiElement element, boolean dependencies) {
|
||||
if (dependencies) {
|
||||
return getSearchScope(element);
|
||||
}
|
||||
final Module module = getModule(element);
|
||||
if (module != null) {
|
||||
return dependencies ? GlobalSearchScope.moduleWithDependenciesScope(module)
|
||||
|
||||
Reference in New Issue
Block a user