Project
IntelliJ IDEA
Priority
Normal
Type
Bug
Fix versions
No Fix versions
State
Fixed
Assignee
Maxim Shafirov
Subsystem
Plugin Support. API
Affected versions
No Affected versions
Fixed in build
108.65  
  • Created by   Keith Lea
    5 years ago (19 Oct 2006 22:14)
  • Updated by   root
    2 years ago (17 Jan 2010 20:36)
  • Jira: IDEADEV-11045
    (history, comments)
 
IDEA-34965 "Should not be called on Chameleons" when visiting PSI of custom language in Choose By Name provider
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
IDEA build 6.0.2 Beta #6043
Should not be called on Chameleons
java.lang.Throwable
java.lang.Throwable
 at com.intellij.openapi.diagnostic.Logger.error(Logger.java:48)
 at com.intellij.psi.impl.source.tree.ChameleonElement.getPsi(ChameleonElement.java:30)
 at com.intellij.extapi.psi.ASTWrapperPsiElement.acceptChildren(ASTWrapperPsiElement.java:11)
 at com.intellij.psi.PsiRecursiveElementVisitor.visitElement(PsiRecursiveElementVisitor.java:37)
[ my code ]
 at com.intellij.extapi.psi.PsiElementBase.accept(PsiElementBase.java:16)
 at com.intellij.extapi.psi.PsiElementBase.accept(PsiElementBase.java:16)
 at com.intellij.psi.impl.source.TreeWrapperPsiElement.acceptChildren(TreeWrapperPsiElement.java:37)
 at com.intellij.psi.PsiRecursiveElementVisitor.visitElement(PsiRecursiveElementVisitor.java:37)
[ my code ]
 at com.intellij.psi.JavaElementVisitor.visitFile(JavaElementVisitor.java:140)
 at com.intellij.psi.JavaElementVisitor.visitFile(JavaElementVisitor.java:140)
 at com.intellij.extapi.psi.PsiFileBase.accept(PsiFileBase.java:16)
[ my code ]
 at com.intellij.openapi.roots.impl.FileIndexImplUtil.iterateRecursively(FileIndexImplUtil.java:0)
 at com.intellij.openapi.roots.impl.FileIndexImplUtil.iterateRecursively(FileIndexImplUtil.java:0)
 at com.intellij.openapi.roots.impl.FileIndexImplUtil.iterateRecursively(FileIndexImplUtil.java:5)
 at com.intellij.openapi.roots.impl.FileIndexImplUtil.iterateRecursively(FileIndexImplUtil.java:5)
 at com.intellij.openapi.roots.impl.FileIndexImplUtil.iterateRecursively(FileIndexImplUtil.java:5)
 at com.intellij.openapi.roots.impl.FileIndexImplUtil.iterateRecursively(FileIndexImplUtil.java:5)
 at com.intellij.openapi.roots.impl.FileIndexImplUtil.iterateRecursively(FileIndexImplUtil.java:5)
 at com.intellij.openapi.roots.impl.FileIndexImplUtil.iterateRecursively(FileIndexImplUtil.java:5)
 at com.intellij.openapi.roots.impl.ModuleFileIndexImpl.iterateContent(ModuleFileIndexImpl.java:49)
[ my code ]
 at com.intellij.ide.util.gotoByName.ContributorsBasedGotoByModel.getNames(ContributorsBasedGotoByModel.java:11)
 at com.intellij.ide.util.gotoByName.ContributorsBasedGotoByModel.getNames(ContributorsBasedGotoByModel.java:11)
 at com.intellij.ide.util.gotoByName.ChooseByNameBase.b(ChooseByNameBase.java:200)
 at com.intellij.ide.util.gotoByName.ChooseByNameBase.initUI(ChooseByNameBase.java:157)
 at com.intellij.ide.util.gotoByName.ChooseByNamePopup.initUI(ChooseByNamePopup.java:14)
 at com.intellij.ide.util.gotoByName.ChooseByNameBase.invoke(ChooseByNameBase.java:98)
 at com.intellij.ide.actions.GotoSymbolAction.gotoActionPerformed(GotoSymbolAction.java:1)
 at com.intellij.ide.actions.GotoActionBase.actionPerformed(GotoActionBase.java:5)
 at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.a(IdeKeyEventDispatcher.java:195)
 at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.b(IdeKeyEventDispatcher.java:200)
 at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.dispatchKeyEvent(IdeKeyEventDispatcher.java:207)
 at com.intellij.ide.IdeEventQueue.a(IdeEventQueue.java:74)
 at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:13)
 at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
 at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
 at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
 at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
 at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

Issue was resolved
Comments (3)
 
History
 
Linked Issues (?)
 
Keith Lea
  Keith Lea
10 Nov 2006 03:20
5 years ago
This is still a problem in #6083
Keith Lea
  Keith Lea
11 Jan 2007 02:05
5 years ago
How exciting. Is this really fixed in 6.0.3? Dmitry told me that Fix Versions is not always accurate.
Dmitry Jemerov
  Dmitry Jemerov
11 Jan 2007 11:41
5 years ago
Yes, this is really fixed in 6.0.3 build 6146.