-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Every time I change to another clj file I get the following:
It only happens for clj file. I am running 0.1.16 on 13 CE.
ContentElementType: FILE; file: FILE
Boolean.TRUE.equals(getUserData(BUILDING_STUB)) = false
getTreeElement() = Element(FILE)
vFile instanceof VirtualFileWithId = true
StubUpdatingIndex.canHaveStub(vFile) = false: ContentElementType: FILE; file: FILE
Boolean.TRUE.equals(getUserData(BUILDING_STUB)) = false
getTreeElement() = Element(FILE)
vFile instanceof VirtualFileWithId = true
StubUpdatingIndex.canHaveStub(vFile) = false
java.lang.AssertionError: ContentElementType: FILE; file: FILE
Boolean.TRUE.equals(getUserData(BUILDING_STUB)) = false
getTreeElement() = Element(FILE)
vFile instanceof VirtualFileWithId = true
StubUpdatingIndex.canHaveStub(vFile) = false
at com.intellij.psi.impl.source.PsiFileImpl.calcStubTree(PsiFileImpl.java:1003)
at com.intellij.psi.stubs.StubProcessingHelperBase.processStubsInFile(StubProcessingHelperBase.java:47)
at com.intellij.psi.stubs.StubIndexImpl$2.perform(StubIndexImpl.java:264)
at com.intellij.psi.stubs.StubIndexImpl$2.perform(StubIndexImpl.java:255)
at com.intellij.util.indexing.ValueContainer.forEach(ValueContainer.java:60)
at com.intellij.psi.stubs.StubIndexImpl.process(StubIndexImpl.java:255)
at com.intellij.psi.stubs.StubIndexImpl.get(StubIndexImpl.java:219)
at com.intellij.psi.stubs.StubIndexImpl.get(StubIndexImpl.java:209)
at com.intellij.psi.stubs.StubIndex.safeGet(StubIndex.java:90)
at cursive.psi.impl.ns.NamespaceUtil.getNamespace(NamespaceUtil.java:53)
at plugin.resolve.files$namespaces_by_name$iter__2927__2931$fn__2932.invoke(files.clj:64)
at clojure.lang.LazySeq.sval(LazySeq.java:42)
at clojure.lang.LazySeq.seq(LazySeq.java:60)
at clojure.lang.Cons.next(Cons.java:39)
at clojure.lang.RT.next(RT.java:598)
at clojure.core$next.invoke(core.clj:64)
at clojure.core.protocols$fn__6034.invoke(protocols.clj:146)
at clojure.core.protocols$fn__6005$G__6000__6014.invoke(protocols.clj:19)
at clojure.core.protocols$seq_reduce.invoke(protocols.clj:31)
at clojure.core.protocols$fn__6026.invoke(protocols.clj:54)
at clojure.core.protocols$fn__5979$G__5974__5992.invoke(protocols.clj:13)
at clojure.core$reduce.invoke(core.clj:6177)
at clojure.core$into.invoke(core.clj:6229)
at plugin.resolve.files$namespaces_by_name.invoke(files.clj:63)
at plugin.resolve.files$file_resolve_symbols.invoke(files.clj:107)
at plugin.psi$cached_value$reify__4295.compute(psi.clj:285)
at com.intellij.psi.impl.PsiCachedValueImpl.doCompute(PsiCachedValueImpl.java:49)
at com.intellij.util.CachedValueBase.getValueWithLock(CachedValueBase.java:200)
at com.intellij.psi.impl.PsiCachedValueImpl.getValue(PsiCachedValueImpl.java:38)
at com.intellij.util.CachedValuesManagerImpl.getCachedValue(CachedValuesManagerImpl.java:81)
at plugin.psi$cached_value.doInvoke(psi.clj:289)
at clojure.lang.RestFn.invoke(RestFn.java:525)
at plugin.resolve.files$fn__3058.invoke(files.clj:122)
at plugin.resolve$fn__4707$G__4691__4712.invoke(resolve.clj:39)
at plugin.intellij.gutter$line_marker_info$fn__4050.invoke(gutter.clj:49)
at clojure.core$some.invoke(core.clj:2443)
at plugin.intellij.gutter$line_marker_info.invoke(gutter.clj:50)
at plugin.intellij.gutter$initialise$reify__4077.getLineMarkerInfo(gutter.clj:92)
at com.intellij.codeInsight.daemon.impl.LineMarkersPass.addLineMarkers(LineMarkersPass.java:182)
at com.intellij.codeInsight.daemon.impl.LineMarkersPass.doCollectInformation(LineMarkersPass.java:121)
at com.intellij.codeHighlighting.TextEditorHighlightingPass.collectInformation(TextEditorHighlightingPass.java:61)
at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass$1$1.run(PassExecutorService.java:355)
at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1166)
at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass$1.run(PassExecutorService.java:346)
at com.intellij.openapi.progress.ProgressManager.executeProcessUnderProgress(ProgressManager.java:209)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:212)
at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.doRun(PassExecutorService.java:343)
at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.run(PassExecutorService.java:319)
at com.intellij.concurrency.JobLauncherImpl$VoidForkJoinTask.exec(JobLauncherImpl.java:194)
at jsr166e.ForkJoinTask.doExec(ForkJoinTask.java:260)
at jsr166e.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:858)
at jsr166e.ForkJoinPool.scan(ForkJoinPool.java:1687)
at jsr166e.ForkJoinPool.runWorker(ForkJoinPool.java:1642)
at jsr166e.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:109)