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

Key: IDEADEV-15831
Type: Exception Exception
Status: Resolved Resolved
Resolution: Duplicate
Priority: Major Major
Assignee: Alexey Kudravtsev
Reporter: Exception Analyzer
Votes: 0
Watchers: 0
Operations

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

[#4792] NPE: SelectWordUtil$ReferenceSelectioner.select

Created: 01 Apr 07 16:29   Updated: 05 Apr 07 17:02
Component/s: None
Fix Version/s: Selena 6808 (pre-M1)

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

Build: 6,791
Fixed in build: 6,800


 Description  « Hide
exception://4792/
Last updated by sergey.vasiliev
User description: Ctrl-W / Ctrl-Shift-W in decompiled stub
Error message: No message
java.lang.NullPointerException
at com.intellij.codeInsight.editorActions.SelectWordUtil$ReferenceSelectioner.select(SelectWordUtil.java:722)
at com.intellij.codeInsight.editorActions.UnSelectWordHandler.advance(UnSelectWordHandler.java:110)
at com.intellij.codeInsight.editorActions.UnSelectWordHandler.doAction(UnSelectWordHandler.java:84)
at com.intellij.codeInsight.editorActions.UnSelectWordHandler.execute(UnSelectWordHandler.java:41)
at com.intellij.openapi.editor.actionSystem.EditorAction$1.run(EditorAction.java:52)
at com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand(CommandProcessorImpl.java:85)
at com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand(CommandProcessorImpl.java:62)
at com.intellij.openapi.editor.actionSystem.EditorAction.actionPerformed(EditorAction.java:58)
at com.intellij.openapi.editor.actionSystem.EditorAction.actionPerformed(EditorAction.java:43)
at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.processAction(IdeKeyEventDispatcher.java:406)
at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.inInitState(IdeKeyEventDispatcher.java:332)
at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.dispatchKeyEvent(IdeKeyEventDispatcher.java:145)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:405)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:340)
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:
Taras Tielkes - 04 Apr 07 21:29
I think this was the same as IDEADEV-15817
I hope fixing it twice does not mean it is unfixed again