mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Run All Features filtration for Cucumber Java
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@ public abstract class JavaRuntimeConfigurationProducerBase extends RuntimeConfig
|
||||
}
|
||||
|
||||
@Nullable
|
||||
protected static PsiPackage checkPackage(final PsiElement element) {
|
||||
public static PsiPackage checkPackage(final PsiElement element) {
|
||||
if (element == null || !element.isValid()) return null;
|
||||
final Project project = element.getProject();
|
||||
final ProjectFileIndex fileIndex = ProjectRootManager.getInstance(project).getFileIndex();
|
||||
|
||||
Reference in New Issue
Block a user