mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
diagnostics
This commit is contained in:
@@ -79,7 +79,7 @@ public class LowLevelSearchUtil {
|
||||
@NotNull ProgressIndicator progress,
|
||||
TreeElement lastElement) {
|
||||
if (scope instanceof PsiCompiledElement) {
|
||||
throw new IllegalArgumentException("Scope is compiled, can't scan: "+scope);
|
||||
throw new IllegalArgumentException("Scope is compiled, can't scan: "+scope+"; containingFile: "+scope.getContainingFile());
|
||||
}
|
||||
final int scopeStartOffset = scope.getTextRange().getStartOffset();
|
||||
final int patternLength = searcher.getPatternLength();
|
||||
|
||||
Reference in New Issue
Block a user