Frequent exception in 7.0.4
This is happening fairly frequently. What other information do I need to provide?
Thank you
java.lang.AbstractMethodError
at com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass.a(GeneralHighlightingPass.java:65)
at com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass.collectInformationWithProgress(GeneralHighlightingPass.java:219)
at com.intellij.codeInsight.daemon.impl.ProgressableTextEditorHighlightingPass.doCollectInformation(ProgressableTextEditorHighlightingPass.java:18)
at com.intellij.codeHighlighting.TextEditorHighlightingPass.collectInformation(TextEditorHighlightingPass.java:50)
at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass$1$1.run(PassExecutorService.java:14)
at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:31)
at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass$1.run(PassExecutorService.java:1)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:28)
at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.run(PassExecutorService.java:3)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
at java.lang.Thread.run(Thread.java:619)
请先登录再写评论。
Hello Adam,
Please make sure that all third-party plugins (Lineage in particular) are
updated to the latest version.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
I had two plugins that were out of date:
JetGroovy
XPathView + XSLT-Support
Updating them resolved the issue.
Thank you
I'm getting this exception incessantly in build 7592 for 7.0.4:
Inspector never comes back - I never get the "green" box anymore.
%
My JetGroovy plug-in was out of date, but updating it did not fix the problem.
%
I notice that my imports aren't managed automatically anymore. I type Ctrl-Alt-O to optimize imports. It failed immediately with the usual error message:
Something's very wrong indeed with my code inspection.
%
Hello Michael,
Please make sure that all third-party plugins you have installed, in particular
Lineage and XPathView, are updated to the latest versions.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Hi Dmitry,
100% up-to-date. I didn't have Lineage installed. Should I?
%
Hello Michael,
>>
>> Hello Michael,
>> Please make sure that all third-party plugins you have installed, in
>> particular Lineage and XPathView, are updated to the latest versions.
>>
No. :)
Perhaps some third-party plugin wasn't updated properly to fix this problem.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
thanks, dmitry. i'll go through carefully tonight and see where I've gone wrong.
%
Hi Dmitry,
I went through my plug-in list and removed any that I wasn't using. (Got rid of C++ and Python.) When I restarted IJ the exceptions were gone and the Inspector worked perfectly again. Thanks.
%