Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NPE when searching for Java references #1582

Closed
sentry-io bot opened this issue Mar 24, 2024 · 1 comment
Closed

NPE when searching for Java references #1582

sentry-io bot opened this issue Mar 24, 2024 · 1 comment
Assignees

Comments

@sentry-io
Copy link

sentry-io bot commented Mar 24, 2024

Sentry Issue: ASCIIDOC-INTELLIJ-PLUGIN-7AP

NullPointerException: Cannot invoke "java.lang.CharSequence.length()" because "text" is null
    at org.asciidoc.intellij.findUsages.AsciiDocJavaReferencesSearch.search(AsciiDocJavaReferencesSearch.java:104)
    at org.asciidoc.intellij.findUsages.AsciiDocJavaReferencesSearch.lambda$processQuery$0(AsciiDocJavaReferencesSearch.java:52)
    at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1075)
    at com.intellij.openapi.progress.util.ProgressIndicatorUtils.lambda$runInReadActionWithWriteActionPriority$0(ProgressIndicatorUtils.java:73)
    at com.intellij.openapi.progress.util.ProgressIndicatorUtilService.runActionAndCancelBeforeWrite(ProgressIndicatorUtilService.java:73)
...
(60 additional frame(s) were not displayed)
@ahus1
Copy link
Contributor

ahus1 commented Mar 24, 2024

Fixed in next release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant