mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
run abstract test: forbid without inheritors
This commit is contained in:
@@ -82,6 +82,7 @@ public class InheritorChooser {
|
||||
runForClass(classes.get(0), psiMethod, context, performRunnable);
|
||||
return true;
|
||||
}
|
||||
if (classes.isEmpty()) return false;
|
||||
//suggest to run all inherited tests
|
||||
classes.add(0, null);
|
||||
final JBList list = new JBList(classes);
|
||||
|
||||
Reference in New Issue
Block a user