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

Key: GRVY-1638
Type: Exception Exception
Status: Open Open
Priority: Normal Normal
Assignee: Dmitry Krasilschikov
Reporter: Steve Holmes
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Groovy

java.lang.Throwable

Created: 11 Jul 08 22:33   Updated: 15 Jul 08 21:27
Component/s: Plugin Reports
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment:
Idea build #7757
Revision: 17497
Build: 1.5.17497


 Description  « Hide
I was adding dynamic methods when this jumped up. I also just upgraded to the lastest version of JetGroovy
java.lang.Throwable
	at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:89)
	at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:96)
	at com.intellij.ui.EditorTextField.createEditor(EditorTextField.java:17)
	at com.intellij.ui.EditorTextField.setDocument(EditorTextField.java:54)
	at com.intellij.ui.EditorComboBoxEditor.setItem(EditorComboBoxEditor.java:5)
	at javax.swing.JComboBox.configureEditor(JComboBox.java:1385)
	at javax.swing.plaf.basic.BasicComboPopup$Handler.mouseReleased(BasicComboPopup.java:822)
	at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:273)
	at java.awt.Component.processMouseEvent(Component.java:6041)
	at javax.swing.JComponent.processMouseEvent(JComponent.java:3265)
	at javax.swing.plaf.basic.BasicComboPopup$1.processMouseEvent(BasicComboPopup.java:480)
	at java.awt.Component.processEvent(Component.java:5806)
	at java.awt.Container.processEvent(Container.java:2058)
	at java.awt.Component.dispatchEventImpl(Component.java:4413)
	at java.awt.Container.dispatchEventImpl(Container.java:2116)
	at java.awt.Component.dispatchEvent(Component.java:4243)
	at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4322)
	at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3986)
	at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3916)
	at java.awt.Container.dispatchEventImpl(Container.java:2102)
	at java.awt.Window.dispatchEventImpl(Window.java:2440)
	at java.awt.Component.dispatchEvent(Component.java:4243)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
	at com.intellij.ide.IdeEventQueue.c(IdeEventQueue.java:131)
	at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:18)
	at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:136)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:177)
	at java.awt.Dialog$1.run(Dialog.java:1045)
	at java.awt.Dialog$3.run(Dialog.java:1097)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.awt.Dialog.show(Dialog.java:1095)
	at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl$MyDialog.show(DialogWrapperPeerImpl.java:4)
	at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl.show(DialogWrapperPeerImpl.java:92)
	at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:813)
	at org.jetbrains.plugins.groovy.annotator.intentions.dynamic.DynamicFix.invoke(DynamicFix.java:83)
	at com.intellij.codeInsight.intention.impl.IntentionHintComponent$6$1$1.run(IntentionHintComponent.java:2)
	at com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand(CommandProcessorImpl.java:103)
	at com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand(CommandProcessorImpl.java:89)
	at com.intellij.codeInsight.intention.impl.IntentionHintComponent$6$1.run(IntentionHintComponent.java:1)
	at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:19)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
	at com.intellij.ide.IdeEventQueue.c(IdeEventQueue.java:131)
	at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:132)
	at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:136)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)


 All   Comments   Work Log   Change History      Sort Order:
Dmitry Krasilschikov - 14 Jul 08 18:53
Could you please describe more precise sequence of actions to get this stack trace?
What operating system do you use?

Steve Holmes - 15 Jul 08 21:27
Windows XP, and I'm not able to replicate the throwing of errors by adding dynamic methods at this point but I believe that is what I was doing when the exception popped up. It didn't crash the IDE or force me to shutdown. I cleared the exception and continued my work. Sorry I can't be more help.