mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
dumb-aware run configurations: try to search for failed tests
This commit is contained in:
@@ -39,9 +39,4 @@ public class JavaRerunFailedTestsAction extends AbstractRerunFailedTestsAction {
|
||||
protected Filter getFilter(@NotNull Project project, @NotNull GlobalSearchScope searchScope) {
|
||||
return super.getFilter(project, searchScope).and(JavaAwareFilter.METHOD(project, searchScope));
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isDumbAware() {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user