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

IllegalArgumentException when handling imports #924

Open
SingingBush opened this issue Mar 5, 2024 · 0 comments
Open

IllegalArgumentException when handling imports #924

SingingBush opened this issue Mar 5, 2024 · 0 comments

Comments

@SingingBush
Copy link
Member

plugin version 1.32.4
Intellij 2023.3.4

java.lang.IllegalArgumentException: null
    at io.github.intellij.dlanguage.attributes.DNameScopeProcessor.handleImport(DNameScopeProcessor.kt:68)
    at io.github.intellij.dlanguage.attributes.DNameScopeProcessor.execute(DNameScopeProcessor.kt:49)
    at io.github.intellij.dlanguage.resolve.ScopeProcessorImplUtil.processDeclaration(ScopeProcessorImplUtil.kt:83)
    at io.github.intellij.dlanguage.psi.DlangFile.processDeclarations(DlangFile.java:120)
    at com.intellij.psi.util.PsiTreeUtil.treeWalkUp(PsiTreeUtil.java:1250)
    at io.github.intellij.dlanguage.resolve.processors.basic.BasicResolve.findDefinitionNode(BasicResolve.kt:41)
    at io.github.intellij.dlanguage.annotator.DHighlightingAnnotator.highlightReference(DHighlightingAnnotator.kt:44)
    at io.github.intellij.dlanguage.annotator.DHighlightingAnnotator.annotate(DHighlightingAnnotator.kt:26)
    at com.intellij.codeInsight.daemon.impl.DefaultHighlightVisitor.runAnnotators(DefaultHighlightVisitor.java:128)
    at com.intellij.codeInsight.daemon.impl.DefaultHighlightVisitor.visit(DefaultHighlightVisitor.java:106)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant