dumb-aware run configurations: try to search for failed tests

This commit is contained in:
Dennis Ushakov
2016-01-13 16:12:37 +03:00
parent 61a53aa2c1
commit 2bdf001e66
3 changed files with 12 additions and 10 deletions
@@ -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;
}
}