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

Key: IDEADEV-4698
Type: Exception Exception
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Maxim Mossienko
Reporter: Exception Analyzer
Votes: 0
Watchers: 0
Operations

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

[#954] NPE: ASTWrapperPsiElement.isPhysical

Created: 14 Feb 06 09:42   Updated: 14 Feb 06 17:06
Component/s: None
Fix Version/s: Demetra 5162, 5.1.1

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

Build: 5,131
Fixed in build: 5,146


 Description  « Hide
exception://954/
Last updated by Nikolay Chashnikov
Error message: No message
java.lang.NullPointerException
at com.intellij.extapi.psi.ASTWrapperPsiElement.isPhysical(ASTWrapperPsiElement.java:242)
at com.intellij.javascript.JSLookupUtilImpl$PrioritizedLookupValue.isBold(JSLookupUtilImpl.java:55)
at com.intellij.codeInsight.lookup.impl.LookupCellRenderer.<unknown>(LookupCellRenderer.java:164)
at com.intellij.codeInsight.lookup.impl.LookupCellRenderer.<unknown>(LookupCellRenderer.java:186)
at com.intellij.codeInsight.lookup.impl.LookupCellRenderer.getListCellRendererComponent(LookupCellRenderer.java:121)
at javax.swing.plaf.basic.BasicListUI.updateLayoutState(BasicListUI.java:1155)
at javax.swing.plaf.basic.BasicListUI.maybeUpdateLayoutState(BasicListUI.java:1105)
at javax.swing.plaf.basic.BasicListUI$Handler.valueChanged(BasicListUI.java:2226)
at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:187)
at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:167)
at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:214)
at javax.swing.DefaultListSelectionModel.changeSelection(DefaultListSelectionModel.java:408)
at javax.swing.DefaultListSelectionModel.changeSelection(DefaultListSelectionModel.java:417)
at javax.swing.DefaultListSelectionModel.removeSelectionIntervalImpl(DefaultListSelectionModel.java:510)
at javax.swing.DefaultListSelectionModel.clearSelection(DefaultListSelectionModel.java:422)
at javax.swing.JList.clearSelection(JList.java:1578)
at javax.swing.JList.setModel(JList.java:1216)
at com.intellij.codeInsight.lookup.impl.LookupImpl.updateList(LookupImpl.java:215)
at com.intellij.codeInsight.lookup.impl.BackspaceHandler.execute(BackspaceHandler.java:28)
at com.intellij.openapi.editor.actionSystem.EditorAction$1.run(EditorAction.java:51)
at com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand(CommandProcessorImpl.java:97)
at com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand(CommandProcessorImpl.java:77)
at com.intellij.openapi.editor.actionSystem.EditorAction.actionPerformed(EditorAction.java:57)
at com.intellij.openapi.editor.actionSystem.EditorAction.actionPerformed(EditorAction.java:42)
at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.<unknown>(IdeKeyEventDispatcher.java:360)
at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.<unknown>(IdeKeyEventDispatcher.java:285)
at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.dispatchKeyEvent(IdeKeyEventDispatcher.java:111)
at com.intellij.ide.IdeEventQueue.<unknown>(IdeEventQueue.java:351)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274)
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.