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

Key: IDEADEV-14027
Type: Exception Exception
Status: Resolved Resolved
Resolution: Duplicate
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

[#4162] NPE: PreviousOccurenceAction.hasOccurenceToGo

Created: 01 Feb 07 12:34   Updated: 12 Feb 07 16:13
Component/s: None
Fix Version/s: Undefined

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

Build: 6,667


 Description  « Hide
exception://4162/
Last updated by Nikolay Chashnikov
User description: Using Ctrl-H to generate class hierarchy.
Error message: update failed for AnAction with ID=PreviousOccurence
Previous exception is: http://www.intellij.net/tracker/idea/viewSCR?publicId=84756
There was at least one exception before this one.java.lang.NullPointerException at com.intellij.ide.hierarchy.type.TypeHierarchyBrowser.hasPreviousOccurence(TypeHierarchyBrowser.java:92)
at com.intellij.ide.actions.PreviousOccurenceAction.hasOccurenceToGo(PreviousOccurenceAction.java:16)
at com.intellij.ide.actions.OccurenceNavigatorActionBase.update(OccurenceNavigatorActionBase.java:66)
at com.intellij.openapi.actionSystem.impl.Utils.doUpdate(Utils.java:94)
at com.intellij.openapi.actionSystem.impl.Utils.expandActionGroup(Utils.java:64)
at com.intellij.openapi.actionSystem.impl.ActionToolbarImpl.updateActionsImmediately(ActionToolbarImpl.java:648)
at com.intellij.openapi.actionSystem.impl.ActionToolbarImpl$MyTimerListener.run(ActionToolbarImpl.java:613)
at com.intellij.openapi.actionSystem.impl.WeakTimerListener.run(WeakTimerListener.java:35)
at com.intellij.openapi.actionSystem.impl.ActionManagerImpl$MyTimer.runListenerAction(ActionManagerImpl.java:974)
at com.intellij.openapi.actionSystem.impl.ActionManagerImpl$MyTimer.actionPerformed(ActionManagerImpl.java:966)
at javax.swing.Timer.fireActionPerformed(Timer.java:271)
at javax.swing.Timer$DoPostEvent.run(Timer.java:201)
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:414)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:407)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:329)
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.