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

Cannot highlight types for (+value) #605

Closed
KronicDeth opened this issue Feb 6, 2017 · 0 comments
Closed

Cannot highlight types for (+value) #605

KronicDeth opened this issue Feb 6, 2017 · 0 comments
Assignees
Labels
Milestone

Comments

@KronicDeth
Copy link
Owner

Version

5.0.0

Exception

Message

Cannot highlight types

Excerpt

(+value)

Line(s) 905-905 in /Users/limhoff/git/elixir-lang/elixir-1.4.0/lib/elixir/lib/kernel.ex

Element Class Name

org.elixir_lang.psi.impl.ElixirAccessExpressionImpl

Stacktrace

``` org.elixir_lang.errorreport.Logger.error(Logger.java:52) org.elixir_lang.errorreport.Logger.error(Logger.java:35) org.elixir_lang.annonator.ModuleAttribute.error(ModuleAttribute.java:141) org.elixir_lang.annonator.ModuleAttribute.cannotHighlightTypes(ModuleAttribute.java:137) org.elixir_lang.annonator.ModuleAttribute.highlightSpecification(ModuleAttribute.java:616) org.elixir_lang.annonator.ModuleAttribute.highlightSpecification(ModuleAttribute.java:253) org.elixir_lang.annonator.ModuleAttribute.access$400(ModuleAttribute.java:39) org.elixir_lang.annonator.ModuleAttribute$1.visitDeclaration(ModuleAttribute.java:101) org.elixir_lang.annonator.ModuleAttribute$1.visitElement(ModuleAttribute.java:72) com.intellij.psi.impl.PsiElementBase.accept(PsiElementBase.java:274) org.elixir_lang.psi.impl.ElixirUnmatchedAtUnqualifiedNoParenthesesCallImpl.accept(ElixirUnmatchedAtUnqualifiedNoParenthesesCallImpl.java:39) org.elixir_lang.annonator.ModuleAttribute.annotate(ModuleAttribute.java:55) com.intellij.codeInsight.daemon.impl.DefaultHighlightVisitor.runAnnotators(DefaultHighlightVisitor.java:159) com.intellij.codeInsight.daemon.impl.DefaultHighlightVisitor.visit(DefaultHighlightVisitor.java:102) com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass.runVisitors(GeneralHighlightingPass.java:340) com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass.access$100(GeneralHighlightingPass.java:64) com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass$3.run(GeneralHighlightingPass.java:274) com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass.analyzeByVisitors(GeneralHighlightingPass.java:294) com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass.access$200(GeneralHighlightingPass.java:64) com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass$4.run(GeneralHighlightingPass.java:300) com.intellij.codeInsight.daemon.impl.DefaultHighlightVisitor.analyze(DefaultHighlightVisitor.java:86) com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass.analyzeByVisitors(GeneralHighlightingPass.java:297) com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass.collectHighlights(GeneralHighlightingPass.java:266) com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass.collectInformationWithProgress(GeneralHighlightingPass.java:205) com.intellij.codeInsight.daemon.impl.ProgressableTextEditorHighlightingPass.doCollectInformation(ProgressableTextEditorHighlightingPass.java:97) com.intellij.codeHighlighting.TextEditorHighlightingPass.collectInformation(TextEditorHighlightingPass.java:67) com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass$1$1.run(PassExecutorService.java:444) com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1098) com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass$1.run(PassExecutorService.java:435) com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:452) com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:402) com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:54) com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.doRun(PassExecutorService.java:432) com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.run(PassExecutorService.java:408) com.intellij.concurrency.JobLauncherImpl$VoidForkJoinTask.exec(JobLauncherImpl.java:204) jsr166e.ForkJoinTask.doExec(ForkJoinTask.java:260) jsr166e.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:858) jsr166e.ForkJoinPool.scan(ForkJoinPool.java:1687) jsr166e.ForkJoinPool.runWorker(ForkJoinPool.java:1642) jsr166e.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:109) ```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant