An exception

Sorry I post it here 'cause my Blame IDEA Core button is disabled when this exception is thrown and I cannot reproduce it.

0
6 comments
Avatar
Permanently deleted user

I think when the button is disabled it means the exception has already
been reported. Not sure though.
R

0
Avatar
Permanently deleted user

Hello Robert,

RG> I think when the button is disabled it means the exception has
RG> already been reported. Not sure though.

No, it's not that smart. All duplicate checking is done after the exception
is submitted.

--
Dmitry Jemerov
Software Developer
http://www.jetbrains.com/
"Develop with Pleasure!"


0
Avatar
Permanently deleted user

Seems it happens when I delete a class



Attachment(s):
BlameIDEACoreDisable.gif
0
Avatar
Permanently deleted user

Hello,

must be fixed in next EAP.
Thanks

-


Anna Kozlova
JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"

Seems it happens when I delete a class

 java.awt.event.InvocationEvent[INVOCATION_DEFAULT,runnable=javax.swing
> .Timer$DoPostEvent@181129e,notifier=null,catchExceptions=false,when=11
> 56773632400] on sun.awt.windows.WToolkit@1c39412
> com.intellij.psi.PsiInvalidElementAccessException
> at
> com.intellij.psi.impl.source.NonSlaveRepositoryPsiElement.getContainin
> gFile(NonSlaveRepositoryPsiElement.java:18)
> at
> com.intellij.ide.navigationToolbar.NavigationToolbarPanel.getTextAttri
> butes(NavigationToolbarPanel.java:334)
> at
> com.intellij.ide.navigationToolbar.HorizontalList.immediateUpdateList(
> HorizontalList.java:165)
> at
> com.intellij.ide.navigationToolbar.HorizontalList.updateList(Horizonta
> lList.java:91)
> at
> com.intellij.ide.navigationToolbar.NavigationToolbarPanel$MyTimerListe
> ner.run(NavigationToolbarPanel.java:16)
> at
> com.intellij.openapi.actionSystem.impl.WeakTimerListener.run(WeakTimer
> Listener.java:10)
> at
> com.intellij.openapi.actionSystem.impl.ActionManagerImpl$MyTimer.a(Act
> ionManagerImpl.java:23)
> at
> com.intellij.openapi.actionSystem.impl.ActionManagerImpl$MyTimer.actio
> nPerformed(ActionManagerImpl.java:16)
> 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
> :178)
> at com.intellij.ide.IdeEventQueue.a(IdeEventQueue.java:109)
> at
> com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:188)
> at
> java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThr
> ead.java:242)
> at
> java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThrea
> d.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)
> com.intellij.psi.PsiInvalidElementAccessException
> at
> com.intellij.psi.impl.source.NonSlaveRepositoryPsiElement.getContainin
> gFile(NonSlaveRepositoryPsiElement.java:18)
> at
> com.intellij.ide.navigationToolbar.NavigationToolbarPanel.getTextAttri
> butes(NavigationToolbarPanel.java:334)
> at
> com.intellij.ide.navigationToolbar.HorizontalList.immediateUpdateList(
> HorizontalList.java:165)
> at
> com.intellij.ide.navigationToolbar.NavigationToolbarPanel$15.run(Navig
> ationToolbarPanel.java:2)
> at com.intellij.util.Alarm$1.run(Alarm.java:106)
> at com.intellij.util.Alarm$MyThread$1.run(Alarm.java:250)
> at
> com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(La
> terInvocator.java:14)
> 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
> :178)
> at com.intellij.ide.IdeEventQueue.a(IdeEventQueue.java:109)
> at
> com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:188)
> at
> java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThr
> ead.java:242)
> at
> java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThrea
> d.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)]]>



0
Avatar
Permanently deleted user

What does it mean then?

0
Avatar
Permanently deleted user

I guess this happen 'cause navigation bar tries to refresh but I deleted that class.

0

Please sign in to leave a comment.