mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
EA-25105 - NPE: XDebuggerUtilImpl.iterateLine
This commit is contained in:
@@ -209,6 +209,8 @@ public class XDebuggerUtilImpl extends XDebuggerUtil {
|
||||
|
||||
public void iterateLine(@NotNull Project project, @NotNull Document document, int line, @NotNull Processor<PsiElement> processor) {
|
||||
PsiFile file = PsiDocumentManager.getInstance(project).getPsiFile(document);
|
||||
if (file == null) return;
|
||||
|
||||
int lineStart;
|
||||
int lineEnd;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user