History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-19339
Type: Exception Exception
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Anna Kozlova
Reporter: Exception Analyzer
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

[#6180] PIEAE: LeafPsiElement.isPhysical

Created: 24 Jul 07 19:13   Updated: 25 Jul 07 16:14
Component/s: None
Fix Version/s: Selena 7096

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 7,065
Fixed in build: 7,092


 Description  « Hide
exception://6180/
Last updated by cdr
Error message: Error during dispatching of java.awt.event.MouseEvent[MOUSE_RELEASED,(50,102),button=1,modifiers=Button1,clickCount=1] on dialog0: Element: class com.intellij.psi.impl.source.tree.java.PsiIdentifierImpl
Previous exception is: http://www.intellij.net/tracker/idea/viewSCR?publicId=97016
There was at least one exception before this one.com.intellij.psi.PsiInvalidElementAccessException: Element: class com.intellij.psi.impl.source.tree.java.PsiIdentifierImpl at com.intellij.psi.impl.source.tree.LeafPsiElement.getContainingFile(LeafPsiElement.java:0)
at com.intellij.psi.impl.source.tree.LeafPsiElement.isPhysical(LeafPsiElement.java:176)
at com.intellij.codeInspection.ex.ProblemDescriptorImpl.getLineNumber(ProblemDescriptorImpl.java:83)
at com.intellij.codeInspection.ui.InspectionResultsViewComparator.compare(InspectionResultsViewComparator.java:80)
at java.util.Arrays.mergeSort(Arrays.java:1284)
at java.util.Arrays.sort(Arrays.java:1223)
at java.util.Collections.sort(Collections.java:159)
at com.intellij.util.ui.tree.TreeUtil.sort(TreeUtil.java:311)
at com.intellij.util.ui.tree.TreeUtil.sort(TreeUtil.java:315)
at com.intellij.util.ui.tree.TreeUtil.sort(TreeUtil.java:315)
at com.intellij.util.ui.tree.TreeUtil.sort(TreeUtil.java:315)
at com.intellij.codeInspection.ui.InspectionTree.sortChildren(InspectionTree.java:296)
at com.intellij.codeInspection.ui.InspectionTree.sort(InspectionTree.java:292)
at com.intellij.codeInspection.ui.InspectionResultsView.updateView(InspectionResultsView.java:457)
at com.intellij.codeInspection.ex.GlobalInspectionContextImpl.refreshViews(GlobalInspectionContextImpl.java:1037)
at com.intellij.codeInspection.ex.QuickFixAction.refreshViews(QuickFixAction.java:257)
at com.intellij.codeInspection.ex.QuickFixAction.refreshViews(QuickFixAction.java:269)
at com.intellij.codeInspection.ex.QuickFixAction.removeElements(QuickFixAction.java:204)
at com.intellij.codeInspection.deadCode.DeadCodeInspection$PermanentDeleteAction$1$1.run(DeadCodeInspection.java:659)
at com.intellij.refactoring.safeDelete.SafeDeleteHandler$3$1.run(SafeDeleteHandler.java:124)
at com.intellij.refactoring.BaseRefactoringProcessor.prepareSuccessful(BaseRefactoringProcessor.java:390)
at com.intellij.refactoring.safeDelete.SafeDeleteProcessor.preprocessUsages(SafeDeleteProcessor.java:267)
at com.intellij.refactoring.BaseRefactoringProcessor.doRun(BaseRefactoringProcessor.java:147)
at com.intellij.refactoring.BaseRefactoringProcessor.run(BaseRefactoringProcessor.java:408)
at com.intellij.refactoring.safeDelete.SafeDeleteHandler$3.run(SafeDeleteHandler.java:121)
at com.intellij.refactoring.safeDelete.SafeDeleteDialog.doOKAction(SafeDeleteDialog.java:114)
at com.intellij.openapi.ui.DialogWrapper$OkAction.actionPerformed(DialogWrapper.java:869)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
at java.awt.Component.processMouseEvent(Component.java:5501)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3135)
at java.awt.Component.processEvent(Component.java:5266)
at java.awt.Container.processEvent(Container.java:1966)
at java.awt.Component.dispatchEventImpl(Component.java:3968)
at java.awt.Container.dispatchEventImpl(Container.java:2024)
at java.awt.Component.dispatchEvent(Component.java:3803)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
at java.awt.Container.dispatchEventImpl(Container.java:2010)
at java.awt.Window.dispatchEventImpl(Window.java:1778)
at java.awt.Component.dispatchEvent(Component.java:3803)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:476)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:465)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:355)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153)
at java.awt.Dialog$1.run(Dialog.java:525)
at java.awt.Dialog$2.run(Dialog.java:553)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Dialog.show(Dialog.java:551)
at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl$MyDialog.show(DialogWrapperPeerImpl.java:487)
at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl.show(DialogWrapperPeerImpl.java:308)
at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:761)
at com.intellij.refactoring.safeDelete.SafeDeleteHandler.invoke(SafeDeleteHandler.java:134)
at com.intellij.codeInspection.deadCode.DeadCodeInspection$PermanentDeleteAction$1.run(DeadCodeInspection.java:657)
at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:233)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:476)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:469)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:355)
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)

 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.