Endless non-fatal IDE errors
I'm also encountering endless errors (the pink pop-up "an internal IDE error has occured", using the same configuration in my previous post in this forum.
The stack trace is as follows (I've posted it using the "blame plugin" feature of the aforementioned popup):
No message
java.lang.AssertionError
at org.jetbrains.plugins.groovy.lang.psi.impl.statements.arguments.GrArgumentLabelImpl.getNameElement(Unknown Source)
at org.jetbrains.plugins.groovy.lang.psi.impl.statements.arguments.GrArgumentLabelImpl.getName(Unknown Source)
at org.jetbrains.plugins.groovy.annotator.GroovyAnnotator$1.computeHashCode(Unknown Source)
at org.jetbrains.plugins.groovy.annotator.GroovyAnnotator$1.computeHashCode(Unknown Source)
at gnu.trove.TObjectHash.index(TObjectHash.java:189)
at gnu.trove.THashMap.get(THashMap.java:356)
at org.jetbrains.plugins.groovy.annotator.GroovyAnnotator.factorDuplicates(Unknown Source)
at org.jetbrains.plugins.groovy.annotator.GroovyAnnotator.checkMap(Unknown Source)
at org.jetbrains.plugins.groovy.annotator.GroovyAnnotator.annotate(Unknown Source)
at com.intellij.codeInsight.daemon.impl.analysis.HighlightVisitorImpl.visitElement(HighlightVisitorImpl.java:349)
at com.intellij.extapi.psi.PsiElementBase.accept(PsiElementBase.java:129)
at com.intellij.codeInsight.daemon.impl.analysis.HighlightVisitorImpl.visit(HighlightVisitorImpl.java:225)
at com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass.a(GeneralHighlightingPass.java:28)
at com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass.access$600(GeneralHighlightingPass.java:238)
at com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass$1.run(GeneralHighlightingPass.java:14)
at com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass.collectInformationWithProgress(GeneralHighlightingPass.java:55)
at com.intellij.codeInsight.daemon.impl.ProgressableTextEditorHighlightingPass.doCollectInformation(ProgressableTextEditorHighlightingPass.java:19)
at com.intellij.codeHighlighting.TextEditorHighlightingPass.collectInformation(TextEditorHighlightingPass.java:66)
at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass$1$1.run(PassExecutorService.java:1)
at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:338)
at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass$1.run(PassExecutorService.java:1)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:38)
at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.run(PassExecutorService.java:20)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
at java.util.concurrent.FutureTask.run(FutureTask.java:123)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
at java.lang.Thread.run(Thread.java:595)
It doesn't stop me working, but it's really irritating.
- Chris
Please sign in to leave a comment.
Already fixed, thank you.